diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/inconsolata/inconsolata.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/inconsolata/inconsolata.tex | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/inconsolata/inconsolata.tex b/Master/texmf-dist/doc/fonts/inconsolata/inconsolata.tex index a985b9f85f4..c31c5702409 100644 --- a/Master/texmf-dist/doc/fonts/inconsolata/inconsolata.tex +++ b/Master/texmf-dist/doc/fonts/inconsolata/inconsolata.tex @@ -4,6 +4,7 @@ \usepackage{graphicx} \usepackage{pdfpages} \usepackage{url} +\usepackage{microtype} % Don't require entries in the system map files (but do require pdftex). \pdfmapfile{+fi4.map} @@ -23,7 +24,7 @@ Levien. (It is used for the typewriter material throughout this document.) The location on CTAN for this packaging of the font with \TeX\ support is \url{http://mirror.ctan.org/fonts/inconsolata}. -Raph's web page for it is +Raph's own web page is \url{http://levien.com/type/myfonts/inconsolata.html}. Raph discussed its design principles and his working methods in an interview, which is available online at \url{http://tug.org/interviews}. Its development is @@ -82,9 +83,13 @@ Here is a minimal \LaTeX\ document showing the use of Inconsolata: \end{verbatim} Thus, loading \url{inconsolata.sty} redefines the \verb|\tt| font. -The optional \texttt{[nott]} argument prevents this redefinition, say -for testing. Then there is no way to access the font with the usual -\LaTeX\ commands. +The optional \texttt{[nott]} argument prevents this redefinition. +The font can still be accessed via, for example, +\begin{verbatim} +\fontfamily{fi4}\selectfont +\end{verbatim} + +As seen here, the \LaTeX\ family name for Inconsolata is \texttt{fi4}. The other package option is \texttt{[scaled=R]}, which scales the font according to $R$; the default is 1.0 for no scaling (this document @@ -95,7 +100,7 @@ itself does not specify any scaling). Here's an example: \end{verbatim} The \url{inconsolata.sty} package loads the \url{textcomp} and -\url{xkeyval} packages, if they are not already loaded. The former is +\url{keyval} packages, if they are not already loaded. The former is what makes \verb|\texteuro| and the like work, and the latter is how \url{inconsolata} parses its options. @@ -116,9 +121,9 @@ packages for plain, such as plnfss \section{X usage} -If you want to use Inconsolata in X, such as in xterm windows, and your -system does not provide a package for it, it is straightforward to set -up yourself: +If you want to use Inconsolata in X, for example in terminal windows, +and your system does not provide a premade package for it, it is +straightforward to set up yourself: \begin{verbatim} cp Inconsolata.otf /some/dir |