Update to readme
This commit is contained in:
parent
656778e413
commit
2b122fd3e1
12
README.md
12
README.md
@ -107,7 +107,7 @@ Usage: `sh ./compile-thesis.sh [OPTIONS] [filename]`
|
||||
|
||||
## Usage details
|
||||
|
||||
Thesis information (title, author, year, degree) and other meta-data can be found in `thesis-info.tex`
|
||||
Thesis information such as title, author, year, degree, etc., and other meta-data can be modified in `thesis-info.tex`
|
||||
|
||||
### Class Options
|
||||
|
||||
@ -152,7 +152,7 @@ It supports the following custom options in the documentclass in thesis.tex:
|
||||
|
||||
* A separate abstract with the title of the PhD and the candidate name has to be submitted to the Student Registry. This can be generated using `abstract` option in the document class. Ignore subsequent warnings about skipping sections (if any).
|
||||
|
||||
* To generate the separate abstract and the title page, make sure the following commands are in the `preamble.tex` file:
|
||||
* To generate the separate abstract and the title page, make sure the following commands are in the preamble section of `thesis.tex` file:
|
||||
|
||||
\ifdefineAbstract
|
||||
\includeonly{Abstract/abstract}
|
||||
@ -163,7 +163,7 @@ It supports the following custom options in the documentclass in thesis.tex:
|
||||
|
||||
* The chapter mode allows user to only print specific chapters along with references. By default, it excludes everything else in the front matter and appendices. This can done by using `chapter` option in the document class in `thesis.tex`. Ignore subsequent warnings about skipping sections (if any).
|
||||
|
||||
* To generate the separate abstract and the title page, make sure the following commands are in the `preamble.tex` file:
|
||||
* To generate the separate abstract and the title page, make sure the following commands are in the preamble section of `thesis.tex` file:
|
||||
|
||||
\ifdefineChapter
|
||||
\includeonly{Chapter3/chapter3}
|
||||
@ -187,7 +187,9 @@ It supports the following custom options in the documentclass in thesis.tex:
|
||||
|
||||
### Choosing the Bibliography style
|
||||
|
||||
`PhDThesisPSnPDF` currently supports two styles `authoryear` and `numbered (default)`. Citation style has to be set. You can also specify `custombib` style and customise the bibliography. BibLaTeX support has been added and can be invoked using `biblatex` in the documentclass. The bibtex is the backend for `biblatex` at the moment.
|
||||
`PhDThesisPSnPDF` currently supports two styles `authoryear` and `numbered (default)`. Citation style has to be set. You can also specify `custombib` style and customise the bibliography.
|
||||
|
||||
* BibLaTeX support has been added and can be invoked using `biblatex` in the documentclass. Bibtex is used as the backend for `biblatex` at the moment. Will be replaced with biber when Makefile support is added.
|
||||
|
||||
* `authoryear`: For author-year citation eg., Krishna (2013)
|
||||
|
||||
@ -395,7 +397,7 @@ If you are generating a separate abstract for your thesis submission, ignore thi
|
||||
|
||||
* Make example thesis a document on how to use the template and include general guidelines and good practices.
|
||||
|
||||
* Biber backend support with Makefile
|
||||
* Biber backend support for biblatex with Makefile
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
## ChangeLog
|
||||
|
BIN
thesis.dvi
BIN
thesis.dvi
Binary file not shown.
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
%!PS-Adobe-2.0
|
||||
%%Creator: dvips(k) 5.993 Copyright 2013 Radical Eye Software
|
||||
%%Title: thesis.dvi
|
||||
%%CreationDate: Tue Feb 4 01:33:25 2014
|
||||
%%CreationDate: Tue Feb 4 01:40:40 2014
|
||||
%%Pages: 39
|
||||
%%PageOrder: Ascend
|
||||
%%BoundingBox: 0 0 596 842
|
||||
@ -13,7 +13,7 @@
|
||||
%DVIPSWebPage: (www.radicaleye.com)
|
||||
%DVIPSCommandLine: dvips -z -o thesis.ps.temp -ta4 thesis.dvi
|
||||
%DVIPSParameters: dpi=600
|
||||
%DVIPSSource: TeX output 2014.02.04:0133
|
||||
%DVIPSSource: TeX output 2014.02.04:0140
|
||||
%%BeginProcSet: tex.pro 0 0
|
||||
%!
|
||||
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
|
||||
|
Loading…
Reference in New Issue
Block a user