Skip to content

Commit 9789d6c

Browse files
committed
v3.2
1 parent 5a70625 commit 9789d6c

15 files changed

+120
-3600
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 V.H. Belvadi
3+
Copyright (c) 2017--2025 V.H. Belvadi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**Webpage:** [http://vhbelvadi.com/latex-lecture-notes-class/](http://vhbelvadi.com/latex-lecture-notes-class)
1111

12-
**Current release:** v3.1 <a href="https://github.com/vhbelvadi/LaTeX-lecture-notes-class/releases/latest"><img src="https://img.shields.io/badge/Download-latest%20release-brightgreen.svg" style="vertical-align: text-bottom;margin-left: 24px;"></a>
12+
**Current release:** v3.2 <a href="https://github.com/vhbelvadi/LaTeX-lecture-notes-class/releases/latest"><img src="https://img.shields.io/badge/Download-latest%20release-brightgreen.svg" style="vertical-align: text-bottom;margin-left: 24px;"></a>
1313

1414
**Legacy release:** For `pdfLaTeX` support please [use v2](https://github.com/vhbelvadi/LaTeX-lecture-notes-class/releases/tag/v2.6).
1515

@@ -68,8 +68,8 @@ The document class `lecture` calls this class file. Options for the class are as
6868
Only setting a title is compulsory. All other data (e.g. subtitle, course code, speaker, dates, seasons, author etc. are optional.)
6969
Some of these are used to set up the head of your document (e.g. season), headers of your pages (e.g. short title) and pdf attributes (e.g. subject data is only for the pdf metadata).
7070

71-
Take a look at the [Sample.tex](Sample/Sample.tex) file for an example of how these lines are used in a source file and for details of exactly what each command does.
72-
Also look at the [Sample.pdf](Sample/Sample.pdf) output file to see how (great) things will look in the end.
71+
Take a look at the [lecturenotes-sample.tex](sample/lecturenotes-sample.tex) file for an example of how these lines are used in a source file and for details of exactly what each command does.
72+
Also look at the [lecturenotes-sample.pdf](sample/lecturenotes-sample.pdf) output file to see how (great) things will look in the end.
7373

7474
**NB** Not all commands are shown in the sample files though most are.
7575

@@ -143,6 +143,11 @@ There are some additional commands you can use _inside your document_, i.e. with
143143

144144
### Version history
145145

146+
### 3.2
147+
- Style file merged into class: the package now functions as a single `.cls` file
148+
- Minor changes in repo structure for CTAN
149+
- Documentation updated to reflect new structure using just one `.cls` file
150+
146151
### 3.1
147152
**NB** Minor breaking change.
148153
- In preparation for CTAN this package is now called `lecturenotes` instead of `lecture` (I was informed by CTAN maintainers that the latter could cause confusion with existing `lectures` and `lecturer` classes and I am inclined to agree). **The only change you will need to make in existing documents** is to invoke the `lecturenotes` class instead of `lecture` as follows:

Sample/.texpadtmp/Sample.aux

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)