Skip to content
Snippets Groups Projects

Example

Merged
Jan Willerequested to merge
example into development
3 files
+ 20
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
1
@@ -96,7 +96,6 @@
\ihead{\@title}
\ofoot*{\pagemark}
% typesetting indexes upright or standart
\def\subinrm#1{\sb{\textnormal{#1}}}
{\catcode`\_=13 \global\let_=\subinrm}
@@ -105,6 +104,12 @@
\newcommand\normalsubscripts{\catcode`\_=8 } % the toggle for italic subscripts
\upsubscripts % setting upright as default
% styling for itemize
\renewcommand{\labelitemi}{$\bullet$}
\renewcommand{\labelitemii}{$\circ$}
\renewcommand{\labelitemiii}{$-$}
\renewcommand{\labelitemiv}{$\cdot$}
% do stuff
\setlength\parindent{0pt} % indentation of new paragraphs
\raggedbottom
Loading