|
9 | 9 |
|
10 | 10 | **Webpage:** [http://vhbelvadi.com/latex-lecture-notes-class/](http://vhbelvadi.com/latex-lecture-notes-class) |
11 | 11 |
|
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> |
13 | 13 |
|
14 | 14 | **Legacy release:** For `pdfLaTeX` support please [use v2](https://github.com/vhbelvadi/LaTeX-lecture-notes-class/releases/tag/v2.6). |
15 | 15 |
|
@@ -68,8 +68,8 @@ The document class `lecture` calls this class file. Options for the class are as |
68 | 68 | Only setting a title is compulsory. All other data (e.g. subtitle, course code, speaker, dates, seasons, author etc. are optional.) |
69 | 69 | 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). |
70 | 70 |
|
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. |
73 | 73 |
|
74 | 74 | **NB** Not all commands are shown in the sample files though most are. |
75 | 75 |
|
@@ -143,6 +143,11 @@ There are some additional commands you can use _inside your document_, i.e. with |
143 | 143 |
|
144 | 144 | ### Version history |
145 | 145 |
|
| 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 | + |
146 | 151 | ### 3.1 |
147 | 152 | **NB** Minor breaking change. |
148 | 153 | - 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: |
|
0 commit comments