diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-6.tex')
-rw-r--r-- | Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-6.tex | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-6.tex b/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-6.tex deleted file mode 100644 index ec8b4405cf0..00000000000 --- a/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-6.tex +++ /dev/null @@ -1,21 +0,0 @@ -\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} - |