Skip to content
Snippets Groups Projects
Commit 1e7b1188 authored by Joseph Weston's avatar Joseph Weston
Browse files

add instructions on how to generate grayscale images

parent d74a3fae
No related branches found
No related merge requests found
......@@ -32,6 +32,14 @@ The thesis can be built by just saying::
make
To make with grayscale images, say::
make GRAYSCALE_IMAGES=1
If your machine has multiple cores (e.g 4) you can pass the arguments `-j 4`
to `make` to do a parallel build. This is especially useful for converting
the images.
I use `XeTeX <https://en.wikipedia.org/wiki/XeTeX>`_, and hence require
the `xelatex` program to compile the thesis. In addition a number of
LaTeX packages are required. On Debian-derived systems it should be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment