Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vorlage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
vorlage
Commits
94a7fe58
Commit
94a7fe58
authored
1 year ago
by
Jannik Dunkelau
Browse files
Options
Downloads
Patches
Plain Diff
Fix pagestyle for lstlistoflistings
parent
a731f3ed
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hhuthesis.cls
+6
-6
6 additions, 6 deletions
hhuthesis.cls
thesis.tex
+6
-6
6 additions, 6 deletions
thesis.tex
with
12 additions
and
12 deletions
hhuthesis.cls
+
6
−
6
View file @
94a7fe58
\NeedsTeXFormat
{
LaTeX2e
}
\NeedsTeXFormat
{
LaTeX2e
}
\ProvidesClass
{
hhuthesis
}
[2023/10/23 HHU Thesis LaTeX document class v1.2
4
]
\ProvidesClass
{
hhuthesis
}
[2023/10/23 HHU Thesis LaTeX document class v1.2
5
]
\DeclareOption*
{
\PassOptionsToClass
{
\CurrentOption
}{
article
}}
% Options fallback.
\DeclareOption*
{
\PassOptionsToClass
{
\CurrentOption
}{
article
}}
% Options fallback.
\ProcessOptions\relax
\ProcessOptions\relax
...
@@ -261,12 +261,12 @@
...
@@ -261,12 +261,12 @@
%% Format listofs.
%% Format listofs.
\AtBeginDocument
{
%
\AtBeginDocument
{
%
\
pre
to\listoftables
{
\thispagestyle
{
headings
}}
%
\
app
to\listoftables
{
\thispagestyle
{
headings
}}
%
\
pre
to\listoffigures
{
\thispagestyle
{
headings
}}
%
\
app
to\listoffigures
{
\thispagestyle
{
headings
}}
%
\@
ifpackageloaded
{
lst
listing
}{
%
\@
ifpackageloaded
{
listing
s
}{
%
\
pre
to\lstlistoflistings
{
\thispagestyle
{
headings
}}
%
\
app
to\lstlistoflistings
{
\thispagestyle
{
headings
}}
%
}{}
%
}{}
%
\
pre
to\listofalgorithms
{
\thispagestyle
{
headings
}}
%
\
app
to\listofalgorithms
{
\thispagestyle
{
headings
}}
%
}
}
...
...
This diff is collapsed.
Click to expand it.
thesis.tex
+
6
−
6
View file @
94a7fe58
...
@@ -129,6 +129,12 @@
...
@@ -129,6 +129,12 @@
\tableofcontents
\tableofcontents
%% Listings of figures, tables, etc. Delete what is not needed.
\clearpage
\listoftables\thispagestyle
{
headings
}
\listoffigures
\listofalgorithms
% Algorithms
\lstlistoflistings
% Code Listings
\mainmatter
\mainmatter
...
@@ -155,12 +161,6 @@
...
@@ -155,12 +161,6 @@
\backmatter
\backmatter
%% Listings of figures, tables, etc. Delete what is not needed.
\listoffigures
\listoftables
\listofalgorithms
% Algorithms
\lstlistoflistings
% Code Listings
\clearpage
\clearpage
\bibliography
{
references
}
\bibliography
{
references
}
%% Depending on Language, use german alphadin or original alpha
%% Depending on Language, use german alphadin or original alpha
...
...
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