diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex new file mode 100644 index 00000000000..ec8b4405cf0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex @@ -0,0 +1,21 @@ +\documentclass{article} +\renewcommand{\labelitemi}{---} +\renewcommand{\labelitemii}{--} +\renewcommand{\labelitemiii}{-} +\begin{document} +With the user changed label commands, the standard labels occure now +in the following form: +\begin{itemize} +\item The label for the first level is a long dash (em dash). +\begin{itemize} +\item That for the second level a medium dash (en dash). +\begin{itemize} +\item And that for the third level a short dash, a hyphen. +\item Changed label symbols should be uniform for the whole users documen. +\end{itemize} +\item Also not changed several times within the document. +\end{itemize} +\item As shown here. +\end{itemize} +\end{document} + |