Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
liuthesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ola Leifler
liuthesis
Commits
8e16018b
Commit
8e16018b
authored
8 years ago
by
Ola Leifler
Browse files
Options
Downloads
Patches
Plain Diff
Made sure Swedish theses are typeset correctly by adding a new package option
parent
601aed07
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+3
-0
3 additions, 0 deletions
README
demothesis.pdf
+0
-0
0 additions, 0 deletions
demothesis.pdf
demothesis.tex
+6
-5
6 additions, 5 deletions
demothesis.tex
liuthesis.cls
+11
-3
11 additions, 3 deletions
liuthesis.cls
with
20 additions
and
8 deletions
README
+
3
−
0
View file @
8e16018b
...
...
@@ -21,6 +21,9 @@ exhibitpage - Produce an exhibit page (spikblad) and no thesis. Use
printerfriendly - ensure chapters begin on recto pages
swedish - use Swedish as the main language, English as the secondary language
english - use English as the main language
plus all the options recognized by the memoir package, which liuthesis extends.
...
...
This diff is collapsed.
Click to expand it.
demothesis.pdf
+
0
−
0
View file @
8e16018b
No preview for this file type
This diff is collapsed.
Click to expand it.
demothesis.tex
+
6
−
5
View file @
8e16018b
...
...
@@ -7,9 +7,9 @@
%% Created: Thu Oct 14 12:52:20 2010 (CEST)
%% Version: $Id$
%% Version:
%% Last-Updated: Wed
May 25 16:55
:0
8
2016 (+0200)
%% Last-Updated: Wed
Jun 1 17:20
:0
5
2016 (+0200)
%% By: Ola Leifler
%% Update #: 1
0
8
%% Update #: 1
1
8
%% URL:
%% Keywords:
%% Compatibility:
...
...
@@ -29,7 +29,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%% Code:
\documentclass
[bachelor,lith,showtrims,
printerfriendly
]
{
liuthesis
}
\documentclass
[bachelor,lith,showtrims,
english
]
{
liuthesis
}
%% Settings go in settings.tex
\include
{
settings
}
\usepackage
{
rotating
}
...
...
@@ -43,14 +43,15 @@
\examiner
{
Min examinator
}
\titleenglish
{
A very very long title
}
\thesissubject
{
Datateknik
}
\thesislanguage
{
engl
ish
}
%
\thesislanguage{
swed
ish}
\publicationyear
{
15
}
\currentyearthesisnumber
{
001
}
\dateofpublication
{
2015-05-08
}
%\author{\texttt{\textbackslash author}}
\author
{
Ola Leifler
}
\author
{
\parbox
{
\textwidth
}{
Ola Leifler
\\
Alexander Sanner
}}
\begin{document}
...
...
This diff is collapsed.
Click to expand it.
liuthesis.cls
+
11
−
3
View file @
8e16018b
...
...
@@ -6,9 +6,9 @@
%% Maintainer:
%% Created: Fri Mar 20 08:25:23 2009 (CET)
%% Version:
%% Last-Updated: Wed
May 25 16:49:52
2016 (+0200)
%% Last-Updated: Wed
Jun 1 17:19:35
2016 (+0200)
%% By: Ola Leifler
%% Update #: 112
4
%% Update #: 112
7
%% URL:
%% Keywords:
%% Compatibility:
...
...
@@ -192,6 +192,14 @@
\printerfriendlytrue
}
\DeclareOption
{
swedish
}{
%
\thesislanguage
{
swedish
}
}
\DeclareOption
{
english
}{
%
\thesislanguage
{
english
}
}
\newif\ifexhibitpage
\exhibitpagefalse
...
...
@@ -294,7 +302,7 @@
\RequirePackage
{
csquotes
}
\ifxetex
\swedishenglish
{
\RequirePackage
[swedish,english]
{
polyglossia
}
\RequirePackage
{
polyglossia
}
\setmainlanguage
{
swedish
}
\setotherlanguages
{
english
}
}{
...
...
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