Compare commits
47 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
859c4975f5 | ||
![]() |
59b0a000f5 | ||
![]() |
f2bb521fe5 | ||
![]() |
9ce2f19759 | ||
![]() |
d898ba2d3d | ||
![]() |
ead63c4aa4 | ||
![]() |
b77fe078ca | ||
![]() |
a6d5ed7408 | ||
![]() |
e318c6dc1b | ||
![]() |
0e5688da72 | ||
![]() |
5a2a18b224 | ||
![]() |
3e304dfa47 | ||
![]() |
1aa26e2298 | ||
![]() |
55ab75fe8a | ||
![]() |
3a6a191928 | ||
![]() |
5b41488cfe | ||
![]() |
7462c326ae | ||
![]() |
ed84bba39b | ||
![]() |
7283093479 | ||
![]() |
971062a42f | ||
![]() |
fe975b9a81 | ||
![]() |
334c8d99c1 | ||
![]() |
e01b0a8730 | ||
![]() |
1a9b0861e3 | ||
![]() |
ba61e49b15 | ||
![]() |
937e537776 | ||
![]() |
a71e17eb4f | ||
![]() |
e348b4836e | ||
![]() |
e5403bc150 | ||
![]() |
8dbd918d2c | ||
![]() |
e2dad0ade3 | ||
![]() |
6f6376550c | ||
![]() |
65cbcb6f68 | ||
![]() |
a2b2800fdf | ||
![]() |
2737c17715 | ||
![]() |
54f8711c92 | ||
![]() |
d819e73c9e | ||
![]() |
3f1a22681b | ||
![]() |
393d93fbb4 | ||
![]() |
4a9b8da858 | ||
![]() |
fae3a28f40 | ||
![]() |
b75ea3e5f0 | ||
![]() |
7c18ab1ca9 | ||
![]() |
93ca1b00c3 | ||
![]() |
8ee8670cdc | ||
![]() |
c245c1d72f | ||
![]() |
867c932195 |
26
.gitignore
vendored
26
.gitignore
vendored
@@ -1,11 +1,15 @@
|
|||||||
Clean-Thesis-blx.bib
|
*blx.bib
|
||||||
Clean-Thesis.aux
|
*.aux
|
||||||
Clean-Thesis.bbl
|
*.bbl
|
||||||
Clean-Thesis.blg
|
*.blg
|
||||||
Clean-Thesis.lof
|
*.lof
|
||||||
Clean-Thesis.log
|
*.log
|
||||||
Clean-Thesis.lot
|
*.lot
|
||||||
Clean-Thesis.out
|
*.out
|
||||||
Clean-Thesis.run.xml
|
*.run.xml
|
||||||
Clean-Thesis.synctex.gz
|
*.synctex.gz
|
||||||
Clean-Thesis.toc
|
*.toc
|
||||||
|
*.bcf
|
||||||
|
*.fdb_latexmk
|
||||||
|
README.html
|
||||||
|
CHANGELOG.html
|
||||||
|
45
CHANGELOG.md
Normal file
45
CHANGELOG.md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
# Clean Thesis changelog
|
||||||
|
|
||||||
|
The latest version of this file can be found at the master branch of the
|
||||||
|
*Clean Thesis* [repository](https://github.com/derric/cleanthesis).
|
||||||
|
|
||||||
|
## Latest Dev
|
||||||
|
- ...
|
||||||
|
|
||||||
|
## v0.3
|
||||||
|
- Created this changelog text file
|
||||||
|
- Switched to markdown files (README, CHANGELOG)
|
||||||
|
- Added a sub-section in the example thesis
|
||||||
|
- Fixed README. Corrected copyright statement (year), wording and link to classicthesis (moschlar)
|
||||||
|
- Fixed broken package option/parameter colorize (hrzbrg)
|
||||||
|
- Fixed changing font size of the document to small caused by a bug in the titlepage (matthieu-lapeyre)
|
||||||
|
- Fixed documentation. Added missing descriptions for package options: hangfigurecaption, hangsection, hangsubsection, colorize, and colortheme
|
||||||
|
- Fixed line height for the title on the very first title page (Riin)
|
||||||
|
- Fixed colored title on title page, even if color mode is bw
|
||||||
|
- New package option bibfile: allows you to link/use arbitrary bibtex files
|
||||||
|
- New package option bibstyle: allows you to set a citation and bibliography style
|
||||||
|
|
||||||
|
## v0.2.3
|
||||||
|
- Fixed line breaks for long chapter headlines (caused text overlapping)
|
||||||
|
- Fixed wrong file names to the main latex file for the example document
|
||||||
|
|
||||||
|
## v0.2.2
|
||||||
|
- Fix: added address for postcards
|
||||||
|
- Doc: improved acknowledgments, added André Miede
|
||||||
|
|
||||||
|
## v0.2.1
|
||||||
|
- Fix: make horizontal line longer (just a bit)
|
||||||
|
- Fix: update my address (new)
|
||||||
|
- Change: add my name to the colophon
|
||||||
|
- Change: copyright years
|
||||||
|
- Feature: new package option for citation management tool (bib engine), biber or bibtex
|
||||||
|
- Doc: add first people to acknowledgments
|
||||||
|
|
||||||
|
## v0.2
|
||||||
|
- Fix: label widths in the lof and lot (list of figures, list of tables)
|
||||||
|
- Feature: more flexible/new package options
|
||||||
|
- Feature: improved color management, introduction of color themes (currently two)
|
||||||
|
- Doc: Initial documentation (package options)
|
||||||
|
|
||||||
|
## v0.1
|
||||||
|
- Initial public beta version
|
52
README
52
README
@@ -1,52 +0,0 @@
|
|||||||
Clean Thesis
|
|
||||||
-- A LaTeX Style for Thesis Documents --
|
|
||||||
|
|
||||||
Copyright (C) 2011-2012 Ricardo Langner
|
|
||||||
|
|
||||||
|
|
||||||
Readme:
|
|
||||||
----------------------------------------
|
|
||||||
*** Clean, Simple, Elegant ***
|
|
||||||
"Clean Thesis" is a LaTeX style for thesis documents, developed
|
|
||||||
for my diplom thesis (Diplomarbeit). The style can be understood
|
|
||||||
as my personal compromise — a typical clean looking scientific
|
|
||||||
document combined and polished with minor beautifications.
|
|
||||||
|
|
||||||
The design of this "Clean Thesis" style is inspired
|
|
||||||
by user guide documents from Apple Inc.
|
|
||||||
|
|
||||||
Note: If you are looking for an exact and correct style regarding
|
|
||||||
typographic rules, please have a look at the "Classic Thesis Style"
|
|
||||||
(see http://www.miede.de/index.php?page=classicthesis).
|
|
||||||
|
|
||||||
*** Donation = Postcard ***
|
|
||||||
Based on the idea of Andr\'e Miede: If you like the "Clean Thesis"
|
|
||||||
style I would be very pleased about a donation in the form of a
|
|
||||||
POSTCARD. You can find my address at http://cleanthesis.der-ric.de/
|
|
||||||
as well as in the file Clean-Thesis.pdf. I am going to collect all
|
|
||||||
postcards and exhibit them at the website I mentioned.
|
|
||||||
|
|
||||||
*** Idea and Inspiration ***
|
|
||||||
The idea of providing my customized style for thesis documents
|
|
||||||
passed through my mind while writing my own thesis. Motivated and
|
|
||||||
inspired by the superb "Classic Thesis Style"
|
|
||||||
(see http://www.miede.de/index.php?page=classicthesis) by Andr\'e Miede
|
|
||||||
(thanks to Andr\'e for doing a great job) I decided to collect all
|
|
||||||
design and style related functionality in a separate LaTeX style and
|
|
||||||
provide this style to other thesis writers.
|
|
||||||
|
|
||||||
|
|
||||||
License Information:
|
|
||||||
----------------------------------------
|
|
||||||
"Clean Thesis" is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
"Clean Thesis" is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Clean Thesis
|
||||||
|
*-- A LaTeX Style for Thesis Documents --*
|
||||||
|
|
||||||
|
*Copyright (C) 2011-2015 Ricardo Langner*
|
||||||
|
|
||||||
|
## Readme:
|
||||||
|
|
||||||
|
**Clean, Simple, Elegant**
|
||||||
|
*Clean Thesis* is a LaTeX style for thesis documents, developed for my diploma thesis (Diplomarbeit). The style can be understood as my personal compromise — a typical clean looking scientific document combined and polished with minor beautifications.
|
||||||
|
|
||||||
|
The design of this *Clean Thesis* style is inspired by user guide documents from Apple Inc.
|
||||||
|
|
||||||
|
Note: If you are looking for an exact and correct style regarding typographic rules, please have a look at the "[Classic Thesis Style](see http://www.miede.de/#classicthesis)".
|
||||||
|
|
||||||
|
**Donation = Postcard**
|
||||||
|
Based on the idea of André Miede: If you like the *Clean Thesis* style I would be very pleased about a donation in the form of a POSTCARD. You can find my address at the *Clean Thesis* [website](http://cleanthesis.der-ric.de/) as well as in the [documentation](Clean-Thesis.pdf). I am going to collect all postcards and exhibit them at the website I mentioned.
|
||||||
|
|
||||||
|
**Idea and Inspiration**
|
||||||
|
The idea of providing my customized style for thesis documents passed through my mind while writing my own thesis. Motivated and inspired by the superb "[Classic Thesis Style](see http://www.miede.de/#classicthesis)" by André Miede (thanks to André for doing a great job) I decided to collect all design and style related functionality in a separate LaTeX style and provide this style to other thesis writers.
|
||||||
|
|
||||||
|
|
||||||
|
## License Information:
|
||||||
|
|
||||||
|
*Clean Thesis* is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
*Clean Thesis* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
41
bib-refs.bib
41
bib-refs.bib
@@ -1,18 +1,5 @@
|
|||||||
%% This BibTeX bibliography file was created using BibDesk.
|
|
||||||
%% http://bibdesk.sourceforge.net/
|
|
||||||
|
|
||||||
|
|
||||||
%% Created for Ricardo Langner at 2011-05-27 13:40:00 +0200
|
|
||||||
|
|
||||||
|
|
||||||
%% Saved with string encoding Unicode (UTF-8)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@online{WEB:GNU:GPL:2010,
|
@online{WEB:GNU:GPL:2010,
|
||||||
Author = {{Free Software Foundation, Inc.}},
|
Author = {{Free Software Foundation, Inc.}},
|
||||||
Date-Added = {2011-05-27 13:38:31 +0200},
|
|
||||||
Date-Modified = {2011-05-27 13:39:24 +0200},
|
|
||||||
Title = {GNU General Public License},
|
Title = {GNU General Public License},
|
||||||
Url = {http://www.gnu.org/licenses/gpl.html},
|
Url = {http://www.gnu.org/licenses/gpl.html},
|
||||||
Urldate = {2011-05-27},
|
Urldate = {2011-05-27},
|
||||||
@@ -20,8 +7,6 @@
|
|||||||
|
|
||||||
@online{WEB:Miede:2011,
|
@online{WEB:Miede:2011,
|
||||||
Author = {Andr{\'e} Miede},
|
Author = {Andr{\'e} Miede},
|
||||||
Date-Added = {2011-05-27 13:35:41 +0200},
|
|
||||||
Date-Modified = {2011-05-27 13:37:15 +0200},
|
|
||||||
Title = {A Classic Thesis Style by Andr{\'e} Miede},
|
Title = {A Classic Thesis Style by Andr{\'e} Miede},
|
||||||
Url = {http://www.miede.de/index.php?page=classicthesis},
|
Url = {http://www.miede.de/index.php?page=classicthesis},
|
||||||
Urldate = {2011-05-27},
|
Urldate = {2011-05-27},
|
||||||
@@ -29,60 +14,40 @@
|
|||||||
|
|
||||||
@book{Jurgens:2000,
|
@book{Jurgens:2000,
|
||||||
Author = {Manuela J{\"u}rgens},
|
Author = {Manuela J{\"u}rgens},
|
||||||
Date-Added = {2011-05-27 13:34:22 +0200},
|
|
||||||
Date-Modified = {2011-05-27 13:34:59 +0200},
|
|
||||||
Publisher = {FernUniversit{\"a}t Gesamthochschule in Hagen},
|
Publisher = {FernUniversit{\"a}t Gesamthochschule in Hagen},
|
||||||
Title = {LaTeX: eine Einf{\"u}hrung und ein bisschen mehr},
|
Title = {LaTeX: eine Einf{\"u}hrung und ein bisschen mehr},
|
||||||
Year = {2000}}
|
Year = {2000}}
|
||||||
|
|
||||||
@book{Jurgens:1995,
|
@book{Jurgens:1995,
|
||||||
Author = {Manuela J{\"u}rgens},
|
Author = {Manuela J{\"u}rgens},
|
||||||
Date-Added = {2011-05-27 13:32:40 +0200},
|
|
||||||
Date-Modified = {2011-05-27 13:34:17 +0200},
|
|
||||||
Publisher = {FernUniversit{\"a}t Gesamthochschule in Hagen},
|
Publisher = {FernUniversit{\"a}t Gesamthochschule in Hagen},
|
||||||
Title = {LaTeX: Fortgeschrittene Anwendungen},
|
Title = {LaTeX: Fortgeschrittene Anwendungen},
|
||||||
Year = {1995}}
|
Year = {1995}}
|
||||||
|
|
||||||
@manual{Miede:2011,
|
@manual{Miede:2011,
|
||||||
Author = {Andr{\'e} Miede},
|
Author = {Andr{\'e} Miede},
|
||||||
Date-Added = {2011-05-27 13:29:22 +0200},
|
|
||||||
Date-Modified = {2011-05-27 13:30:39 +0200},
|
|
||||||
Title = {A Classic Thesis Style: An Homage to The Elements of Typographic Style},
|
Title = {A Classic Thesis Style: An Homage to The Elements of Typographic Style},
|
||||||
Year = {2011}}
|
Year = {2011}}
|
||||||
|
|
||||||
@book{Kohm:2011,
|
@book{Kohm:2011,
|
||||||
Author = {Markus Kohm and Jens-Uwe-Morawski},
|
Author = {Markus Kohm and Jens-Uwe-Morawski},
|
||||||
Date-Added = {2011-05-27 13:27:35 +0200},
|
|
||||||
Date-Modified = {2011-05-27 13:28:22 +0200},
|
|
||||||
Title = {KOMA-Script: Die Anleitung},
|
Title = {KOMA-Script: Die Anleitung},
|
||||||
Year = {2011}}
|
Year = {2011}}
|
||||||
|
|
||||||
@book{Apple:keynote:2010,
|
@book{Apple:keynote:2010,
|
||||||
Author = {{Apple Inc.}},
|
Author = {{Apple Inc.}},
|
||||||
Date-Added = {2011-03-21 17:19:42 +0100},
|
|
||||||
Date-Modified = {2011-03-21 17:19:42 +0100},
|
|
||||||
Publisher = {{Apple Inc.}},
|
Publisher = {{Apple Inc.}},
|
||||||
Title = {Keynote '09 User Guide},
|
Title = {Keynote '09 User Guide},
|
||||||
Year = {2010},
|
Year = {2010}}
|
||||||
Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfIAAAAAAfIAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfS2V5biM0M0VCNTcucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ+tXyUqouAAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqaqAAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX0tleW4jNDNFQjU3LnBkZgAOAFYAKgBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAEsAZQB5AG4AbwB0AGUAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEpVc2Vycy9kZXJyaWMvQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9LZXlub3RlICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBDLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9LZXlub3RlICcwOSBVc2VyIEd1aWRlLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKWApgCnQKmArECtQLDAsoC0wMZAx4DIQMuAzMAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADRQ==},
|
|
||||||
Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfYAAAAAAfYAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfS2V5biM0NkUzNkUucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuNuyUqiogAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUkgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX0tleW4jNDZFMzZFLnBkZgAOAFgAKwBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAEsAZQB5AG4AbwB0AGUAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUAMAAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIAS1VzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX0tleW5vdGUgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QRC4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfS2V5bm90ZSAnMDkgVXNlciBHdWlkZTAucGRm0hwdJCWiJSFcTlNEaWN0aW9uYXJ5EgABhqBfEA9OU0tleWVkQXJjaGl2ZXIACAARABYAHwAoADIANQA6ADwARQBLAFIAXQBlAGwAbwBxAHMAdgB4AHoAfACGAJMAmACgApoCnAKhAqoCtQK5AscCzgLXAx4DIwMmAzMDOAAAAAAAAAIBAAAAAAAAACgAAAAAAAAAAAAAAAAAAANK}}
|
|
||||||
|
|
||||||
@book{Apple:numbers:2010,
|
@book{Apple:numbers:2010,
|
||||||
Author = {{Apple Inc.}},
|
Author = {{Apple Inc.}},
|
||||||
Date-Added = {2011-03-21 17:19:42 +0100},
|
|
||||||
Date-Modified = {2011-03-21 17:19:42 +0100},
|
|
||||||
Publisher = {{Apple Inc.}},
|
Publisher = {{Apple Inc.}},
|
||||||
Title = {Numbers '09 User Guide},
|
Title = {Numbers '09 User Guide},
|
||||||
Year = {2010},
|
Year = {2010}}
|
||||||
Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfIAAAAAAfIAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfTnVtYiM0M0VCNjEucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ+thyUqocgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqaYgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX051bWIjNDNFQjYxLnBkZgAOAFYAKgBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAE4AdQBtAGIAZQByAHMAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEpVc2Vycy9kZXJyaWMvQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9OdW1iZXJzICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBDLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9OdW1iZXJzICcwOSBVc2VyIEd1aWRlLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKWApgCnQKmArECtQLDAsoC0wMZAx4DIQMuAzMAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADRQ==},
|
|
||||||
Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfYAAAAAAfYAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfTnVtYiM0NkUzN0QucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuN9yUqikwAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUgwAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX051bWIjNDZFMzdELnBkZgAOAFgAKwBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAE4AdQBtAGIAZQByAHMAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUAMAAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIAS1VzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX051bWJlcnMgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QRC4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfTnVtYmVycyAnMDkgVXNlciBHdWlkZTAucGRm0hwdJCWiJSFcTlNEaWN0aW9uYXJ5EgABhqBfEA9OU0tleWVkQXJjaGl2ZXIACAARABYAHwAoADIANQA6ADwARQBLAFIAXQBlAGwAbwBxAHMAdgB4AHoAfACGAJMAmACgApoCnAKhAqoCtQK5AscCzgLXAx4DIwMmAzMDOAAAAAAAAAIBAAAAAAAAACgAAAAAAAAAAAAAAAAAAANK}}
|
|
||||||
|
|
||||||
@book{Apple:pages:2010,
|
@book{Apple:pages:2010,
|
||||||
Author = {{Apple Inc.}},
|
Author = {{Apple Inc.}},
|
||||||
Date-Added = {2011-03-10 10:56:56 +0100},
|
|
||||||
Date-Modified = {2011-03-10 10:56:56 +0100},
|
|
||||||
Publisher = {{Apple Inc.}},
|
Publisher = {{Apple Inc.}},
|
||||||
Title = {Pages '09 User Guide},
|
Title = {Pages '09 User Guide},
|
||||||
Year = {2010},
|
Year = {2010}}
|
||||||
Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAewAAAAAAewAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfUGFnZSM0M0RGNzkucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ995yUqizgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUvgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX1BhZ2UjNDNERjc5LnBkZgAOAFIAKABBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAFAAYQBnAGUAcwAgACcAMAA5ACAAVQBzAGUAcgAgAEcAdQBpAGQAZQAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIASFVzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX1BhZ2VzICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBBLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9QYWdlcyAnMDkgVXNlciBHdWlkZS5wZGbSHB0kJaIlIVxOU0RpY3Rpb25hcnkSAAGGoF8QD05TS2V5ZWRBcmNoaXZlcgAIABEAFgAfACgAMgA1ADoAPABFAEsAUgBdAGUAbABvAHEAcwB2AHgAegB8AIYAkwCYAKACkAKSApcCoAKrAq8CvQLEAs0DEQMWAxkDJgMrAAAAAAAAAgEAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAz0=},
|
|
||||||
Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfAAAAAAAfAAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfUGFnZSM0NkUzOUEucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuOayUqirgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUngAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX1BhZ2UjNDZFMzlBLnBkZgAOAFQAKQBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAFAAYQBnAGUAcwAgACcAMAA5ACAAVQBzAGUAcgAgAEcAdQBpAGQAZQAwAC4AcABkAGYADwAaAAwATQBhAGMAaQBuAHQAbwBzAGgAIABIAEQAEgBJVXNlcnMvZGVycmljL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfUGFnZXMgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QQi4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfUGFnZXMgJzA5IFVzZXIgR3VpZGUwLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKUApYCmwKkAq8CswLBAsgC0QMWAxsDHgMrAzAAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADQg==}}
|
|
||||||
|
BIN
cleanthesis.pdf
BIN
cleanthesis.pdf
Binary file not shown.
108
cleanthesis.sty
108
cleanthesis.sty
@@ -1,64 +1,37 @@
|
|||||||
% **************************************************
|
% **************************************************
|
||||||
% Clean Thesis
|
% Clean Thesis
|
||||||
% -- A LaTeX Style for Thesis Documents --
|
% -- A LaTeX Style for Thesis Documents --
|
||||||
%
|
%
|
||||||
% Copyright (C) 2011-2012 Ricardo Langner
|
% Copyright (C) 2011-2015 Ricardo Langner
|
||||||
% **************************************************
|
% **************************************************
|
||||||
%
|
%
|
||||||
% Readme:
|
% Readme:
|
||||||
% ----------------------------------------
|
% ----------------------------------------
|
||||||
% *** Clean, Simple, Elegant ***
|
% Please check out the README.md file in the root of this package.
|
||||||
% "Clean Thesis" is a LaTeX style for thesis documents, developed
|
%
|
||||||
% for my diplom thesis (Diplomarbeit). The style can be understood
|
%
|
||||||
% as my personal compromise - a typical clean looking scientific
|
|
||||||
% document combined and polished with minor beautifications.
|
|
||||||
%
|
|
||||||
% The design of this "Clean Thesis" style is inspired
|
|
||||||
% by user guide documents from Apple Inc.
|
|
||||||
%
|
|
||||||
% Note: If you are looking for an exact and correct style regarding
|
|
||||||
% typographic rules, please have a look at the "Classic Thesis Style"
|
|
||||||
% (see http://www.miede.de/index.php?page=classicthesis).
|
|
||||||
%
|
|
||||||
% *** Donation = Postcard ***
|
|
||||||
% Based on the idea of Andr\'e Miede: If you like the "Clean Thesis"
|
|
||||||
% style I would be very pleased about a donation in the form of a
|
|
||||||
% POSTCARD. You can find my address at http://cleanthesis.der-ric.de/
|
|
||||||
% as well as in the file Clean-Thesis.pdf. I am going to collect all
|
|
||||||
% postcards and exhibit them at the website I mentioned.
|
|
||||||
%
|
|
||||||
% *** Idea and Inspiration ***
|
|
||||||
% The idea of providing my customized style for thesis documents
|
|
||||||
% passed through my mind while writing my own thesis. Motivated and
|
|
||||||
% inspired by the superb "Classic Thesis Style"
|
|
||||||
% (see http://www.miede.de/index.php?page=classicthesis) by Andr\'e Miede
|
|
||||||
% (thanks to Andr\'e for doing a great job) I decided to collect all
|
|
||||||
% design and style related functionality in a separate LaTeX style and
|
|
||||||
% provide this style to other thesis writers.
|
|
||||||
%
|
|
||||||
%
|
|
||||||
% License Information:
|
% License Information:
|
||||||
% ----------------------------------------
|
% ----------------------------------------
|
||||||
% "Clean Thesis" is free software: you can redistribute it and/or modify
|
% "Clean Thesis" is free software: you can redistribute it and/or modify
|
||||||
% it under the terms of the GNU General Public License as published by
|
% it under the terms of the GNU General Public License as published by
|
||||||
% the Free Software Foundation, either version 3 of the License, or
|
% the Free Software Foundation, either version 3 of the License, or
|
||||||
% (at your option) any later version.
|
% (at your option) any later version.
|
||||||
%
|
%
|
||||||
% "Clean Thesis" is distributed in the hope that it will be useful,
|
% "Clean Thesis" is distributed in the hope that it will be useful,
|
||||||
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
% GNU General Public License for more details.
|
% GNU General Public License for more details.
|
||||||
%
|
%
|
||||||
% You should have received a copy of the GNU General Public License
|
% You should have received a copy of the GNU General Public License
|
||||||
% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
% **************************************************
|
% **************************************************
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{cleanthesis}[2012/02/01 v0.2 Clean-looking thesis style inspired by Apple's user guide documents]
|
\ProvidesPackage{cleanthesis}[2015/06/29 v0.3 Clean-looking thesis style inspired by Apple's user guide documents]
|
||||||
%
|
%
|
||||||
% **************************************************
|
% **************************************************
|
||||||
% Package options
|
% Package options
|
||||||
% **************************************************
|
% **************************************************
|
||||||
%
|
%
|
||||||
% -- process all available package options
|
% -- process all available package options
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
@@ -101,6 +74,22 @@
|
|||||||
\define@choicekey*[ct]{cthesis}{colortheme}[\val\themenr]{bluemagenta,bluegreen}[bluemagenta]{\def\cthesis@colortheme{\themenr}}
|
\define@choicekey*[ct]{cthesis}{colortheme}[\val\themenr]{bluemagenta,bluegreen}[bluemagenta]{\def\cthesis@colortheme{\themenr}}
|
||||||
\setkeys[ct]{cthesis}{colortheme=bluemagenta}
|
\setkeys[ct]{cthesis}{colortheme=bluemagenta}
|
||||||
|
|
||||||
|
% OPTION bibsys
|
||||||
|
% --> values = biber|bibtex
|
||||||
|
\define@choicekey*[ct]{cthesis}{bibsys}[\val\bibsysnr]{biber,bibtex}[bibtex]{\def\cthesis@bibsys{#1}}
|
||||||
|
\setkeys[ct]{cthesis}{bibsys=bibtex}
|
||||||
|
|
||||||
|
% OPTION bibfile
|
||||||
|
% --> values = file name of your bibtex file
|
||||||
|
\define@key[ct]{cthesis}{bibfile}[bib-refs]{\def\cthesis@bibfile{#1}}
|
||||||
|
\setkeys[ct]{cthesis}{bibfile=bib-refs}
|
||||||
|
|
||||||
|
% OPTION bibstyle
|
||||||
|
% --> values = alphabetic|numeric|authoryear
|
||||||
|
\define@choicekey*[ct]{cthesis}{bibstyle}[\val\bibstylenr]{alphabetic,numeric,authoryear}[alphabetic]{\def\cthesis@bibstyle{#1}}
|
||||||
|
\setkeys[ct]{cthesis}{bibstyle=alphabetic}
|
||||||
|
|
||||||
|
|
||||||
\DeclareOptionX*{
|
\DeclareOptionX*{
|
||||||
\PackageWarning{cleanthesis}{Unknown option ‘\CurrentOption’}%
|
\PackageWarning{cleanthesis}{Unknown option ‘\CurrentOption’}%
|
||||||
}
|
}
|
||||||
@@ -111,7 +100,7 @@
|
|||||||
% **************************************************
|
% **************************************************
|
||||||
% Color Definitions
|
% Color Definitions
|
||||||
% **************************************************
|
% **************************************************
|
||||||
%
|
%
|
||||||
% -- defines color themes and color commands
|
% -- defines color themes and color commands
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
@@ -128,6 +117,7 @@
|
|||||||
\colorlet{ctcolorfootermark}{ctcolorblack}
|
\colorlet{ctcolorfootermark}{ctcolorblack}
|
||||||
\colorlet{ctcolorfootertitle}{ctcolormain}
|
\colorlet{ctcolorfootertitle}{ctcolormain}
|
||||||
% -- sectioning colors
|
% -- sectioning colors
|
||||||
|
\colorlet{ctcolortitle}{ctcolormain}
|
||||||
\colorlet{ctcolorpartnum}{ctcolormain}
|
\colorlet{ctcolorpartnum}{ctcolormain}
|
||||||
\colorlet{ctcolorpartline}{ctcolorblack}
|
\colorlet{ctcolorpartline}{ctcolorblack}
|
||||||
\colorlet{ctcolorparttext}{ctcolorblack}
|
\colorlet{ctcolorparttext}{ctcolorblack}
|
||||||
@@ -139,7 +129,7 @@
|
|||||||
% --> text colors
|
% --> text colors
|
||||||
\colorlet{ctcolorfloatlabel}{ctcoloraccessory}
|
\colorlet{ctcolorfloatlabel}{ctcoloraccessory}
|
||||||
\colorlet{ctcolorlistlabel}{ctcolormain}
|
\colorlet{ctcolorlistlabel}{ctcolormain}
|
||||||
|
|
||||||
\ifcase\cthesis@colorize
|
\ifcase\cthesis@colorize
|
||||||
% case = 0 (colorize == full)
|
% case = 0 (colorize == full)
|
||||||
% do nothing
|
% do nothing
|
||||||
@@ -159,6 +149,7 @@
|
|||||||
\colorlet{ctcolorfooterline}{ctcolorgray}
|
\colorlet{ctcolorfooterline}{ctcolorgray}
|
||||||
\colorlet{ctcolorfootertitle}{ctcolorgray}
|
\colorlet{ctcolorfootertitle}{ctcolorgray}
|
||||||
% --> sectioning colors
|
% --> sectioning colors
|
||||||
|
\colorlet{ctcolortitle}{ctcolorblack}
|
||||||
\colorlet{ctcolorpartnum}{ctcolorblack}
|
\colorlet{ctcolorpartnum}{ctcolorblack}
|
||||||
\colorlet{ctcolorchapternum}{ctcolorblack}
|
\colorlet{ctcolorchapternum}{ctcolorblack}
|
||||||
\colorlet{ctcolorchapterline}{ctcolorblack}
|
\colorlet{ctcolorchapterline}{ctcolorblack}
|
||||||
@@ -271,7 +262,7 @@
|
|||||||
left=3.75cm, % - total body: left margin (odd pages)
|
left=3.75cm, % - total body: left margin (odd pages)
|
||||||
right=0.75cm, % - total body: right margin (odd pages)
|
right=0.75cm, % - total body: right margin (odd pages)
|
||||||
bottom=1.5cm, % - total body: bottom margin
|
bottom=1.5cm, % - total body: bottom margin
|
||||||
marginparwidth=1.75cm, % - width for side note
|
marginparwidth=1.75cm, % - width for side note
|
||||||
marginparsep=10pt, % - space between notes and body text (content)
|
marginparsep=10pt, % - space between notes and body text (content)
|
||||||
footskip=2cm, % - footer skip size
|
footskip=2cm, % - footer skip size
|
||||||
]{geometry}
|
]{geometry}
|
||||||
@@ -282,9 +273,9 @@
|
|||||||
]{csquotes}
|
]{csquotes}
|
||||||
%
|
%
|
||||||
\RequirePackage[ % use biblatex for bibliography
|
\RequirePackage[ % use biblatex for bibliography
|
||||||
% backend=biber, % - use biber backend (bibtex replacement)
|
backend=\cthesis@bibsys, % - use biber backend (bibtex replacement) or bibtex
|
||||||
bibencoding=utf8, % - use auto file encode
|
bibencoding=utf8, % - use auto file encode
|
||||||
style=alphabetic, % - use alphabetic (or numeric) bib style
|
style=\cthesis@bibstyle, % - use alphabetic (or numeric) bib style
|
||||||
natbib=true, % - allow natbib commands
|
natbib=true, % - allow natbib commands
|
||||||
hyperref=true, % - activate hyperref support
|
hyperref=true, % - activate hyperref support
|
||||||
backref=true, % - activate backrefs
|
backref=true, % - activate backrefs
|
||||||
@@ -299,7 +290,7 @@
|
|||||||
maxcitenames=2,%
|
maxcitenames=2,%
|
||||||
mincitenames=1%
|
mincitenames=1%
|
||||||
]{biblatex}
|
]{biblatex}
|
||||||
\bibliography{bib-refs}
|
\bibliography{\cthesis@bibfile}
|
||||||
\DefineBibliographyStrings{ngerman}{%
|
\DefineBibliographyStrings{ngerman}{%
|
||||||
andothers = {{et\,al\adddot}}, % 'et al.' instead of 'u.a.'
|
andothers = {{et\,al\adddot}}, % 'et al.' instead of 'u.a.'
|
||||||
backrefpage = {{zitiert auf Seite}},%
|
backrefpage = {{zitiert auf Seite}},%
|
||||||
@@ -313,7 +304,7 @@
|
|||||||
\setlength{\parindent}{0em} % value for paragraph indentation
|
\setlength{\parindent}{0em} % value for paragraph indentation
|
||||||
\clubpenalty = 10000 % prevent single lines at the beginning of a paragraph (Schusterjungen)
|
\clubpenalty = 10000 % prevent single lines at the beginning of a paragraph (Schusterjungen)
|
||||||
\widowpenalty = 10000 % prevent single lines at the end of a paragraph (Hurenkinder)
|
\widowpenalty = 10000 % prevent single lines at the end of a paragraph (Hurenkinder)
|
||||||
\displaywidowpenalty = 10000 %
|
\displaywidowpenalty = 10000 %
|
||||||
|
|
||||||
% **************************************************
|
% **************************************************
|
||||||
% List Definitions
|
% List Definitions
|
||||||
@@ -337,7 +328,7 @@
|
|||||||
\newenvironment{ct_version_list}
|
\newenvironment{ct_version_list}
|
||||||
{\begin{itemize}[topsep=-5pt,partopsep=0pt,parsep=2pt,itemsep=3pt]}
|
{\begin{itemize}[topsep=-5pt,partopsep=0pt,parsep=2pt,itemsep=3pt]}
|
||||||
{\end{itemize}}%
|
{\end{itemize}}%
|
||||||
|
|
||||||
\newenvironment{ct_version_list_sub}
|
\newenvironment{ct_version_list_sub}
|
||||||
{\begin{itemize}[topsep=-0pt,partopsep=0pt,parsep=0pt,itemsep=0pt]}
|
{\begin{itemize}[topsep=-0pt,partopsep=0pt,parsep=0pt,itemsep=0pt]}
|
||||||
{\end{itemize}}%
|
{\end{itemize}}%
|
||||||
@@ -481,7 +472,7 @@
|
|||||||
% **************************************************
|
% **************************************************
|
||||||
% Sectioning Commands
|
% Sectioning Commands
|
||||||
% **************************************************
|
% **************************************************
|
||||||
%
|
%
|
||||||
\newcommand*{\ctSetFont}[3]{%
|
\newcommand*{\ctSetFont}[3]{%
|
||||||
arg1=#1, arg2=#2, arg3=#3%
|
arg1=#1, arg2=#2, arg3=#3%
|
||||||
}
|
}
|
||||||
@@ -516,11 +507,11 @@
|
|||||||
% **************************************************
|
% **************************************************
|
||||||
% Sectioning
|
% Sectioning
|
||||||
% **************************************************
|
% **************************************************
|
||||||
%
|
%
|
||||||
% -- modifications regarding sectioning (structural) commands,
|
% -- modifications regarding sectioning (structural) commands,
|
||||||
% i.e. \part, \chapter, \section, \subsection, \subsubsection, \paragraph
|
% i.e. \part, \chapter, \section, \subsection, \subsubsection, \paragraph
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
% The package titlesec enables us to modify (style) the sectioning commands
|
% The package titlesec enables us to modify (style) the sectioning commands
|
||||||
% -- usage: \titlespacing{\command}{left}{before-sep}{after-sep}[right-sep]
|
% -- usage: \titlespacing{\command}{left}{before-sep}{after-sep}[right-sep]
|
||||||
% -- usage: \titleformat{\command}[shape]{format}{label}{sep}{before}[after]
|
% -- usage: \titleformat{\command}[shape]{format}{label}{sep}{before}[after]
|
||||||
@@ -530,16 +521,16 @@
|
|||||||
\RequirePackage{titlesec}
|
\RequirePackage{titlesec}
|
||||||
%
|
%
|
||||||
% > formats: \part
|
% > formats: \part
|
||||||
\titleclass{\part}{top} % <-- display:
|
\titleclass{\part}{top} % <-- display:
|
||||||
\assignpagestyle{\part}{empty} % <-- no page numbers/decorations
|
\assignpagestyle{\part}{empty} % <-- no page numbers/decorations
|
||||||
\titleformat{\part}%
|
\titleformat{\part}%
|
||||||
[display]%
|
[display]%
|
||||||
{\usekomafont{part}}%
|
{\usekomafont{part}}%
|
||||||
{\raggedleft{%
|
{\raggedleft{%
|
||||||
{\thesispartlabelfont%
|
{\thesispartlabelfont%
|
||||||
\partname\ \thepart\quad}%
|
\partname\ \thepart\ \quad}%
|
||||||
{\color{ctcolorpartline}%
|
{\color{ctcolorpartline}%
|
||||||
\hspace*{-225pt}\rule[20pt]{600pt}{2pt}}
|
\hspace*{-200pt}\rule[20pt]{600pt}{2pt}}
|
||||||
}%
|
}%
|
||||||
}%
|
}%
|
||||||
{0em}%
|
{0em}%
|
||||||
@@ -547,6 +538,13 @@
|
|||||||
[\phantomsection]
|
[\phantomsection]
|
||||||
%
|
%
|
||||||
% > formats: \chapter
|
% > formats: \chapter
|
||||||
|
%
|
||||||
|
% The following command is used to avoid overlapping
|
||||||
|
% of the chapter headline text, see bug/ticket #1
|
||||||
|
% Solution adapted according to the comment from "Gonzalo Medina" - Thanks
|
||||||
|
% http://tex.stackexchange.com/questions/165878/width-of-chapter-section-with-titlesec
|
||||||
|
\newcommand\ctformatchapter[1]{\parbox[t]{\dimexpr\textwidth-4em\relax}{\raggedright#1}}
|
||||||
|
%
|
||||||
\titleformat{\chapter}[display]%
|
\titleformat{\chapter}[display]%
|
||||||
{\usekomafont{chapter}}%
|
{\usekomafont{chapter}}%
|
||||||
{\vspace{-8em}\raggedleft{%
|
{\vspace{-8em}\raggedleft{%
|
||||||
@@ -557,7 +555,7 @@
|
|||||||
}%
|
}%
|
||||||
}%
|
}%
|
||||||
{-2.1em}%
|
{-2.1em}%
|
||||||
{\raggedright}%
|
{\ctformatchapter}%
|
||||||
[\phantomsection]
|
[\phantomsection]
|
||||||
%
|
%
|
||||||
% > formats: \section
|
% > formats: \section
|
||||||
@@ -617,7 +615,7 @@
|
|||||||
% **************************************************
|
% **************************************************
|
||||||
% ToC, LoF, LoT
|
% ToC, LoF, LoT
|
||||||
% **************************************************
|
% **************************************************
|
||||||
%
|
%
|
||||||
% -- modifications regarding the table of contents,
|
% -- modifications regarding the table of contents,
|
||||||
% the list of figures and the list of tables
|
% the list of figures and the list of tables
|
||||||
%
|
%
|
||||||
@@ -625,7 +623,7 @@
|
|||||||
% The tocloft package enables us to control the typographic design of the
|
% The tocloft package enables us to control the typographic design of the
|
||||||
% table of contents, list of figures and list of tables
|
% table of contents, list of figures and list of tables
|
||||||
\RequirePackage{tocloft}
|
\RequirePackage{tocloft}
|
||||||
%
|
%
|
||||||
% > adjusts the indention for figure and table entries (lof and lot)
|
% > adjusts the indention for figure and table entries (lof and lot)
|
||||||
% -- \cftsetindents{entry}{indent}{numwidth} sets the entry's indent to
|
% -- \cftsetindents{entry}{indent}{numwidth} sets the entry's indent to
|
||||||
% the length indent and its numwidth to the length numwidth
|
% the length indent and its numwidth to the length numwidth
|
||||||
@@ -658,7 +656,7 @@
|
|||||||
\end{flushright}
|
\end{flushright}
|
||||||
\end{minipage}%
|
\end{minipage}%
|
||||||
\end{flushright}
|
\end{flushright}
|
||||||
\end{minipage}%
|
\end{minipage}%
|
||||||
\bigskip
|
\bigskip
|
||||||
}
|
}
|
||||||
%
|
%
|
||||||
|
@@ -9,9 +9,9 @@
|
|||||||
\usepackage{shortvrb}
|
\usepackage{shortvrb}
|
||||||
\usepackage{pifont}
|
\usepackage{pifont}
|
||||||
|
|
||||||
\rcsid{$Id: cleanthesis.tex,v 0.2 2012/02/01 12:30:00 rlangner stable $}
|
\rcsid{$Id: cleanthesis.tex,v 0.3 2015/06/29 21:30:00 derric stable $}
|
||||||
|
|
||||||
\newcommand*{\cleanthesis}{CleanThesis\xspace}
|
\newcommand*{\cleanthesis}{\emph{Clean Thesis}\xspace}
|
||||||
\newcommand*{\cthesishome}{http://cleanthesis.der-ric.de/}
|
\newcommand*{\cthesishome}{http://cleanthesis.der-ric.de/}
|
||||||
%\newcommand*{\cthesisctan}{http://www.ctan.org/tex-archive/macros/latex/contrib/../}
|
%\newcommand*{\cthesisctan}{http://www.ctan.org/tex-archive/macros/latex/contrib/../}
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
\printtitlepage
|
\printtitlepage
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\listoftables
|
%\listoftables
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
\label{sec:intro}
|
\label{sec:intro}
|
||||||
@@ -45,17 +45,35 @@
|
|||||||
\subsection[About]{About \sty{cleanthesis}}
|
\subsection[About]{About \sty{cleanthesis}}
|
||||||
\label{sec:intro:about}
|
\label{sec:intro:about}
|
||||||
|
|
||||||
|
\subsection{Donation}
|
||||||
|
\label{sec:intro:donation}
|
||||||
|
|
||||||
|
If you like the \cleanthesis style, or you have used it for one of your own documents successfully there are (at least) three different but pretty easy ways of saying thank you.
|
||||||
|
|
||||||
|
\paragraph{Report on issues and missing features} If you have ideas for new features, suggestions for improvements or you encounter problems and errors using the \cleanthesis style please report them using the issue tracker\footnote{\url{https://github.com/derric/cleanthesis/issues}} at the GitHub Project\footnote{\url{https://github.com/derric/cleanthesis}} or send an email to \texttt{issue[at]cleanthesis.der-ric.de}.
|
||||||
|
|
||||||
|
\paragraph{Be Social} I would very much appreciate a donation in the form of a blog post, tweet, or facebook post. Share your experience and your opinion. Talk to your friends, fellow students, or colleagues about the \cleanthesis style.
|
||||||
|
|
||||||
|
\paragraph{Send me a postcard} Based on the idea of André Miede: I would be very pleased about a donation in the form of a POSTCARD. You can find my address below this paragraph. I am going to collect all postcards and exhibit them on the website \url{\cthesishome}. My address is
|
||||||
|
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textbf{Ricardo Langner} \\
|
||||||
|
Alfred-Schrapel-Str. 7 \\
|
||||||
|
01307 Dresden, Germany
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\subsection{License}
|
\subsection{License}
|
||||||
\label{sec:intro:license}
|
\label{sec:intro:license}
|
||||||
|
|
||||||
Copyright \textcopyright\ 2011--2012 Ricardo Langner.
|
Copyright \textcopyright\ 2011--2015 Ricardo Langner.
|
||||||
\cleanthesis is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
\cleanthesis is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
\cleanthesis is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
\cleanthesis is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
See the GNU General Public License for more details.
|
See the GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along with this program.
|
You should have received a copy of the GNU General Public License along with this program.
|
||||||
If not, see <http://www.gnu.org/licenses/>.
|
If not, see \url{http://www.gnu.org/licenses/}.
|
||||||
|
|
||||||
\subsection{Feedback}
|
\subsection{Feedback}
|
||||||
\label{sec:intro:feedback}
|
\label{sec:intro:feedback}
|
||||||
@@ -63,10 +81,14 @@ If not, see <http://www.gnu.org/licenses/>.
|
|||||||
\subsection{Acknowledgments}
|
\subsection{Acknowledgments}
|
||||||
\label{sec:intro:ack}
|
\label{sec:intro:ack}
|
||||||
|
|
||||||
|
First of all I would like to thank André Miede. He is the author of the Classic Thesis style. His Classic Thesis style inspired end encouraged me to publish my own thesis style. Thank you André for doing a great job.
|
||||||
|
|
||||||
|
I would like to thank the following people for using the \cleanthesis style and giving important initial feedback to me, e.g., features, bugs: (1) \textbf{Sebastian Kleinau}\footnote{\url{http://www.sk-downloading.de/} (in German only)} in his bachelor thesis, (2) \textbf{Mathias Frisch}\footnote{\url{http://wwwpub.zih.tu-dresden.de/~frisch/}} in his dissertation (PhD), and (3) \textbf{Anton Augsburg}\footnote{\url{http://antonaugsburg.de/} (in German only)} in his project thesis.
|
||||||
|
|
||||||
\subsection{Prerequisites}
|
\subsection{Prerequisites}
|
||||||
\label{sec:intro:pre}
|
\label{sec:intro:pre}
|
||||||
|
|
||||||
The follwing section gives an overview of all resources required by this package.
|
The following section gives an overview of all resources required by this package.
|
||||||
|
|
||||||
\subsubsection{Requirements}
|
\subsubsection{Requirements}
|
||||||
\label{sec:intro:req}
|
\label{sec:intro:req}
|
||||||
@@ -90,10 +112,16 @@ Sets whether to use a sans serif font or not.
|
|||||||
|
|
||||||
\boolitem[false]{hangfigurecaption}
|
\boolitem[false]{hangfigurecaption}
|
||||||
|
|
||||||
|
Sets whether to use a hanging figure label (similar to headlines, placed in page margin) or not.
|
||||||
|
|
||||||
\boolitem[true]{hangsection}
|
\boolitem[true]{hangsection}
|
||||||
|
|
||||||
|
Sets whether to use a hanging section label (placed in page margin) or not.
|
||||||
|
|
||||||
\boolitem[true]{hangsubsection}
|
\boolitem[true]{hangsubsection}
|
||||||
|
|
||||||
|
Sets whether to use a hanging sub-section label (placed in page margin) or not.
|
||||||
|
|
||||||
\optitem[endash]{figuresep}{\opt{none},\opt{colon},\opt{period},\opt{space},\opt{quad},\opt{endash}}
|
\optitem[endash]{figuresep}{\opt{none},\opt{colon},\opt{period},\opt{space},\opt{quad},\opt{endash}}
|
||||||
|
|
||||||
This option can be used to define a different label separator for cations of figures. The following value are allowed:
|
This option can be used to define a different label separator for cations of figures. The following value are allowed:
|
||||||
@@ -109,8 +137,50 @@ This option can be used to define a different label separator for cations of fig
|
|||||||
|
|
||||||
\optitem[full]{colorize}{\opt{full},\opt{reduced},\opt{bw}}
|
\optitem[full]{colorize}{\opt{full},\opt{reduced},\opt{bw}}
|
||||||
|
|
||||||
|
This option can be used to define a color mode, i.e., what elements or parts of the document should be colored.
|
||||||
|
This allows you to reduce costs, if you need to print the document.
|
||||||
|
The following values are allowed:
|
||||||
|
|
||||||
|
\begin{valuelist}
|
||||||
|
\item[full] In this mode, almost every page uses some color, because the thin line besides the page number (footer) is colored.
|
||||||
|
The following elements are colored as well: title of the document (title page), number of the chapter on the chapter page, name of the chapter in the footer, section and sub-section headlines, and figure labels.
|
||||||
|
\item[reduced] This mode reduces the use of colors to reasonable level.
|
||||||
|
Footers are totally free of colors.
|
||||||
|
Only the title page, chapter pages, section headlines, and figure labels are colored.
|
||||||
|
\item[bw] This mode completely eliminates all colors of the document style---every element is black or gray.
|
||||||
|
If you do not use colored images either, the document is completely achromatic.
|
||||||
|
\end{valuelist}
|
||||||
|
|
||||||
\optitem[bluemagenta]{colortheme}{\opt{bluemagenta},\opt{bluegreen}}
|
\optitem[bluemagenta]{colortheme}{\opt{bluemagenta},\opt{bluegreen}}
|
||||||
|
|
||||||
|
This option can be used, to switch between different color presets.
|
||||||
|
These presets are used to colorize, e.g., headlines, footnotes, or chapter numbers.
|
||||||
|
This option has a reduced or no effect depending on the package option \texttt{colorize} (see above).
|
||||||
|
The following values are allowed:
|
||||||
|
|
||||||
|
\begin{valuelist}
|
||||||
|
\item[bluemagenta] Headlines and titles use a blue color, figure labels use magenta.
|
||||||
|
\item[bluegreen] Headlines and titles use a blue color, figure labels use green.
|
||||||
|
\end{valuelist}
|
||||||
|
|
||||||
|
\optitem[bibtex]{bibsys}{\opt{biber},\opt{bibtex}}
|
||||||
|
|
||||||
|
Sets whether to use \texttt{biber} or \texttt{bibtex} as citation management tool (engine).
|
||||||
|
The default (still) is \texttt{bibtex}.
|
||||||
|
|
||||||
|
"\texttt{Biber} [is] a BibTeX replacement for users of BibLaTeX", see \url{http://biblatex-biber.sourceforge.net/}.
|
||||||
|
|
||||||
|
\optitem[bib-refs]{bibfile}{file name of your bibtex file}
|
||||||
|
|
||||||
|
Sets the file name of the bibtex file used for the bibliography.
|
||||||
|
If this option is not used (defined), the package looks for the default bibliography \texttt{bib-refs.bib}.
|
||||||
|
|
||||||
|
\optitem[alphabetic]{bibstyle}{\opt{alphabetic},\opt{numeric},\opt{authoryear}}
|
||||||
|
|
||||||
|
Sets whether to use an \texttt{alphabetic}, a \texttt{numeric}, or an \texttt{authoryear} reference style for the bibliography.
|
||||||
|
For further information please check out the biblatex documentation\footnote{\url{http://www.ctan.org/pkg/biblatex}}.
|
||||||
|
The default is \texttt{alphabetic}.
|
||||||
|
|
||||||
\end{optionlist}
|
\end{optionlist}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\pdfbookmark[0]{Acknowledgement}{Acknowledgement}
|
\pdfbookmark[0]{Acknowledgement}{Acknowledgement}
|
||||||
\chapter*{Acknowledgement}
|
\chapter*{Acknowledgement}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\chapter{Concepts}
|
\chapter{Concepts: This text is here to test a very long title, to simulate the line break behavior, to show that an extremely long tilte also works}
|
||||||
\label{sec:concepts}
|
\label{sec:concepts}
|
||||||
|
|
||||||
\cleanchapterquote{Users do not care about what is inside the box, as long as the box does what they need done.}{Jef Raskin}{about Human Computer Interfaces}
|
\cleanchapterquote{Users do not care about what is inside the box, as long as the box does what they need done.}{Jef Raskin}{about Human Computer Interfaces}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\chapter{Conclusion}
|
\chapter{Conclusion}
|
||||||
\label{sec:conclusion}
|
\label{sec:conclusion}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\chapter{Introduction}
|
\chapter{Introduction}
|
||||||
\label{sec:intro}
|
\label{sec:intro}
|
||||||
@@ -11,21 +11,25 @@
|
|||||||
\label{sec:intro:address}
|
\label{sec:intro:address}
|
||||||
|
|
||||||
\textbf{Ricardo Langner} \\
|
\textbf{Ricardo Langner} \\
|
||||||
Bunsenstr. 9 \\
|
Alfred-Schrapel-Str. 7 \\
|
||||||
39124 Magdeburg \\
|
01307 Dresden \\
|
||||||
Germany
|
Germany
|
||||||
|
|
||||||
|
|
||||||
\section{Motivation and Problem Statement}
|
\section{Motivation and Problem Statement}
|
||||||
\label{sec:intro:motivation}
|
\label{sec:intro:motivation}
|
||||||
|
|
||||||
\Blindtext[3][1]
|
\Blindtext[3][1] \cite{Jurgens:2000,Jurgens:1995,Miede:2011,Kohm:2011,Apple:keynote:2010,Apple:numbers:2010,Apple:pages:2010}
|
||||||
|
|
||||||
\section{Results}
|
\section{Results}
|
||||||
\label{sec:intro:results}
|
\label{sec:intro:results}
|
||||||
|
|
||||||
\Blindtext[1][2]
|
\Blindtext[1][2]
|
||||||
|
|
||||||
|
\subsection{Some References}
|
||||||
|
\label{sec:intro:results:refs}
|
||||||
|
\cite{WEB:GNU:GPL:2010,WEB:Miede:2011}
|
||||||
|
|
||||||
\section{Thesis Structure}
|
\section{Thesis Structure}
|
||||||
\label{sec:intro:structure}
|
\label{sec:intro:structure}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\chapter{Related Work}
|
\chapter{Related Work}
|
||||||
\label{sec:related}
|
\label{sec:related}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\chapter{System}
|
\chapter{System}
|
||||||
\label{sec:system}
|
\label{sec:system}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
\pagestyle{empty}
|
\pagestyle{empty}
|
||||||
\hfill
|
\hfill
|
||||||
@@ -6,6 +6,8 @@
|
|||||||
\pdfbookmark[0]{Colophon}{Colophon}
|
\pdfbookmark[0]{Colophon}{Colophon}
|
||||||
\section*{Colophon}
|
\section*{Colophon}
|
||||||
|
|
||||||
This thesis was typeset with \LaTeXe\ using the \textit{Clean Thesis} style. The design of this style is inspired by user guide documents from Apple Inc.
|
This thesis was typeset with \LaTeXe.
|
||||||
|
It uses the \textit{Clean Thesis} style developed by Ricardo Langner.
|
||||||
|
The design of the \textit{Clean Thesis} style is inspired by user guide documents from Apple Inc.
|
||||||
|
|
||||||
Download the \textit{Clean Thesis} style at \url{http://cleanthesis.der-ric.de/}.
|
Download the \textit{Clean Thesis} style at \url{http://cleanthesis.der-ric.de/}.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = ../Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
%************************************************
|
%************************************************
|
||||||
% Declaration
|
% Declaration
|
||||||
@@ -19,7 +19,7 @@ You can put your declaration here, to declare that you have completed your work
|
|||||||
\begin{flushright}
|
\begin{flushright}
|
||||||
\begin{minipage}{5cm}
|
\begin{minipage}{5cm}
|
||||||
\rule{\textwidth}{1pt}
|
\rule{\textwidth}{1pt}
|
||||||
\centering\thesisName
|
\centering\thesisName
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\end{flushright}
|
\end{flushright}
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
% !TEX root = Clean-Thesis.tex
|
% !TEX root = ../thesis-example.tex
|
||||||
%
|
%
|
||||||
% ------------------------------------ --> cover title page
|
% ------------------------------------ --> cover title page
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
\flushright
|
\flushright
|
||||||
\hfill
|
\hfill
|
||||||
\vfill
|
\vfill
|
||||||
{\LARGE\thesisTitle} \par
|
{\LARGE\thesisTitle \par}
|
||||||
\rule[5pt]{\textwidth}{.4pt} \par
|
\rule[5pt]{\textwidth}{.4pt} \par
|
||||||
{\Large\thesisName}
|
{\Large\thesisName}
|
||||||
\vfill
|
\vfill
|
||||||
@@ -20,18 +20,18 @@
|
|||||||
\pdfbookmark[0]{Titlepage}{Titlepage}
|
\pdfbookmark[0]{Titlepage}{Titlepage}
|
||||||
\tgherosfont
|
\tgherosfont
|
||||||
\centering
|
\centering
|
||||||
|
|
||||||
{\Large \thesisUniversity} \\[4mm]
|
{\Large \thesisUniversity} \\[4mm]
|
||||||
\includegraphics[width=6cm]{gfx/Clean-Thesis-Logo} \\[2mm]
|
\includegraphics[width=6cm]{gfx/Clean-Thesis-Logo} \\[2mm]
|
||||||
\textsf{\thesisUniversityDepartment} \\
|
\textsf{\thesisUniversityDepartment} \\
|
||||||
\textsf{\thesisUniversityInstitute} \\
|
\textsf{\thesisUniversityInstitute} \\
|
||||||
\textsf{\thesisUniversityGroup} \\
|
\textsf{\thesisUniversityGroup} \\
|
||||||
|
|
||||||
\vfill
|
\vfill
|
||||||
{\large \thesisSubject} \\[5mm]
|
{\large \thesisSubject} \\[5mm]
|
||||||
{\LARGE \color{ctcolormain}\textbf{\thesisTitle} \\[10mm]}
|
{\LARGE \color{ctcolortitle}\textbf{\thesisTitle} \\[10mm]}
|
||||||
{\Large \thesisName} \\
|
{\Large \thesisName} \\
|
||||||
|
|
||||||
\vfill
|
\vfill
|
||||||
\begin{minipage}[t]{.27\textwidth}
|
\begin{minipage}[t]{.27\textwidth}
|
||||||
\raggedleft
|
\raggedleft
|
||||||
@@ -61,24 +61,26 @@
|
|||||||
\begin{minipage}[t]{.65\textwidth}
|
\begin{minipage}[t]{.65\textwidth}
|
||||||
\thesisFirstSupervisor\ and \thesisSecondSupervisor
|
\thesisFirstSupervisor\ and \thesisSecondSupervisor
|
||||||
\end{minipage} \\[10mm]
|
\end{minipage} \\[10mm]
|
||||||
|
|
||||||
\thesisDate \\
|
\thesisDate \\
|
||||||
|
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
|
|
||||||
|
|
||||||
% ------------------------------------ --> lower title back for single page layout
|
% ------------------------------------ --> lower title back for single page layout
|
||||||
\hfill
|
\hfill
|
||||||
\vfill
|
\vfill
|
||||||
\small
|
{
|
||||||
\textbf{\thesisName} \\
|
\small
|
||||||
\textit{\thesisTitle} \\
|
\textbf{\thesisName} \\
|
||||||
\thesisSubject, \thesisDate \\
|
\textit{\thesisTitle} \\
|
||||||
Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\
|
\thesisSubject, \thesisDate \\
|
||||||
Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em]
|
Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\
|
||||||
\textbf{\thesisUniversity} \\
|
Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em]
|
||||||
\textit{\thesisUniversityGroup} \\
|
\textbf{\thesisUniversity} \\
|
||||||
\thesisUniversityInstitute \\
|
\textit{\thesisUniversityGroup} \\
|
||||||
\thesisUniversityDepartment \\
|
\thesisUniversityInstitute \\
|
||||||
\thesisUniversityStreetAddress \\
|
\thesisUniversityDepartment \\
|
||||||
\thesisUniversityPostalCode\ and \thesisUniversityCity
|
\thesisUniversityStreetAddress \\
|
||||||
|
\thesisUniversityPostalCode\ and \thesisUniversityCity
|
||||||
|
}
|
||||||
|
Binary file not shown.
@@ -1,54 +1,27 @@
|
|||||||
% **************************************************
|
% **************************************************
|
||||||
% Clean Thesis
|
% Clean Thesis
|
||||||
% -- A LaTeX Style for Thesis Documents --
|
% -- A LaTeX Style for Thesis Documents --
|
||||||
%
|
%
|
||||||
% Copyright (C) 2011-2012 Ricardo Langner
|
% Copyright (C) 2011-2015 Ricardo Langner
|
||||||
% **************************************************
|
% **************************************************
|
||||||
%
|
%
|
||||||
% Readme:
|
% Readme:
|
||||||
% ----------------------------------------
|
% ----------------------------------------
|
||||||
% *** Clean, Simple, Elegant ***
|
% Please check out the README.md file in the root of this package.
|
||||||
% "Clean Thesis" is a LaTeX style for thesis documents, developed
|
%
|
||||||
% for my diplom thesis (Diplomarbeit). The style can be understood
|
%
|
||||||
% as my personal compromise - a typical clean looking scientific
|
|
||||||
% document combined and polished with minor beautifications.
|
|
||||||
%
|
|
||||||
% The design of this "Clean Thesis" style is inspired
|
|
||||||
% by user guide documents from Apple Inc.
|
|
||||||
%
|
|
||||||
% Note: If you are looking for an exact and correct style regarding
|
|
||||||
% typographic rules, please have a look at the "Classic Thesis Style"
|
|
||||||
% (see http://www.miede.de/index.php?page=classicthesis).
|
|
||||||
%
|
|
||||||
% *** Donation = Postcard ***
|
|
||||||
% Based on the idea of Andr\'e Miede: If you like the "Clean Thesis"
|
|
||||||
% style I would be very pleased about a donation in the form of a
|
|
||||||
% POSTCARD. You can find my address at http://cleanthesis.der-ric.de/
|
|
||||||
% as well as in the file Clean-Thesis.pdf. I am going to collect all
|
|
||||||
% postcards and exhibit them at the website I mentioned.
|
|
||||||
%
|
|
||||||
% *** Idea and Inspiration ***
|
|
||||||
% The idea of providing my customized style for thesis documents
|
|
||||||
% passed through my mind while writing my own thesis. Motivated and
|
|
||||||
% inspired by the superb "Classic Thesis Style"
|
|
||||||
% (see http://www.miede.de/index.php?page=classicthesis) by Andr\'e Miede
|
|
||||||
% (thanks to Andr\'e for doing a great job) I decided to collect all
|
|
||||||
% design and style related functionality in a separate LaTeX style and
|
|
||||||
% provide this style to other thesis writers.
|
|
||||||
%
|
|
||||||
%
|
|
||||||
% License Information:
|
% License Information:
|
||||||
% ----------------------------------------
|
% ----------------------------------------
|
||||||
% "Clean Thesis" is free software: you can redistribute it and/or modify
|
% "Clean Thesis" is free software: you can redistribute it and/or modify
|
||||||
% it under the terms of the GNU General Public License as published by
|
% it under the terms of the GNU General Public License as published by
|
||||||
% the Free Software Foundation, either version 3 of the License, or
|
% the Free Software Foundation, either version 3 of the License, or
|
||||||
% (at your option) any later version.
|
% (at your option) any later version.
|
||||||
%
|
%
|
||||||
% "Clean Thesis" is distributed in the hope that it will be useful,
|
% "Clean Thesis" is distributed in the hope that it will be useful,
|
||||||
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
% GNU General Public License for more details.
|
% GNU General Public License for more details.
|
||||||
%
|
%
|
||||||
% You should have received a copy of the GNU General Public License
|
% You should have received a copy of the GNU General Public License
|
||||||
% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
% **************************************************
|
% **************************************************
|
||||||
@@ -83,8 +56,8 @@
|
|||||||
\newcommand{\thesisTitle}{The Clean Thesis Style}
|
\newcommand{\thesisTitle}{The Clean Thesis Style}
|
||||||
\newcommand{\thesisName}{Ricardo Langner}
|
\newcommand{\thesisName}{Ricardo Langner}
|
||||||
\newcommand{\thesisSubject}{Documentation}
|
\newcommand{\thesisSubject}{Documentation}
|
||||||
\newcommand{\thesisDate}{February 1, 2012}
|
\newcommand{\thesisDate}{June 29, 2015}
|
||||||
\newcommand{\thesisVersion}{0.2}
|
\newcommand{\thesisVersion}{0.3}
|
||||||
|
|
||||||
\newcommand{\thesisFirstReviewer}{Jane Doe}
|
\newcommand{\thesisFirstReviewer}{Jane Doe}
|
||||||
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
|
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
|
||||||
@@ -118,13 +91,16 @@
|
|||||||
hangsubsection=true,%
|
hangsubsection=true,%
|
||||||
colorize=full,%
|
colorize=full,%
|
||||||
colortheme=bluemagenta,%
|
colortheme=bluemagenta,%
|
||||||
|
bibsys=bibtex,%
|
||||||
|
bibfile=bib-refs,%
|
||||||
|
bibstyle=alphabetic,%
|
||||||
]{cleanthesis}
|
]{cleanthesis}
|
||||||
|
|
||||||
\hypersetup{ % setup the hyperref-package options
|
\hypersetup{ % setup the hyperref-package options
|
||||||
pdftitle={\thesisTitle}, % - title (PDF meta)
|
pdftitle={\thesisTitle}, % - title (PDF meta)
|
||||||
pdfsubject={\thesisSubject},% - subject (PDF meta)
|
pdfsubject={\thesisSubject},% - subject (PDF meta)
|
||||||
pdfauthor={\thesisName}, % - author (PDF meta)
|
pdfauthor={\thesisName}, % - author (PDF meta)
|
||||||
plainpages=false, % -
|
plainpages=false, % -
|
||||||
colorlinks=false, % - colorize links?
|
colorlinks=false, % - colorize links?
|
||||||
pdfborder={0 0 0}, % -
|
pdfborder={0 0 0}, % -
|
||||||
breaklinks=true, % - allow line break inside links
|
breaklinks=true, % - allow line break inside links
|
||||||
@@ -186,7 +162,6 @@
|
|||||||
\renewcommand{\bibfont}{\normalfont\small}
|
\renewcommand{\bibfont}{\normalfont\small}
|
||||||
\setlength{\biblabelsep}{0pt}
|
\setlength{\biblabelsep}{0pt}
|
||||||
\setlength{\bibitemsep}{0.5\baselineskip plus 0.5\baselineskip}
|
\setlength{\bibitemsep}{0.5\baselineskip plus 0.5\baselineskip}
|
||||||
\nocite{*}
|
|
||||||
\printbibliography[nottype=online]
|
\printbibliography[nottype=online]
|
||||||
\printbibliography[heading=subbibliography,title={Webseiten},type=online,prefixnumbers={@}]
|
\printbibliography[heading=subbibliography,title={Webseiten},type=online,prefixnumbers={@}]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user