diff options
Diffstat (limited to 'Master/texmf-dist/tex/plain/fontch/fontch.tex')
-rw-r--r-- | Master/texmf-dist/tex/plain/fontch/fontch.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/plain/fontch/fontch.tex b/Master/texmf-dist/tex/plain/fontch/fontch.tex index 0e6a95e61b7..ae7394947c2 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.2 2007/03/08 +%% V1.3 2007/04/22 %% Rodrigo Medina (IVIC) rmedina@ivic.ve %% Suggested location: .../texmf/tex/plain/fontch/ %% Licence: LPPL @@ -43,7 +43,7 @@ % \i , \j , \ae , \AE, \oe , \OE , \o , \O , % \ss , \SS , \aa , \AA , \l , \L , % \Gamma , \Delta , \Theta , \Lambda , \Xi , \Pi , -% \Sigma , \Upsilon , \Phi , \Psi , \Omega +% \Sigma , \Upsilon , \Phi , \Psi , \Omega, \hbar %% %% New T1 Commands for non-latin1 characters % \lh -- l' @@ -164,7 +164,7 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \wlog{File: fontch.tex - [v1.2 (2007/03/08) font package for plain TeX]} + [v1.3 (2007/04/22) font package for plain TeX]} % %% Math fonts, valid for both options %% five points fonts (defined in plain.tex) %% @@ -322,6 +322,7 @@ \mathchardef\Phi="0108 \mathchardef\Psi="0109 \mathchardef\Omega="010A +\def\hbar{{\mathchar"7009\mkern-9muh}} %% New character commands %% \chardef\lh="A9 \chardef\Lh="89 @@ -334,6 +335,7 @@ \chardef\smallzero="18 \chardef\lguille="E \chardef\rguille="F \chardef\vispace="20 + %% Redefinition of accents and new accents%% \def\`#1{{\accent0 #1}} \def\'#1{{\accent1 #1}} |