summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cmsd/readme
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cmsd/readme
Initial commit
Diffstat (limited to 'macros/latex/contrib/cmsd/readme')
-rw-r--r--macros/latex/contrib/cmsd/readme76
1 files changed, 76 insertions, 0 deletions
diff --git a/macros/latex/contrib/cmsd/readme b/macros/latex/contrib/cmsd/readme
new file mode 100644
index 0000000000..5809bab117
--- /dev/null
+++ b/macros/latex/contrib/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
+