Skip to content

Commit

Permalink
Add roman numerals to TOC, fix tompollard#39
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbueschel committed Sep 12, 2016
1 parent d27d504 commit 0ebcdba
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
Binary file modified output/thesis.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions source/02_statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


\vspace*{\fill}
\noindent
\noindent
\textit{
I, AUTHORNAME confirm that the work presented in this thesis is my own. Where information has been derived from other sources, I confirm that this has been indicated in the thesis.
}
\vspace*{\fill}

\pagenumbering{gobble}
8 changes: 2 additions & 6 deletions source/03_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et turpis gravida, lacinia ante sit amet, sollicitudin erat. Aliquam efficitur vehicula leo sed condimentum. Phasellus lobortis eros vitae rutrum egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec at urna imperdiet, vulputate orci eu, sollicitudin leo. Donec nec dui sagittis, malesuada erat eget, vulputate tellus. Nam ullamcorper efficitur iaculis. Mauris eu vehicula nibh. In lectus turpis, tempor at felis a, egestas fermentum massa.







\pagenumbering{roman}
\setcounter{page}{1}
4 changes: 3 additions & 1 deletion source/05_table_of_contents.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
\tableofcontents
\pagenumbering{gobble}

\tableofcontents

\newpage
5 changes: 4 additions & 1 deletion source/06_list_of_figures.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# List of figures {.unnumbered}

<!--
<!--
For me, this was the only drawback of writing in Markdown: it is not possible to add a short caption to figures and tables. This means that the \listoftables and \listoffigures commands will generate lists using the full titles, which is probably isn't what you want. For now, the solution is to create the lists manually, when everything else is finished.
-->

Figure 4.1 This is an example figure . . . \hfill{pp}
Figure x.x Short title of the figure . . . \hfill{pp}

\pagenumbering{roman}
\setcounter{page}{3}

\newpage
4 changes: 4 additions & 0 deletions source/08_abbreviations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
\textbf{API}~~~~~~~~~~~~ \= \textbf{A}pplication \textbf{P}rogramming \textbf{I}nterface \\
\textbf{JSON} \> \textbf{J}ava\textbf{S}cript \textbf{O}bject \textbf{N}otation \\
\end{tabbing}

\newpage
\setcounter{page}{1}
\renewcommand{\thepage}{\arabic{page}}

0 comments on commit 0ebcdba

Please sign in to comment.