summaryrefslogtreecommitdiff
path: root/support/crossrefware/ltx2crossrefxml.cfg
diff options
context:
space:
mode:
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;