Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bachelor Arbeit - Die technischen Hürden beim Übergang von Windows zu GNULinux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fu6454io
Bachelor Arbeit - Die technischen Hürden beim Übergang von Windows zu GNULinux
Commits
963c46dc
Commit
963c46dc
authored
6 years ago
by
Franz Zieris
Browse files
Options
Downloads
Patches
Plain Diff
fix: use arabic page numbers from first page
parent
484b34f9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
agse-thesis.cls
+16
-33
16 additions, 33 deletions
agse-thesis.cls
thesis.tex
+3
-1
3 additions, 1 deletion
thesis.tex
with
19 additions
and
34 deletions
agse-thesis.cls
+
16
−
33
View file @
963c46dc
\NeedsTeXFormat
{
LaTeX2e
}
\ProvidesClass
{
agse-thesis
}
[201
7/05/23
v0.1 AGSE Thesis]
\ProvidesClass
{
agse-thesis
}
[201
8/10/17
v0.1
.1
AGSE Thesis]
%%% Read options
% Language: Default is German
...
...
@@ -166,32 +166,6 @@
{
\endquotation
}
%
}{}
% (Re)define frontmatter and mainmatter
\ifthenelse
{
\equal
{
\baseClass
}{
book
}}{
\let\frontmatterOrig\frontmatter
\renewcommand
{
\frontmatter
}{
\frontmatterOrig
\pagestyle
{
plain
}
}
\let\mainmatterOrig\mainmatter
\renewcommand
{
\mainmatter
}{
\mainmatterOrig
\pagestyle
{
fancy
}
\setcounter
{
page
}{
1
}
}
}{
\newcommand
{
\frontmatter
}{
\pagestyle
{
plain
}
\pagenumbering
{
roman
}
\setcounter
{
page
}{
1
}
}
\newcommand
{
\mainmatter
}{
\pagestyle
{
fancy
}
\pagenumbering
{
arabic
}
\setcounter
{
page
}{
1
}
}
}
\RequirePackage
{
xstring
}
\RequirePackage
{
etoolbox
}
\newcommand
{
\coverpage
}
[2][]
{
...
...
@@ -246,10 +220,19 @@
Berlin,
\thesisDate
\end{center}
\ifcsdef
{
separateAbstract
}{
\cleardoublepage\frontmatter
}{
\vfill
}
\begin{abstract}
#2
\end{abstract}
\cleardoublepage
\ifcsdef
{
separateAbstract
}{}{
\frontmatter
}
\ifcsdef
{
separateAbstract
}{
% abstract on separate page
\cleardoublepage
\pagestyle
{
plain
}
\begin{abstract}
#2
\end{abstract}
\cleardoublepage
}{
% abstract on title page
\vfill
\begin{abstract}
#2
\end{abstract}
\cleardoublepage
\pagestyle
{
plain
}
}
}
This diff is collapsed.
Click to expand it.
thesis.tex
+
3
−
1
View file @
963c46dc
...
...
@@ -57,7 +57,9 @@
\cleardoublepage
\mainmatter
\pagestyle
{
fancy
}
% Actual content starts here
\input
{
1
_
introduction
}
\input
{
2
_
fundamentals
}
...
...
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