summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/edmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:52:34 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:52:34 +0000
commiteaa860e9f4120d08fe73504699dff8f606a1f623 (patch)
treec93bc4baf720491a145ff1c0d07cce0ed52067fc /Master/texmf-dist/source/latex/edmac
parentc0c7b1ae091c33070a1f779e3205f09aa62084b5 (diff)
trunk/Master/texmf-dist/source/latex/edmac
git-svn-id: svn://tug.org/texlive/trunk@238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/edmac')
-rw-r--r--Master/texmf-dist/source/latex/edmac/edmac.drv40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/edmac/edmac.drv b/Master/texmf-dist/source/latex/edmac/edmac.drv
new file mode 100644
index 00000000000..3ba89614313
--- /dev/null
+++ b/Master/texmf-dist/source/latex/edmac/edmac.drv
@@ -0,0 +1,40 @@
+% c:\edmac\edmac.doc
+% \documentstyle[a4,doc]{article}
+\documentclass[a4paper]{article}
+\usepackage{doc}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% commands to do 'LaTeX Manual-like' examples
+% Thanks to John Warbrick, Plymouth, 1988.
+\newlength{\egwidth}\setlength{\egwidth}{0.42\textwidth}
+\newenvironment{eg}%
+{\begin{list}{}{\setlength{\leftmargin}{0.05\textwidth}%
+\setlength{\rightmargin}{\leftmargin}}\item[]\small}%
+{\end{list}}
+\newenvironment{egbox}%
+{\begin{minipage}[t]{\egwidth}}%
+{\end{minipage}}
+\newcommand{\egstart}{\begin{eg}\begin{egbox}}
+\newcommand{\egmid}{\end{egbox}\hfill\begin{egbox}}
+\newcommand{\egend}{\end{egbox}\end{eg}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%\addtolength{\evensidemargin}{-0.43in}
+% \setcounter{page}{1} % ltugboat sets it to 1001, which annoys Makeindex.
+% \SelfDocumenting % the only other reference to ltugboat.sty
+% \DisableCrossrefs % Say \DisableCrossrefs if the index is ready
+\EnableCrossrefs
+%
+\MakeShortVerb{\"} % defined in newdoc.sty, so you can say
+ % "\macro" instead of \verb|\macro|
+
+\pagestyle{headings}
+%\parindent 0pt
+%\parskip 1.5ex
+
+% \OnlyDescription
+ \PageIndex
+%\CodelineIndex
+
+\begin{document}
+ \DocInput{edmac.doc}
+\end{document}
+