Mercurial > dottes
annotate .hgignore @ 119:15ce1ecb5ba3
Fix page size issue on xetex on Squeeze.
The version of xetex on Squeeze does not pass the paper size
through to the PDF rendered properly. Following a Googled suggestion,
split the rendering into two part, and pass the page size explicitly
to the PDF generation.
This isn't necessary for the booklet because the output is A4 portrait,
the default paper size.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 13 Apr 2012 15:57:02 +0100 |
parents | 4e2b25cfad99 |
children | a8f8718d2cf7 |
rev | line source |
---|---|
1 | 1 syntax: glob |
2 | |
3 *~ | |
4 *.ps | |
12 | 5 *.pdf |
20
2866b36787ec
Ignore pdflatex building artifacts.
Jim Hague <jim.hague@acm.org>
parents:
14
diff
changeset
|
6 *.aux |
2866b36787ec
Ignore pdflatex building artifacts.
Jim Hague <jim.hague@acm.org>
parents:
14
diff
changeset
|
7 *.log |
111 | 8 *.orig |
14
d1234a11c049
Another hgignore update - ignore build dir.
Jim Hague <jim.hague@acm.org>
parents:
12
diff
changeset
|
9 |
d1234a11c049
Another hgignore update - ignore build dir.
Jim Hague <jim.hague@acm.org>
parents:
12
diff
changeset
|
10 syntax: regexp |
d1234a11c049
Another hgignore update - ignore build dir.
Jim Hague <jim.hague@acm.org>
parents:
12
diff
changeset
|
11 build/ |
42
0e7d2830cb8b
Put making tune graphics required by web and book into separate dir and make separately.
Jim Hague <jim.hague@laicatc.com>
parents:
20
diff
changeset
|
12 graphics/ |
63
f73a0193beb8
Update .hgignore to omit Morris web.
Jim Hague <jim.hague@acm.org>
parents:
43
diff
changeset
|
13 web/Morris/ |
43
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
42
diff
changeset
|
14 web/Session/ |