diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-21 17:17:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-21 17:17:30 +0000 |
commit | 2257828845c52e3a8b6becfa850d1eafdf6f20e5 (patch) | |
tree | e2b67b1c091e49fe54a1a551823339974ca31410 /Master/tlpkg | |
parent | 99eb8d14f7469f1d9a1c7edc39c573ccaa36dc44 (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-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langczechslovak.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/cslatex.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/csplain.tlpsrc | 13 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/cstex.tlpsrc | 0 |
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 |