summaryrefslogtreecommitdiff
path: root/support/crossrefware/ltx2crossrefxml.cfg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-03 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2021-10-03 03:01:24 +0000
commitc7bf3f5a728fcb426d1aa38fbec211d4344a3725 (patch)
tree87fbde2d0e79f9e5fce12cbb71971717568fbf9d /support/crossrefware/ltx2crossrefxml.cfg
parentac5a96ddb02c62d71eb214ed35e3be9a154d991f (diff)
CTAN sync 202110030301
Diffstat (limited to 'support/crossrefware/ltx2crossrefxml.cfg')
-rw-r--r--support/crossrefware/ltx2crossrefxml.cfg23
1 files changed, 11 insertions, 12 deletions
diff --git a/support/crossrefware/ltx2crossrefxml.cfg b/support/crossrefware/ltx2crossrefxml.cfg
index e6a1459e18..c85497a3db 100644
--- a/support/crossrefware/ltx2crossrefxml.cfg
+++ b/support/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;