Compare commits
27 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 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -11,3 +11,5 @@
|
||||
*.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-2013 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,
|
||||
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},
|
||||
Url = {http://www.gnu.org/licenses/gpl.html},
|
||||
Urldate = {2011-05-27},
|
||||
@@ -20,8 +7,6 @@
|
||||
|
||||
@online{WEB:Miede:2011,
|
||||
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},
|
||||
Url = {http://www.miede.de/index.php?page=classicthesis},
|
||||
Urldate = {2011-05-27},
|
||||
@@ -29,60 +14,40 @@
|
||||
|
||||
@book{Jurgens:2000,
|
||||
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},
|
||||
Title = {LaTeX: eine Einf{\"u}hrung und ein bisschen mehr},
|
||||
Year = {2000}}
|
||||
|
||||
@book{Jurgens:1995,
|
||||
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},
|
||||
Title = {LaTeX: Fortgeschrittene Anwendungen},
|
||||
Year = {1995}}
|
||||
|
||||
@manual{Miede:2011,
|
||||
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},
|
||||
Year = {2011}}
|
||||
|
||||
@book{Kohm:2011,
|
||||
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},
|
||||
Year = {2011}}
|
||||
|
||||
@book{Apple:keynote:2010,
|
||||
Author = {{Apple Inc.}},
|
||||
Date-Added = {2011-03-21 17:19:42 +0100},
|
||||
Date-Modified = {2011-03-21 17:19:42 +0100},
|
||||
Publisher = {{Apple Inc.}},
|
||||
Title = {Keynote '09 User Guide},
|
||||
Year = {2010},
|
||||
Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfIAAAAAAfIAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfS2V5biM0M0VCNTcucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ+tXyUqouAAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqaqAAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX0tleW4jNDNFQjU3LnBkZgAOAFYAKgBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAEsAZQB5AG4AbwB0AGUAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEpVc2Vycy9kZXJyaWMvQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9LZXlub3RlICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBDLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9LZXlub3RlICcwOSBVc2VyIEd1aWRlLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKWApgCnQKmArECtQLDAsoC0wMZAx4DIQMuAzMAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADRQ==},
|
||||
Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfYAAAAAAfYAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfS2V5biM0NkUzNkUucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuNuyUqiogAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUkgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX0tleW4jNDZFMzZFLnBkZgAOAFgAKwBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAEsAZQB5AG4AbwB0AGUAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUAMAAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIAS1VzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX0tleW5vdGUgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QRC4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfS2V5bm90ZSAnMDkgVXNlciBHdWlkZTAucGRm0hwdJCWiJSFcTlNEaWN0aW9uYXJ5EgABhqBfEA9OU0tleWVkQXJjaGl2ZXIACAARABYAHwAoADIANQA6ADwARQBLAFIAXQBlAGwAbwBxAHMAdgB4AHoAfACGAJMAmACgApoCnAKhAqoCtQK5AscCzgLXAx4DIwMmAzMDOAAAAAAAAAIBAAAAAAAAACgAAAAAAAAAAAAAAAAAAANK}}
|
||||
Year = {2010}}
|
||||
|
||||
@book{Apple:numbers:2010,
|
||||
Author = {{Apple Inc.}},
|
||||
Date-Added = {2011-03-21 17:19:42 +0100},
|
||||
Date-Modified = {2011-03-21 17:19:42 +0100},
|
||||
Publisher = {{Apple Inc.}},
|
||||
Title = {Numbers '09 User Guide},
|
||||
Year = {2010},
|
||||
Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfIAAAAAAfIAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfTnVtYiM0M0VCNjEucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ+thyUqocgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqaYgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX051bWIjNDNFQjYxLnBkZgAOAFYAKgBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAE4AdQBtAGIAZQByAHMAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEpVc2Vycy9kZXJyaWMvQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9OdW1iZXJzICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBDLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9OdW1iZXJzICcwOSBVc2VyIEd1aWRlLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKWApgCnQKmArECtQLDAsoC0wMZAx4DIQMuAzMAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADRQ==},
|
||||
Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfYAAAAAAfYAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfTnVtYiM0NkUzN0QucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuN9yUqikwAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUgwAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX051bWIjNDZFMzdELnBkZgAOAFgAKwBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAE4AdQBtAGIAZQByAHMAIAAnADAAOQAgAFUAcwBlAHIAIABHAHUAaQBkAGUAMAAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIAS1VzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX051bWJlcnMgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QRC4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfTnVtYmVycyAnMDkgVXNlciBHdWlkZTAucGRm0hwdJCWiJSFcTlNEaWN0aW9uYXJ5EgABhqBfEA9OU0tleWVkQXJjaGl2ZXIACAARABYAHwAoADIANQA6ADwARQBLAFIAXQBlAGwAbwBxAHMAdgB4AHoAfACGAJMAmACgApoCnAKhAqoCtQK5AscCzgLXAx4DIwMmAzMDOAAAAAAAAAIBAAAAAAAAACgAAAAAAAAAAAAAAAAAAANK}}
|
||||
Year = {2010}}
|
||||
|
||||
@book{Apple:pages:2010,
|
||||
Author = {{Apple Inc.}},
|
||||
Date-Added = {2011-03-10 10:56:56 +0100},
|
||||
Date-Modified = {2011-03-10 10:56:56 +0100},
|
||||
Publisher = {{Apple Inc.}},
|
||||
Title = {Pages '09 User Guide},
|
||||
Year = {2010},
|
||||
Bdsk-File-1 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAewAAAAAAewAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfUGFnZSM0M0RGNzkucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ995yUqizgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUvgAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX1BhZ2UjNDNERjc5LnBkZgAOAFIAKABBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAFAAYQBnAGUAcwAgACcAMAA5ACAAVQBzAGUAcgAgAEcAdQBpAGQAZQAuAHAAZABmAA8AGgAMAE0AYQBjAGkAbgB0AG8AcwBoACAASABEABIASFVzZXJzL2RlcnJpYy9CaWJsaW9ncmFwaHkvRmlsZXMvQXBwbGUgSW5jLl8yMDEwX1BhZ2VzICcwOSBVc2VyIEd1aWRlLnBkZgATAAEvAAAVAAIADf//AACABdIcHR4fWCRjbGFzc2VzWiRjbGFzc25hbWWjHyAhXU5TTXV0YWJsZURhdGFWTlNEYXRhWE5TT2JqZWN0XxBBLi4vLi4vQmlibGlvZ3JhcGh5L0ZpbGVzL0FwcGxlIEluYy5fMjAxMF9QYWdlcyAnMDkgVXNlciBHdWlkZS5wZGbSHB0kJaIlIVxOU0RpY3Rpb25hcnkSAAGGoF8QD05TS2V5ZWRBcmNoaXZlcgAIABEAFgAfACgAMgA1ADoAPABFAEsAUgBdAGUAbABvAHEAcwB2AHgAegB8AIYAkwCYAKACkAKSApcCoAKrAq8CvQLEAs0DEQMWAxkDJgMrAAAAAAAAAgEAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAz0=},
|
||||
Bdsk-File-2 = {YnBsaXN0MDDUAQIDBAUIJidUJHRvcFgkb2JqZWN0c1gkdmVyc2lvblkkYXJjaGl2ZXLRBgdUcm9vdIABqAkKFRYXGyIjVSRudWxs0wsMDQ4RFFpOUy5vYmplY3RzV05TLmtleXNWJGNsYXNzog8QgASABqISE4ACgAOAB1lhbGlhc0RhdGFccmVsYXRpdmVQYXRo0hgNGRpXTlMuZGF0YU8RAfAAAAAAAfAAAgAADE1hY2ludG9zaCBIRAAAAAAAAAAAAAAAAAAAAMjMzzBIKwAAADQGiB9BcHBsZSBJbmMuXzIwMTBfUGFnZSM0NkUzOUEucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARuOayUqirgAAAAAAAAAAAAIAAwAACSAAAAAAAAAAAAAAAAAAAAAFRmlsZXMAABAACAAAyMyzEAAAABEACAAAyUqUngAAAAEAEAA0BogANAaGAAPAAwAAkZEAAgBMTWFjaW50b3NoIEhEOlVzZXJzOmRlcnJpYzpCaWJsaW9ncmFwaHk6RmlsZXM6QXBwbGUgSW5jLl8yMDEwX1BhZ2UjNDZFMzlBLnBkZgAOAFQAKQBBAHAAcABsAGUAIABJAG4AYwAuAF8AMgAwADEAMABfAFAAYQBnAGUAcwAgACcAMAA5ACAAVQBzAGUAcgAgAEcAdQBpAGQAZQAwAC4AcABkAGYADwAaAAwATQBhAGMAaQBuAHQAbwBzAGgAIABIAEQAEgBJVXNlcnMvZGVycmljL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfUGFnZXMgJzA5IFVzZXIgR3VpZGUwLnBkZgAAEwABLwAAFQACAA3//wAAgAXSHB0eH1gkY2xhc3Nlc1okY2xhc3NuYW1lox8gIV1OU011dGFibGVEYXRhVk5TRGF0YVhOU09iamVjdF8QQi4uLy4uL0JpYmxpb2dyYXBoeS9GaWxlcy9BcHBsZSBJbmMuXzIwMTBfUGFnZXMgJzA5IFVzZXIgR3VpZGUwLnBkZtIcHSQloiUhXE5TRGljdGlvbmFyeRIAAYagXxAPTlNLZXllZEFyY2hpdmVyAAgAEQAWAB8AKAAyADUAOgA8AEUASwBSAF0AZQBsAG8AcQBzAHYAeAB6AHwAhgCTAJgAoAKUApYCmwKkAq8CswLBAsgC0QMWAxsDHgMrAzAAAAAAAAACAQAAAAAAAAAoAAAAAAAAAAAAAAAAAAADQg==}}
|
||||
Year = {2010}}
|
||||
|
BIN
cleanthesis.pdf
BIN
cleanthesis.pdf
Binary file not shown.
@@ -2,39 +2,12 @@
|
||||
% Clean Thesis
|
||||
% -- A LaTeX Style for Thesis Documents --
|
||||
%
|
||||
% Copyright (C) 2011-2013 Ricardo Langner
|
||||
% Copyright (C) 2011-2015 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.
|
||||
% Please check out the README.md file in the root of this package.
|
||||
%
|
||||
%
|
||||
% License Information:
|
||||
@@ -53,7 +26,7 @@
|
||||
% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
% **************************************************
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{cleanthesis}[2013/05/12 v0.3 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
|
||||
@@ -103,9 +76,20 @@
|
||||
|
||||
% OPTION bibsys
|
||||
% --> values = biber|bibtex
|
||||
\define@choicekey*[ct]{cthesis}{bibsys}[\val\colorizenr]{biber,bibtex}[bibtex]{\def\cthesis@bibsys{#1}}
|
||||
\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*{
|
||||
\PackageWarning{cleanthesis}{Unknown option ‘\CurrentOption’}%
|
||||
}
|
||||
@@ -133,6 +117,7 @@
|
||||
\colorlet{ctcolorfootermark}{ctcolorblack}
|
||||
\colorlet{ctcolorfootertitle}{ctcolormain}
|
||||
% -- sectioning colors
|
||||
\colorlet{ctcolortitle}{ctcolormain}
|
||||
\colorlet{ctcolorpartnum}{ctcolormain}
|
||||
\colorlet{ctcolorpartline}{ctcolorblack}
|
||||
\colorlet{ctcolorparttext}{ctcolorblack}
|
||||
@@ -164,6 +149,7 @@
|
||||
\colorlet{ctcolorfooterline}{ctcolorgray}
|
||||
\colorlet{ctcolorfootertitle}{ctcolorgray}
|
||||
% --> sectioning colors
|
||||
\colorlet{ctcolortitle}{ctcolorblack}
|
||||
\colorlet{ctcolorpartnum}{ctcolorblack}
|
||||
\colorlet{ctcolorchapternum}{ctcolorblack}
|
||||
\colorlet{ctcolorchapterline}{ctcolorblack}
|
||||
@@ -289,7 +275,7 @@
|
||||
\RequirePackage[ % use biblatex for bibliography
|
||||
backend=\cthesis@bibsys, % - use biber backend (bibtex replacement) or bibtex
|
||||
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
|
||||
hyperref=true, % - activate hyperref support
|
||||
backref=true, % - activate backrefs
|
||||
@@ -304,7 +290,7 @@
|
||||
maxcitenames=2,%
|
||||
mincitenames=1%
|
||||
]{biblatex}
|
||||
\bibliography{bib-refs}
|
||||
\bibliography{\cthesis@bibfile}
|
||||
\DefineBibliographyStrings{ngerman}{%
|
||||
andothers = {{et\,al\adddot}}, % 'et al.' instead of 'u.a.'
|
||||
backrefpage = {{zitiert auf Seite}},%
|
||||
|
@@ -9,7 +9,7 @@
|
||||
\usepackage{shortvrb}
|
||||
\usepackage{pifont}
|
||||
|
||||
\rcsid{$Id: cleanthesis.tex,v 0.2.3 2014/04/07 23:16:00 derric stable $}
|
||||
\rcsid{$Id: cleanthesis.tex,v 0.3 2015/06/29 21:30:00 derric stable $}
|
||||
|
||||
\newcommand*{\cleanthesis}{\emph{Clean Thesis}\xspace}
|
||||
\newcommand*{\cthesishome}{http://cleanthesis.der-ric.de/}
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
\printtitlepage
|
||||
\tableofcontents
|
||||
\listoftables
|
||||
%\listoftables
|
||||
|
||||
\section{Introduction}
|
||||
\label{sec:intro}
|
||||
@@ -66,7 +66,7 @@ Alfred-Schrapel-Str. 7 \\
|
||||
\subsection{License}
|
||||
\label{sec:intro:license}
|
||||
|
||||
Copyright \textcopyright\ 2011--2013 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 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.
|
||||
@@ -112,10 +112,16 @@ Sets whether to use a sans serif font or not.
|
||||
|
||||
\boolitem[false]{hangfigurecaption}
|
||||
|
||||
Sets whether to use a hanging figure label (similar to headlines, placed in page margin) or not.
|
||||
|
||||
\boolitem[true]{hangsection}
|
||||
|
||||
Sets whether to use a hanging section label (placed in page margin) or not.
|
||||
|
||||
\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}}
|
||||
|
||||
This option can be used to define a different label separator for cations of figures. The following value are allowed:
|
||||
@@ -131,8 +137,32 @@ This option can be used to define a different label separator for cations of fig
|
||||
|
||||
\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}}
|
||||
|
||||
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).
|
||||
@@ -140,6 +170,17 @@ 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{document}
|
||||
|
@@ -19,13 +19,17 @@ Germany
|
||||
\section{Motivation and Problem Statement}
|
||||
\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}
|
||||
\label{sec:intro:results}
|
||||
|
||||
\Blindtext[1][2]
|
||||
|
||||
\subsection{Some References}
|
||||
\label{sec:intro:results:refs}
|
||||
\cite{WEB:GNU:GPL:2010,WEB:Miede:2011}
|
||||
|
||||
\section{Thesis Structure}
|
||||
\label{sec:intro:structure}
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
\flushright
|
||||
\hfill
|
||||
\vfill
|
||||
{\LARGE\thesisTitle} \par
|
||||
{\LARGE\thesisTitle \par}
|
||||
\rule[5pt]{\textwidth}{.4pt} \par
|
||||
{\Large\thesisName}
|
||||
\vfill
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
\vfill
|
||||
{\large \thesisSubject} \\[5mm]
|
||||
{\LARGE \color{ctcolormain}\textbf{\thesisTitle} \\[10mm]}
|
||||
{\LARGE \color{ctcolortitle}\textbf{\thesisTitle} \\[10mm]}
|
||||
{\Large \thesisName} \\
|
||||
|
||||
\vfill
|
||||
@@ -70,15 +70,17 @@
|
||||
% ------------------------------------ --> lower title back for single page layout
|
||||
\hfill
|
||||
\vfill
|
||||
\small
|
||||
\textbf{\thesisName} \\
|
||||
\textit{\thesisTitle} \\
|
||||
\thesisSubject, \thesisDate \\
|
||||
Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\
|
||||
Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em]
|
||||
\textbf{\thesisUniversity} \\
|
||||
\textit{\thesisUniversityGroup} \\
|
||||
\thesisUniversityInstitute \\
|
||||
\thesisUniversityDepartment \\
|
||||
\thesisUniversityStreetAddress \\
|
||||
\thesisUniversityPostalCode\ and \thesisUniversityCity
|
||||
{
|
||||
\small
|
||||
\textbf{\thesisName} \\
|
||||
\textit{\thesisTitle} \\
|
||||
\thesisSubject, \thesisDate \\
|
||||
Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\
|
||||
Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em]
|
||||
\textbf{\thesisUniversity} \\
|
||||
\textit{\thesisUniversityGroup} \\
|
||||
\thesisUniversityInstitute \\
|
||||
\thesisUniversityDepartment \\
|
||||
\thesisUniversityStreetAddress \\
|
||||
\thesisUniversityPostalCode\ and \thesisUniversityCity
|
||||
}
|
||||
|
Binary file not shown.
@@ -2,39 +2,12 @@
|
||||
% Clean Thesis
|
||||
% -- A LaTeX Style for Thesis Documents --
|
||||
%
|
||||
% Copyright (C) 2011-2013 Ricardo Langner
|
||||
% Copyright (C) 2011-2015 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 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.
|
||||
% Please check out the README.md file in the root of this package.
|
||||
%
|
||||
%
|
||||
% License Information:
|
||||
@@ -83,8 +56,8 @@
|
||||
\newcommand{\thesisTitle}{The Clean Thesis Style}
|
||||
\newcommand{\thesisName}{Ricardo Langner}
|
||||
\newcommand{\thesisSubject}{Documentation}
|
||||
\newcommand{\thesisDate}{April 7, 2014}
|
||||
\newcommand{\thesisVersion}{0.2.3}
|
||||
\newcommand{\thesisDate}{June 29, 2015}
|
||||
\newcommand{\thesisVersion}{0.3}
|
||||
|
||||
\newcommand{\thesisFirstReviewer}{Jane Doe}
|
||||
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
|
||||
@@ -118,6 +91,9 @@
|
||||
hangsubsection=true,%
|
||||
colorize=full,%
|
||||
colortheme=bluemagenta,%
|
||||
bibsys=bibtex,%
|
||||
bibfile=bib-refs,%
|
||||
bibstyle=alphabetic,%
|
||||
]{cleanthesis}
|
||||
|
||||
\hypersetup{ % setup the hyperref-package options
|
||||
@@ -186,7 +162,6 @@
|
||||
\renewcommand{\bibfont}{\normalfont\small}
|
||||
\setlength{\biblabelsep}{0pt}
|
||||
\setlength{\bibitemsep}{0.5\baselineskip plus 0.5\baselineskip}
|
||||
\nocite{*}
|
||||
\printbibliography[nottype=online]
|
||||
\printbibliography[heading=subbibliography,title={Webseiten},type=online,prefixnumbers={@}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user