diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/heuristica/heuristica-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/heuristica/heuristica-doc.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/heuristica/heuristica-doc.tex b/Master/texmf-dist/doc/fonts/heuristica/heuristica-doc.tex index f82082db043..760b49e8ff9 100644 --- a/Master/texmf-dist/doc/fonts/heuristica/heuristica-doc.tex +++ b/Master/texmf-dist/doc/fonts/heuristica/heuristica-doc.tex @@ -1,7 +1,9 @@ +% !TEX TS-program = pdflatexmk \documentclass[11pt]{amsart} -\usepackage[margin=1in]{geometry} +\usepackage[margin=1.5in]{geometry} \usepackage[parfill]{parskip}% Begin paragraphs with an empty line rather than an indent \usepackage{graphicx} +\pdfmapfile{=heuristica.map} %SetFonts % heuristica+newtxmath \usepackage[sups,osf,scaled=.92]{heuristica} @@ -13,7 +15,6 @@ \title{\LaTeX\ Support for Heuristica} \author{Michael Sharpe} \date{\today} % Activate to display a given date or no date - \begin{document} \maketitle Andrey V. Panov's \emph{Heuristica} font family extends the \emph{Utopia} font family, adding many accented glyphs, Cyrillic glyphs, ligatures, superior and oldstyle fixed-width figures in all styles, and Small Caps in Regular style only. The font package is widely distributed as a free font collection in OpenType, TrueType and Type$1$ formats, but not until now on \textsc{ctan} with complete \LaTeX\ support files in encodings T$1$+TS$1$, LY$1$, T$2$A, T$2$B and T$2$C. @@ -42,6 +43,10 @@ As I find Utopia text rather cramped, I suggest applying a small amount of lette \verb|\textosf| and \verb|\texttosf| render their arguments in tabular oldstyle figures, no matter what the default figure style. Eg, \verb|\textosf{345}| produces \textosf{345}. \item \verb|\textsu| renders its argument in superior figures, no matter what the default figure style. Eg, \verb|\textsu{345}| produces \textsu{345}. +\item +\verb|\textin| renders its argument in inferior figures, no matter what the default figure style. Eg, \verb|\textin{345}| produces \textin{345}. +\item +\verb|\textfrac| renders its two arguments as a fraction, using \verb|\textsu| for the numerator and \verb|\textin| for the denominator. Eg, \verb|\textfrac{31}{64}| produces \textfrac{31}{64}. \end{itemize} \textsc{Very Brief, Nonsensical Math Example:}\\ Let $B(X)$ be the set of blocks of $\Lambda_{X}$ |