diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/faq.sty')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/faq.sty | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/faq.sty b/Master/texmf-dist/doc/generic/FAQ-en/faq.sty index 5dcf6455821..225cffb242a 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/faq.sty +++ b/Master/texmf-dist/doc/generic/FAQ-en/faq.sty @@ -1,4 +1,4 @@ -% $Id: faq.sty,v 1.132 2011/10/25 18:22:56 rf10 Exp rf10 $ +% $Id: faq.sty,v 1.134 2012/03/10 13:56:18 rf10 Exp rf10 $ % % This is the LaTeX package that deals with the eccentricities of mark % up of the UK TeX FAQ. @@ -142,6 +142,7 @@ % % general support %\RequirePackage{calc} +\RequirePackage{microtype} % % code for handling logo font %% \RequirePackage{mflogo} @@ -157,8 +158,10 @@ %% }% %% } %% \fi -\DeclareRobustCommand\MF{Meta\-Font} -\DeclareRobustCommand\MP{Meta\-Post} +\DeclareRobustCommand\MF{Meta\-font} +\let\mf\MF +\DeclareRobustCommand\MP{Meta\-post} +\let\mp\MP \newcommand\ttype{TrueType} \newcommand\otype{OpenType} \let\textlogo\textmd @@ -1073,6 +1076,9 @@ % date question last edited \def\LastEdit{\@ifstar\@gobble\@gobble} % +% where the info came from +\newcommand\LeadFrom[3]{} +% % \Qlabel and \Qref: define and refer to labels \ifpdf % hyperref version of \label doesn't get set until begin document |