%% 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 scrreprt class with %% as "modern" layout that is more common to technical standardisation %% documents (e.g. using sans serif fonts). %% %% All customization and/or additional packages should be added to the file %% preamble.tex. \RequirePackage{ifvtex} \documentclass[fontsize=11pt,paper=a4,open=right,twoside,abstract=true]{scrreprt} \title{No Title Given} \usepackage{textcomp} \bibliographystyle{abbrvnat} \usepackage{amsthm} \usepackage{newtxsf} \usepackage{DOF-core} \renewcommand\familydefault{\sfdefault} \colorlet{DOFsectioncolor}{blue!60!black} \addtokomafont{chapterentrypagenumber}{\color{DOFsectioncolor}} \addtokomafont{chapterentry}{\color{DOFsectioncolor}} \addtokomafont{title}{\color{DOFsectioncolor}\bfseries} \addtokomafont{chapter}{\color{DOFsectioncolor}\bfseries} \addtokomafont{section}{\color{DOFsectioncolor}} \addtokomafont{subsection}{\color{DOFsectioncolor}} \addtokomafont{subsubsection}{\color{DOFsectioncolor}} \addtokomafont{paragraph}{\color{DOFsectioncolor}} \addtokomafont{subparagraph}{\color{DOFsectioncolor}} \RequirePackage{subcaption} \renewcommand{\isastyletext}{\normalsize\normalfont\sffamily} \renewcommand{\isastyletxt}{\normalfont\sffamily} \renewcommand{\isastylecmt}{\normalfont\sffamily} \usepackage[numbers, sort&compress, sectionbib]{natbib} \usepackage{hyperref} \setcounter{tocdepth}{2} \hypersetup{% bookmarksdepth=3 ,pdfpagelabels ,pageanchor=true ,bookmarksnumbered ,plainpages=false } % more detailed digital TOC (aka bookmarks) \sloppy \raggedbottom \allowdisplaybreaks[4] \newenvironment{frontmatter}{}{} \begin{document} \renewcommand{\chapterautorefname}{Chapter} \renewcommand{\sectionautorefname}{Section} \renewcommand{\subsectionautorefname}{Section} \renewcommand{\subsubsectionautorefname}{Section} \begin{frontmatter} \maketitle \tableofcontents \end{frontmatter} \IfFileExists{dof_session.tex}{\input{dof_session}}{\input{session}} % optional bibliography \IfFileExists{root.bib}{{\bibliography{root}}}{} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: