summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-07 22:18:06 +0000
committerKarl Berry <karl@freefriends.org>2016-05-07 22:18:06 +0000
commitb4cae72fcb819d10f21d99fbdeb9df314e9e7aab (patch)
tree249fc3070ed6dc43fa7568ebd5b22ceba15cc1be
parentb5d9cb0ff373d2eb1a99192dcef729faf6e2dd07 (diff)
cstex (7may16)
git-svn-id: svn://tug.org/texlive/trunk@40933 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/cstex/kpfonts-plain.tex30
-rw-r--r--Master/texmf-dist/doc/cstex/opmac-u-en.pdfbin238440 -> 238481 bytes
-rw-r--r--Master/texmf-dist/doc/cstex/opmac-u-en.tex17
-rw-r--r--Master/texmf-dist/doc/cstex/opmac-u.pdfbin273020 -> 273040 bytes
-rw-r--r--Master/texmf-dist/doc/cstex/opmac-u.tex4
5 files changed, 28 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/cstex/kpfonts-plain.tex b/Master/texmf-dist/doc/cstex/kpfonts-plain.tex
index ef22b6e69b4..93cb41a9b6b 100644
--- a/Master/texmf-dist/doc/cstex/kpfonts-plain.tex
+++ b/Master/texmf-dist/doc/cstex/kpfonts-plain.tex
@@ -2,8 +2,10 @@
%%%%%%%%%%%%%%%%%%%%%%%
% Petr Olsak, May 2016
-% Use "pdftex kpfonts-plain" or "pdfcsplain kpfonts-plain" to create PDF
+% Use "pdftex kpfonts-plain" or "pdfcsplain kpfonts-plain" to create the PDF.
% Process it three times because of Table of contents generation.
+% Or download the PDF from
+% http://petr.olsak.net/ftp/olsak/bulletin/kpfonts-plain.pdf
\parindent=24pt
\input opmac
@@ -75,7 +77,7 @@ philosophy. This means:
* leave core font macros for users "\rm", "\bf", and "\it" almost unchanged.
\enditems
-User can set chosen font family by "\input font-file". The ``font-file'' loads
+User can select a font family by "\input font-file". The ``font-file'' loads
typically four fonts of one family for usage in "\rm", "\bf", "\it" and
"\bi" macros. But the font-file can give more possibilities using ``font
modifiers'' (see bellow).
@@ -137,7 +139,7 @@ The font-files ready to use are packed to the \csplain{} package. You can
select one line from the following list:
\begtt
-\input lmfotns % Latin Moder fonts
+\input lmfonts % Latin Moder fonts
\input ctimes % Times font family
\input chelvet % Helvetica font family
@@ -174,14 +176,15 @@ and to the log file in the form:
\begtt
\fontfam: unknown font family [?] (8t). Choose:
=== Fonts derived from Computer Modern ===
- [LM fonts] {\rm \it \bf \bi \tt ; mod:\caps ; +AMS} (8t 8z U)
-=== Adobe 35 fonts (installed in each PostScript RIP) ===
- [Times] {\rm \it \bf \bi \tt ; +TX} (8t 8z)
- [Helvetica] {\rm \it \bf \bi \tt ; mod:\cond ; +TX} (8t 8z)
- [Avantgarde] {\rm \it \bf \bi \tt ; +TX} (8t 8z)
- [Bookman] {\rm \it \bf \bi \tt ; +TX} (8t 8z)
- [Palatino] {\rm \it \bf \bi \tt ; +TX} (8t 8z)
- [New Century] {\rm \it \bf \bi \tt ; +TX} (8t 8z)
+ [LM fonts] {\rm \it \bf \bi ; mod:\caps \sans \ttset \slant \nbold \ttprop \t
+tlight \ttcond \quotset \upital \dunhill ; +AMS} (8t 8z U)
+=== Adobe 35 fonts ===
+ [Times] {\rm \it \bf \bi \tt ; mod:\caps ; +TX} (8t 8z)
+ [Helvetica] {\rm \it \bf \bi \tt ; mod:\caps \cond ; +TX} (8t 8z)
+ [Avantgarde] {\rm \it \bf \bi \tt ; mod:\caps ; +TX} (8t 8z)
+ [Bookman] {\rm \it \bf \bi \tt ; mod:\caps ; +TX} (8t 8z)
+ [Palatino] {\rm \it \bf \bi \tt ; mod:\caps ; +TX} (8t 8z)
+ [New Century] {\rm \it \bf \bi \tt; mod:\caps ; +TX} (8t 8z)
=== TeXGyre project, fonts derived from Adobe 35 ===
[TG Termes] {\rm \it \bf \bi ; mod:\caps ; +TX} (8t 8z U)
[TG Heros] {\rm \it \bf \bi ; mod:\caps \cond ; +TX} (8t 8z U)
@@ -197,6 +200,7 @@ and to the log file in the form:
[Charter] {\rm \it \bf \bi ; +TX} (8t 8z)
[Arev Sans] {\rm \it \bf \bi ; +TX} (8t)
[Bera] {\rm \it \bf \bi ; mod:\sans ; +TX} (8t)
+ -- [Linux Libertine] (U sU) -- unavailable in 8t enc.
[KP fonts] {\rm \it \bf \bi ; mod:\caps \bcaps \slant \sans \ttset \wlight \b
ext \noflig \oldn \olds \oldsv ; ... 22 modifiers in total; +KP} (8t 7t)
[Catalog] {; print catalogue} ()
@@ -439,8 +443,8 @@ If the combination of modifiers gives no sense or it is not implemented in
then font is not changed and the warning in the form
\begtt
-WARNING KPfont mods: subfam="ss" wlight="l" bcaps="", noflig="", old="", bext="
-" of variant="mn" in encoding="8t" (jkpsslmn8t) unavailable
+FONT warning: KPfonts - subfam="ss" wlight="l" bcaps="", noflig="", old="", bex
+t="" of variant="mn" in encoding="8t" (jkpsslmn8t) unavailable
\endtt
%
is printed on the terminal and in the log file.
diff --git a/Master/texmf-dist/doc/cstex/opmac-u-en.pdf b/Master/texmf-dist/doc/cstex/opmac-u-en.pdf
index 6fbe0c87bd0..21c709854db 100644
--- a/Master/texmf-dist/doc/cstex/opmac-u-en.pdf
+++ b/Master/texmf-dist/doc/cstex/opmac-u-en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/cstex/opmac-u-en.tex b/Master/texmf-dist/doc/cstex/opmac-u-en.tex
index 257759e38a9..2826d2e0acf 100644
--- a/Master/texmf-dist/doc/cstex/opmac-u-en.tex
+++ b/Master/texmf-dist/doc/cstex/opmac-u-en.tex
@@ -75,11 +75,11 @@ sober document is created if no additional macros are used. We assume that
the author of additional macros is able to create a look of the document to
suit specific requirement.
-OPmac has a small number of additional packages: "pdfuni", "opmac-xetex" and
-"opmac-bib" (see the end of \url{http://petr.olsak.net/opmac-e.html} page).
-Moreover, there exist many tens of little OPmac tricks comparable with
-\LaTeX{} packages
-mentioned on \url{http://petr.olsak.net/opmac-tricks-e.html} page.
+OPmac has a small number of additional packages: "fontfam", "pdfuni",
+"opmac-xetex" and "opmac-bib" (see the end of
+\url{http://petr.olsak.net/opmac-e.html} page). Moreover, there exist many
+tens of little OPmac tricks comparable with \LaTeX{} packages mentioned on
+\url{http://petr.olsak.net/opmac-tricks-e.html} page.
\secnum=-1
@@ -127,7 +127,7 @@ If you write "\fontfam[?]" then all available font families are listed on
the terminal and in the log file. The listing looks like:
\begtt
- [LM Fonts] {\rm \bf \it \bi ; mod:\caps ; +AMS} (8z 8t u)
+ [LM Fonts] {\rm \bf \it \bi ; mod:\caps \sans \ttset...; +AMS} (8z 8t u)
[TG Heros] {\rm \bf \it \bi ; mod:\caps \cond ; +TX} (8z 8t)
...
\endtt
@@ -153,8 +153,9 @@ families.
\sec Font sizes
%%%%%%%%%%%%%%%
-The commands for font size setting described here have local validity. It
-means that if you put them into group, the font sizes are selected locally.
+The commands for font size setting described below, for variant selectors and
+modifiers desribed above have local validity. If you put them into a group,
+the font features are selected locally.
The command "\typosize[<fontsize>/<baselineskip>]" sets the font size of text and
math fonts and baselineskip. If one of these two parameters is empty, the
diff --git a/Master/texmf-dist/doc/cstex/opmac-u.pdf b/Master/texmf-dist/doc/cstex/opmac-u.pdf
index 85a7cb0865d..59077f9b099 100644
--- a/Master/texmf-dist/doc/cstex/opmac-u.pdf
+++ b/Master/texmf-dist/doc/cstex/opmac-u.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/cstex/opmac-u.tex b/Master/texmf-dist/doc/cstex/opmac-u.tex
index 0235db1c4da..d91b15bc558 100644
--- a/Master/texmf-dist/doc/cstex/opmac-u.tex
+++ b/Master/texmf-dist/doc/cstex/opmac-u.tex
@@ -108,7 +108,7 @@ všech fontových rodin dostupných pomocí fontových souborů. Část seznamu
takto:
\begtt
- [LM Fonts] {\rm \bf \it \bi ; mod:\caps ; +AMS} (8z 8t U)
+ [LM Fonts] {\rm \bf \it \bi ; mod:\caps \sans \ttset...; +AMS} (8z 8t U)
[TG Heros] {\rm \bf \it \bi ; mod:\caps \cond ; +TX} (8z 8t)
\endtt
%
@@ -131,7 +131,7 @@ rodin.
\sec Velikosti fontů a řádkování
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Všechna makra popsaná v této sekci nastavují změny ve fontech a dalších
+Všechna makra popsaná v této i předchozí sekci nastavují změny ve fontech a dalších
parametrech jen lokálně, takže jsou-li ve skupině,
za ní se nastavení vrací k původním hodnotám.