diff options
Diffstat (limited to 'Master/texmf-dist/tex/plain/fontch/fontch.tex')
-rw-r--r-- | Master/texmf-dist/tex/plain/fontch/fontch.tex | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/plain/fontch/fontch.tex b/Master/texmf-dist/tex/plain/fontch/fontch.tex index 69fa7e2007f..8bc1717f835 100644 --- a/Master/texmf-dist/tex/plain/fontch/fontch.tex +++ b/Master/texmf-dist/tex/plain/fontch/fontch.tex @@ -1,16 +1,18 @@ %% fontch.tex Macros for easily changing fonts and sizes in plain TeX %% -%% V2.1 2008/07/14 -%% Rodrigo Medina (IVIC) rmedina@ivic.ve +%% V2.2 2010/04/12 +%% Copyright 2010 Rodrigo Medina rmedina@ivic.gob.ve %% Suggested location: .../texmf/tex/plain/fontch/ %% Licence: LPPL %% %%%%%% Components -%% The fontch V2.1 package is composed of the following files -%% README -- Explanation file (has essentially this information) -%% 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 -- Explanation file (has essentially this information) +%% 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 to fontch +%% fontch_doc.tex -- source of manual %%%%%% Description %% %% Fontch implements a mechanism for changing type and size of fonts. One @@ -93,13 +95,14 @@ %% 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. %% %%%%%%%%% Commands of fontch %%%%%% %% %%%%%% General Commands % \rm -- Roman +% \sl -- Slanted % \it -- Italic % \bf -- Boldface % \tt -- Teletype @@ -119,7 +122,7 @@ % \fourteenpoint -- Change to very large type % \twentypoint -- Change to huge type % \twentyfourpoint -- Change to immense type -% \doublespace -- Double Space for ten & twelve points +% \doublespace -- Double space for ten & twelve points % %%%%%% Macros of bold symbols % Symbols that have a keyword @@ -272,6 +275,10 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% +%% 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 bug correction version %% The main change is to conform with the new naming conventions @@ -293,7 +300,7 @@ %% case explained in Note (1). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \wlog{File: fontch.tex - [v2.1 (2008/07/14) font change package for plain TeX]} + [v2.2 (2010/04/12) font change package for plain TeX]} % %% Math fonts, valid for any option %% five points fonts (defined in plain.tex) %% |