summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/koma-script.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/koma-script.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/koma-script.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/koma-script.tex b/Master/texmf-dist/source/latex/koma-script/koma-script.tex
new file mode 100644
index 00000000000..05e02001557
--- /dev/null
+++ b/Master/texmf-dist/source/latex/koma-script/koma-script.tex
@@ -0,0 +1,26 @@
+\documentclass{scrartcl}
+\usepackage{hyperref}
+\begin{document}
+\section*{Hello}
+I think you are searching for the \KOMAScript{} documentation. You may
+find the englisch documentation at
+\ifpdfoutput{%
+ \href{scrguien.pdf}{\texttt{scrguien.(dvi|ps|pdf)}}%
+}{%
+ \href{scrguien.ps}{\texttt{scrguien.(dvi|ps|pdf)}}%
+}.
+
+\section*{Hallo}
+Ich nehme an, dass Sie nach der Dokumentation zu \KOMAScript{}
+suchen. Sie k\"onnen die deutsche Dokumentation in
+\ifpdfoutput{%
+ \href{scrguide.pdf}{\texttt{scrguide.(dvi|ps|pdf)}}%
+}{%
+ \href{scrguide.ps}{\texttt{scrguide.(dvi|ps|pdf)}}%
+} finden.
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: