summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-21 17:17:30 +0000
committerKarl Berry <karl@freefriends.org>2012-12-21 17:17:30 +0000
commit2257828845c52e3a8b6becfa850d1eafdf6f20e5 (patch)
treee2b67b1c091e49fe54a1a551823339974ca31410 /Master/tlpkg
parent99eb8d14f7469f1d9a1c7edc39c573ccaa36dc44 (diff)
new doc package cstex (20dec12)
git-svn-id: svn://tug.org/texlive/trunk@28595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check4
-rw-r--r--Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/cslatex.tlpsrc4
-rw-r--r--Master/tlpkg/tlpsrc/csplain.tlpsrc13
-rw-r--r--Master/tlpkg/tlpsrc/cstex.tlpsrc0
5 files changed, 16 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 6bb057e1121..9603bd7312a 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -123,8 +123,8 @@ my @TLP_working = qw(
countriesofeurope counttexruns courier-scaled courseoutline coursepaper
coverpage covington
cprotect
- crbox crop crossreference crossword crosswrd cryst csbulletin
- csquotes csquotes-de csvsimple csvtools
+ crbox crop crossreference crossword crosswrd cryst
+ cs csbulletin cslatex csquotes csquotes-de csvsimple csvtools csplain cstex
ctanify ctanupload ctable ctex ctex-faq
cursolatex cuisine
currfile currvita curve curve2e curves
diff --git a/Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc b/Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc
index 249208c3bff..d5f37937246 100644
--- a/Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc
@@ -5,6 +5,7 @@ depend cs
depend csbulletin
depend cslatex
depend csplain
+depend cstex
depend vlna
depend hyphen-czech
depend hyphen-slovak
diff --git a/Master/tlpkg/tlpsrc/cslatex.tlpsrc b/Master/tlpkg/tlpsrc/cslatex.tlpsrc
index 5fe879b8eb5..1630221b21d 100644
--- a/Master/tlpkg/tlpsrc/cslatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/cslatex.tlpsrc
@@ -1,9 +1,9 @@
depend latex
#
execute AddFormat name=cslatex engine=pdftex \
- options="-etex -translate-file=cp227.tcx cslatex.ini"
+ options="-etex cslatex.ini"
execute AddFormat name=pdfcslatex engine=pdftex \
- options="-etex -translate-file=cp227.tcx cslatex.ini"
+ options="-etex cslatex.ini"
#
binpattern f bin/${ARCH}/cslatex
binpattern f bin/${ARCH}/pdfcslatex
diff --git a/Master/tlpkg/tlpsrc/csplain.tlpsrc b/Master/tlpkg/tlpsrc/csplain.tlpsrc
index 1e5720ea546..43e11b65815 100644
--- a/Master/tlpkg/tlpsrc/csplain.tlpsrc
+++ b/Master/tlpkg/tlpsrc/csplain.tlpsrc
@@ -1,8 +1,17 @@
depend tex
+#
+# these invocations from Petr Olsak.
execute AddFormat name=csplain engine=pdftex \
- options="-etex -translate-file=cp227.tcx csplain.ini"
+ options="-etex -enc csplain-utf8.ini"
execute AddFormat name=pdfcsplain engine=pdftex \
- options="-etex -translate-file=cp227.tcx csplain.ini"
+ options="-etex -enc csplain-utf8.ini"
+#
+# intentionally no user-level executables for these formats, also named
+# pdfcsplain (a la ConTeXt).
+execute AddFormat name=pdfcsplain engine=xetex \
+ options="-etex csplain.ini"
+execute AddFormat name=pdfcsplain engine=luatex \
+ options="-etex csplain.ini"
#
binpattern f bin/${ARCH}/csplain
binpattern f bin/${ARCH}/pdfcsplain
diff --git a/Master/tlpkg/tlpsrc/cstex.tlpsrc b/Master/tlpkg/tlpsrc/cstex.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/cstex.tlpsrc