From 71ba36e9c3d9def1d38c13384caf3b3737c1b188 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 8 Dec 2006 00:10:23 +0000 Subject: altfont dvi->pdf doc update (7dec06) git-svn-id: svn://tug.org/texlive/trunk@2622 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tools/tpm-ctan-check | 2 +- Master/texmf-dist/doc/latex/altfont/README | 17 ++++++++++++ Master/texmf-dist/doc/latex/altfont/altfont.dvi | Bin 23832 -> 0 bytes Master/texmf-dist/doc/latex/altfont/altfont.pdf | Bin 0 -> 118566 bytes Master/texmf-dist/doc/latex/altfont/psfont.dvi | Bin 22736 -> 0 bytes Master/texmf-dist/doc/latex/altfont/psfont.pdf | Bin 0 -> 115215 bytes Master/texmf-dist/source/latex/altfont/README | 17 ------------ Master/texmf-dist/tex/latex/altfont/altfont.cfg | 34 ++++++++++++------------ Master/texmf-dist/tex/latex/altfont/altfont.sty | 34 ++++++++++++------------ Master/texmf-dist/tex/latex/altfont/psfont.cfg | 34 ++++++++++++------------ Master/texmf-dist/tex/latex/altfont/psfont.sty | 34 ++++++++++++------------ Master/texmf-dist/tpm/altfont.tpm | 14 +++++----- Master/texmf/lists/altfont | 6 ++--- 13 files changed, 96 insertions(+), 96 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/altfont/README delete mode 100644 Master/texmf-dist/doc/latex/altfont/altfont.dvi create mode 100644 Master/texmf-dist/doc/latex/altfont/altfont.pdf delete mode 100644 Master/texmf-dist/doc/latex/altfont/psfont.dvi create mode 100644 Master/texmf-dist/doc/latex/altfont/psfont.pdf delete mode 100644 Master/texmf-dist/source/latex/altfont/README diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 655bd2d4640..682e2477bc9 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -9,7 +9,7 @@ my @WorkingTPM = qw( 12many a0poster aastex abbr abc abstract accfonts acmtrans acronym active-conf aguplus algorithm2e algorithmicx algorithms - alnumsec ams amscls amsldoc-it amsltx2 amsmath amsrefs + alnumsec altfont ams amscls amsldoc-it amsltx2 amsmath amsrefs amsthdoc-it apacite appendix arabtex archaic arcs arev armenian arrayjob arydshln ascii assignment attachfile aurical diff --git a/Master/texmf-dist/doc/latex/altfont/README b/Master/texmf-dist/doc/latex/altfont/README new file mode 100644 index 00000000000..68d9b249c80 --- /dev/null +++ b/Master/texmf-dist/doc/latex/altfont/README @@ -0,0 +1,17 @@ +psfont.dtx is intended as a replacement for psfonts.dtx of psnfss. It uses +one file for redefining the all default fonts instead of one file for each +font. It also contains all parts of psfonts.dtx which are not covered by +this general concept, ie. the pifonts, mathptm and two .fd-files for Adobe +Symbol and Adobe Zapf Dingbats. This file is specific to PostScript fonts. +The package works with a style file psfont.sty and a configuration file +psfont.cfg. + +altfont.dtx uses the same concepts as psfont.dtx, but is written in a more +general way. It can be used with any fonts which are to be used as default +fonts. It is more powerful than psfont.dtx, but does not contain anything +PostScript specific. It can be used as a replacement for some parts of +both psnfss and mfnfss. + +Both files require LaTeX2e. + +Sebastian Kirsch diff --git a/Master/texmf-dist/doc/latex/altfont/altfont.dvi b/Master/texmf-dist/doc/latex/altfont/altfont.dvi deleted file mode 100644 index aefb01b85b5..00000000000 Binary files a/Master/texmf-dist/doc/latex/altfont/altfont.dvi and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/altfont/altfont.pdf b/Master/texmf-dist/doc/latex/altfont/altfont.pdf new file mode 100644 index 00000000000..3b96f06dc4f Binary files /dev/null and b/Master/texmf-dist/doc/latex/altfont/altfont.pdf differ diff --git a/Master/texmf-dist/doc/latex/altfont/psfont.dvi b/Master/texmf-dist/doc/latex/altfont/psfont.dvi deleted file mode 100644 index f6227a9bd2e..00000000000 Binary files a/Master/texmf-dist/doc/latex/altfont/psfont.dvi and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/altfont/psfont.pdf b/Master/texmf-dist/doc/latex/altfont/psfont.pdf new file mode 100644 index 00000000000..56d1adb8fbe Binary files /dev/null and b/Master/texmf-dist/doc/latex/altfont/psfont.pdf differ diff --git a/Master/texmf-dist/source/latex/altfont/README b/Master/texmf-dist/source/latex/altfont/README deleted file mode 100644 index 68d9b249c80..00000000000 --- a/Master/texmf-dist/source/latex/altfont/README +++ /dev/null @@ -1,17 +0,0 @@ -psfont.dtx is intended as a replacement for psfonts.dtx of psnfss. It uses -one file for redefining the all default fonts instead of one file for each -font. It also contains all parts of psfonts.dtx which are not covered by -this general concept, ie. the pifonts, mathptm and two .fd-files for Adobe -Symbol and Adobe Zapf Dingbats. This file is specific to PostScript fonts. -The package works with a style file psfont.sty and a configuration file -psfont.cfg. - -altfont.dtx uses the same concepts as psfont.dtx, but is written in a more -general way. It can be used with any fonts which are to be used as default -fonts. It is more powerful than psfont.dtx, but does not contain anything -PostScript specific. It can be used as a replacement for some parts of -both psnfss and mfnfss. - -Both files require LaTeX2e. - -Sebastian Kirsch diff --git a/Master/texmf-dist/tex/latex/altfont/altfont.cfg b/Master/texmf-dist/tex/latex/altfont/altfont.cfg index 44e0353ee76..76fc4637476 100644 --- a/Master/texmf-dist/tex/latex/altfont/altfont.cfg +++ b/Master/texmf-dist/tex/latex/altfont/altfont.cfg @@ -1,27 +1,27 @@ -%% +%% %% This is file `altfont.cfg', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% altfont.dtx (with options: `config') %% -%% altfont: A LaTeX2e package for using alternative fonts -%% Copyright (C) 1996 Sebastian Marius Kirsch +%% altfont: A LaTeX2e package for using alternative fonts +%% Copyright (C) 1996 Sebastian Marius Kirsch %% -%% 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 -%% the Free Software Foundation; either version 2 of the License, or -%% (at your option) any later version. +%% 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 +%% the Free Software Foundation; either version 2 of the License, or +%% (at your option) any later version. %% -%% This program is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -%% GNU General Public License for more details. +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. %% -%% You should have received a copy of the GNU General Public License -%% along with this program; if not, write to the Free Software -%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +%% You should have received a copy of the GNU General Public License +%% along with this program; if not, write to the Free Software +%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% \def\fileversion{1.1} % ^^A -*-latex-*- \def\filedate{1996/07/02} @@ -62,5 +62,5 @@ \renewcommand{\bfdefault}{b}% \renewcommand{\itdefault}{sl}]{pandora}{pnr}{pnss}{pntt} \endinput -%% +%% %% End of file `altfont.cfg'. diff --git a/Master/texmf-dist/tex/latex/altfont/altfont.sty b/Master/texmf-dist/tex/latex/altfont/altfont.sty index 62d950e326c..1f26bb5b84b 100644 --- a/Master/texmf-dist/tex/latex/altfont/altfont.sty +++ b/Master/texmf-dist/tex/latex/altfont/altfont.sty @@ -1,27 +1,27 @@ -%% +%% %% This is file `altfont.sty', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% altfont.dtx (with options: `package') %% -%% altfont: A LaTeX2e package for using alternative fonts -%% Copyright (C) 1996 Sebastian Marius Kirsch +%% altfont: A LaTeX2e package for using alternative fonts +%% Copyright (C) 1996 Sebastian Marius Kirsch %% -%% 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 -%% the Free Software Foundation; either version 2 of the License, or -%% (at your option) any later version. +%% 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 +%% the Free Software Foundation; either version 2 of the License, or +%% (at your option) any later version. %% -%% This program is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -%% GNU General Public License for more details. +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. %% -%% You should have received a copy of the GNU General Public License -%% along with this program; if not, write to the Free Software -%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +%% You should have received a copy of the GNU General Public License +%% along with this program; if not, write to the Free Software +%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% \def\fileversion{1.1} % ^^A -*-latex-*- \def\filedate{1996/07/02} @@ -148,5 +148,5 @@ } \ProcessOptions \endinput -%% +%% %% End of file `altfont.sty'. diff --git a/Master/texmf-dist/tex/latex/altfont/psfont.cfg b/Master/texmf-dist/tex/latex/altfont/psfont.cfg index d37a6efdc0d..104ee00305c 100644 --- a/Master/texmf-dist/tex/latex/altfont/psfont.cfg +++ b/Master/texmf-dist/tex/latex/altfont/psfont.cfg @@ -1,27 +1,27 @@ -%% +%% %% This is file `psfont.cfg', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% psfont.dtx (with options: `config') %% -%% psfont: A LaTeX2e package for using PostScript fonts -%% Copyright (C) 1996 Sebastian Marius Kirsch +%% psfont: A LaTeX2e package for using PostScript fonts +%% Copyright (C) 1996 Sebastian Marius Kirsch %% -%% 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 -%% the Free Software Foundation; either version 2 of the License, or -%% (at your option) any later version. +%% 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 +%% the Free Software Foundation; either version 2 of the License, or +%% (at your option) any later version. %% -%% This program is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -%% GNU General Public License for more details. +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. %% -%% You should have received a copy of the GNU General Public License -%% along with this program; if not, write to the Free Software -%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +%% You should have received a copy of the GNU General Public License +%% along with this program; if not, write to the Free Software +%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% \def\fileversion{1.1} \def\filedate{1996/06/30} @@ -56,5 +56,5 @@ \AvailableTTFont{courier}{pcr} \endinput -%% +%% %% End of file `psfont.cfg'. diff --git a/Master/texmf-dist/tex/latex/altfont/psfont.sty b/Master/texmf-dist/tex/latex/altfont/psfont.sty index 1b92fd2eacb..81e223a6108 100644 --- a/Master/texmf-dist/tex/latex/altfont/psfont.sty +++ b/Master/texmf-dist/tex/latex/altfont/psfont.sty @@ -1,27 +1,27 @@ -%% +%% %% This is file `psfont.sty', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% psfont.dtx (with options: `package') %% -%% psfont: A LaTeX2e package for using PostScript fonts -%% Copyright (C) 1996 Sebastian Marius Kirsch +%% psfont: A LaTeX2e package for using PostScript fonts +%% Copyright (C) 1996 Sebastian Marius Kirsch %% -%% 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 -%% the Free Software Foundation; either version 2 of the License, or -%% (at your option) any later version. +%% 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 +%% the Free Software Foundation; either version 2 of the License, or +%% (at your option) any later version. %% -%% This program is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -%% GNU General Public License for more details. +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. %% -%% You should have received a copy of the GNU General Public License -%% along with this program; if not, write to the Free Software -%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +%% You should have received a copy of the GNU General Public License +%% along with this program; if not, write to the Free Software +%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. %% \def\fileversion{1.1} \def\filedate{1996/06/30} @@ -211,5 +211,5 @@ } \ProcessOptions \endinput -%% +%% %% End of file `psfont.sty'. diff --git a/Master/texmf-dist/tpm/altfont.tpm b/Master/texmf-dist/tpm/altfont.tpm index 44ecdfd7274..d67a37b178a 100644 --- a/Master/texmf-dist/tpm/altfont.tpm +++ b/Master/texmf-dist/tpm/altfont.tpm @@ -3,7 +3,7 @@ altfont Package - 2006/01/21 00:25:32 + 1996/07/01 23:00:00 rahtz No caption. @@ -16,19 +16,19 @@ the PostScript specific code removed. Sebastian Marius Kirsch 109923 - + texmf-dist/tex/latex/altfont/altfont.cfg texmf-dist/tex/latex/altfont/altfont.sty texmf-dist/tex/latex/altfont/psfont.cfg texmf-dist/tex/latex/altfont/psfont.sty texmf-dist/tpm/altfont.tpm - -texmf-dist/doc/latex/altfont/altfont.dvi -texmf-dist/doc/latex/altfont/psfont.dvi + +texmf-dist/doc/latex/altfont/README +texmf-dist/doc/latex/altfont/altfont.pdf +texmf-dist/doc/latex/altfont/psfont.pdf - -texmf-dist/source/latex/altfont/README + texmf-dist/source/latex/altfont/altfont.dtx texmf-dist/source/latex/altfont/altfont.ins texmf-dist/source/latex/altfont/psfont.dtx diff --git a/Master/texmf/lists/altfont b/Master/texmf/lists/altfont index a92c8490b7e..5094f36aa3f 100644 --- a/Master/texmf/lists/altfont +++ b/Master/texmf/lists/altfont @@ -1,6 +1,6 @@ -texmf-dist/doc/latex/altfont/altfont.dvi -texmf-dist/doc/latex/altfont/psfont.dvi -texmf-dist/source/latex/altfont/README +texmf-dist/doc/latex/altfont/README +texmf-dist/doc/latex/altfont/altfont.pdf +texmf-dist/doc/latex/altfont/psfont.pdf texmf-dist/source/latex/altfont/altfont.dtx texmf-dist/source/latex/altfont/altfont.ins texmf-dist/source/latex/altfont/psfont.dtx -- cgit v1.2.3