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

83 lines
2.3 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
%% <isadofltxversion>
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}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\bibliographystyle{abbrvnat}
\usepackage[english]{babel}
2019-01-08 20:51:03 +00:00
\RequirePackage[caption]{subfig}
\usepackage{isabelle}
\usepackage{isabellesym}
\IfFileExists{DOF-core.sty}{}{%
\PackageError{DOF-core}{Isabelle/DOF not installed.
This is a Isabelle_DOF project. The document preparation requires
the Isabelle_DOF component from:
<isadofurl>
}{For further help, see <isadofurl>}
}
\input{ontologies}
\IfFileExists{preamble.tex}{\input{preamble.tex}}{}%
\usepackage{amsmath}
\usepackage{DOF-amssymb}
\usepackage[numbers, sort&compress, sectionbib]{natbib}
2018-10-30 00:34:14 +00:00
\usepackage{graphicx}
\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
\allowdisplaybreaks[4]
\urlstyle{rm}
\isabellestyle{it}
\newenvironment{frontmatter}{}{}
\begin{document}
2019-08-04 17:11:48 +00:00
\renewcommand{\chapterautorefname}{Chapter}
\renewcommand{\sectionautorefname}{Section}
\renewcommand{\subsectionautorefname}{Section}
\renewcommand{\subsubsectionautorefname}{Section}
\newcommand{\subtableautorefname}{\tableautorefname}
\newcommand{\subfigureautorefname}{\figureautorefname}
\begin{frontmatter}
\maketitle
\tableofcontents
\end{frontmatter}
\input{session}
% optional bibliography
\IfFileExists{root.bib}{{\bibliography{root}}}{}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: