summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain/fontch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-03-18 23:49:00 +0000
committerKarl Berry <karl@freefriends.org>2007-03-18 23:49:00 +0000
commit95bb6802908cac4ec42d2c5a37cb42598b2980a4 (patch)
treea27949d450f42ee4c33f882b530161b7ffd5d57c /Master/texmf-dist/tex/plain/fontch
parent62a35122f20906892eb4fb29ba3d402da6fe4a3d (diff)
fontch update (9mar07)
git-svn-id: svn://tug.org/texlive/trunk@4058 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain/fontch')
-rw-r--r--Master/texmf-dist/tex/plain/fontch/fontch.tex27
1 files changed, 25 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/plain/fontch/fontch.tex b/Master/texmf-dist/tex/plain/fontch/fontch.tex
index 84cee410cf1..0e6a95e61b7 100644
--- a/Master/texmf-dist/tex/plain/fontch/fontch.tex
+++ b/Master/texmf-dist/tex/plain/fontch/fontch.tex
@@ -1,5 +1,5 @@
%% fontch.tex Macros for easily changing fonts and sizes in plain TeX %%
-%% V1.1 2006/02/16
+%% V1.2 2007/03/08
%% Rodrigo Medina (IVIC) rmedina@ivic.ve
%% Suggested location: .../texmf/tex/plain/fontch/
%% Licence: LPPL
@@ -14,6 +14,10 @@
%% put before the fontch.tex call:
%% \let\LMTSone\relax
%%
+%% NOTE: When using T1 fonts it is mandatory to set the type size,
+%% even when one is writing in \tenpoint which is the default size;
+%% this is needed in order to activate the re-definitions of the accents.
+%%
%% The use of files il1-t1.tcx or il2-t1.tcx is recommended
%%
%% General Commands
@@ -66,6 +70,11 @@
% \r -- ring accent
% \k -- ogonek
%%
+%% Redefined plain TeX math-accents
+% \acute,\grave,\ddot,\tilde,\bar,\breve,\check,\hat,\dot
+%% New T1 math-accent
+% \ring
+%%
%%%%% Commands of the LMTS1 option %%
%% Text companion symbols TS1 %%
% \tcchar{#1} -- Character of TS1 table
@@ -155,7 +164,7 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\wlog{File: fontch.tex
- [v1.1 (2006/02/16) font package for plain TeX]}
+ [v1.2 (2007/03/08) font package for plain TeX]}
%
%% Math fonts, valid for both options
%% five points fonts (defined in plain.tex) %%
@@ -346,6 +355,20 @@
\def\k#1{\setbox0=\hbox{#1}\ifdim\ht0=1ex \accent"C #1%
\else{\ooalign{\unhbox0\crcr\hidewidth\char"C\hidewidth}}\fi}
\def\textdiv{{\tcchar{"F6}}}
+%
+%% Redefinition of math-accents %%
+\def\acute{\mathaccent"7001 }
+\def\grave{\mathaccent"7000 }
+\def\ddot{\mathaccent"7004 }
+\def\tilde{\mathaccent"7003 }
+\def\bar{\mathaccent"7009 }
+\def\breve{\mathaccent"7008 }
+\def\check{\mathaccent"7007 }
+\def\hat{\mathaccent"7002 }
+\def\dot{\mathaccent"700A }
+%New ring math-accent
+\def\ring{\mathaccent"7006 }
+%
%% Activate non-ascii letters %%
% upper case
\catcode`\^^80=11 \uccode`\^^80=`\^^80 \lccode`\^^80=`\^^a0