Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BSc MSc LaTeX template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
unitartucs-thesis-templates
BSc MSc LaTeX template
Commits
efd9dea2
Commit
efd9dea2
authored
2 months ago
by
jee7
Browse files
Options
Downloads
Patches
Plain Diff
Language picking from the root file.
parent
625e8f68
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
thesis.tex
+22
-5
22 additions, 5 deletions
thesis.tex
with
22 additions
and
5 deletions
thesis.tex
+
22
−
5
View file @
efd9dea2
% !TEX root = thesis.tex
% Valime eesti keele. Infolehel, võõrsõnades ja tsitaatides on ka inglise keel.
%\documentclass[english,estonian]{unitartucs/thesis}
\documentclass
[estonian,english]
{
unitartucs/thesis
}
%\input{estonian/lõputöö.tex}
\input
{
english/thesis.tex
}
% Teretulemast Tartu Ülikooli arvutiteaduse instituudi bakalaureuse- ja magistriõppe lõputööde malli.
% Welcome to the University of Tartu's Institute of Computer Science's Bachelor's and Master's Thesis template.
% Vali siin, kas su lõputöö on eesti või inglise keeles
% Choose here if your thesis is in Estonian or English
\newcommand
{
\templateLanguage
}{
Estonian
}
% Eesti keeles
%\newcommand{\templateLanguage}{English} % In English
% We load the correct things based on your choice
\RequirePackage
{
ifthen
}
\ifthenelse
{
\equal
{
\templateLanguage
}{
Estonian
}}
{
% True case
\documentclass
[english,estonian]
{
unitartucs/thesis
}
\input
{
estonian/lõputöö.tex
}
}
{
% false case
\documentclass
[estonian,english]
{
unitartucs/thesis
}
\input
{
english/thesis.tex
}
}
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