Re: fixed PDF-options Was: Changeset 20707

2007-10-04 Thread Helge Hafting
Pavel Sanda wrote: I have problem with this one: if (title.empty() && author.empty()) opt += "pdfusetitle,\n "; IMHO we shouldnt do this unless user decides so.

Re: fixed PDF-options Was: Changeset 20707

2007-10-04 Thread Pavel Sanda
> >I was not succesfull even wihtout changes with pdflatex : > >on console many thinhs like: > >Warning--I didn't find a database entry for "fancyhdr" > > That means that you cannot compile the LyX UserGuide? Yes. > Then there is something wrong with your LaTeX installation. I dont think so. Bu

Re: fixed PDF-options Was: Changeset 20707

2007-10-03 Thread Pavel Sanda
> see the UI-bug that I can't see the optional arguments field in the > hyperref dialog. which makes me wonder why LaTeXUi.ui with basically the same vertical size does work for you. there are added spacers (have no idea what they are for). pavel

Re: fixed PDF-options Was: Changeset 20707

2007-10-03 Thread Pavel Sanda
>> I have problem with this one: >> if (title.empty() && author.empty()) >> >> opt += "pdfusetitle,\n "; IMHO we shouldnt do this unless >> user decides so. > > Why? T

Re: fixed PDF-options Was: Changeset 20707

2007-10-03 Thread Uwe Stöhr
Pavel Sanda schrieb: I have problem with this one: if (title.empty() && author.empty()) opt += "pdfusetitle,\n "; IMHO we shouldnt do this unless user decides so.

Re: fixed PDF-options Was: Changeset 20707

2007-10-03 Thread Pavel Sanda
> - when the user uses hyperref but don't set a title AND author, these two > fields will be automatically set by hyperref (when the documentclass > supports this feature) I have problem with this one: if (title.empty() && author.empty())

fixed PDF-options Was: Changeset 20707

2007-10-03 Thread Uwe Stöhr
With changesets 20707 and 20708 the PDF options support should now near to be ready. There are the following new "features": - when the user uses hyperref but don't set a title AND author, these two fields will be automatically set by hyperref (when the documentclass supports this feature) -