diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-13 21:14:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-13 21:14:51 +0000 |
commit | c9fd318edf21c48af7ca7796e7e88105c4cb0984 (patch) | |
tree | edceaec8308190dba2c8702f6e5706ee195476f1 /Master/texmf-dist/doc/fonts/cochineal/cochineal-doc.tex | |
parent | a32a6852ddb8ebb84a60acf1bfa234df72ba20ad (diff) |
cochineal (13may19)
git-svn-id: svn://tug.org/texlive/trunk@51116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/cochineal/cochineal-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/cochineal/cochineal-doc.tex | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/cochineal/cochineal-doc.tex b/Master/texmf-dist/doc/fonts/cochineal/cochineal-doc.tex index 42b06a497f7..31910aa0a39 100644 --- a/Master/texmf-dist/doc/fonts/cochineal/cochineal-doc.tex +++ b/Master/texmf-dist/doc/fonts/cochineal/cochineal-doc.tex @@ -1,6 +1,5 @@ % !TEX TS-program = pdflatexmk -% Template file for TeXShop by Michael Sharpe, LPPL -\documentclass[11pt]{amsart} +\documentclass[11pt]{article} \usepackage[margin=1in]{geometry} \usepackage[parfill]{parskip}% Begin paragraphs with an empty line rather than an indent \usepackage{graphicx} @@ -14,9 +13,8 @@ \usepackage{textcomp} \usepackage[varqu,varl]{zi4}% inconsolata \usepackage{amsmath,amsthm} -\usepackage[cochineal,bigdelims,cmintegrals,vvarbb]{newtxmath} +\usepackage[cochineal,vvarbb]{newtxmath} % option vvarbb gives you stix blackboard bold -\useosf % use oldstyle figures except in math \usepackage[cal=boondoxo]{mathalfa}% less slanted than STIX cal \usepackage{bm} %SetFonts @@ -80,7 +78,7 @@ The options that can be passed to {\tt cochineal.sty} are the following: \end{itemize} \section*{Mathematical accompaniment} -The package contains fonts for use as math letters that are derived from Cochineal Roman and Greek glyphs and the newtxmath family. Note that $v$ and $\nu$ (Greek {\tt nu}) are quite distinct. Here's a sample. +The package contains fonts for use as math letters that are derived from Cochineal Roman and Greek glyphs and the {\tt newtxmath} family. Note that $v$ and $\nu$ (Greek {\tt nu}) are quite distinct. Here's a sample. \begin{verbatim} % preamble should include, in this order: @@ -127,4 +125,19 @@ With T$2$A encoding, the process is the same as with other T$2$A-encoded fonts, \newpage The OT$2$ encoding (supposedly obsolete, but still useful) is intended for limited use in producing Russian characters with a Western keyboard, making by means of \TeX\ a transliteration of ASCII for most characters in the range 33--122, and providing ligatures to generate the rest. See the documentation of {\tt nimbus15} for further details. \fonttable{Cochineal-Roman-tlf-ot2} +\newpage +\section*{Additional glyphs for use in German orthography} +Prior to version {\tt1.050}, {\tt cochineal} offered basic support for German orthography, having all required accented glyphs and the lower case \ss, as well as a small caps \textsc{\ss}. Under LaTeX, the T$1$ encoding contained \verb|S_S|, but only as a synthesized character in the {\tt tfm}. Unicode users could not make use of \verb|S_S| as it was not present in the~{\tt otf}. So, with unicode tex processing: +\begin{verbatim} +\ss \textsc{\ss} +\end{verbatim} +typesets, as in LaTeX processing, to + +\ss \textsc{\ss} + + As of version {\tt1.050} of {\tt cochineal}, there are now glyphs in each style for {\tt U+1E9E} and for its small caps version, as well as \verb|S_S| as a real character, accessible under unicode TeX. The glyphs may be used as the uppercase and small caps versions of {\tt germandbls}. Currently, the new glyphs are not available in any of the LaTeX encodings and must be used via unicode TeX. + +The following tables show how to access the new glyphs in unicode TeX. Notice that there will be no change from previous behavior unless you set {\tt StylisticSet=1}. + +\includegraphics{newgermanglyphs-crop} \end{document}
\ No newline at end of file |