New answers tagged thesis
4
If you do not want to run biber write before you load the package cleanthesis:
\usepackage[ % use biblatex for bibliography
backend=bibtex8, % - use bibtex8 backend
bibencoding=utf8, % - use auto file encode
style=alphabetic, % - use alphabetic (or numeric) bib style
...
4
You should run biber, not bibtex, as the package uses the biblatex package to handle references. Newer versions of biblatex assume biber as the default backend (i.e., the program that does the sorting of the entries), so it won't work with bibtex.
To force biblatex to use bibtex or bibtex8 instead, you can edit cleanthesis.sty. Line 285 of the current ...
1
Use the titlepageenvironment. Assuming you're using a separate tex file for that, which you include using \input{filename}in your main file, your titlepage tex-file should look somewhat like this
\begin{titlepage}
\setlength{\parindent}{0pt} %remove indent at new paragraph
\vspace*{5cm} %vertical space
\textbf{
\huge{
\textsc{
The ...
Top 50 recent answers are included