summaryrefslogtreecommitdiff
path: root/info/math/voss/InlineMath/InlineMath.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/math/voss/InlineMath/InlineMath.ltx')
-rw-r--r--info/math/voss/InlineMath/InlineMath.ltx32
1 files changed, 32 insertions, 0 deletions
diff --git a/info/math/voss/InlineMath/InlineMath.ltx b/info/math/voss/InlineMath/InlineMath.ltx
new file mode 100644
index 0000000000..258fe4aee1
--- /dev/null
+++ b/info/math/voss/InlineMath/InlineMath.ltx
@@ -0,0 +1,32 @@
+%% This file can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory macros/latex/base/lppl.txt.
+%%
+\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}