summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/4_6/newfaq.tex
blob: bd3a8c0e66abdb9b4bd83a068cd9cc2cef935cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
% This is the UKTUG version of the TeX FAQ
%
\documentclass{article}
%
\setcounter{errorcontextlines}{999}
%
\usepackage{faq}
%
% read the first two lines of faqbody.tex for the file version and
% date
\newread\docbody
\openin\docbody=faqbody
\read\docbody to \bodyline
\bodyline
\read\docbody to \bodyline
\bodyline
\immediate\closein\docbody
%
\typeout{The TeX FAQ, v\fileversion, date \filedate\space(UK TeX Users Group)}
%
% let's not be too fussy while we're developing...
\hfuzz10pt
\emergencystretch10pt
%
\begin{document}
\title{The New \TeX{} FAQ\\
       Your \protect\ref{lastquestion} Questions Answered\\
       version \fileversion, date \filedate}
\author{The UK \TeX{} Users Group Committee\\
after the original maintained by \\
Bobby Bodenheimer} 
\maketitle

\centerline{\textsc{Note}}

\begin{quotation}\small
  This document is an interim copy of something that's still `work in
  progress'.  It is being prepared for the December 1994 edition of
  the UKTUG magazine \BV{} (which won't be formatted like this), and
  will be available to be fed back into the normal
  \Newsgroup|comp.text.tex| FAQ posting at around the time of that
  publication.  It is also to be available as a \textsc{www} page.
\end{quotation}

\tableofcontents

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input faqbody
\typeout{*** That makes \thesubsection\space questions ***}
\end{document}