diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.ltx')
-rw-r--r-- | Master/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.ltx | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.ltx b/Master/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.ltx new file mode 100644 index 00000000000..e5ecae419cc --- /dev/null +++ b/Master/texmf-dist/doc/generic/voss-de/InlineMath/InlineMath.ltx @@ -0,0 +1,28 @@ +\documentclass{dtk} +\usepackage[T1]{fontenc} +\usepackage[latin1]{inputenc} +\usepackage{lmodern}% +\usepackage{url} +\def\UrlFont{\small\ttfamily} +\makeatletter +\def\verbatim@font{\small\normalfont\ttfamily} +\makeatother +\usepackage{amsmath} +\usepackage{color} +\usepackage{empheq} +\usepackage{tabularx} +\usepackage{listings} +\lstset{numbers=left,frame=ltrb,basicstyle=\normalfont\ttfamily\small,breaklines,% + numberstyle=\tiny,flexiblecolumns=true} +% +% +%\usepackage{hyperref} +% +\newcommand*{\CMD}[1]{\small\texttt{\textbackslash #1}} +\usepackage{dtk-pdf} +\renewcommand\Volume{3/2004} +\renewcommand\Pages{25-32} +% +\begin{document} + \input{InlineMath.tex} +\end{document} |