|
| 1 | +% example copied from hyperxmp with minor modifications |
| 2 | +\pdfobjcompresslevel=0 % added to easily inspect the XMP packet |
| 3 | +\documentclass[british]{article} % added british to test pdflang and pdfmetalang |
| 4 | +\usepackage[utf8]{inputenc} |
| 5 | +\usepackage{babel} |
| 6 | +\usepackage[unicode]{hyperref} |
| 7 | +\usepackage{hyperxmp} |
| 8 | +% |
| 9 | +\title{% |
| 10 | + On a heuristic viewpoint concerning the production and |
| 11 | + transformation of light} |
| 12 | +\author{Albert Einstein} |
| 13 | +\date{March 17, 1905} |
| 14 | +% |
| 15 | +\hypersetup{% |
| 16 | + pdfmetalang={en-AU}, % added to test pdfmetalang |
| 17 | + pdftitle={% |
| 18 | + On a heuristic viewpoint concerning the production and |
| 19 | + transformation of light}, |
| 20 | + pdfsubtitle={[en-US]Putting that bum Maxwell in his place}, |
| 21 | + pdfauthor={Albert Einstein}, |
| 22 | + pdfauthortitle={\xmpquote{Technical Assistant\xmpcomma\ Level III}}, |
| 23 | + pdfdate={1905-03-17}, |
| 24 | + pdfcopyright={Copyright (C) 1905, Albert Einstein}, |
| 25 | + pdfsubject={photoelectric effect}, |
| 26 | + pdfkeywords={energy quanta, Hertz effect, quantum physics}, |
| 27 | + pdflicenseurl={http://creativecommons.org/licenses/by-nc-nd/3.0/}, |
| 28 | + pdfcaptionwriter={Scott Pakin}, |
| 29 | + pdfcontactaddress={Kramgasse 49}, |
| 30 | + pdfcontactcity={Bern}, |
| 31 | + pdfcontactpostcode={3011}, |
| 32 | + pdfcontactcountry={Switzerland}, |
| 33 | + pdfcontactphone={031 312 00 91}, |
| 34 | + pdfcontactemail={aeinstein@ipi.ch}, |
| 35 | + pdfcontacturl={% |
| 36 | + http://einstein.biz/, |
| 37 | + https://www.facebook.com/AlbertEinstein |
| 38 | + }, |
| 39 | + pdfdocumentid={uuid:6d1ac9ec-4ff2-515a-954b-648eeb4853b0}, |
| 40 | + pdfversionid={2.998e8}, |
| 41 | + pdfpublication={[de]Annalen der Physik}, |
| 42 | + pdfpublisher={Wiley-VCH}, |
| 43 | + pdfpubtype={journal}, |
| 44 | + pdfvolumenum={322}, |
| 45 | + pdfissuenum={6}, |
| 46 | + pdfpagerange={132-148}, |
| 47 | + pdfissn={0003-3804}, |
| 48 | + pdfeissn={1521-3889}, |
| 49 | + pdfpubstatus={VoR}, |
| 50 | + pdflang={en-GB}, |
| 51 | + pdfurl={http://www.physik.uni-augsburg.de/annalen/history/einstein-papers/1905_17_132-148.pdf}, |
| 52 | + pdfdoi={10.1002/andp.19053220607}, |
| 53 | + pdfidentifier={info:lccn/50013519} |
| 54 | +} |
| 55 | +\XMPLangAlt{de}{pdftitle={Über einen die Erzeugung und Verwandlung des |
| 56 | + Lichtes betreffenden heuristischen Gesichtspunkt}} |
| 57 | +% |
| 58 | +\begin{document} |
| 59 | +\maketitle |
| 60 | +A profound formal difference exists between the theoretical |
| 61 | +concepts that physicists have formed about gases and other |
| 62 | +ponderable bodies, and Maxwell's theory of electromagnetic |
| 63 | +processes in so-called empty space\dots |
| 64 | +\end{document} |
0 commit comments