From eaa860e9f4120d08fe73504699dff8f606a1f623 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Jan 2006 23:52:34 +0000 Subject: trunk/Master/texmf-dist/source/latex/edmac git-svn-id: svn://tug.org/texlive/trunk@238 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/edmac/edmac.drv | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Master/texmf-dist/source/latex/edmac/edmac.drv (limited to 'Master/texmf-dist/source/latex') 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} + -- cgit v1.2.3