summaryrefslogtreecommitdiff
path: root/support/crossrefware/ltx2crossrefxml.cfg
blob: c85497a3db38b3220d5bf03f33da4b1ac3c8877f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Configuration file for ltx2crossrefxml.pl

# Name of the depositor
$depositorName = 'NAME';

# Email of the depositor
$depositorEmail = 'EMAIL';

# Organization
$registrant = 'ORGANIZATION';

# 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;