diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/cmsd')
-rw-r--r-- | Master/texmf-dist/doc/latex/cmsd/liesmich | 80 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/cmsd/readme | 76 |
2 files changed, 156 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cmsd/liesmich b/Master/texmf-dist/doc/latex/cmsd/liesmich new file mode 100644 index 00000000000..ed511ebf17a --- /dev/null +++ b/Master/texmf-dist/doc/latex/cmsd/liesmich @@ -0,0 +1,80 @@ +ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +³cmsd.sty 1997/10/26 v1.0 beta ³ +³ ³ +³Dies ist eine vorlaeufige Version! ³ +³ ³ +³Diese Software kann jederzeit veraendert ³ +³oder zurueckgezogen werden! ³ +ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ + +Copyright 1997 Walter Schmidt + +This program can redistributed and/or modified under the +terms of the LaTeX Project Public License distributed from +CTAN archives in directory macros/latex/base/lppl.txt; +either version 1 of the License, or (at your option) any +later version. + + + +Ein neues Interface fuer die CM Sans Serif Boldface Fonts +--------------------------------------------------------- + +Die neuen EC- (bzw. T1-) codierten Versionen der fetten +serifenlosen CM-Fonts unterscheiden sich im Aussehen +betraechtlich von den traditionellen OT1-codierten +Schriften: + +In groesseren Schriftgraden, etwa ab 12pt, sind sie +erheblich breiter, haben aber zugleich wesentlich duennere +Strichstaerken. Bei einer Groesse von 25pt sind sie kaum +noch als `boldface' zu bezeichnen. + +Das LaTeX-Package `cmsd' kann dieses Problem beseitigen: +Mit diesem Paket wird -- soweit wie moeglich -- das gewohnte +Aussehen dieser EC-Fonts wieder hergestellt. + +Man benoetigt dazu *keine* neuen Fonts; das Paket veraendert +nur die Art und Weise, wie LaTeX die vorhandenen benutzt. + +Um das Paket zu installieren, muessen Sie nur die folgenden +3 Dateien in ein Verzeichnis kopieren, wo LaTeX nach +Stylefiles sucht: + + cmsd.sty + t1cmsd.fd + ts1cmsd.fd + +Falls Sie Ihre LaTeX-Version aelter als vom Dez. 1997 ist +UND Sie Un*x benutzen, dann muessen Sie die fd-Dateien +umbenennen: + t1cmsd.fd -> OT1cmsd.fd + ts1cmsd.fd -> TS1cmsd.fd + +Dann koennen Sie das Package in der ueblichen Weise laden: + + \usepackage{cmsd} + +Alternativ koennen Sie die Fonts auch direkt per NFSS, also +ohne das Package, ansprechen; die \fontfamily ist `cmsd' (CM +Sans Serif Display). + +*** WARNUNG *** WARNUNG *** WARNUNG *** WARNUNG *** WARNUNG + +Das Paket kann nur zusammen mit T1- und TS1-Fonts benutzt +werden; also wenn Sie z.B. vorher auch + + \usepackage[T1]{fontenc} + +laden. Die Schriftfamilie cmsd ist nur fuer T1- und +TS1-Codierung definiert! + +Senden Sie Fehlermeldungen oder Aenderungswuensche bitte an +den Autor: + Walter Schmidt <wschmi@ibm.net> + +Bitte entnehmen Sie meine (Email-)Adresse der jeweils +neuesten Version der vorliegenden Datei! + +-- finis + diff --git a/Master/texmf-dist/doc/latex/cmsd/readme b/Master/texmf-dist/doc/latex/cmsd/readme new file mode 100644 index 00000000000..5809bab1174 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cmsd/readme @@ -0,0 +1,76 @@ +ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ +³cmsd.sty 1997/10/26 v1.0 beta ³ +³ ³ +³this is a preliminary version; ³ +³it may be changed or withdrawn at any time! ³ +ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ + +Copyright 1997 Walter Schmidt + +This program can redistributed and/or modified under the +terms of the LaTeX Project Public License distributed from +CTAN archives in directory macros/latex/base/lppl.txt; +either version 1 of the License, or (at your option) any +later version. + + + +An alternative interface to the EC Sans Serif boldface fonts +------------------------------------------------------------ + +The EC (T1, Cork) encoded versions of the `CM Sans Serif +boldface extended' fonts differ considerably from the +traditionally (OT1) encoded ones: + +At large sizes, > 10pt, they have thinner strokes and are +much wider. At 25pt they are hardly to be recognized as +being `boldface'. + +The LaTeX package `cmsd' can solve this problem: Using this +package will---as much as possible---make these T1 fonts +look like the traditional ones did. + +You do *not* need any new fonts; the package just changes +the way LaTeX makes use of the current ones. + +Using this package requires 3 files to be installed, i.e. +you must copy them to a directory where LaTeX searches for +its input files: + + cmsd.sty + t1cmsd.fd + ts1cmsd.fd + +If your LaTeX is older than from dec. 1996 AND your +operating system is Un*x, then you have to rename two of the +files: + t1cmsd.fd -> OT1cmsd.fd + ts1cmsd.fd -> TS1cmsd.fd + +Then the package is to be loaded in the usual way: + + \usepackage{cmsd} + +Alternatively you may access the fonts directly via the +NFSS. The \fontfamly is `cmsd' (CM Sans Serif Display). + +*** WARNING *** WARNING *** WARNING *** WARNING *** WARNING + +The package is to be used in conjunction with T1 and TS1 +fonts only, i.e. you must issue e.g. + + \usepackage[T1]{fontenc} + +before. The \fontfamily cmsd is defined for the T1 and TS1 +encodings only. + +In case you experience any problems or want to propose any +changes, please send a message to: + +Walter Schmidt <wschmi@ibm.net> + +Please, obtain my (email) address from the most recent +version of this file! + +-- finis + |