blob: 97f7b0cd69ab434cc0a66c31def3e1989df236a1 (
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
51
52
53
54
55
56
57
|
\def\faqfileversion{3.28} \def\faqfiledate{2014-06-10}
%
% The above line defines the file version and date, and must remain
% the first line with any `assignment' in the file, or things will
% blow up in a stupid fashion
%
% get lists of CTAN labels
%
% configuration for the lists, if we're going to need to generate urls
% for the files
\InputIfFileExists{archive.cfg}{}{}
%
% ... directories
\input{dirctan}
%
% ... files
\input{filectan}
% facilitate auto-processing of this stuff; this line is clunkily
% detected (and ignored) in the build-faqbody script
%\let\faqinput\input
\def\faqinput#1{%\message{*** inputting #1; group level \the\currentgrouplevel}
\input{#1}%
%\message{*** out of #1; group level \the\currentgrouplevel}
}
% the stuff to print
\faqinput{faq-intro} % introduction
\faqinput{faq-backgrnd} % background
\faqinput{faq-docs} % docs
\faqinput{faq-bits+pieces} % bits and pieces
\faqinput{faq-getit} % getting software
\faqinput{faq-texsys} % TeX systems
\faqinput{faq-dvi} % DVI drivers and previewers
\faqinput{faq-support} % support stuff
\faqinput{faq-litprog} % programming for literates
\faqinput{faq-fmt-conv} % format conversions
\faqinput{faq-install} % installation and so on
\faqinput{faq-fonts} % fonts and what to do
\faqinput{faq-hyp+pdf} % hyper-foodle and pdf
\faqinput{faq-graphics} % graphics
\faqinput{faq-biblio} % bib stuff
\faqinput{faq-adj-types} % adjusting typesetting
\faqinput{faq-lab-ref} % labels and references
\faqinput{faq-how-do-i} % how to do things
\faqinput{faq-symbols} % symbols, their natural history and use
\faqinput{faq-mac-prog} % macro programming
\faqinput{faq-t-g-wr} % things going wrong
\faqinput{faq-wdidt} % why does it do that
%*****************************************quote environments up to here
\faqinput{faq-jot-err} % joy (hem hem) of tex errors
\faqinput{faq-projects} % current projects
%
% This is the last section, and is to remain the last section...
\faqinput{faq-the-end} % wrapping it all up
% \end{document} is in calling file (e.g., newfaq.tex)
|