On Tue, Oct 23, 2001 at 00:03, E GCP wrote:
> Thanks, and I have a couple of questions.
>
> In my LaTeX preamble I have:
> % Add prologue pages (title, etc.)
> \input{prologue.tex}
>
> But somehow tex2pdf does not set the directory correctly. It is missing a
> "/", see below. Can this be fixed?
Should be fixed in 3.0beta4. Released yesterday AFTER my mail. If this
problem still exists, please, tell us.
> -----
> Also, How can I set the title of the document within the document, so
> tex2pdf can see it, and I don't have to hardwire it to the hyperref options
> in .tex2pdfplrc with pdftitle={My Title}?
1. You can use the \title{MYTITLE} tag in your TeX file (or in LyX)
2. You can use the command line option. See tex2pdf --help for details.
The same for author
Bye, Steffen