Skip to content
Snippets Groups Projects
Commit 77d5e282 authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

Add test case for includereferences=true

parent 0858c9ed
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ xelatex_builder:
- tests/xelatex/test-app2.pdf
- tests/xelatex/test-app3.pdf
- tests/xelatex/test-app4.pdf
- tests/xelatex/test-app5.pdf
- tests/xelatex/test-bilingual.pdf
- tests/xelatex/test-english.pdf
- tests/xelatex/test-finnish.pdf
......@@ -55,6 +56,7 @@ pdflatex_builder:
- tests/pdflatex/test-app2.pdf
- tests/pdflatex/test-app3.pdf
- tests/pdflatex/test-app4.pdf
- tests/pdflatex/test-app5.pdf
- tests/pdflatex/test-bilingual.pdf
- tests/pdflatex/test-english.pdf
- tests/pdflatex/test-finnish.pdf
......@@ -70,6 +72,7 @@ xelatex_content_validator:
- "grep '2 s., 3 liites.' test-app2.txt"
- "grep '2 s., 1 liites.' test-app3.txt"
- "grep 'TkK -tutkielma, 2 s.$' test-app4.txt"
- "grep 'TkK -tutkielma, 3 s.$' test-app5.txt"
- "grep 'TURUN YLIOPISTO' test-finnish.txt"
- "grep 'TURUN YLIOPISTO' test-bilingual.txt"
- "grep 'UNIVERSITY OF TURKU' test-bilingual.txt"
......@@ -87,6 +90,7 @@ pdflatex_content_validator:
- "grep '2 s., 3 liites.' test-app2.txt"
- "grep '2 s., 1 liites.' test-app3.txt"
- "grep 'TkK -tutkielma, 2 s.$' test-app4.txt"
- "grep 'TkK -tutkielma, 3 s.$' test-app5.txt"
- "grep 'TURUN YLIOPISTO' test-finnish.txt"
- "grep 'TURUN YLIOPISTO' test-bilingual.txt"
- "grep 'UNIVERSITY OF TURKU' test-bilingual.txt"
......
% test document for gitlab ci tests
\documentclass[a4paper,12pt,language=finnish,includereferences=true]{utuftthesis}
% how many levels of section numbering
\setcounter{secnumdepth}{2}
% how many levels of section numbering in the TOC
\setcounter{tocdepth}{2}
\usepackage{blindtext}
% suppress complaints about missing finnish blabla
\pretocmd{\blindtext}{\selectlanguage{english}}{}{}
\pretocmd{\Blindtext}{\selectlanguage{english}}{}{}
\addbibresource{Bibliografia.bib}
\pubyear{2018}
\pubmonth{6}
\publab{Labran nimi}
\pubtype{tkk}
\title{Tutkielma}
\author{Oma nimi}
\keywords{tähän, lista, avainsanoista}
\begin{document}
\maketitle
\begin{abstract}\blindtext\end{abstract}
\tableofcontents
\chapter{Johdanto}
\blindtext
Viitataan tähän \cite{crawley2007write}.
\chapter{Lopuksi}
\blindtext
\printbibliography
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment