1ltx2crossrefxml(1) CROSSREF LIBRARY ltx2crossrefxml(1)
2
3
4
6 ltx2crossrefxml.pl - a tool for creation of XML files for submitting to
7 crossref.
8
10 ltx2crossrefxml [-c config_file] [-o output] latex_file latex_file ...
11
13 -c config_file
14 Configuration file. If this file is absent, some defaults are
15 used. See below for its format.
16
17 -o output
18 Output file. If this option is not used, the XML is output to
19 stdout.
20
22 The script takes a number of latex files and produces an XML file ready
23 for submission to Crossref. Each file must be previously processed by
24 LaTeX with the newest "resphilosophica" package: the package creates
25 the file ".rti" wtih the information about the bibliography.
26
27 The processing of reference list is at present rather limited: only so
28 called unstructured references are produced.
29
31 The configuration file is mostly self-explanatory: it has comments
32 (starting with "#") and assginments in the form
33
34 $field = value ;
35
37 ltx2crossrefxml.pl ../paper1/paper1.tex ../paper2/paper2.tex -o result.xml
38
39 ltx2crossrefxml.pl -c myconfig.cnf paper.tex -o paper.xml
40
42 Boris Veytsman
43
45 Copyright (C) 2012-2016 Boris Veytsman
46
47 This is free software. You may redistribute copies of it under the
48 terms of the GNU General Public License
49 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
50 extent permitted by law.
51
52
53
54 2017-11-18 ltx2crossrefxml(1)