summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-9.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-9.tex')
-rw-r--r--Master/texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-9.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-9.tex b/Master/texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-9.tex
new file mode 100644
index 00000000000..791a1fd419c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/kopka/uebungen/kapitel7/ueb7-9.tex
@@ -0,0 +1,19 @@
+\documentclass{article}
+\usepackage{german}
+\newcounter{com}
+\newsavebox{\comname}
+\newenvironment{comment}[1]
+ {\noindent\stepcounter{com}\slshape Kommentar \arabic{com}\nopagebreak
+ \begin{quote}\sloppypar\small\sbox{\comname}{#1}\itshape}
+ {\nopagebreak\hspace*{\fill}\usebox{\comname}\end{quote}}
+\begin{document}
+\begin{comment}{Patrick W. Daly}
+ Bei dieser Form des Kommentars enth"alt jeder Kommentartext eine
+ laufende Nummer nach dem Kennwort "`Kommentar"'. Der Kommen"-tartext
+ erscheint beidseitig einger"uckt in kleinerer Schrift. Der Name
+ des Kommentators erscheit unterhalb des Kommentartextes, und zwar
+ rechtsb"undig zum vorangehenden Kommentartext. Ein Seitenumbruch
+ nach dem Kennungswort Kommentar und vor dem Namen des Kommentators
+ wird dabei untersagt.
+\end{comment}
+\end{document}