Skip to content
Snippets Groups Projects
Commit 345600f2 authored by Jan Wille's avatar Jan Wille
Browse files

listing

parent 21145af6
No related branches found
No related tags found
No related merge requests found
File deleted
...@@ -54,6 +54,20 @@ ...@@ -54,6 +54,20 @@
\caption{using two figures} \caption{using two figures}
\end{figure} \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} \section{Using formulas}
\label{sec: formula} \label{sec: formula}
a numberd formula: a numberd formula:
......
...@@ -96,7 +96,6 @@ ...@@ -96,7 +96,6 @@
\ihead{\@title} \ihead{\@title}
\ofoot*{\pagemark} \ofoot*{\pagemark}
% typesetting indexes upright or standart % typesetting indexes upright or standart
\def\subinrm#1{\sb{\textnormal{#1}}} \def\subinrm#1{\sb{\textnormal{#1}}}
{\catcode`\_=13 \global\let_=\subinrm} {\catcode`\_=13 \global\let_=\subinrm}
...@@ -105,6 +104,12 @@ ...@@ -105,6 +104,12 @@
\newcommand\normalsubscripts{\catcode`\_=8 } % the toggle for italic subscripts \newcommand\normalsubscripts{\catcode`\_=8 } % the toggle for italic subscripts
\upsubscripts % setting upright as default \upsubscripts % setting upright as default
% styling for itemize
\renewcommand{\labelitemi}{$\bullet$}
\renewcommand{\labelitemii}{$\circ$}
\renewcommand{\labelitemiii}{$-$}
\renewcommand{\labelitemiv}{$\cdot$}
% do stuff % do stuff
\setlength\parindent{0pt} % indentation of new paragraphs \setlength\parindent{0pt} % indentation of new paragraphs
\raggedbottom \raggedbottom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment