[XeTeX] XeTeX and Figures with Captions = No Document properties in Acrobat
Wilfred van Rooijen
wvanrooijen at yahoo.com
Tue Nov 25 21:47:44 CET 2008
Hi,
I use
\usepackage{ifpdf}
\ifpdf
\pdfinfo{
/Author (Me Myself)
/Title (And I)
/Subject (Not an interesting person)
/keywords (Booooring)
\CreationDate (April 23rd 754 BC)
}
\fi
I've never noticed any weirdness with the captions.
Wilfred
--- On Tue, 11/25/08, joe tex <joetex1 at gmail.com> wrote:
> From: joe tex <joetex1 at gmail.com>
> Subject: [XeTeX] XeTeX and Figures with Captions = No Document properties in Acrobat
> To: xetex at tug.org
> Date: Tuesday, November 25, 2008, 3:41 PM
> XeteX experts,
>
> I am trying to compile a document using Xetex with
> 'figures' within MikTeX.
> When I add a caption to my figure it removes the PDF
> document
> properties.(Please check File->properties within Acrobat
> 8.0)
> Please note the document properties stays fine if there is
> no caption.
> Did anyone experience this?
> Please Compile the following in Xetex and check whether its
> happening to you.
>
>
> %-------------------------- cut here
> ----------------------------------------%
> %!TEX TS-program = xelatex
> %!TEX encoding = UTF-8 Unicode
> \documentclass{article}
> \special{pdf: docinfo <<
> /Author (Joe Python)
> /Title (My figure)
> /Keywords (docinfo,xetex, figures)
> /Subject (Unable to view PDF properties in Adobe
> acrobat when
> using figure with CAPTION)
> >>}
> %/Title (Pdf document info within xetex using
> figures)
> \usepackage{fontspec}
> \usepackage{xunicode,xltxtra}
>
> \begin{document}
> \begin{figure}
> % using \caption will clear document properties
> \caption{My figure}
> \end{figure}
> \end{document}
> %-------------------------- cut here
> ----------------------------------------%
>
> --
> - Joe
> _______________________________________________
> XeTeX mailing list
> postmaster at tug.org
> http://tug.org/mailman/listinfo/xetex
More information about the XeTeX
mailing list