Skip to content

Commit

Permalink
Bump version to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Dec 16, 2024
1 parent ce8a959 commit 6e2dbd8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ doctoral schools (November 2024).

There is a new (experimental) option `helveticaneue` to follow the new style
that uses Helvetica Neue (otherwise Helvetica is used). If you activate this
option, make sure to compile using `lualatex` or `xelatex`. These compilers
have access to the fonts on your computers.
option, make sure to install the Helvetica Neue font and compile using
`lualatex` or `xelatex`. These compilers have access to the fonts on your
computers.


Information
Expand All @@ -44,7 +45,7 @@ The directory structure looks like this

* `thesis.tex`: Main tex file for the final booklet.
* `adsphd.cls`, `adsphd.cfg`: The thesis class and configuration.
* `run.py`: Simple compilation script.
* `run.py`: Simple compilation script (alternative to make).
* `Makefile`
* `Makefile.settings`: This file contains file names and other
settings used by make.
Expand Down
4 changes: 2 additions & 2 deletions adsphd.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%
%% Copyright (C) 2009-2024 by KU Leuven
%% Copyright (C) 2009-2025 by KU Leuven
%% Wannes Meert, Yves Frederix, Bart Vandewoestyne, ...
%%
%% This file may be distributed and/or modified under the
Expand All @@ -15,7 +15,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2009/09/24]
\ProvidesClass{adsphd}
[2024/11/14 v1.4 Standard KU Leuven Arenberg Doctoral School PhD class]
[2024/12/16 v2.0 Standard KU Leuven Arenberg Doctoral School PhD class]

\newif\ifshellescape

Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# encoding: utf-8
#
# Copyright (C), 2012-2014 by Wannes Meert, KU Leuven
# Copyright (C), 2012-2025 by Wannes Meert, KU Leuven
#
# Very naive compilation script for the ADSPHD class.
#
Expand Down

0 comments on commit 6e2dbd8

Please sign in to comment.