Hi, With LaTeX I was able to set my own PDF metadata, is this possible with ConTeXt? I mean things like: Title, Subject, Author, Keywords, Creator, Producer? Also, I generally like to include my .tex source file into my PDF as a text file attachment. LaTeX has a package for this, does ConTeXt have similar functionality? Regards, Pascal de Bruijn -- http://blog.pcode.nl/ http://www.linkselente.nl/
Pascal de Bruijn schrieb:
Hi,
With LaTeX I was able to set my own PDF metadata, is this possible with ConTeXt? I mean things like: Title, Subject, Author, Keywords, Creator, Producer?
http://wiki.contextgarden.net/PDF_Bookmarks_and_Headers#PDF_Headers producer is set by pdftex, subject isn't supported yet (feature request needed!?) % use at your own (low) risk \doPDFaddtoinfo {/Subject (test subject)}
Also, I generally like to include my .tex source file into my PDF as a text file attachment. LaTeX has a package for this, does ConTeXt have similar functionality?
http://wiki.contextgarden.net/Verbatim_text#Embedding_the_source_code
Regards, Pascal de Bruijn
Peter Rolf wrote:
Pascal de Bruijn schrieb:
Hi,
With LaTeX I was able to set my own PDF metadata, is this possible with ConTeXt? I mean things like: Title, Subject, Author, Keywords, Creator, Producer?
http://wiki.contextgarden.net/PDF_Bookmarks_and_Headers#PDF_Headers
producer is set by pdftex, subject isn't supported yet (feature request needed!?)
title subtitle author index Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Mon, 6 Aug 2007, Peter Rolf wrote:
subject isn't supported yet (feature request needed!?)
Feature request perhaps not needed: \setupinteraction[subtitle=my subject] Cheers, Peter -- http://pmrb.free.fr/contact/
producer is set by pdftex, subject isn't supported yet (feature request needed!?)
It is support but called 'subtitle' in ConTeXt (which always confuses me). Try this test.tex: \setupinteraction[state=start,{subtitle={the subject}}] \starttext \input tufte \stoptext $ pdfinfo test.pdf Title: test Subject: the subject Keywords: Author: Creator: ConTeXt - 2007.04.17 12:51 Producer: pdfTeX-1.40.3 ... -Sanjoy "Creativity can be a social contribution, but only in so far as society is free to use the results." --Richard Stallman
participants (5)
-
Hans Hagen
-
Pascal de Bruijn
-
Peter Münster
-
Peter Rolf
-
Sanjoy Mahajan