summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-7.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-7.tex')
-rw-r--r--Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-7.tex27
1 files changed, 0 insertions, 27 deletions
diff --git a/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-7.tex b/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-7.tex
deleted file mode 100644
index f9d739fffdf..00000000000
--- a/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap4/exer4-7.tex
+++ /dev/null
@@ -1,27 +0,0 @@
-\documentclass{article}
-\renewcommand{\labelenumi}{(\Roman{enumi})}
-\renewcommand{\labelenumii}{\Roman{enumi}--\arabic{enumii}}
-\begin{document}
-With the user modified label commands for the first two level of the
-enumerate environment, the corresponding labels occure now as follows:
-\begin{enumerate}
-\item The labels for the first level are roman captal numerals enclosed by
-parenthesis.
-\begin{enumerate}
-\item The labels for the second level are the roman numerals of the first
- level followed by the number of the second level, seperated by
- a medium dash.
-\item Here is the next label of the second level.
-\item Followed by the third label of the second level.
-\end{enumerate}
-\item And back now to the second label of the first level.
-\begin{enumerate}
-\item And again at the second level with the combined roman numeral and
- the actual label number of this level.
-\item And so one for continously labels of this label
-\item as demonstrated here for the third label
-\end{enumerate}
-\item An back now the the next label of the first level
-\item before we leave the enumerate environment.
-\end{enumerate}
-\end{document}