summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/faq.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-11 00:19:40 +0000
committerKarl Berry <karl@freefriends.org>2009-06-11 00:19:40 +0000
commitb53103d1ed32baf22565a9f6b9f2f1f415ed2288 (patch)
tree6cabe56d945e33edcb4fd1bc34bd3bc3815a8156 /Master/texmf-dist/doc/generic/FAQ-en/faq.sty
parenta9f41a29daefaf04b27040f25cd0f63f41d290a6 (diff)
faq 3.19 (10jun09)
git-svn-id: svn://tug.org/texlive/trunk@13704 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/faq.sty')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/faq.sty30
1 files changed, 24 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/faq.sty b/Master/texmf-dist/doc/generic/FAQ-en/faq.sty
index e9acef465a4..111c3f121d6 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/faq.sty
+++ b/Master/texmf-dist/doc/generic/FAQ-en/faq.sty
@@ -146,8 +146,6 @@
\DeclareRobustCommand\MP{Meta\-Post}
\let\textlogo\textmd
%
-% get texnames package (as amended)
-%\RequirePackage{stupid_names}
% define substitutes for stupid_names
\newcommand\LaTeXo{\LaTeX\,2.09}
\newcommand\AMSTeX{AMS\TeX}
@@ -155,6 +153,7 @@
\newcommand\BibTeX{Bib\TeX}
\newcommand\PiCTeX{PiC\TeX}
\newcommand\texlive{\TeX{} Live}
+% and...
%
% ifthenelse for the undefined references
\RequirePackage{ifthen}
@@ -167,15 +166,16 @@
\excludecomment{htmlversion}
\ifpdf
\includecomment{pdfversion}
- \excludecomment{dviversion}
\includecomment{wideversion}
+ \excludecomment{dviversion}
\excludecomment{narrowversion}
\else
\excludecomment{pdfversion}
+ \excludecomment{wideversion}
\includecomment{dviversion}
\includecomment{narrowversion}
- \excludecomment{wideversion}
\fi
+\newenvironment{introduction}{}{}
%
% but we also want short versions, like LaTeX2HTML's
\let\htmlonly\@gobble
@@ -200,10 +200,13 @@
\providecommand\DANTE{\acro{DANTE}}
\providecommand\MSDOS{\acro{MS-DOS}}
\providecommand\CDROM{\acro{CD-ROM}}
-\providecommand\elatex{e-LaTeX}
+%
+\providecommand\elatex{e-\LaTeX{}}
+\providecommand\plaintex{Plain \TeX{}}
\providecommand\miktex{MiKTeX}
+\providecommand\texshop{\ProgName{TeXshop}}
+\providecommand\texworks{\ProgName{TeXworks}}
\providecommand\xetex{XeTeX}
-\providecommand\plaintex{Plain \TeX{}}
%
%% \providecommand\TeXXeT{\TeX-{}-X\lower.5ex\hbox{E}\kern-.1667emT\@}
%\providecommand\MLTeX{ML-\TeX}
@@ -309,6 +312,7 @@
\newcommand\PDFLaTeX{PDF\LaTeX}
\renewcommand\LaTeX{La\TeX}
\newcommand\twee{2e}
+\renewcommand\LaTeXe{\LaTeX\twee}
%
% Other odds and ends (appear differently in TeX and http or plain
% text
@@ -835,6 +839,20 @@
}
\newcommand*\questionmark[1]{}
\newcommand*\l@question{\@dottedtocline{2}{2.0em}{2.3em}}
+
+%
+% \paragraph: has appeared in a submission, so let's give it a faq
+% definition...
+\renewcommand\paragraph{\@startsection{paragraph}%
+ 4%
+ \z@
+ {1.25ex \@plus 1ex \@minus.2ex}%
+ {-1em}
+ {%
+ \normalfont
+ \normalsize
+ \bfseries
+ }}
%
% alias questions make a little perl script to set up a hash array
% that takes one from old question to current one.