blob: 05e020015570984b409552b18f55d7039793fbd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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:
|