Skip to content

Commit

Permalink
Updated repo name to agethesis
Browse files Browse the repository at this point in the history
  • Loading branch information
adryyan committed Dec 5, 2023
1 parent 0338ab7 commit 8b32623
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# UKThesis [![Build Thesis](https://github.com/adryyan/ukthesis/actions/workflows/build.yml/badge.svg)](https://github.com/adryyan/ukthesis/actions/workflows/build.yml)
# AGEThesis [![Build Thesis](https://github.com/exp4-age/agethesis/actions/workflows/build.yml/badge.svg)](https://github.com/exp4-age/agethesis/actions/workflows/build.yml)

LaTeX class file and template for a thesis written at University of Kassel.
LaTeX class file and template for a thesis written in the AGE.
Forked from [maxnoe/tudothesis](https://github.com/maxnoe/tudothesis) and
adjusted to Uni Kassel.

The template is build for use with _lualatex_ and _biblatex_ with _biber_,
the class file can be used with the LaTeX engine of your choice, it is completely independent.

This is an unofficial document which [@maxnoe](https://github.com/maxnoe) created from his bachelor thesis, which itself
was strongly influenced by the latex files which [@kdungs](https://github.com/kdungs) used for his bachelor's thesis.

All used packages and commands are explained
in depth in the materials of the PeP et al. LaTeX Workshop:

Expand All @@ -28,4 +25,4 @@ or
$ make
```

For more information, have a look into [example.pdf](https://github.com/adryyan/ukthesis/blob/main/example.pdf)
For more information, have a look into [example.pdf](https://github.com/exp4-age/agethesis/blob/main/example.pdf)
4 changes: 2 additions & 2 deletions ukthesis.cls → agethesis.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\ProvidesClass{ukthesis}[2023/10/06 v0.9 wrapper to scrbook for thesis at UK]
% Option for tu colors:
\ProvidesClass{agethesis}[2023/10/06 v0.9 wrapper to scrbook for thesis at AGE]
% Option for unikasselversity colors:
\newif\if@ukcolor\@ukcolorfalse
\DeclareOption{ukcolor}{\@ukcolortrue}

Expand Down
2 changes: 1 addition & 1 deletion content/hints.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ \section*{Hinweise}

Eine aktuelle Version dieser Vorlage steht unter
\begin{center}
\ttfamily\url{https://github.com/adryyan/ukthesis}
\ttfamily\url{https://github.com/exp4-age/agethesis}
\end{center}
zur Verfügung.

Expand Down
Binary file modified example.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
parskip=half, % new paragraphs start with half line vertical space
open=any, % chapters start on both odd and even pages
cleardoublepage=plain, % no header/footer on blank pages
]{ukthesis}
]{agethesis}


% Warning, if another latex run is needed
Expand Down

0 comments on commit 8b32623

Please sign in to comment.