[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pdf and certain macro expansion
From: |
Karl Berry |
Subject: |
Re: pdf and certain macro expansion |
Date: |
Sat, 3 May 2003 20:23:06 -0400 |
Hi Kevin,
texi2dvi --pdf foo.texi
Try with -E? (Just a wild guess.)
I'll look into this when I have a chance.
For what it's worth, my intention was a macro which would be like
pxref but let me put a url into html output.
...
@GMPpxrefu{Info Lookup, , Info Documentation Lookup, emacs, The Emacs
Editor, http://www.gnu.org/manual/emacs/html_node/emacs_290.html}
I suggest simply using a normal pxref, instead of, well, subverting
it :). I know the resulting url in html output may not work in all
installations, but at least it won't wind up with every installation
hitting www.gnu.org?
For one thing, linking to anything like emacs_290.html is bound to lose
the next time the emacs manual is regenerated.
Thanks for the report,
karl