diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-20 21:32:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-20 21:32:46 +0000 |
commit | c058a493ead87931c765aa4267bb32c7be00cfae (patch) | |
tree | 832dabcb4e29e7cd1e155f5c270d96205bbd639f /Master/texmf-dist/tex/latex/pdfpc | |
parent | 8bcbd7e85e0bfba43b6e0e520e9fa9bb1083b67f (diff) |
pdfpc (20dec20)
git-svn-id: svn://tug.org/texlive/trunk@57181 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pdfpc')
-rw-r--r-- | Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty b/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty index ad0735deb5c..17a813f15d3 100644 --- a/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty +++ b/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty @@ -30,7 +30,7 @@ % % ------------------------------------------------------------------------------------------- % -\ProvidesPackage{pdfpc}[2020/06/19 v0.5.0 PDFPC] +\ProvidesPackage{pdfpc}[2020/12/05 v0.5.1 PDFPC] \NeedsTeXFormat{LaTeX2e} % % Require additional packages needed by \sty{pdfpc}: @@ -130,9 +130,9 @@ ______<rdf:Description xmlns:pdfpc="https://github.com/pdfpc/pdfpc">^^J% \hyxmp@add@simple{pdfpc:LastMinutes}{\PDFPC@lastminutes}% \hyxmp@add@simple{pdfpc:NotesPosition}{\PDFPC@notesposition}% \ifPDFPC@disablemarkdown% - \hyxmp@add@simple{pdfpc:EnableMarkdown}{false}% + \hyxmp@add@simple{pdfpc:DisableMarkdown}{true}% \else% - \hyxmp@add@simple{pdfpc:EnableMarkdown}{true}% + \hyxmp@add@simple{pdfpc:DisableMarkdown}{false}% \fi \hyxmp@add@simple{pdfpc:DefaultTransition}{\PDFPC@defaulttransition}% \hyxmp@add@to@xml{% |