From 92b8b0acbc4a0e18458ecde9b512d1c762334b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me> Date: Wed, 1 Jul 2020 15:04:38 +0200 Subject: [PATCH] report: add table of contents --- doc/report/.gitignore | 3 ++- doc/report/report.tex | 7 ++----- doc/report/report.toc | 19 +++++++++++++++++++ 3 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 doc/report/report.toc diff --git a/doc/report/.gitignore b/doc/report/.gitignore index 739ce07..d2b6f51 100644 --- a/doc/report/.gitignore +++ b/doc/report/.gitignore @@ -6,4 +6,5 @@ *.pdf *.out *.bcf -*.run.xml \ No newline at end of file +*.run.xml +*.toc \ No newline at end of file diff --git a/doc/report/report.tex b/doc/report/report.tex index 0a6ae02..5cf1a73 100644 --- a/doc/report/report.tex +++ b/doc/report/report.tex @@ -22,7 +22,6 @@ \addbibresource{references.bib} \geometry{a4paper, portrait} -\pagenumbering{gobble} \setkomafont{disposition}{\normalfont\bfseries} \addtokomafont{descriptionlabel}{\normalfont\bfseries} @@ -44,11 +43,9 @@ \input{abstract.tex} \end{abstract} -\textbf{ - --- This is more of a scratchpad for now. Do not go into this document - expecting a real report just yet. --- -} +\tableofcontents +\newpage \input{intro.tex} \input{components.tex} \input{collecter.tex} diff --git a/doc/report/report.toc b/doc/report/report.toc new file mode 100644 index 0000000..541ac01 --- /dev/null +++ b/doc/report/report.toc @@ -0,0 +1,19 @@ +\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax +\defcounter {refsection}{0}\relax +\contentsline {section}{\numberline {1}Introduction}{2}{section.1}% +\defcounter {refsection}{0}\relax +\contentsline {section}{\numberline {2}Components}{3}{section.2}% +\defcounter {refsection}{0}\relax +\contentsline {section}{\numberline {3}Collecter and Importer}{5}{section.3}% +\defcounter {refsection}{0}\relax +\contentsline {section}{\numberline {4}Endpoints}{6}{section.4}% +\defcounter {refsection}{0}\relax +\contentsline {subsection}{\numberline {4.1}SPARQL}{6}{subsection.4.1}% +\defcounter {refsection}{0}\relax +\contentsline {subsection}{\numberline {4.2}RDF4J}{6}{subsection.4.2}% +\defcounter {refsection}{0}\relax +\contentsline {section}{\numberline {5}Applications}{7}{section.5}% +\defcounter {refsection}{0}\relax +\contentsline {subsection}{\numberline {5.1}Querying for Tetrapodal Search}{7}{subsection.5.1}% +\defcounter {refsection}{0}\relax +\contentsline {section}{\numberline {6}Conclusion and Future Work}{11}{section.6}% -- GitLab