diff options
105 files changed, 281 insertions, 166 deletions
diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/ChangeLog b/Master/texmf-dist/doc/fonts/hfoldsty/ChangeLog index e4a13eaff59..cb9ec8d21db 100644 --- a/Master/texmf-dist/doc/fonts/hfoldsty/ChangeLog +++ b/Master/texmf-dist/doc/fonts/hfoldsty/ChangeLog @@ -1,3 +1,11 @@ +2012/01/01 v1.15 Harald Harders (harald.harders@gmx.de) + - Update e-mail address. + - Clean up Makefiles and zip files. + - Update documentation with regards to microtype.sty. + +2005/01/01 v1.14 Harald Harders (h.harders@tu-bs.de) + - Fix documenation about package options. + 2004/11/19 v1.13 Harald Harders (h.harders@tu-bs.de) - More errors in \ProvidesFile line fixed. @@ -18,6 +26,14 @@ Older changes: -v0.90: Rename package from hfo to hfoldsty. -v0.20: Do not set \hyphenchar to '177. For character produting, the - pdfcprot package should be used. +v0.90: - Rename package from hfo to hfoldsty. + - Fix the wrong generation of this entry. It prevented LaTeX + from finding the correct small caps with old-style digits. + +v0.40: - Use old-style figures with small capitals again. + +v0.20: - Do not set \hyphenchar to '177. For character produting, the + pdfcprot package should be used. + - Use lining figures with small capitals. + - LaTeX is big enough not to split generation of Roman family. + - Support slanted small capitals diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/Makefile b/Master/texmf-dist/doc/fonts/hfoldsty/Makefile new file mode 100644 index 00000000000..98437d39e99 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/hfoldsty/Makefile @@ -0,0 +1,13 @@ +all: test-eco.pdf test-hfo.pdf + +test-eco.pdf: + pdflatex test-eco + pdflatex test-eco + +test-hfo.pdf: + pdflatex test-hfo + pdflatex test-hfo + +distclean: + @-rm test-eco.{aux,log,pdf} + @-rm test-hfo.{aux,log,pdf} diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/README b/Master/texmf-dist/doc/fonts/hfoldsty/README index 954463710e7..6ad27ede0da 100644 --- a/Master/texmf-dist/doc/fonts/hfoldsty/README +++ b/Master/texmf-dist/doc/fonts/hfoldsty/README @@ -10,11 +10,11 @@ character protruding using the pdfcprot package, arbitrary font sizes in conjunction with fix-cm.sty. The distribution contains of two zip files: -- hfoldsty-#_##.zip contains the files you have to install to use the +- hfoldsty-v#_##.zip contains the files you have to install to use the hfoldsty fonts. -- hfoldsty-src-#_##.zip contains the shell scripts, fontinst and latex +- hfoldsty-src-v#_##.zip contains the shell scripts, fontinst and latex source codes that have been used to generate the installation files - in hfoldsty-#_##.zip. If you are not really sure what you are doing + in hfoldsty-v#_##.zip. If you are not really sure what you are doing don't touch that file. Installation in a TDS TeX implementation: @@ -31,7 +31,7 @@ Sebastian Kirsch <skirsch@t-online.de>. Many thanks to him for his great work. -Copyright (C) 2003--2004 Harald Harders +Copyright (C) 2003--2005, 2012 Harald Harders This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -49,5 +49,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Harald Harders -h.harders@tu-bs.de -2004-08-21 +harald.harders@gmx.de +2012-01-01 diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/hfoldsty.pdf b/Master/texmf-dist/doc/fonts/hfoldsty/hfoldsty.pdf Binary files differindex e43f0af82b2..08e5a4e56dd 100644 --- a/Master/texmf-dist/doc/fonts/hfoldsty/hfoldsty.pdf +++ b/Master/texmf-dist/doc/fonts/hfoldsty/hfoldsty.pdf diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/hfoldsty.xml b/Master/texmf-dist/doc/fonts/hfoldsty/hfoldsty.xml index 73bf15f4b6b..f36c7d814fc 100644 --- a/Master/texmf-dist/doc/fonts/hfoldsty/hfoldsty.xml +++ b/Master/texmf-dist/doc/fonts/hfoldsty/hfoldsty.xml @@ -1,18 +1,18 @@ <?xml version="1.0"?> <!DOCTYPE entry SYSTEM "../catalogue.dtd"> <entry id="hfoldsty" - datestamp="2004/11/19" - modifier="h.harders@tu-bs.de"> + datestamp="2012/01/01" + modifier="harald.harders@gmx.de"> <about> <name>hfoldsty</name> <caption>European Computer Modern font with old-style numerals and better kerning for guillemets.</caption> <author> <name>Harald Harders</name> - <email>h.harders@tu-bs.de</email> + <email>harald.harders@gmx.de</email> </author> <license type="gpl"/> <version> - <number>1.13</number> + <number>1.15</number> </version> </about> <description> @@ -28,6 +28,6 @@ fix-cm.sty. </description> <distribution> <texlive>latex3</texlive> - <ctan>macros/latex/contrib/hfoldsty</ctan> + <ctan>fonts/hfoldsty</ctan> </distribution> </entry> diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/test-eco-hfo.tex b/Master/texmf-dist/doc/fonts/hfoldsty/test-eco-hfo.tex index 2d5a3779bde..7c26a8a3d63 100644 --- a/Master/texmf-dist/doc/fonts/hfoldsty/test-eco-hfo.tex +++ b/Master/texmf-dist/doc/fonts/hfoldsty/test-eco-hfo.tex @@ -1,3 +1,10 @@ +\makeatletter +\@ifundefined{ifhfo}{% + \typeout{^^JError: Do not run latex on test-eco-hfo directly!^^J% + \space\space\space\space\space\space\space + Use test-eco.tex or test-hfo.tex instead.^^J}% + \stop +}{}% \listfiles \RequirePackage{fix-cm} \documentclass[ngerman,11pt]{article} diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0500.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0500.tfm Binary files differindex c78413598ea..174cc716358 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0500.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0500.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0600.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0600.tfm Binary files differindex 61050baa1cc..7385c851fb3 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0600.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0600.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0700.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0700.tfm Binary files differindex 63154fb70ec..d71535a7c92 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0700.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0700.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0800.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0800.tfm Binary files differindex 12bb9ad3844..38e621fde24 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0800.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0800.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0900.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0900.tfm Binary files differindex 74a36560503..669e5851777 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0900.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh0900.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1000.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1000.tfm Binary files differindex 95c4b596e3b..65dca4b6094 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1000.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1000.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1095.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1095.tfm Binary files differindex 94e624665a2..2348e61fd6c 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1095.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1095.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1200.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1200.tfm Binary files differindex d4564ac018d..7484c7df0a9 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1200.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1200.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1440.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1440.tfm Binary files differindex 1fbc7e04e7a..7c7fc042ae5 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1440.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1440.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1728.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1728.tfm Binary files differindex f70f0a9ed65..12d31b67729 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1728.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh1728.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2074.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2074.tfm Binary files differindex 990108015fe..39b08fb9537 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2074.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2074.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2488.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2488.tfm Binary files differindex f0c6505abc9..6ff1e850b04 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2488.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2488.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2986.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2986.tfm Binary files differindex 98f7cc2b151..8ec45051fa3 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2986.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh2986.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh3583.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh3583.tfm Binary files differindex f0b6de9aa0f..f86eecc7a95 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh3583.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfodh3583.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfoit0600.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfoit0600.tfm Binary files differindex 1b4cb448864..8a0608ac86c 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfoit0600.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfoit0600.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfoit0700.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfoit0700.tfm Binary files differindex 55f34963253..2a56765e63b 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfoit0700.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfoit0700.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfost0600.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfost0600.tfm Binary files differindex 64d7b016d90..f8e315b88ff 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfost0600.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfost0600.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfost0700.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfost0700.tfm Binary files differindex 3502eb28d9f..220411044b7 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfost0700.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfost0700.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfotc0600.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfotc0600.tfm Binary files differindex a44d60de01b..12b954b88e5 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfotc0600.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfotc0600.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfotc0700.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfotc0700.tfm Binary files differindex 40cdd6b6e9d..b6ed4323645 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfotc0700.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfotc0700.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfott0600.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfott0600.tfm Binary files differindex a7ac135fe3f..12b954b88e5 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfott0600.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfott0600.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfott0700.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfott0700.tfm Binary files differindex dd08ec417ad..b6ed4323645 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfott0700.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfott0700.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovi0600.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovi0600.tfm Binary files differindex 582373a51e2..e3bc852aa20 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovi0600.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovi0600.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovi0700.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovi0700.tfm Binary files differindex 29d45d3871e..77e6773f5c9 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovi0700.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovi0700.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovt0600.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovt0600.tfm Binary files differindex dd775db8306..fa82d5ea4a5 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovt0600.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovt0600.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovt0700.tfm b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovt0700.tfm Binary files differindex 41128a24556..ebe11504d91 100644 --- a/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovt0700.tfm +++ b/Master/texmf-dist/fonts/tfm/public/hfoldsty/hfovt0700.tfm diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0500.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0500.vf Binary files differindex d62b5165dc8..8dac42a682d 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0500.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0500.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0600.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0600.vf Binary files differindex 572e8cfa553..7565004eaa9 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0600.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0600.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0700.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0700.vf Binary files differindex fabb46af499..b7ed1adacf8 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0700.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0700.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0800.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0800.vf Binary files differindex 09b47f1ba94..d8d82cddeac 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0800.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0800.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0900.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0900.vf Binary files differindex c179a767ca9..f075b8d7c15 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0900.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh0900.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1000.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1000.vf Binary files differindex 02d62a07b57..40ce2eb7d06 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1000.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1000.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1095.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1095.vf Binary files differindex 69b67acadd6..d66aee35f76 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1095.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1095.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1200.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1200.vf Binary files differindex 25113b579f6..0c0ea5a2dda 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1200.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1200.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1440.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1440.vf Binary files differindex 9234655afdc..51320642f8d 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1440.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1440.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1728.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1728.vf Binary files differindex 2c2702b6642..54432d2e91f 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1728.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh1728.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2074.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2074.vf Binary files differindex cf714ffa1e3..a5b723aed6d 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2074.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2074.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2488.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2488.vf Binary files differindex 93b7e617f33..1314fd02df9 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2488.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2488.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2986.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2986.vf Binary files differindex 60b79d495d7..28ee886add6 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2986.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh2986.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh3583.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh3583.vf Binary files differindex 65cab940ae4..a277c815a14 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh3583.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfodh3583.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfoit0600.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfoit0600.vf Binary files differindex 5f09310cb79..ce68807e9ef 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfoit0600.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfoit0600.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfoit0700.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfoit0700.vf Binary files differindex 76a4965017d..bf1dc07fe82 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfoit0700.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfoit0700.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfost0600.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfost0600.vf Binary files differindex 9878d2024ac..ce68807e9ef 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfost0600.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfost0600.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfost0700.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfost0700.vf Binary files differindex 643c3cb947c..bf1dc07fe82 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfost0700.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfost0700.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfotc0600.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfotc0600.vf Binary files differindex c3aa7b00046..ce68807e9ef 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfotc0600.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfotc0600.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfotc0700.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfotc0700.vf Binary files differindex a678a11ecca..bf1dc07fe82 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfotc0700.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfotc0700.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfott0600.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfott0600.vf Binary files differindex 02cfdca32d4..ce68807e9ef 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfott0600.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfott0600.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfott0700.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfott0700.vf Binary files differindex e53db77d544..bf1dc07fe82 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfott0700.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfott0700.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovi0600.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovi0600.vf Binary files differindex 2f43f5f44a7..ce68807e9ef 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovi0600.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovi0600.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovi0700.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovi0700.vf Binary files differindex 54e13f5c94d..bf1dc07fe82 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovi0700.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovi0700.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovt0600.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovt0600.vf Binary files differindex c0dd9340368..ce68807e9ef 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovt0600.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovt0600.vf diff --git a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovt0700.vf b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovt0700.vf Binary files differindex 3b7d0e8e019..bf1dc07fe82 100644 --- a/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovt0700.vf +++ b/Master/texmf-dist/fonts/vf/public/hfoldsty/hfovt0700.vf diff --git a/Master/texmf-dist/source/fonts/hfoldsty/Makefile b/Master/texmf-dist/source/fonts/hfoldsty/Makefile index 59c64a23597..0c176977d66 100644 --- a/Master/texmf-dist/source/fonts/hfoldsty/Makefile +++ b/Master/texmf-dist/source/fonts/hfoldsty/Makefile @@ -1,11 +1,71 @@ -all: t1hfor.fd +VERSION=`grep -A1 '\\\\ProvidesPackage' hfoldsty.dtx | grep -v '\\\\ProvidesPackage' | sed 's/.* \\(v[0-9]*\\)\\.\\([0-9]*[a-z]*\\) .*/\\1_\\2/'` +VERSIONpp=`grep -A1 '\\\\ProvidesPackage' ../hfoldsty.dtx | grep -v '\\\\ProvidesPackage' | sed 's/.* \\(v[0-9]*\\)\\.\\([0-9]*[a-z]*\\) .*/\\1_\\2/'` +INSTALL=install +BASEDIR=texmf +DOCDIR=$(BASEDIR)/doc/fonts/hfoldsty +STYDIR=$(BASEDIR)/tex/latex/hfoldsty +VFDIR=$(BASEDIR)/fonts/vf/public/hfoldsty +TFMDIR=$(BASEDIR)/fonts/tfm/public/hfoldsty +SOURCEDIR=$(BASEDIR)/source/fonts/hfoldsty -t1hfor.fd: generate.sh TS1.etx dostretch.mtx t19.etx - ./generate.sh +all: fonts hfoldsty.sty hfoldsty.pdf copy clean + +hfoldsty.sty: hfoldsty.dtx hfoldsty.ins + pdflatex hfoldsty.ins + +hfoldsty.pdf: hfoldsty.dtx + pdflatex hfoldsty.dtx + pdflatex hfoldsty.dtx + makeindex -s gglo.ist -o hfoldsty.gls hfoldsty.glo + pdflatex hfoldsty.dtx + makeindex -s gind.ist hfoldsty + pdflatex hfoldsty.dtx + pdflatex hfoldsty.dtx + +fonts: + cd src && $(MAKE) + +copy: + if [ -d "$(DOCDIR)" ]; then rm -f $(DOCDIR)/*; else mkdir -p $(DOCDIR); fi + if [ -d "$(STYDIR)" ]; then rm -f $(STYDIR)/*; else mkdir -p $(STYDIR); fi + if [ -d "$(VFDIR)" ]; then rm -f $(VFDIR)/*; else mkdir -p $(VFDIR); fi + if [ -d "$(TFMDIR)" ]; then rm -f $(TFMDIR)/*; else mkdir -p $(TFMDIR); fi + if [ -d "$(SOURCEDIR)" ]; then rm -rf $(SOURCEDIR)/*; else mkdir -p $(SOURCEDIR); fi + if [ ! -d "$(SOURCEDIR)/src" ]; then mkdir -p $(SOURCEDIR)/src; fi + $(INSTALL) -m644 gpl.txt README TODO ChangeLog $(DOCDIR) + $(INSTALL) -m644 hfoldsty.pdf hfoldsty.xml test/*.tex test/Makefile $(DOCDIR) + $(INSTALL) -m644 hfoldsty.sty $(STYDIR) + $(INSTALL) -m644 *.cpa *.fd $(STYDIR) + $(INSTALL) -m644 src/*.fd $(STYDIR) + $(INSTALL) -m644 src/*.tfm $(TFMDIR) + $(INSTALL) -m644 src/*.vf $(VFDIR) + $(INSTALL) -m755 src/generate.sh $(SOURCEDIR)/src + $(INSTALL) -m644 src/dostretch.mtx src/Makefile src/t19.etx src/TS1.etx $(SOURCEDIR)/src + $(INSTALL) -m644 hfoldsty.dtx hfoldsty.ins Makefile $(SOURCEDIR) clean: - @rm -f *.vpl *.log ec*.mtx tc*.mtx *.pl hfo*.tex + cd src && $(MAKE) clean + @rm -f hfoldsty.aux hfoldsty.log hfoldsty.ind hfoldsty.glo + @rm -f hfoldsty.gls hfoldsty.idx hfoldsty.toc hfoldsty.ilg distclean: clean + cd src && $(MAKE) distclean + @rm -rf $(BASEDIR) @rm -f *~ - @rm -f *.tfm *.vf *.fd + @rm -f hfo*.cpa *hfo*.fd hfoldsty.sty hfoldsty.pdf + +zip: all clean distzip distclean srczip + +distzip: + @rm -f hfoldsty-$(VERSION).zip + cd texmf; zip -r ../hfoldsty-$(VERSIONpp).zip * + +srczip: + @rm -f hfoldsty-src-$(VERSION).zip + zip -r hfoldsty-src-$(VERSION).zip src/generate.sh src/dostretch.mtx src/Makefile src/t19.etx src/TS1.etx test/*.tex Makefile README gpl.txt hfoldsty.xml hfoldsty.dtx hfoldsty.ins ChangeLog TODO + +tar: distzip srczip + tar cvf hfoldsty-$(VERSION).tar README ChangeLog hfoldsty.xml gpl.txt hfoldsty-$(VERSION).zip hfoldsty-src-$(VERSION).zip + +version: + @echo $(VERSION) diff --git a/Master/texmf-dist/source/fonts/hfoldsty/hfoldsty.dtx b/Master/texmf-dist/source/fonts/hfoldsty/hfoldsty.dtx index c8055078b53..52e3b30858e 100644 --- a/Master/texmf-dist/source/fonts/hfoldsty/hfoldsty.dtx +++ b/Master/texmf-dist/source/fonts/hfoldsty/hfoldsty.dtx @@ -1,5 +1,5 @@ % \iffalse meta comment -% File: hfoldsty.dtx Copyright (C) 2003--2004 Harald Harders +% File: hfoldsty.dtx Copyright (C) 2003--2005, 2012 Harald Harders % \fi % % \iffalse @@ -20,7 +20,7 @@ \usepackage{ragged2e} \GetFileInfo{hfoldsty.sty} \title{European Computer Modern font with oldstyle digits} -\author{Harald Harders\\\texttt{h.harders@tu-bs.de}} +\author{Harald Harders\\\texttt{harald.harders@gmx.de}} \date{Version \fileversion, \filedate; printed \today} \newlength{\tempdima}% \makeatletter @@ -52,6 +52,10 @@ %</driver> % \fi % +% \changes{1.15}{2012/01/01}{Update documentation with regards to +% \texttt{microtype.sty}}% +% \changes{1.15}{2012/01/01}{Update e-mail address}% +% \changes{1.15}{2012/01/01}{Clean up Makefiles and zip files}% % \changes{1.13}{2004/11/19}{Fix errors in \cs{ProvidesFile} lines in % \texttt{fd} files}% % \changes{1.11}{2004/08/21}{Detect already loaded \texttt{fix-cm.sty}}% @@ -80,7 +84,7 @@ % \changes{1.01}{2003/10/15}{Changed copyright to GPL since I don't % know if I am permitted to use LPPL} % -% Copyright \textcopyright\ 2003--2004 Harald Harders <h.harders@tu-bs.de> +% Copyright \textcopyright\ 2003--2005, 2012 Harald Harders <harald.harders@gmx.de> % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -106,13 +110,18 @@ %\usepackage{hfoldsty}\end{verbatim} % in the preamble of your document. % +% \DescribeMacro{newstylett} % By default, the roman and the sans-serif font families are changed % to use oldstyle figures while the typewriter family stays unchanged. % This is done because the typewriter font mostly is used for source -% code where oldstyle figures look strange. +% code where oldstyle figures look strange. Equivalent to use no package +% option is to use the |newstylett| package option. % +% \DescribeMacro{oldstylett} +% \changes{1.14}{2005/01/01}{Fix documenation about package options +% (Thanks to Rainer Thiel)}% % If you want to use oldstyle figures also with typewriter fonts -% specify the |newstylett| package option when loading the |hfoldsty| +% specify the |oldstylett| package option when loading the |hfoldsty| % package. % As side effect, the typewriter font then uses ligatures instead of % single characters for ``fi'', ``fl'', ``ff'', ``ffi'', and ``ffl''. @@ -163,6 +172,7 @@ % % \subsection{Slanted small capitals} % +% \DescribeMacro{slantsc.sty} % The font definition files of the |hfoldsty| package provide % additional shapes for small capitals, an italic and slanted version. % You may access them using the |slantsc| package. @@ -171,6 +181,7 @@ % \subsection{Allow arbitrary font sizes and reduce number of design % sizes} % +% \DescribeMacro{fix-cm} % The default \Tone\ encoded fonts use a large number of different % design sizes, and they do not allow to use arbitrary font sizes. % For normal European Computer Modern fonts, this is fixed by using @@ -188,6 +199,20 @@ %\documentclass{article} %\usepackage{hfoldsty}\end{verbatim} % +% \subsection{Character protruding} +% +% \DescribeMacro{pdfcprot.sty} +% The |hfoldsty| package does not produde any characters into the +% margin by itself. +% It, however, provides the produsion information for the |pdfcprot| +% package with the extension |.cpa|. +% +% \DescribeMacro{microtype.sty} +% The |microtype| package has build-in support of the fonts provided +% by |hfoldsty| so that no separate code is required. +% +% I recommend to use |microtype| rather than |pdfcprot|. +% % % \section{Differences between the \textmd{\texttt{eco}} and the % \textmd{\texttt{hfoldsty}} packages}% @@ -203,7 +228,7 @@ % \texttt{slantsc} \\ % character protruding& protrudes the hyphen char into the right % margin& by default no protruding, provides files for the -% |pdfcprot| package \\ +% |pdfcprot| package, supported by |microtype| package \\ % kerning& same kerning as European Computer Modern fonts& Improved % kerning for guillemets (\flqq, \frqq) \\ % TS1 encoding& ---& Includes necessary fd files \\ @@ -218,8 +243,8 @@ % \section{To Do} % % \begin{itemize} -% \item Add kerning information for English and German quotation -% marks. +% \item +% Add kerning information for English and German quotation marks. % \end{itemize} % % \StopEventually{\PrintChanges\clearpage \PrintIndex} @@ -261,7 +286,7 @@ %<ts1hfott>\ProvidesFile{ts1hfott.fd} %<ts1hfovtt>\ProvidesFile{ts1hfovtt.fd} %<package>\ProvidesPackage{hfoldsty} -%<package|cpaT1|cpaTS1|fd> [2004/09/12 v1.13 European Computer Modern with oldstyle digits] +%<package|cpaT1|cpaTS1|fd> [2012/01/01 v1.15 European Computer Modern with oldstyle digits] % \end{macrocode} % Boolean to decide which typewriter font is used. % \begin{macrocode} @@ -542,7 +567,7 @@ %</cpaT1> % \end{macrocode} % -% \subsection{Text Companion (\TSone\ encoding} +% \subsection{Text Companion (\TSone) encoding} % % Roman medium upright. % \begin{macrocode} @@ -612,7 +637,7 @@ %</cpaTS1> % \end{macrocode} % -% \section{fd Files} +% \section{fd files} % % \begin{macrocode} %<*omlhfor> diff --git a/Master/texmf-dist/source/fonts/hfoldsty/hfoldsty.ins b/Master/texmf-dist/source/fonts/hfoldsty/hfoldsty.ins index 87cf4556f7c..cf06054a2f6 100644 --- a/Master/texmf-dist/source/fonts/hfoldsty/hfoldsty.ins +++ b/Master/texmf-dist/source/fonts/hfoldsty/hfoldsty.ins @@ -3,7 +3,7 @@ hfoldsty package - Copyright (C) 2003--2004 Harald Harders + Copyright (C) 2003--2005, 2012 Harald Harders This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - h.harders@tu-bs.de + harald.harders@gmx.de \endpreamble diff --git a/Master/texmf-dist/source/fonts/hfoldsty/src/Makefile b/Master/texmf-dist/source/fonts/hfoldsty/src/Makefile new file mode 100644 index 00000000000..59c64a23597 --- /dev/null +++ b/Master/texmf-dist/source/fonts/hfoldsty/src/Makefile @@ -0,0 +1,11 @@ +all: t1hfor.fd + +t1hfor.fd: generate.sh TS1.etx dostretch.mtx t19.etx + ./generate.sh + +clean: + @rm -f *.vpl *.log ec*.mtx tc*.mtx *.pl hfo*.tex + +distclean: clean + @rm -f *~ + @rm -f *.tfm *.vf *.fd diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/TS1.etx b/Master/texmf-dist/source/fonts/hfoldsty/src/TS1.etx index 1a1c6fb593c..1a1c6fb593c 100644 --- a/Master/texmf-dist/doc/fonts/hfoldsty/TS1.etx +++ b/Master/texmf-dist/source/fonts/hfoldsty/src/TS1.etx diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/dostretch.mtx b/Master/texmf-dist/source/fonts/hfoldsty/src/dostretch.mtx index 0df97b656a2..0df97b656a2 100644 --- a/Master/texmf-dist/doc/fonts/hfoldsty/dostretch.mtx +++ b/Master/texmf-dist/source/fonts/hfoldsty/src/dostretch.mtx diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/generate.sh b/Master/texmf-dist/source/fonts/hfoldsty/src/generate.sh index 3e0a59a08b7..55dac424b94 100755 --- a/Master/texmf-dist/doc/fonts/hfoldsty/generate.sh +++ b/Master/texmf-dist/source/fonts/hfoldsty/src/generate.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# hfoldsty v1.11: A package for using oldstyle numerals with the ec fonts with +# hfoldsty v1.15: A package for using oldstyle numerals with the ec fonts with # better kerning for quillemets # # For use with ec fonts (European Computer Modern fonts by J"org Knappen @@ -9,7 +9,7 @@ # Much code is taken from the eco fonts by # Sebastian Marius Kirsch <skirsch@t-online.de> # -#Copyright (C) 2003--2004 Harald Harders <h.harders@tu-bs.de> +#Copyright (C) 2003--2005, 2012 Harald Harders <harald.harders@gmx.de> # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -32,26 +32,10 @@ # - a shell which supports here-documents (i.e. bash) # - a TeX with kpathsea (i.e. teTeX) # -# Change v1.13, 2004/11/19: More errors in \ProvidesFile line fixed. -# -# Change v1.12, 2004/09/12: Error in \ProvidesFile line fixed. -# -# Change v1.11, 2004/08/21: Installation is done by Makefile instead of this -# script. -# -# Change v1.11, 2004/08/21: Adapt to fix-cm.sty -# -# Change v1.01: Unique Copyright for all files: GPL -# -# Change v1.00: Add kerning to sans-serif fonts, 70% of serif fonts. -# -# Change v0.90: Rename package from hfo to hfoldsty. -# -# Change v0.20: Do not set \hyphenchar to '177. For character produting, the -# pdfcprot package should be used. +# See ChangeLog for package history. -VERSION=1.13 -DATE=2004/09/12 +VERSION=1.15 +DATE=2012/01/01 size="0500 0600 0700 0800 0900 1000 1095 1200 1440 1728 2074 2488 2986 3583" # Change v0.2: Use lining figures with small capitals. @@ -537,7 +521,7 @@ intro echomtx tt echomtx it echomtx st -# Change v0.2: Use lining figures with small capitals again. +# Change v0.2: Use lining figures with small capitals. # Change v0.4: Use old-style figures with small capitals again. echomtx tc @@ -554,7 +538,7 @@ echo; echo "\installfamily{T1}{hfott}{\hyphenchar\font=\m@ne }" echoinstalls tt tt m n echoinstalls tt it m it echoinstalls tt st m sl -# Change v0.2: Use lining figures with small capitals again. +# Change v0.2: Use lining figures with small capitals. # Change v0.4: Use old-style figures with small capitals again. echoinstalls tt tc m sc @@ -575,7 +559,7 @@ EOS ( echo -# Change v0.2: Use lining figures with small capitals again. +# Change v0.2: Use lining figures with small capitals. # Change v0.4: Use old-style figures with small capitals again. for f in $ttfamily; do se=`echo $f | cut -f 1 -d "/"` diff --git a/Master/texmf-dist/doc/fonts/hfoldsty/t19.etx b/Master/texmf-dist/source/fonts/hfoldsty/src/t19.etx index 3b7b27b8b55..3b7b27b8b55 100644 --- a/Master/texmf-dist/doc/fonts/hfoldsty/t19.etx +++ b/Master/texmf-dist/source/fonts/hfoldsty/src/t19.etx diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfoldsty.sty b/Master/texmf-dist/tex/latex/hfoldsty/hfoldsty.sty index f6c97b71b81..22b2b1ac20d 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfoldsty.sty +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfoldsty.sty @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,11 +24,11 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hfoldsty} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \newif\ifhfo@oldstylett \newif\ifhfofixcm \DeclareOption{oldstylett}{\hfo@oldstyletttrue} diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hforbxitT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hforbxitT1.cpa index 826970e0909..ad4145f2cb5 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hforbxitT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hforbxitT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hforbxitT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hforbxitT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hforbxitTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hforbxitTS1.cpa index 361c32b2a33..e47ca749000 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hforbxitTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hforbxitTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hforbxitTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hforbxitTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hforbxnT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hforbxnT1.cpa index d6aaffff11e..5909cbfec0f 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hforbxnT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hforbxnT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hforbxnT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hforbxnT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hforbxnTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hforbxnTS1.cpa index 2d02ce3c0c7..6b023cdb8d0 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hforbxnTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hforbxnTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hforbxnTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hforbxnTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hforbxslT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hforbxslT1.cpa index 40d085dfd82..e1a2bdfac5a 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hforbxslT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hforbxslT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hforbxslT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hforbxslT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hforbxslTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hforbxslTS1.cpa index fe80436e625..be7adf17232 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hforbxslTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hforbxslTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hforbxslTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hforbxslTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hformitT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hformitT1.cpa index 075c0fd8f52..416bbd54325 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hformitT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hformitT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hformitT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hformitT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hformitTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hformitTS1.cpa index 74e5a57a039..2b7c60da7d5 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hformitTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hformitTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hformitTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hformitTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hformnT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hformnT1.cpa index 4be8e1d7761..a0e720aa80b 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hformnT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hformnT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hformnT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hformnT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hformnTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hformnTS1.cpa index f6aee38b37d..7fd153aa2eb 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hformnTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hformnTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hformnTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hformnTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hformslT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hformslT1.cpa index c7c41fe96c3..e0dcc5e7f39 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hformslT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hformslT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hformslT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hformslT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hformslTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hformslTS1.cpa index 5b85cb5b505..fe92d11c193 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hformslTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hformslTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hformslTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hformslTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxitT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxitT1.cpa index e1e476c0cb3..5ae50ab2cd9 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxitT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxitT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossbxitT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossbxitT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxitTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxitTS1.cpa index 06a0619b901..45888ff5964 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxitTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxitTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossbxitTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossbxitTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxnT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxnT1.cpa index 94c5ca40147..ab2e7baa980 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxnT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxnT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossbxnT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossbxnT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxnTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxnTS1.cpa index b19403ebfc1..e860eec206e 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxnTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxnTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossbxnTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossbxnTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxslT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxslT1.cpa index 8ca9438e8d9..30d66315f4c 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxslT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxslT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossbxslT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossbxslT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxslTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxslTS1.cpa index e9a1272330a..cec71ca45ee 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossbxslTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossbxslTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossbxslTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossbxslTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossmitT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossmitT1.cpa index 2a6c6996c9e..ca36e375ede 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossmitT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossmitT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossmitT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossmitT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossmitTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossmitTS1.cpa index faa145554fc..a770aab1ae6 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossmitTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossmitTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossmitTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossmitTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossmnT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossmnT1.cpa index 3289acd6a6a..80dfd1f9743 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossmnT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossmnT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossmnT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossmnT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossmnTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossmnTS1.cpa index 3f9a876ed66..9cc2a0c6588 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossmnTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossmnTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossmnTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossmnTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossmslT1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossmslT1.cpa index 80fbe1f52f0..241f06023e2 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossmslT1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossmslT1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossmslT1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossmslT1\endcsname{% \lpcode\font 16=400 % `` \rpcode\font 17=400 % '' diff --git a/Master/texmf-dist/tex/latex/hfoldsty/hfossmslTS1.cpa b/Master/texmf-dist/tex/latex/hfoldsty/hfossmslTS1.cpa index 5956cb58c57..ece4ffd8b8a 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/hfossmslTS1.cpa +++ b/Master/texmf-dist/tex/latex/hfoldsty/hfossmslTS1.cpa @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{hfossmslTS1.cpa} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \expandafter\gdef\csname hfossmslTS1\endcsname{% \rpcode\font 176=500 % \textdegree }% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/omlhfor.fd b/Master/texmf-dist/tex/latex/hfoldsty/omlhfor.fd index 0a32505152a..01c26bcd13e 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/omlhfor.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/omlhfor.fd @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{omlhfor.fd} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \DeclareFontFamily{OML}{hfor}{\skewchar\font127 } \DeclareFontShape{OML}{hfor}{m}{n}% {<->ssub*cmm/m/it}{} diff --git a/Master/texmf-dist/tex/latex/hfoldsty/omshfor.fd b/Master/texmf-dist/tex/latex/hfoldsty/omshfor.fd index 2396cef0d7b..2c235321b03 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/omshfor.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/omshfor.fd @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{omshfor.fd} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \DeclareFontFamily{OMS}{hfor}{\skewchar\font48 } \DeclareFontShape{OMS}{hfor}{m}{n}% {<->ssub*cmsy/m/n}{} diff --git a/Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd b/Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd index d8b3536c229..91d796ba0a1 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd @@ -1,11 +1,11 @@ %Filename: t1hfodh.fd %Created by: tex hfodh -%Created using fontinst v1.926 +%Created using fontinst v1.933 %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{t1hfodh.fd} - [2004/11/19 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{t1hfodh.fd: Using fewer design sizes (fix-cm)}% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/t1hfor.fd b/Master/texmf-dist/tex/latex/hfoldsty/t1hfor.fd index 7c56a64a2e4..56d4e39d0e6 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/t1hfor.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/t1hfor.fd @@ -1,11 +1,11 @@ %Filename: t1hfor.fd %Created by: tex hfor -%Created using fontinst v1.926 +%Created using fontinst v1.933 %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{t1hfor.fd} - [2004/11/19 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{t1hfor.fd: Using fewer design sizes (fix-cm)}% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/t1hfoss.fd b/Master/texmf-dist/tex/latex/hfoldsty/t1hfoss.fd index 10e1d72e721..58528abb116 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/t1hfoss.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/t1hfoss.fd @@ -1,11 +1,11 @@ %Filename: t1hfoss.fd %Created by: tex hfoss -%Created using fontinst v1.926 +%Created using fontinst v1.933 %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{t1hfoss.fd} - [2004/11/19 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{t1hfoss.fd: Using fewer design sizes (fix-cm)}% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/t1hfott.fd b/Master/texmf-dist/tex/latex/hfoldsty/t1hfott.fd index a17b182cd01..3b61f1ba412 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/t1hfott.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/t1hfott.fd @@ -1,11 +1,11 @@ %Filename: t1hfott.fd %Created by: tex hfott -%Created using fontinst v1.926 +%Created using fontinst v1.933 %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{t1hfott.fd} - [2004/11/19 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{t1hfott.fd: Using fewer design sizes (fix-cm)}% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/t1hfovt.fd b/Master/texmf-dist/tex/latex/hfoldsty/t1hfovt.fd index aad59eea7dd..dc6f8feb871 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/t1hfovt.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/t1hfovt.fd @@ -1,11 +1,11 @@ %Filename: t1hfovt.fd %Created by: tex hfovt -%Created using fontinst v1.926 +%Created using fontinst v1.933 %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{t1hfovt.fd} - [2004/11/19 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{t1hfovt.fd: Using fewer design sizes (fix-cm)}% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfor.fd b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfor.fd index 37537da5bc0..fffee6882bf 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfor.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfor.fd @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{ts1hfor.fd} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{ts1hfor.fd: Using fewer design sizes (fix-cm)}% \providecommand{\HFO@family}[5]{% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfoss.fd b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfoss.fd index aa009f80b2d..dff5101f1db 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfoss.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfoss.fd @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{ts1hfoss.fd} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{ts1hfor.fd: Using fewer design sizes (fix-cm)}% \providecommand{\HFO@family}[5]{% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfott.fd b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfott.fd index 17dcdf0dbe7..c113242775c 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfott.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfott.fd @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{ts1hfott.fd} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{ts1hfor.fd: Using fewer design sizes (fix-cm)}% \providecommand{\HFO@family}[5]{% diff --git a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd index 3baa53c8d09..b4fe26904db 100644 --- a/Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd +++ b/Master/texmf-dist/tex/latex/hfoldsty/ts1hfovtt.fd @@ -8,7 +8,7 @@ %% %% hfoldsty package %% -%% Copyright (C) 2003--2004 Harald Harders +%% Copyright (C) 2003--2005, 2012 Harald Harders %% %% This program is free software; you can redistribute it and/or %% modify it under the terms of the GNU General Public License @@ -24,10 +24,10 @@ %% along with this program; if not, write to the Free Software %% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{ts1hfovtt.fd} - [2004/09/12 v1.13 European Computer Modern with oldstyle digits] + [2012/01/01 v1.15 European Computer Modern with oldstyle digits] \ifhfofixcm \typeout{ts1hfor.fd: Using fewer design sizes (fix-cm)}% \providecommand{\HFO@family}[5]{% diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 9fcfb7dd8fc..5304612939d 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -190,7 +190,7 @@ my @TLP_working = qw( hands hanging hanoi har2nat hardwrap harmony harpoon harvard harvmac hatching hc he-she hep hepnames - hepparticles hepthesis hepunits here hexgame + hepparticles hepthesis hepunits here hexgame hfoldsty hhtensor histogr historische-zeitschrift hitec hletter hpsdiss hrefhide hrlatex hvfloat hvindex hypdvips hyper hypernat hyperref hyperxmp hyph-utf8 hyphen-base diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index ce4a27cc098..3544f67bd7e 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -285,12 +285,15 @@ sub prepare { } elsif ($pkg eq "amsfonts") { $tds_path = "$CTAN/fonts/amsfonts/amsfonts.zip"; - } elsif ($pkg eq "libertine-legacy") { - $tds_path = "$CTAN/fonts/libertine-legacy/libertine-legacy-texmf.zip"; + } elsif ($pkg eq "hfoldsty") { + $tds_path = glob ("$CTAN/fonts/hfoldsty/hfoldsty-v*.zip"); } elsif ($pkg eq "koma-script") { $tds_path = "$CTAN/macros/latex/contrib/koma-script/komascript.tds.zip"; + } elsif ($pkg eq "libertine-legacy") { + $tds_path = "$CTAN/fonts/libertine-legacy/libertine-legacy-texmf.zip"; + # ...and except for files in latex-tds... } elsif ($pkg =~ /^($latex_tds_pkgs)$/) { if ($pkg =~ /^($amslatex_tds_pkgs)$/) { diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 041fce9f6c7..f2fe9b13ab7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -393,7 +393,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'harvardkyoto',"die 'skipping, use xetex-devanagari'", 'he-le-na', "die 'skipping, nonfree (shareware) license'", 'hfbright', "&MAKEflatten", - 'hfoldsty', "&MAKEflatten", 'hge', "die 'skipping, looks nonfree'", 'highlight', "die 'skipping, complicated compilation'", 'hilowres', "die 'skipping, nonfree'", @@ -1170,7 +1169,6 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'hanoid', 'hanoi\.tex', 'harvmac', 'mac\.tex', 'hc', '\.hld|' . $standardtex, - 'hfoldsty', '\.sty|\.fd|\.cpa', 'hrefhide', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'hyper', '^[^d].*\.sty|\.hyp', # not defpattern.sty 'hyphenex', 'ushyphex\.tex', @@ -1434,7 +1432,6 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'gnu-freefont', 'fonts', 'gost', 'bibtex', 'greenpoint', 'fonts', - 'hfoldsty', 'fonts', 'hieroglf', 'fonts', 'hyplain', 'plain', 'ibygrk', 'fonts', @@ -1607,7 +1604,6 @@ $standarddocfmt='latex'; 'germbib', 'bibtex', 'gost', 'bibtex', 'greenpoint', 'fonts', - 'hfoldsty', 'fonts', 'hyphenex', 'generic', 'jadetex', 'jadetex', 'japanese', 'platex', |