Add text until boric acid chemical
This commit is contained in:
@ -103,6 +103,7 @@ $endif$
|
||||
\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{textcomp} % provide euro and other symbols
|
||||
\usepackage{tgheros} % See https://www.overleaf.com/learn/latex/Font_typefaces
|
||||
\else % if luatex or xetex
|
||||
$if(mathspec)$
|
||||
\ifxetex
|
||||
@ -226,7 +227,7 @@ $if(colorlinks)$
|
||||
$else$
|
||||
hidelinks,
|
||||
$endif$
|
||||
pdfcreator={LaTeX via pandoc}}
|
||||
pdfcreator={XeLaTeX via pandoc}}
|
||||
\urlstyle{same} % disable monospaced font for URLs
|
||||
$if(verbatim-in-note)$
|
||||
\VerbatimFootnotes % allow verbatim text in footnotes
|
||||
@ -420,7 +421,7 @@ $else$
|
||||
\ohead*{$if(header-right)$$header-right$$else$$date$$endif$}
|
||||
\ifoot*{$if(footer-left)$$footer-left$$else$$endif$}
|
||||
\cfoot*{$if(footer-center)$$footer-center$$else$$endif$}
|
||||
\ofoot*{$if(footer-right)$$footer-right$$else$\thepage$endif$}
|
||||
\ofoot*{$if(footer-right)$$footer-right$$else$Page \thepage$endif$}
|
||||
\addtokomafont{pageheadfoot}{\upshape}
|
||||
}
|
||||
\pagestyle{eisvogel-header-footer}
|
||||
@ -445,7 +446,13 @@ $endif$
|
||||
$endif$
|
||||
$endif$
|
||||
|
||||
|
||||
%$if(toc)$
|
||||
\usepackage{etoc}
|
||||
%\renewcommand\cfttabindent{0pt}% <-
|
||||
%\renewcommand\cfttabnumwidth{5em}
|
||||
%\renewcommand\cfttabpresnum{\tablename\ }
|
||||
%\renewcommand\cfttabaftersnum{:}
|
||||
%$endif$
|
||||
|
||||
\begin{document}
|
||||
$if(has-frontmatter)$
|
||||
|
||||
Reference in New Issue
Block a user