Sanda Pavel schrieb:

is there any possibility howto setup title and author in lyx document
in the way, that generated pdf has these strings in metadata ?

Yes ther is. Here is an example preamble sequence to get this:

 % link all cross references and URLs in pdf output
 \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
  bookmarksopen,
  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
  pdfpagelayout=OneColumn, pdfnewwindow=true,
  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
  pdfauthor={LyX Team}, pdftex,
  pdftitle={LyX's Table Manual},
  pdfsubject={LyX-documentation about tables},
  pdfkeywords={LyX}]{hyperref}

regards Uwe

Reply via email to