summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jslectureplanner/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/jslectureplanner/README')
-rw-r--r--Master/texmf-dist/doc/latex/jslectureplanner/README24
1 files changed, 22 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/jslectureplanner/README b/Master/texmf-dist/doc/latex/jslectureplanner/README
index 626e6e34fd6..4fd16bd10f5 100644
--- a/Master/texmf-dist/doc/latex/jslectureplanner/README
+++ b/Master/texmf-dist/doc/latex/jslectureplanner/README
@@ -29,7 +29,8 @@ bibliography via biblatex.
The package consists of the following files:
* jslectureplanner.sty (the LaTeX package)
-* german-default.lps (German style file)
+* german-default.lps (German 'model' style file with default settings)
+* cologne.lps (German style file attempted at the Univ. of Cologne)
* jslectureplanner.pdf (package documentation)
* jslectureplanner.tex (documentation source)
* README (this very file)
@@ -59,8 +60,27 @@ instructions; also have a look at the example files.
== CHANGES ==
+* V. 1.0.1 (2015-02-27): - Fix a regression introduced by v. 1.0 (\leccancel not properly
+ expanded).
+
+* V. 1.0 (2015-02-27): - Lecture types and term types are not hardcoded anymore and can
+ be freely modified and extended via \DefLecType and \DefSemType.
+ - Add option to add the instructor's name to both the course
+ (via \LecInstructor or 'instructor' package option) and to
+ specific sessions (via 'instructor' option of \NewSession).
+ - Add option to add names of presenting students to a session
+ (via 'presstudents' option).
+ - Add option to record the office number (\SetOfficeNumber
+ or 'officenumber' package option) [github issue #3].
+ - Add option to automatically shift all subsequent sessions by
+ a certain value after every nth session (\SetAutoOffset).
+ [github issue #2]
+ - Fix expansion issue in 'options' option of
+ \makebeamerprogram.
+ - Add 'cologne' style file.
+
* V. 0.9 (2015-02-08): - Add a way to adjust the interval between two sessions
- ('interval' package option and \LecInternal macro).
+ ('interval' package option and \LecInterval macro).
- Add a way to shift session dates from the regular
interval (\SetLecOffset).
- Rename option 'weeks' of the \SetBreaks macro to 'units'