diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-10 23:47:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-10 23:47:40 +0000 |
commit | 87d005a775d5f5e67bb789b6f652deaf5f1afd27 (patch) | |
tree | ee8640c0f1f5d491d755b9a59418b4234515f31d /Master/texmf-dist/source/latex | |
parent | 76479dc4a0cc72535dbc4f47205cbfb8f58ae5e7 (diff) |
fdsymbol (10may11)
git-svn-id: svn://tug.org/texlive/trunk@22407 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/fdsymbol/fdsymbol.dtx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/fdsymbol/fdsymbol.dtx b/Master/texmf-dist/source/latex/fdsymbol/fdsymbol.dtx index 0b32a87be63..3147ef5c5af 100644 --- a/Master/texmf-dist/source/latex/fdsymbol/fdsymbol.dtx +++ b/Master/texmf-dist/source/latex/fdsymbol/fdsymbol.dtx @@ -33,6 +33,7 @@ \usepackage{lmodern} \IfFileExists{fedraserif.sty}{% \usepackage[variantb]{fedraserif} + \IfFileExists{luximono.sty}{\usepackage[scaled=0.9]{luximono}}{} }{% \usepackage{fdsymbol} } @@ -54,7 +55,7 @@ \linespread{1.1} -\newcommand{\pkg}[1]{\mbox{\textsf{#1}}} +\newcommand{\pkg}[1]{\mbox{#1}} \newcommand{\opt}[1]{\mbox{\texttt{#1}}} \newcommand{\file}[1]{\texttt{#1}} \providecommand{\figureversion}[1]{} @@ -82,7 +83,7 @@ % \begin{quote} % |\usepackage|\oarg{options}|{fdsymbol}| % \end{quote} -% to the preamble of your document. This redefined most of the standard +% to the preamble of your document. This redefines most of the standard % mathematical symbols and makes available many new ones % (see Section~\ref{sec:glyphs}). For the available options see % Section~\ref{sec:selection}. @@ -111,7 +112,7 @@ % the normal weight in math, add \opt{normalweight=Medium} to the package % options. Analogously, to use the Bold weight with |\boldmath| or % |\boldsymbol|, add \opt{boldweight=Bold} to the package options. By default, -% Book and Medium are used. Additionally, it is possible to use select a +% Book and Medium are used. Additionally, it is possible to use a % suitable weight automatically depending on the font size by selecting % \opt{auto}. For example, if you use the option \opt{normalweight=auto}, the % Book weight will be used for normal and large sizes, but the Regular weight @@ -1178,7 +1179,7 @@ % \showsymbol{\lJoin} % \showsymbol{\bowtie}, \cmd{\Join} % \showsymbol{\propto}, \cmd{\varpropto} -% \showsymbol{\backpropto}, \cmd{propfrom} +% \showsymbol{\backpropto}, \cmd{\propfrom} % \showsymbol{\crossing} % \showsymbol{\between} % \showsymbol{\separated} @@ -1506,7 +1507,7 @@ \let\lhook\undefined \let\rhook\undefined % \end{macrocode} -% Short hands to simplify the definitions below. +% Shorthands to simplify the definitions below. % \begin{macrocode} \newcommand\fdsy@setslot[1]{\@tempcnta #1\relax} \newcommand\fdsy@nextslot{\advance\@tempcnta 1\relax} |