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.
> >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
> 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
>> 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
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.
> - 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())
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)
-