summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/dcm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-20 22:31:24 +0000
committerKarl Berry <karl@freefriends.org>2019-03-20 22:31:24 +0000
commit2b006ec0e0cafe12255f874f9c44786ab6f38901 (patch)
treec40f5796e1b34e3f051abd84d049e092e4ffd0ab /Master/texmf-dist/tex/latex/stex/dcm
parent8e508e8b0218f17eb318645073096f2cf645cc78 (diff)
stex (20mar19)
git-svn-id: svn://tug.org/texlive/trunk@50489 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/dcm')
-rw-r--r--Master/texmf-dist/tex/latex/stex/dcm/dcm.sty7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/dcm/dcm.sty b/Master/texmf-dist/tex/latex/stex/dcm/dcm.sty
index 5b5cfb013d1..64343862c27 100644
--- a/Master/texmf-dist/tex/latex/stex/dcm/dcm.sty
+++ b/Master/texmf-dist/tex/latex/stex/dcm/dcm.sty
@@ -7,7 +7,7 @@
%% dcm.dtx (with options: `package')
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{dcm}[2016/04/06 v0.3 Dublin Core Metadata]
+\ProvidesPackage{dcm}[2019/03/20 v0.3 Dublin Core Metadata]
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{rdfmeta}
\PassOptionsToPackage{\CurrentOption}{workaddress}}
\ProcessOptions
@@ -18,9 +18,9 @@
{\@ifundefined{dcm@\@style @block}%
{\message{style {\@style} not defined}}%
{\csname dcm@\@style @block\endcsname}}
-\def\DCMcreators#1{\@for\@I:=#1\do{\wa@ref@test{person}\@I{id}}
+\def\DCMcreators#1{\@for\@I:=#1\do{\wa@ref1{person}\@I{id}}
\gdef\dcm@creators{#1}}
-\def\DCMcontributors#1{\@for\@I:=#1\do{\wa@ref@test{person}\@I{id}}%
+\def\DCMcontributors#1{\@for\@I:=#1\do{\wa@ref1{person}\@I{id}}%
\def\dcm@contributors{#1}}
\def\DCMtitle#1{\def\dcm@title{#1}\providecommand{\dcm@shorttitle}{#1}}
\def\dcm@subtitle{}
@@ -82,7 +82,6 @@ T\ifnum\count1>9\else0\fi\the\count1:\ifnum\count3>9\else0\fi\the\count3:00Z}
\def\dcm@subsection@heading{Subsection}
\def\dcm@subsubsection@heading{Subsubsection}
\def\dcm@paragraph@heading{Paragraph}
-\def\omdoc{OMDoc}
\endinput
%%
%% End of file `dcm.sty'.