diff --git a/README.md b/README.md index a573bee..40b6da2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/adsphd.cls b/adsphd.cls index cd5fbbf..86aeb8f 100644 --- a/adsphd.cls +++ b/adsphd.cls @@ -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 @@ -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 diff --git a/run.py b/run.py index ec104df..ac4ebe1 100755 --- a/run.py +++ b/run.py @@ -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. #