summaryrefslogtreecommitdiff
path: root/support/cluttex/example/README.md
blob: c24ebc0ba95ac8eb0987020f7155aea3f88c0224 (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
58
59
60
61
62
63
64
65
66
67
68
Example documents and How to process them
=====

* `simple`

```sh
$ cd simple
$ cluttex -e pdflatex main.tex
```

* `simple-ja`

```sh
$ cd simple-ja
$ cluttex -e platex main-platex.tex
$ cluttex -e lualatex main-luatexja.tex
```

* `include`

```sh
$ cd include
$ cluttex -e pdflatex main.tex
```

* `makeindex`

```sh
$ cd makeindex
$ cluttex -e pdflatex --makeindex=makeindex main.tex
```

* `bibtex`

```sh
$ cd bibtex
$ cluttex -e pdflatex --bibtex=bibtex main.tex
```

* `biblatex`

```sh
$ cd biblatex
$ cluttex -e pdflatex --biber main.tex
```

* `empty`

```sh
$ cd empty
$ cluttex -e pdflatex main.tex
```

Should print `[WARN] No pages of output.`

* `minted`

```sh
$ cd minted
$ cluttex -e pdflatex --shell-escape main.tex
```

* `epstopdf`

```sh
$ cd epstopdf
$ cluttex -e pdflatex --change-directory main.tex
```