summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/faq.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/faq.sty')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/faq.sty15
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/faq.sty b/Master/texmf-dist/doc/generic/FAQ-en/faq.sty
index 838abce5e10..96cefbe66d2 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.124 2010/08/07 11:23:14 rf10 Exp rf10 $
+% $Id: faq.sty,v 1.128 2011/02/14 23:49:27 rf10 Exp rf10 $
%
% This is the LaTeX package that deals with the eccentricities of mark
% up of the UK TeX FAQ.
@@ -102,6 +102,7 @@
\def\WYSIWYG{WYSIWYG}%
\def\AMSTeX{AmSTeX}%
\def\BibTeX{BibTeX}%
+ \def\bibtex{BibTeX}%
\def\PiCTeX{PiCTeX}%
\def\CDROM{CD-ROM}%
\def\TeXXeT{TeXXeT}%
@@ -157,6 +158,8 @@
%% \fi
\DeclareRobustCommand\MF{Meta\-Font}
\DeclareRobustCommand\MP{Meta\-Post}
+\newcommand\ttype{TrueType}
+\newcommand\otype{OpenType}
\let\textlogo\textmd
%
% define substitutes for stupid_names
@@ -164,6 +167,7 @@
\newcommand\AMSTeX{AMS\TeX}
\newcommand\AMSLaTeX{AMS\LaTeX}
\newcommand\BibTeX{Bib\TeX}
+\newcommand\bibtex{Bib\TeX}
\newcommand\PiCTeX{PiC\TeX}
\newcommand\texlive{\TeX{} Live}
% and...
@@ -176,6 +180,7 @@
%
% we define conditional stuff using Eijkhout's package
\RequirePackage{comment}
+\def\CommentCutFile{tmp/comment.cut} % use this in place of ./comment.cut
\excludecomment{htmlversion}
\includecomment{typesetversion}
\ifpdf
@@ -193,6 +198,8 @@
\includecomment{dviversion}
\includecomment{narrowversion}
\fi
+%
+% dummy environment for separating the intro
\newenvironment{introduction}{}{}
%
% but we also want short versions, like LaTeX2HTML's
@@ -581,13 +588,19 @@
\def\UrlFont{\rmfamily\itshape}\csname Url@do\endcsname
\Url
}
+\let\progname\ProgName
%%\else
%% \DeclareUrlCommand\@ProgName{\def\UrlFont{\rmfamily\itshape}}
%% \DeclareRobustCommand\ProgName{\@ProgName}
%%\fi
\let\Package\ProgName % pro tem
+\let\package\Package
+
\let\Class\Package % ...
+\let\class\Class
+
\let\FontName\Package % ...
+% \let\fontname\FontName % ahh, ... no!
% another little oddity (from doc.sty originally, iirc)
\newcommand\meta[1]{\ensuremath{\langle}\emph{#1}\ensuremath{\rangle}}