-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfaq.tex
129 lines (94 loc) · 3.68 KB
/
faq.tex
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
\input texrc
\input btxmac
\input texnames.sty
\let\TZPtexlayout=1
\activettchar`
\newcount\qno
\def\question{\medbreak
\global\advance\qno by 1
\noindent
{\bf \the\qno.}\enspace
\bgroup
\aftergroup\egroup
\aftergroup\smallskip
\it}
%\title{TeX2page \\~\\ Frequently Asked Questions}
\def\TZPtitle{TeX2page FAQ}
\title{\TeX2page \\ Frequently Asked Questions}
\medskip
{\question Do I need to know Scheme or Common Lisp in order to be able
to use \TeX2page?}
No. Even for those occasions where you need to
modify \TeX2page’s behavior, basic \TeX\ macros are
usually sufficient. However, if you wish to extend
\TeX2page in peculiar and/or idiosyncratic ways,
familiarity with Scheme or Common Lisp will help.
{\question But I do need Scheme or Common Lisp to run \TeX2page?}
You need either a Scheme dialect or Common Lisp.
{\question This sounds like too much work! Look, I am on Linux or Cygwin.
Shouldn’t I be able to install \TeX2page like other GNU software and have it
“just work”,
instead of worrying about Scheme, Common Lisp and their myriad
dialects?}
Well, you do need to have a Scheme or Common Lisp installed on your system.
Type `./configure --help` for guidance.
{\question I need a converter for my \LaTeX\ documents.
Doesn’t \TeX2page convert only plain \TeX?}
\TeX2page converts \LaTeX\ as well as plain \TeX\ documents.
{\question Do I need to make changes to my document to make it
suitable for \TeX2page?}
Typically, this isn’t necessary. If \TeX2page
fails to convert your legacy document, you can put
\TeX2page-specific information in a `.t2p` file, without
modifying the legacy document. See the
\urlh{index.html}{manual}.
{\question Why does my document have broken images?}
\TeX2page makes images using a combination of \TeX,
Dvips, Ghostscript and the NetPBM library. Make sure
you have running versions of these programs on your
system. They are all freely available from the
Web.
{\question Couldn’t the images be a bit larger?}
Use the `\imgpreamble` command to specify a higher
magnification for your images.
{\question How do I make my HTML file be a little
less drab?}
You need style sheets. The \TeX2page manual tells you
how to incorporate them.
{\question Is there a way to avoid having my converted
document mention \TeX2page?}
Read about the `\TZPcolophoncredit` flag in the
\TeX2page manual.
{\question Do I really have to read the \TeX2page
manual?}
I suppose you could consult it only when you run into
problems, but do consider reading it. It is a fine
manual.
{\question Why can’t I just use \LaTeX2HTML~\cite{latex2html}?}
You certainly can. Converting TeX source to other
formats inevitably involves compromises, so different
converters will have different strengths, different
approaches to extensibility, and
appeal to different tastes. You should pick the one
that best fits your needs.
{\question What are some of the other converters?}
HeVeA~\cite{hevea}, \TeX4ht~\cite{tex4ht}, TtH~\cite{tth}.
{\question I like getting both a
printable and an online document from the same source.
But hasn’t Texinfo~\cite{texinfo} already solved that problem?}
Actually the problem \TeX2page attempts to solve is getting
high-quality online texts {\em from
arbitrary \TeX\
source} (which we already know to produce high-quality
printed output). Texinfo requires its source to be in a
restricted Texinfo format.
{\question OK. I am ready to give \TeX2page a try.
Where do I get it?}
The official \TeX2page website is
\urlh{index.html}{\path{http://ds26gte.github.io/tex2page/index.html}}.
The download link is just below the title. Appendix D
contains installation instructions.
\beginsection Works cited
\bibliographystyle{plain}
\bibliography{tex2page}
\bye