summaryrefslogtreecommitdiffstats
path: root/print/xmltex/files
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2002-05-28 18:11:09 +0000
committernik <nik@FreeBSD.org>2002-05-28 18:11:09 +0000
commit6db0f0fbcad151a110dfb4b7f0a680f47aa0c276 (patch)
tree94d44a458e6a0664ad628c8655ca3b969f15f70e /print/xmltex/files
parent105aa12b32dca9b3038aa5065d0c4d1fc0485c05 (diff)
downloadFreeBSD-ports-6db0f0fbcad151a110dfb4b7f0a680f47aa0c276.zip
FreeBSD-ports-6db0f0fbcad151a110dfb4b7f0a680f47aa0c276.tar.gz
xmltex is an XML parser and formatting system written in TeX.
Diffstat (limited to 'print/xmltex/files')
-rw-r--r--print/xmltex/files/Makefile9
-rw-r--r--print/xmltex/files/texmf.cnf4
2 files changed, 13 insertions, 0 deletions
diff --git a/print/xmltex/files/Makefile b/print/xmltex/files/Makefile
new file mode 100644
index 0000000..4712b28
--- /dev/null
+++ b/print/xmltex/files/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+all: xmltex.fmt pdfxmltex.fmt
+
+xmltex.fmt:
+ tex -ini -progname=xmltex "&latex" xmltex.ini
+
+pdfxmltex.fmt:
+ pdftex -ini -progname=pdfxmltex "&pdflatex" pdfxmltex.ini
diff --git a/print/xmltex/files/texmf.cnf b/print/xmltex/files/texmf.cnf
new file mode 100644
index 0000000..b23d29d
--- /dev/null
+++ b/print/xmltex/files/texmf.cnf
@@ -0,0 +1,4 @@
+ hash_extra = 60000
+ pool_size = 1000000
+ max_strings = 70000
+ save_size = 10000
OpenPOWER on IntegriCloud