forked from lojban/cll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
56 lines (34 loc) · 1.24 KB
/
README
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
To make the XHTML version (ends up in a dir named html/):
scripts/build
This takes quite a while. To do it for just one chapter for faster
testing:
scripts/build -t chapters/05.xml
This does the whole book but is also much faster:
scripts/build -t
There are many possible sub-targets as well, which are specified
with -T, such as:
scripts/build -t -T pdf_web
You can get a complete list of targets via:
scripts/build -h
Requirements
------------
Getting this all working is actually a pretty huge undertaking;
you're almost certainly better off asking Robin Lee Powell for an
account on the appropriate server.
General
--------------
xsltproc
xmlto
PDF Generation
--------------
dblatex
xetex, with a recent version of texlive. For Fedora, this means
following the instructions at
http://fedoraproject.org/wiki/Features/TeXLive to get the TeXLive
2011-2 repo or later, then:
sudo yum install texlive-xetex
sudo yum install texlive-dejavu-fedora-fonts texlive-dejavu texlive-multirow texlive-subfigure texlive-appendix texlive-changebar texlive-overpic texlive-collection-langcjk
MOBI / EPUB
-----------
ebook-convert (from the yum/rpm calibre package)
Xvfb and xvfb-run (fake X for calibre)