Tag: LaTeX

  • LaTeX Template

    This is just for my personal use, to copy-paste when starting a new LaTeX document: \documentclass[10pt, a4paper, draft, onecolumn, oneside, notitlepage]{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[finnish]{babel} % Finnish style date. \usepackage[dmyyyy]{datetime} \renewcommand{\dateseparator}{.} \title{ADD-TITLE-HERE} \author{Mika Kutila} \date{\today} \begin{document} \maketitle \end{document}

  • Thesis Template

    This template is originally based on the template available in samnuutt’s page. I have modified it to my liking. Notice, that this is still a work-in-progress; some things may not be perfect. Link to ShareLaTeX Bugs: I can’t make Nomenclature to work on ShareLaTeX server; it needs a separate indexing compilation run. Also, this template…