Re: [XeTeX] XeLaTeX generated pdf metadata

2014-09-20 Thread BPJ
If I am not mistaken you can change the metadata with pdftk, although it is probably a pain to do so. Also I do not know if pdftk comes for Windows. lördag 20 september 2014 skrev Daniel Greenhoe dgreen...@gmail.com: Dear XeTex, I think my original email was not so clear. ArXiv.org of course

Re: [XeTeX] XeLaTeX generated pdf metadata

2014-09-20 Thread mskala
On Sat, 20 Sep 2014, Daniel Greenhoe wrote: I think my original email was not so clear. ArXiv.org of course accepts papers generated using LaTeX, but they want to be given the source files (.tex files, etc) rather than a pdf file. However, they apparently sometimes make exceptions to this rule

Re: [XeTeX] XeLaTeX generated pdf metadata

2014-09-20 Thread R (Chandra) Chandrasekhar
Could you try including this in your preamble: \usepackage{hyperref} \hypersetup{pdfcreator=XeLaTeX with hyperref} and compile and see if the resulting PDF is sufficient for your purposes. Section 3.7 at https://www.tug.org/applications/hyperref/manual.html explains these options in

Re: [XeTeX] XeLaTeX generated pdf metadata

2014-09-20 Thread Daniel Greenhoe
Thank Akira and BPJ for your suggestions. I did try Akira's hypersetup suggestion and it was able to change the creator field. Thank you very very much! I did look through my TeXLive repository that I just updated earlier today, but I did not see pdftk. I may look further if hyperref does not

Re: [XeTeX] XeLaTeX generated pdf metadata

2014-09-20 Thread Zdenek Wagner
It is not necessary to use hyperref, it is sufficient to put all fields to a \spacial primitive, i.e. \special{pdf:docinfo /Creator (XeTeX) ... } Add other required fields such as /Title, /Author, /Subject, /Keywords instead of the three dots. I am not sure what happens if the \special is used