updated to readme for openany option
This commit is contained in:
parent
2fe40744e5
commit
390f47f50a
12
README.md
12
README.md
@ -44,6 +44,12 @@ This template supports `latexmk`. To generate DVI, PS and PDF run
|
|||||||
latexmk -dvi -ps -pdf thesis.tex
|
latexmk -dvi -ps -pdf thesis.tex
|
||||||
|
|
||||||
|
|
||||||
|
### Using ARARA (Unix/Linux/Windows)
|
||||||
|
|
||||||
|
This template supports `arara`. You can edit the arara commands in `thesis.tex` to suit your needs. Default is set to LATEX >> DVI >> PS2PDF with nomenclature and make index support.
|
||||||
|
|
||||||
|
arara -v thesis.tex
|
||||||
|
|
||||||
### Using the make file (Unix/Linux)
|
### Using the make file (Unix/Linux)
|
||||||
|
|
||||||
The template supports PDF, DVI and PS formats. All three formats can be generated
|
The template supports PDF, DVI and PS formats. All three formats can be generated
|
||||||
@ -359,7 +365,7 @@ To include custom to-do notes in your pdf document use `\mynote{Hey! I have a n
|
|||||||
|
|
||||||
\includegraphics[width=0.75\textwidth]{minion}
|
\includegraphics[width=0.75\textwidth]{minion}
|
||||||
|
|
||||||
* Use a `-` to separate sort key from the prefixes, eg., `g-pi` dentes the Greek symbol `pi`.
|
* Use a `-` to separate sort key from the prefixes, eg., `g-pi` denotes the Greek symbol `pi`.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -430,6 +436,10 @@ You are trying to load an option that is not supported in the PhDThesisClass and
|
|||||||
|
|
||||||
If you are generating a separate abstract for your thesis submission, ignore this warning and good luck with your submission. If you are compiling your thesis and see this warning, please remove the option `abstract` from the document class.
|
If you are generating a separate abstract for your thesis submission, ignore this warning and good luck with your submission. If you are compiling your thesis and see this warning, please remove the option `abstract` from the document class.
|
||||||
|
|
||||||
|
#### _W6_: I get blank pages between chapters
|
||||||
|
|
||||||
|
This is normal for a book class. Usually, a new chapter in a book always starts on the right hand side, which is why you see a blank page. You can remove the extra blank page by passing `openany` option to the documentclass. This works for double sided printing. However, if you are printing on a single side, please pass `oneside` option to the document class.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
## Known issue(s) / Bugs / Feature requests
|
## Known issue(s) / Bugs / Feature requests
|
||||||
|
Loading…
Reference in New Issue
Block a user