diff options
Diffstat (limited to 'Master/texmf-dist/tex/csplain/base/csplain.ini')
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/csplain.ini | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/csplain/base/csplain.ini b/Master/texmf-dist/tex/csplain/base/csplain.ini index 2acab859a48..2472a530617 100644 --- a/Master/texmf-dist/tex/csplain/base/csplain.ini +++ b/Master/texmf-dist/tex/csplain/base/csplain.ini @@ -1,18 +1,22 @@ \input csfonts % re-defines primitive \font \input plain % format Plain \restorefont % original meaning of primitive \font +\input csfontsm % macros: \sizespec, \resizefont, \resizeall, \tenbi, \bi \input il2code % extra codes for czech / slovak letters in ISO-8859-2 encoding \input hyphen.lan % czech / slovak hyphenation pattern (may be others too) \input plaina4 % \hsize and \vsize for A4 \everyjob=\expandafter{\the\everyjob - \message{The format: csplain <Sep. 2005>.} + \message{The format: csplain <Nov. 2012>.} \message{The cs-fonts are preloaded and A4 size implicitly defined.}} -\ifx\enc\undefined \else \input csenc-\enc.tex \fi % re-encoding using encTeX \ifx\xprncode\undefined \else %% The encTeX is detected \count255=128 % All codes > 128 are printable: \loop \xprncode\count255=1 \advance\count255 by 1 \ifnum \count255<256 \repeat \fi +\ifx\enc\undefined \else \input csenc-\enc.tex \fi % re-encoding using encTeX + +\ifx\directlua\undefined \else\input luatexiniconfig.tex \fi % LuaTeX specific +\ifx\XeTeXuseglyphmetrics\undefined \else\XeTeXuseglyphmetrics=1 \fi % XeTeX specific \ifx\pdfoutput\undefined \else % added in Feb. 2005 \def\tmpa{\pdfcsplain} @@ -98,13 +102,31 @@ file extcode.tex renamed to il2code.tex (suggested by Jan Kasprzak) * I didn't do any changes in macro code. Thus the \message still says: The format: csplain <Sep. 2005>. +** 8 ** <Oct. 2012> +* File csfontsm.tex included: (\sizespec, \resizefont, \resizeall, + \tenbi, \bi). This file is read during format generation. +* Little changes of the files ctimes.tex, cavantga.tex etc. +* More changes in t1code.tex file. +* New files tx-math.tex, ttimes.tex, tavanga.tex, etc. +* UTF-8 input encoded by encTeX is recommended. +* The page http://petr.olsak.net/csplain.html introduced. + +** 9 ** <Nov. 2012> +* The \regfont macro added in csfontsm.tex. +* In plaina4.tex: \pdfpagewidth (etc.) = 210 *true* mm added +* ucode.tex introduced (for unicode setting). +* hyphen.lan totally rewritten for possibility of loading + hyphen-patterns based on http://tug.org/tex-hyphen/. +* \ifx\directlua\undefined\else \input ... \fi added +* \ifx\XeTeXuseglyphmetrics ... added + COPYRIGHT ========= -This macro package (csplain.ini, il2code.tex, csfonts.tex, hyphen.lan, -plaina4.tex) is free software; you can use it without any restriction. -You can redistribute it under the following condition: +This macro package (csplain.ini, il2code.tex, csfonts.tex, csfontm.tex, +hyphen.lan, plaina4.tex) is free software; you can use it without any +restriction. You can redistribute it under the following condition: You can do any changes in this software for your own usage. However, you cannot distribute the changed software under the same name |