i'm trying to convince ly2dvi to include extra header lines.
according to the man page,
latexheaders = "foo.tex";
should insert the contents of the file foo.tex before
\begin{document}, but instead, it inserts the string "foo.tex". this
is what i would rather do anyway, but if i try
latexheaders = "\usepackage{babel}";
, ly2dvi strips "}" so that "\usepackage{babel" shows up in the latex
file. what do i need to do to make it work?
btw, why does this paragraph appear twice in the man page?
-F,--headers=
Name of additional LaTeX headers file. This is
included in the tex file at the end of the headers,
last line before \begin{document}
--
|----------------------------------------------------------------------------|
| jeff covey [EMAIL PROTECTED] http://pobox.com/~jeff.covey/ 410-669-4926 |
|----------------------------------------------------------------------------|
| Show me a man with both feet on the ground, and I'll show you a man who |
| can't put his pants on. -- Arthur K. Watson |
|----------------------------------------------------------------------------|