Dag Sverre Seljebotn, 07.04.2011 10:08:
The repo is here: https://github.com/dagss/cython-cise-postprint

To include metadata, you can change the hyperref setup near the top as follows:

"""
\RequirePackage[colorlinks,breaklinks,pdftex,
    linkcolor=InnerLinkColor,filecolor=OuterLinkColor,
    menucolor=OuterLinkColor,urlcolor=OuterLinkColor,
    citecolor=InnerLinkColor,

pdfauthor={Stefan Behnel, Robert Bradshaw, Craig Citro, Lisandro Dalcin, Dag Sverre Seljebotn, Kurt Smith},
    pdftitle={Cython: The best of both worlds},
    pdfkeywords={Cython language, Cython programming, NumPy}

]{hyperref}
"""

Any more keywords to add?

There's also pdfsubject (and pdfcreator and pdfproducer), but that doesn't really apply here.

Stefan
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to