summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/crossrefware
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-03 20:32:45 +0000
committerKarl Berry <karl@freefriends.org>2021-10-03 20:32:45 +0000
commit9d67bfdcf1353cbb0d96f6eb0e10b469ab0020b9 (patch)
tree92ec4ccf6c4679ace2bc8c91a8c0e6308655ab40 /Master/texmf-dist/tex/latex/crossrefware
parent01ff03dce6921c6e40b65ec78befdf9124b1709d (diff)
crossrefware (3oct21)
git-svn-id: svn://tug.org/texlive/trunk@60689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/crossrefware')
-rw-r--r--Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg23
1 files changed, 11 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg b/Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg
index e6a1459e180..c85497a3db3 100644
--- a/Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg
+++ b/Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg
@@ -1,22 +1,21 @@
-#
# Configuration file for ltx2crossrefxml.pl
-#
# Name of the depositor
-$depositorName='NAME';
+$depositorName = 'NAME';
-# Email
-$depositorEmail='EMAIL';
+# Email of the depositor
+$depositorEmail = 'EMAIL';
# Organization
-$registrant='ORGANIZATION';
+$registrant = 'ORGANIZATION';
-# The rest is self-evident
-$fullTitle = "TITLE";
-$abbrevTitle = "TTL";
-$issn = "NNNN-NNNNNN";
-$coden = "CODEN";
+# Journal-specific information.
+$fullTitle = 'JOURNAL TITLE';
+$issn = 'NNNN-NNNNNN';
+# These two are optional. Uncomment and specify if your journal uses them.
+#$abbrevTitle = 'ABBR. TTL.';
+#$coden = 'CODEN';
# The last line must be 1;
-1; \ No newline at end of file
+1;