summaryrefslogtreecommitdiff
path: root/info/latex4wp/HOW-TO-TYPESET
blob: 180fba22ce9fb9859882ba58e33b2008b0e56095 (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
How to typeset this guide
-------------------------

Please note that some LaTeX packages may be missing from your default
configuration. To include them, do the following (Linux/Unix):

- download the missing package from the CTAN. For instance, let's
suppose you don't have slashbox.sty; you'll get it from
http://www.ctan.org/tex-archive/macros/latex/contrib/slashbox

- run these commands:

    $ mkdir -p ~/texmf/tex/latex/slashbox
    $ cp slashbox.sty ~/texmf/tex/latex/slashbox

- repeat the above steps for each missing package; when you're done,
type:

    $ texhash ~/texmf

- typeset the guide with pdflatex:

$ latexmk -pdf latex4wp

or run 'pdflatex' three times.

Enjoy!

--
Guido Gonzato, PhD
<guido dot gonzato at gmail dot com>

---