Amélioration du rendu général (liens en noir dans les tables au début, pas de pages de titre intercalées)
This commit is contained in:
parent
a9a5c670fd
commit
0a0d8f4f3a
|
@ -1,4 +1,4 @@
|
|||
\documentclass{scrreprt}
|
||||
\documentclass[listof=leveldown]{scrartcl}
|
||||
\usepackage{microtype}
|
||||
|
||||
\usepackage{graphicx}
|
||||
|
@ -16,8 +16,8 @@
|
|||
\makeatother
|
||||
% Don't number figures by chapter
|
||||
\usepackage{chngcntr}
|
||||
\counterwithout{figure}{chapter}
|
||||
\counterwithout{table}{chapter}
|
||||
\counterwithout{figure}{section}
|
||||
\counterwithout{table}{section}
|
||||
|
||||
\usepackage{longtable,booktabs,array}
|
||||
|
||||
|
@ -90,9 +90,6 @@ pdfcreator={LaTeX via pandoc}}
|
|||
\date{$date$}
|
||||
|
||||
\begin{document}
|
||||
$if(has-frontmatter)$
|
||||
\frontmatter
|
||||
$endif$
|
||||
$if(title)$
|
||||
\maketitle
|
||||
$if(abstract)$
|
||||
|
@ -102,35 +99,18 @@ $abstract$
|
|||
$endif$
|
||||
$endif$
|
||||
|
||||
$if(toc)$
|
||||
$if(toc-title)$
|
||||
\renewcommand*\contentsname{$toc-title$}
|
||||
$endif$
|
||||
{
|
||||
$if(colorlinks)$
|
||||
\hypersetup{linkcolor=black}
|
||||
$endif$
|
||||
\setcounter{tocdepth}{$toc-depth$}
|
||||
\tableofcontents
|
||||
}
|
||||
$endif$
|
||||
$if(lot)$
|
||||
\listoftables
|
||||
$endif$
|
||||
$if(lof)$
|
||||
\listoffigures
|
||||
$endif$
|
||||
}
|
||||
$if(linestretch)$
|
||||
\setstretch{$linestretch$}
|
||||
$endif$
|
||||
$if(has-frontmatter)$
|
||||
\mainmatter
|
||||
$endif$
|
||||
$body$
|
||||
|
||||
$if(has-frontmatter)$
|
||||
\backmatter
|
||||
$endif$
|
||||
|
||||
$for(include-after)$
|
||||
$include-after$
|
||||
|
|
Loading…
Reference in New Issue
Block a user