Skip to content

Commit

Permalink
remove debugs from before begin document
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 9, 2023
1 parent 1895a87 commit 39e0217
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions template/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,11 @@
\PassOptionsToPackage{hyphens}{url}
\PassOptionsToPackage{dvipsnames,svgnames*,x11names*,table}{xcolor}
$if(dir)$
VARDEBUG dir
$if(latex-dir-rtl)$
VARDEBUG latex-dir-rtl
\PassOptionsToPackage{RTLdocument}{bidi}
$endif$
$endif$
$if(CJKmainfont)$
VARDEBUG CJKmainfont
\PassOptionsToPackage{space}{xeCJK}
$endif$
%
Expand Down Expand Up @@ -135,7 +132,6 @@ $if(section-titles)$
$endif$
$endif$
$if(beamerarticle)$
VARDEBUG beamerarticle
\usepackage{beamerarticle} % needs to be loaded first
$endif$
\usepackage{amsmath,amssymb}
Expand Down Expand Up @@ -281,7 +277,6 @@ $if(lhs)$
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}
$endif$
$if(highlighting-macros)$
VARDEBUG highlighting-macros
$highlighting-macros$

% Workaround/bugfix from jannick0.
Expand Down Expand Up @@ -361,7 +356,6 @@ $else$
\setcounter{secnumdepth}{-\maxdimen} % remove section numbering
$endif$
$if(beamer)$
VARDEBUG beamer
$else$
$if(block-headings)$
% Make \paragraph and \subparagraph free-standing
Expand All @@ -376,7 +370,6 @@ $if(block-headings)$
$endif$
$endif$
$if(pagestyle)$
VARDEBUG pagestyle
\pagestyle{$pagestyle$}
$endif$

Expand Down Expand Up @@ -653,7 +646,6 @@ $if(tables)$
\renewcommand{\arraystretch}{1.3} % spacing (padding)

$if(table-use-row-colors)$
VARDEBUG table-use-row-colors
\usepackage{etoolbox}
\AtBeginEnvironment{longtable}{\rowcolors{2}{table-row-color}{table-alt-color}}
\preto{\toprule}{\hiderowcolors}{}{}
Expand All @@ -676,7 +668,6 @@ $endif$
%

$if(listings)$
VARDEBUG listings
%
% general listing colors
%
Expand Down

0 comments on commit 39e0217

Please sign in to comment.