%% Copyright (c) 2019-2022 University of Exeter %% 2018-2022 University of Paris-Saclay %% 2018-2019 The University of Sheffield %% %% License: %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN %% archives in directory macros/latex/base/lppl.txt; either %% version 1.3c of the License, or (at your option) any later version. %% OR %% The 2-clause BSD-style license. %% %% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause %% Warning: Do Not Edit! %% ===================== %% This is the root file for the Isabelle/DOF using the lipics class. %% Note that lipics cannot is *not* distributed as part of Isabelle/DOF; %% you need to download lipics.cls from %% https://www.dagstuhl.de/en/publications/lipics/instructions-for-authors/ %% and add it manually to the praemble.tex and the ROOT file. %% %% All customization and/or additional packages should be added to the file %% preamble.tex. \documentclass[a4paper,UKenglish,cleveref, autoref,thm-restate]{lipics-v2021} \bibliographystyle{plainurl}% the mandatory bibstyle \title{No Title Given} \usepackage[numbers, sort&compress, sectionbib]{natbib} \usepackage{DOF-core} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % provide an alternative definition of % begin: scholarly_paper.author \RequirePackage{keycommand} \makeatletter \newcommand{\DOFlipicsAuthor}[4]{\expandafter\author{#1}{#2}{#3}{#4}} \expandafter\newkeycommand\csname isaDof.text.scholarly_paper.author\endcsname% [label=,type=% ,scholarly_paper.author.email=% ,scholarly_paper.author.affiliation=% ,scholarly_paper.author.orcid=% ,scholarly_paper.author.http_site=% ][1]{% \protected@write\@auxout{}{\string\protect\string\DOFlipicsAuthor{#1}% {\commandkey{scholarly_paper.author.affiliation}} {\commandkey{scholarly_paper.author.email}} {\commandkey{scholarly_paper.author.orcid}} {} } } \makeatother % end: scholarly_paper.author %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \renewcommand{\DOFauthor}{} \renewcommand{\DOFinstitute}{} \expandafter\newcommand\csname 2authand\endcsname{} \expandafter\newcommand\csname 3authand\endcsname{} \expandafter\newcommand\csname 4authand\endcsname{} \begin{document} \maketitle \IfFileExists{dof_session.tex}{\input{dof_session}}{\input{session}} % optional bibliography \IfFileExists{root.bib}{% \small \bibliography{root} }{} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: