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

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

# Email
$depositorEmail='EMAIL';

# Organization
$registrant='ORGANIZATION';

# The rest is self-evident
$fullTitle = "TITLE";
$abbrevTitle = "TTL";
$issn = "NNNN-NNNNNN";
$coden = "CODEN";


# The last line must be 1;
1;