diff --git a/project.pdf b/project.pdf deleted file mode 100644 index 1d44b6564843dbb502e4893e35e126a0c449f82b..0000000000000000000000000000000000000000 Binary files a/project.pdf and /dev/null differ diff --git a/project.tex b/project.tex index 88f510f9ff6be1a28b8eb94aa529969bcdee5f43..ee4fb349bb211d206b2fe8cf8aa88e90802b9774 100644 --- a/project.tex +++ b/project.tex @@ -54,6 +54,20 @@ \caption{using two figures} \end{figure} + \section{demo nested listing} + \begin{itemize} + \item hallo + \begin{itemize} + \item temp + \begin{itemize} + \item temp + \begin{itemize} + \item temp + \end{itemize} + \end{itemize} + \end{itemize} + \end{itemize} + \section{Using formulas} \label{sec: formula} a numberd formula: diff --git a/src/HsH-report.cls b/src/HsH-report.cls index 6d63eb28a926f6d69acc564d824bedc7f3fd2887..438e5dc44c1ddca8aa2f7ad05e0943b176d58cca 100644 --- a/src/HsH-report.cls +++ b/src/HsH-report.cls @@ -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