Skip to content

Should pdfcopyright be treated as a comma separated list? #120

Description

@rzach

I don't know but I think pdfcopyright and dc:rights should just be free form text. But l3pdfmetadata processes it as a list. E.g.,

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    debug={xmp-export}
  }

\documentclass{article}
\usepackage{hyperref}
\title{%
On a heuristic viewpoint concerning the production and
transformation of light}
\author{Albert Einstein}
\date{March 17, 1905}
\hypersetup{%
pdfcopyright={Copyright (C) 1905, Albert Einstein}
}

\begin{document}
\maketitle
\end{document}

produces

<dc:rights>
    <rdf:Alt>
     <rdf:li xml:lang="x-default">Copyright (C) 1905</rdf:li>
     <rdf:li xml:lang="en-US">Copyright (C) 1905</rdf:li>
     <rdf:li xml:lang="x-default">Albert Einstein</rdf:li>
     <rdf:li xml:lang="en-US">Albert Einstein</rdf:li>
    </rdf:Alt>
   </dc:rights>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions