summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/crossrefware
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-19 22:36:21 +0000
committerKarl Berry <karl@freefriends.org>2014-10-19 22:36:21 +0000
commit85fe62616c2d0cda42038452c38374f1cf5d855a (patch)
tree45a4890dc18b6bd0d1e6142eeebf19ee293c10a3 /Master/texmf-dist/tex/latex/crossrefware
parentc07d0b959c7e9bbc2b3beeeab1ebf9ab11489255 (diff)
crossrefware (19oct14)
git-svn-id: svn://tug.org/texlive/trunk@35401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/crossrefware')
-rw-r--r--Master/texmf-dist/tex/latex/crossrefware/bibdoiadd.cfg9
-rw-r--r--Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg22
2 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/crossrefware/bibdoiadd.cfg b/Master/texmf-dist/tex/latex/crossrefware/bibdoiadd.cfg
new file mode 100644
index 00000000000..48dd0b244c4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/crossrefware/bibdoiadd.cfg
@@ -0,0 +1,9 @@
+$mode = 'paid'; # Other option is 'free'
+$email = 'user@company.domain';
+$username = 'XXXXXX'; # For paid users
+$password = 'XXXXXX'; # For paid users
+
+
+# Last line must be 1;
+
+1;
diff --git a/Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg b/Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg
new file mode 100644
index 00000000000..e6a1459e180
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/crossrefware/ltx2crossrefxml.cfg
@@ -0,0 +1,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; \ No newline at end of file