diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-24 23:59:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-24 23:59:46 +0000 |
commit | f6630a254ac45a813b3e6f965c467243e2d21607 (patch) | |
tree | 44dc50e0dc8138d30f6b068e77e6f494920b8f2c | |
parent | e5b5774fb869f9df3c583add33d5dc9f025f4b46 (diff) |
fontch update (23apr07)
git-svn-id: svn://tug.org/texlive/trunk@4187 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/plain/fontch/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/plain/fontch/fontch.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/fontch.tpm | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/plain/fontch/README b/Master/texmf-dist/doc/plain/fontch/README index fbc939fe413..4585d157cf8 100644 --- a/Master/texmf-dist/doc/plain/fontch/README +++ b/Master/texmf-dist/doc/plain/fontch/README @@ -1,4 +1,4 @@ -README File of the package fontch.tex V1.2 2007/03/08 +README File of the package fontch.tex V1.3 2007/04/22 fontch.tex: Macros for changing fonts and sizes in plain TeX @@ -100,7 +100,7 @@ Redefined Plain TeX Commands: \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 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}} diff --git a/Master/texmf-dist/tpm/fontch.tpm b/Master/texmf-dist/tpm/fontch.tpm index 3ff6b3bf686..afe3e29fd13 100644 --- a/Master/texmf-dist/tpm/fontch.tpm +++ b/Master/texmf-dist/tpm/fontch.tpm @@ -3,20 +3,20 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/fontch.zip"> <TPM:Name>fontch</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>2007/03/08 22:07:00</TPM:Date> + <TPM:Date>2007/04/22 07:07:00</TPM:Date> <TPM:Version></TPM:Version> <TPM:Creator>karl</TPM:Creator> <TPM:Title>The fontch package.</TPM:Title> <TPM:Description></TPM:Description> <TPM:Author></TPM:Author> - <TPM:Size>41105</TPM:Size> + <TPM:Size>37230</TPM:Size> <TPM:License></TPM:License> <TPM:Build/> - <TPM:RunFiles size="31968"> + <TPM:RunFiles size="31970"> texmf-dist/tex/plain/fontch/fontch.tex texmf-dist/tpm/fontch.tpm </TPM:RunFiles> - <TPM:DocFiles size="5262">texmf-dist/doc/plain/fontch/README</TPM:DocFiles> + <TPM:DocFiles size="5270">texmf-dist/doc/plain/fontch/README</TPM:DocFiles> <TPM:Provides>Package/fontch</TPM:Provides> </rdf:Description> </rdf:RDF> |