> Date: Mon, 02 Aug 1999 09:11:15 +0200
> From: Mats Bengtsson <[EMAIL PROTECTED]>
> 
> 
> That's the result of the general output routine in paper-stream.cc
> which always tries to give a nicely indented TeX output.
> Wouldn't it be even better to convince ly2dvi to extract the
> full TeX expression? The problem is that regular expressions
> are not powerful enough to parse that kind of nested grammar.
> The same problem happens if you write, for example,
>      title = "The \\textit{ABC} of Music";
> 

What is the difficulty about writing regular expressions to match
everything from one double quote to the next unescaped double quote.  

> Anyhow, what you could do is 
>    latexheaders = "\\input foo.tex";

No, latex requires the braces around the filename: you'll get
something like "file 'f' not found".  If you _really_ want to go this
route, you could use "\\makeatletter\\@@input fo.tex \\makeatother".

  - Bill Mitchell

Reply via email to