summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/plain/fontch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-14 00:41:25 +0000
committerKarl Berry <karl@freefriends.org>2010-04-14 00:41:25 +0000
commite1376322837e700aa9b1b80ec284c83dbe826249 (patch)
tree53977c82a90d218ace500194b04cfabffc2b43e9 /Master/texmf-dist/doc/plain/fontch
parentc79d7ee153ff5a211e8293d577718c66a6556f4a (diff)
fontch update (13apr10)
git-svn-id: svn://tug.org/texlive/trunk@17859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/plain/fontch')
-rw-r--r--Master/texmf-dist/doc/plain/fontch/README48
-rw-r--r--Master/texmf-dist/doc/plain/fontch/fontch.pdfbin0 -> 92059 bytes
2 files changed, 28 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/plain/fontch/README b/Master/texmf-dist/doc/plain/fontch/README
index a95491b2665..39b7a38c347 100644
--- a/Master/texmf-dist/doc/plain/fontch/README
+++ b/Master/texmf-dist/doc/plain/fontch/README
@@ -1,20 +1,22 @@
-README File of the package fontch.tex V2.1 2008/07/14
+README File of the package fontch.tex V2.2 2010/04/12
fontch.tex: Macros for changing fonts and sizes in plain TeX
- Rodrigo Medina (IVIC) rmedina@ivic.ve
+ Rodrigo Medina rmedina@ivic.gob.ve
Suggested locations: .../texmf/tex/plain/fontch/
- .../texmf/doc/tex/fontch/README
+ .../texmf/doc/plain/fontch/README
Licence: LPPL
Components
----------
-The fontch V2.1 package is composed of the following files:
- README -- This file
- fontch.tex -- main macros
- bsymbols.tex -- macros for boldface symbols
- TS1mac.tex -- macros for the TS1 companion symbols
- DSmac.tex -- auxiliary file for the DStroke option
+The fontch V2.2 package is composed of the following files:
+ README -- this file
+ fontch.tex -- main macros
+ bsymbols.tex -- macros for boldface symbols
+ TS1mac.tex -- macros for the TS1 companion symbols
+ DSmac.tex -- auxiliary file for the DStroke option
+ fontch.pdf -- manual of fontch
+ fontch_doc.tex -- source of manual
Description
-----------
@@ -30,7 +32,7 @@ In addition fontch gives support to:
- AMS fonts for boldface math,
- Double Stroke fonts for blackboard bold symbols
-Requierements
+Requirements
-------------
- In order to use the T1 options LMTone and LMTSone, you need to have installed
the Latin Modern fonts of version 1.000 or larger. Older versions of LM fonts,
@@ -50,7 +52,7 @@ Installation
It is also commendable to put this README file in a proper place such as
- .../texmf/doc/tex/fontch/README
+ .../texmf/doc/plain/fontch/README
Usage
-----
@@ -84,7 +86,7 @@ NOTES:
-----
(1) There is one modification of the standard behavior of plain TeX. Plain
TeX defines for the font #3 the same font (tenex) for text, script and
- scriptscript. That is awfull. The fontch package uses sevenex for
+ scriptscript. That is aw full. The fontch package uses sevenex for
script and fiveex for scriptscript, as for the other fonts.
(2) The use of files il1-t1.tcx or il2-t1.tcx is recommended together
@@ -92,7 +94,7 @@ NOTES:
(3) Only the cmcs, cmmib, cmbsy and cmex AMS fonts are supported. These
are used for small caps and for boldface math-italic and boldface
- greek symbols. The other AMS fonts like the Euler, Cyrillic and extra
+ Greek symbols. The other AMS fonts like the Euler, Cyrillic and extra
symbols are not supported.
(4) Only the roman Doublestroke font is supported. The sans serif version
@@ -100,7 +102,7 @@ NOTES:
(5) There are two main uses of boldface math. One case is the use of
isolated bold characters or symbols inside a formula. For this case
- fontch provides bold versions of math synbols and the macro \mb for bold
+ fontch provides bold versions of math symbols and the macro \mb for bold
math-italic characters. The plain TeX macro "\bf" yields roman-bold
characters in math mode. The name of the bold version of a math symbol
is obtained adding the prefix "bf" to the name of the normal symbol. For
@@ -121,9 +123,14 @@ NOTES:
example the bold version of "(" is \bflparen.
(7) Math symbols of family #3 (cmex) do not have bold versions. In particular
- \int, \sum and \prod. Never the less \smallint is of cmsy and does have
+ \int, \sum and \prod. Nevertheless \smallint is of cmsy and does have
a bold version.
-
+
+Modifications from version 2.1
+------------------------------
+Version 2.2 is a minor bug correction version.
+The main change is the inclusion of the fontch.pdf file.
+
Modifications from version 2.0
------------------------------
Version 2.1 is a minor bug correction version.
@@ -165,6 +172,7 @@ Commands for changing font size:
Commands for changing family, most already in plain TeX.
\rm -- Roman
+ \sl -- Slanted
\it -- Italic
\bf -- Boldface
\tt -- Teletype
@@ -173,9 +181,9 @@ Commands for changing family, most already in plain TeX.
\cal -- Calligraphic
\mit -- Math Italic
\mb -- Math Boldface (new)
- \bcal -- Boldface calligraphica (new)
+ \bcal -- Boldface calligraphic (new)
\oldstyle -- Old style digits
- \boldstyle -- Boldface old style digitsa (new)
+ \boldstyle -- Boldface old style digits (new)
\setmathbold -- set families 1 and 2 to cmmib and cmmbsy (new)
\unsetmathbold -- reset families 1 and 2 to cmmi and cmmsy (new)
@@ -184,7 +192,7 @@ Command for changing line spacing
-Macros of bold symbols (Require input of bsymbols.tex)
+Macros of bold symbols (Requires input of bsymbols.tex)
----------------------
Symbols that have a keyword
bold_keyword = bf + normal_keyword
@@ -348,5 +356,5 @@ Some are text versions of symbols of the math mode.
Bugs
----
- Comments and bug reports are welcome at rmedina@ivic.ve
+ Comments and bugs reports are welcome at rmedina@ivic.gob.ve
-.-
diff --git a/Master/texmf-dist/doc/plain/fontch/fontch.pdf b/Master/texmf-dist/doc/plain/fontch/fontch.pdf
new file mode 100644
index 00000000000..1604e739571
--- /dev/null
+++ b/Master/texmf-dist/doc/plain/fontch/fontch.pdf
Binary files differ