Skip to content
Snippets Groups Projects
Commit 21a86791 authored by Andreas Mohr's avatar Andreas Mohr
Browse files

comment out packages that break the compilation

parent eddc7343
No related branches found
No related tags found
No related merge requests found
Pipeline #120437 passed
......@@ -11,6 +11,7 @@
]{scrbook}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Must be loaded first!
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% packages to allow more \write outputs
\input{preamble/packages-SolutionsNoRoomForNewWrite.tex}
......
......@@ -224,7 +224,7 @@
% tikz and pgf
% consumes at least one \write (more if external is used)
\input{preamble/packages-tikzpgf.tex}
%\input{preamble/packages-tikzpgf.tex}
% pgfplots
\usepackage{pgfplots}
......@@ -333,7 +333,7 @@
% It is more flexible than tabular, tabular*, tabularx and array
% and extends the possibilities.
% Doc: tabu.pdf
\usepackage{tabu}
%\usepackage{tabu}
% tablestyles
\IfFileExists{tablestyles.sty}{
......@@ -855,28 +855,28 @@
\BeginCodeSection{PackagesHeadFoot}
%%% Doc: scrguide.pdf
\usepackage[%
%%% Lines
% headtopline,
% plainheadtopline,
% headsepline,
% plainheadsepline,
% footsepline,
% plainfootsepline,
% footbotline,
% plainfootbotline,
% ilines,
% clines,
% olines,
% column titles (content, style)
automark,
% autooneside,% ignore optional argument in automark at oneside
komastyle,
% standardstyle,
% markuppercase,
% markusedcase,
nouppercase,
]{scrpage2}
%\texttt{\usepackage[%
%%%% Lines
% % headtopline,
% % plainheadtopline,
% % headsepline,
% % plainheadsepline,
% % footsepline,
% % plainfootsepline,
% % footbotline,
% % plainfootbotline,
% % ilines,
% % clines,
% % olines,
%% column titles (content, style)
% automark,
% % autooneside,% ignore optional argument in automark at oneside
% komastyle,
% % standardstyle,
% % markuppercase,
% % markusedcase,
% nouppercase,
%]{scrpage2}}
% Description: provides total number of pages (ie. page 7 of 19)
......@@ -926,24 +926,24 @@
%%% Doc: tocstyle.pdf (Koma Script)
%% Alpha package, uses koma fonts (\setkomafont{}{}) only if KOMAlike is selected
%
\usepackage[%
%%% toc width calculation
tocindentauto, % all widths at the TOCs are calculated by tocindentauto
% tocindentmanual, % opposite of auto
%%% indentation of toc
tocgraduated, % standard
% tocflat, % no intendation, text aligned
% tocfullflat, % no intendation, no alignment
%%% page breaking rules
tocbreaksstrict, % sets a lot of penalties before and after TOC entries
% to avoid page break between a TOC entry and it's parent.
% tocbreakscareless,% allow more page breaks.
%%% indentation of unnumbered TOC entries
% toctextentriesindented, % unnumbered TOC entrie are indented only as wide
% % as the number of numbered TOC entries of the same
% % level.
toctextentriesleft, % indented as if they have an empty number.
]{tocstyle}
%\usepackage[%
%%%% toc width calculation
% tocindentauto, % all widths at the TOCs are calculated by tocindentauto
%% tocindentmanual, % opposite of auto
%%%% indentation of toc
% tocgraduated, % standard
%% tocflat, % no intendation, text aligned
%% tocfullflat, % no intendation, no alignment
%%%% page breaking rules
% tocbreaksstrict, % sets a lot of penalties before and after TOC entries
% % to avoid page break between a TOC entry and it's parent.
%% tocbreakscareless,% allow more page breaks.
%%%% indentation of unnumbered TOC entries
%% toctextentriesindented, % unnumbered TOC entrie are indented only as wide
%% % as the number of numbered TOC entries of the same
%% % level.
% toctextentriesleft, % indented as if they have an empty number.
%]{tocstyle}
% Description: The appendix package provides some facilities for
% modifying the typesetting of appendix titles.
......
......@@ -105,7 +105,7 @@
\BeginCodeSection{StyleScience}
% style setup of siunitx
\input{preamble/style-siunitx.tex}
%\input{preamble/style-siunitx.tex}
\EndCodeSection{StyleScience}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment