Testing dvi and PS support :)
This commit is contained in:
parent
44f760d61d
commit
b85a0a5d33
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@
|
||||
*.ist
|
||||
*.ilg
|
||||
*.ind
|
||||
*cookie*
|
||||
thesis.ps
|
||||
|
@ -2,32 +2,46 @@
|
||||
|
||||
\section{First Section of the Third Chapter}
|
||||
\markboth{\MakeUppercase{\thechapter. My Third Chapter }}{\thechapter. My Third Chapter}
|
||||
And now I begin my third chapter here ...
|
||||
And now I begin my third chapter here \dots
|
||||
|
||||
And now to cite some more people~\cite{Rea85,Spi65}
|
||||
|
||||
\subsection{first subsection in the First Section}
|
||||
... and some more
|
||||
\dots and some more
|
||||
|
||||
\subsection{second subsection in the First Section}
|
||||
... and some more ...
|
||||
\dots and some more \dots
|
||||
|
||||
\subsubsection{first subsub section in the second subsection}
|
||||
... and some more in the first subsub section otherwise it all looks the same
|
||||
doesn't it? well we can add some text to it ...
|
||||
\dots and some more in the first subsub section otherwise it all looks the same
|
||||
doesn't it? well we can add some text to it \dots
|
||||
|
||||
\subsection{third subsection in the First Section}
|
||||
... and some more ...
|
||||
\dots and some more \dots
|
||||
|
||||
\subsubsection{first subsub section in the third subsection}
|
||||
... and some more in the first subsub section otherwise it all looks the same
|
||||
\dots and some more in the first subsub section otherwise it all looks the same
|
||||
doesn't it? well we can add some text to it and some more and some more and
|
||||
some more and some more and some more and some more and some more ...
|
||||
some more and some more and some more and some more and some more \dots
|
||||
|
||||
\subsubsection{second subsub section in the third subsection}
|
||||
... and some more in the first subsub section otherwise it all looks the same
|
||||
doesn't it? well we can add some text to it ...
|
||||
\dots and some more in the first subsub section otherwise it all looks the same
|
||||
doesn't it? well we can add some text to it \dots
|
||||
|
||||
\section{Second Section of the Third Chapter}
|
||||
\markboth{\MakeUppercase{\thechapter. My Third Chapter }}{\thechapter. My Third Chapter}
|
||||
and here I write more ...
|
||||
and here I write more \dots
|
||||
|
||||
Now we can refer to the table using~\cref{t:borders}.
|
||||
\begin{table}[h]
|
||||
\caption{Table with Borders}
|
||||
\centering
|
||||
\label{t:borders}
|
||||
\begin{tabular}{|l|c| r|}
|
||||
|
||||
\hline
|
||||
1 & 2 & 3 \\ \hline
|
||||
4 & 5 & 6 \\ \hline
|
||||
7 & 8 & 9 \\ \hline
|
||||
\end{tabular}
|
||||
\end{table}
|
1814
Figs/University_Crest.eps
Normal file
1814
Figs/University_Crest.eps
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
36
README.md
36
README.md
@ -1,4 +1,38 @@
|
||||
phd-thesis-template
|
||||
===================
|
||||
|
||||
A PhD thesis LaTeX template for Cambridge University, based on Krishna Kumar's King's latex course and CUED V1.1 Template
|
||||
> A PhD thesis LaTeX template for Cambridge University, based on Krishna Kumar's King's latex course and CUED V1.1 Template
|
||||
|
||||
### Build your thesis
|
||||
The template supports PDF, DVI and PS formats. All three formats can be generated
|
||||
with the provided `Makefile`.
|
||||
|
||||
To build the `PDF` version of your thesis, run:
|
||||
|
||||
make
|
||||
|
||||
or
|
||||
|
||||
./makepdf
|
||||
|
||||
This build procedure uses `pdflatex` and will produce `thesis.pdf`.
|
||||
|
||||
To produce `DVI` and `PS` versions of your document, you should run:
|
||||
|
||||
./makeps
|
||||
|
||||
or
|
||||
|
||||
make BUILD_STRATEGY=latex
|
||||
|
||||
This will use the `latex` command to build the document and will produce
|
||||
`thesis.dvi`, `thesis.ps` and `thesis.pdf` documents.
|
||||
|
||||
### Clean unwanted files
|
||||
|
||||
To clean unwanted clutter (all LaTeX auto-generated files), run:
|
||||
|
||||
make clean
|
||||
|
||||
__Note__: the `Makefile` itself is take from and maintained at
|
||||
[here](http://code.google.com/p/latex-makefile/).
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user