Isabelle_DOF/Isabelle_DOF/latex/document-templates/root-scrreprt.tex

64 lines
1.7 KiB
TeX
Raw Normal View History

%% Copyright (c) 2019-2022 University of Exeter
%% 2018-2022 University of Paris-Saclay
2019-07-21 09:13:51 +00:00
%% 2018-2019 The University of Sheffield
2018-05-20 08:18:03 +00:00
%%
%% 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
2019-08-15 13:52:15 +00:00
%% version 1.3c of the License, or (at your option) any later version.
2018-05-20 08:18:03 +00:00
%% OR
%% The 2-clause BSD-style license.
2019-08-15 13:52:15 +00:00
%%
%% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
2018-05-20 08:18:03 +00:00
2018-05-20 08:20:03 +00:00
%% Warning: Do Not Edit!
%% =====================
2019-07-21 09:13:51 +00:00
%% This is the root file for the Isabelle/DOF using the scrreprt class.
%%
%% All customization and/or additional packages should be added to the file
%% preamble.tex.
2018-05-20 08:20:03 +00:00
\RequirePackage{ifvtex}
2019-07-27 19:16:28 +00:00
\documentclass[fontsize=11pt,paper=a4,open=right,twoside,abstract=true]{scrreprt}
\title{No Title Given}
2022-06-25 16:15:04 +00:00
\usepackage{DOF-core}
\usepackage{textcomp}
\bibliographystyle{abbrvnat}
\RequirePackage{subcaption}
\usepackage[numbers, sort&compress, sectionbib]{natbib}
2022-06-25 16:15:04 +00:00
\usepackage{hyperref}
2019-08-02 10:12:59 +00:00
\setcounter{tocdepth}{2}
\hypersetup{%
bookmarksdepth=3
,pdfpagelabels
2018-06-09 14:26:43 +00:00
,pageanchor=true
,bookmarksnumbered
,plainpages=false
} % more detailed digital TOC (aka bookmarks)
\sloppy
2023-05-15 08:16:31 +00:00
\raggedbottom
\allowdisplaybreaks[4]
\begin{document}
2019-08-04 17:11:48 +00:00
\renewcommand{\chapterautorefname}{Chapter}
\renewcommand{\sectionautorefname}{Section}
\renewcommand{\subsectionautorefname}{Section}
\renewcommand{\subsubsectionautorefname}{Section}
\maketitle
\tableofcontents
\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: