Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maks Turtiainen
thesis
Commits
77d5e282
Commit
77d5e282
authored
6 years ago
by
Jari-Matti Mäkelä
Browse files
Options
Downloads
Patches
Plain Diff
Add test case for includereferences=true
parent
0858c9ed
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
tests/test-app5.tex
+41
-0
41 additions, 0 deletions
tests/test-app5.tex
with
45 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
77d5e282
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
tests/test-app5.tex
0 → 100644
+
41
−
0
View file @
77d5e282
% 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}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment