summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/letterfaq.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-22 23:51:44 +0000
committerKarl Berry <karl@freefriends.org>2009-05-22 23:51:44 +0000
commit566f5207d7e3cafb0633d31277067336ccd9cca7 (patch)
tree7af53e7ac405185168bc1dc38c4e820f442b78d0 /Master/texmf-dist/doc/generic/FAQ-en/letterfaq.tex
parentb0beea26ffffd915bb6d9b82f2d65a0a05b7e23b (diff)
move generic english documents out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/letterfaq.tex')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/letterfaq.tex64
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/letterfaq.tex b/Master/texmf-dist/doc/generic/FAQ-en/letterfaq.tex
new file mode 100644
index 00000000000..12d0da7b8a3
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/FAQ-en/letterfaq.tex
@@ -0,0 +1,64 @@
+% This is the UK TeX FAQ
+%
+\documentclass{faq}
+%
+\setcounter{errorcontextlines}{999}
+%
+% read the first two definitions of faqbody.tex for the file version
+% and date
+\afterassignment\endinput\input faqbody
+%
+\typeout{The UK TeX FAQ, v\faqfileversion, date \faqfiledate}
+%
+% let's not be too fussy while we're developing...
+\hfuzz10pt
+\emergencystretch10pt
+%
+\begin{document}
+\title{The \acro{UK} \TeX{} \acro{FAQ}\\
+ Your \ifpdf\ref*{lastquestion}\else\protect\ref{lastquestion}\fi
+ \ Questions Answered\\
+ version \faqfileversion, date \faqfiledate}
+\author{}
+\maketitle
+
+\centerline{\textsc{Note}}
+
+\begin{quotation}\small
+ This document is an updated and extended version of the \acro{FAQ} article
+ that was published as the December 1994 and 1995, and March 1999
+ editions of the \acro{UK}\,\acro{TUG} magazine \BV{} (which weren't
+ formatted like this).
+
+ The article is also available via the World Wide Web.
+\end{quotation}
+
+\ifsinglecolumn
+ \tableofcontents
+\else
+ \begin{multicols}{2}
+ \tableofcontents
+ \end{multicols}
+\fi
+
+\Dings
+
+% label list for later processing
+\labellist
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% load the CTAN references if necessary
+\input{dirctan}
+\input{filectan}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\ifsinglecolumn
+ \input{faqbody}
+\else
+ \begin{multicols}{2}
+ \input{faqbody}
+ \end{multicols}
+\fi
+
+\typeout{*** That makes \thequestion\space questions ***}
+\end{document}