summaryrefslogtreecommitdiff
path: root/obsolete/help/texfaq/newfaq.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-28 03:00:42 +0000
committerNorbert Preining <norbert@preining.info>2019-09-28 03:00:42 +0000
commitf41a5d46017f730e9586332f28744912872326f5 (patch)
tree0e7ebb355adbdb56ac9d1e236dd5cde0b71e1520 /obsolete/help/texfaq/newfaq.tex
parent5827a950592f8a91468bcd0b5963d1df8d3518d8 (diff)
CTAN sync 201909280300
Diffstat (limited to 'obsolete/help/texfaq/newfaq.tex')
-rw-r--r--obsolete/help/texfaq/newfaq.tex67
1 files changed, 67 insertions, 0 deletions
diff --git a/obsolete/help/texfaq/newfaq.tex b/obsolete/help/texfaq/newfaq.tex
new file mode 100644
index 0000000000..be32724192
--- /dev/null
+++ b/obsolete/help/texfaq/newfaq.tex
@@ -0,0 +1,67 @@
+% This is the UK TeX FAQ
+%
+\documentclass[a4paper]{faq}
+%
+\setcounter{errorcontextlines}{999}
+%
+% read the first two definitions of faqbody.tex for the file version
+% and date
+\afterassignment\endinput\input gather-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}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%\showthe\currentgrouplevel
+\begin{multicols}{2}
+%\expandafter\show\csname @currenvir\endcsname
+%\tracingnesting=2
+ \input{gather-faqbody}
+\end{multicols}
+
+%\showthe\currentgrouplevel
+%% (should be 0)
+%
+%\expandafter\show\csname @currenvir\endcsname
+%% (should be "document"
+\typeout{*** That makes \thequestion\space questions ***}
+\end{document}