Skip to content

Commit 5a70625

Browse files
authored
v3.1
Clarified sample code change in version history
1 parent 456c138 commit 5a70625

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ There are some additional commands you can use _inside your document_, i.e. with
147147
**NB** Minor breaking change.
148148
- 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:
149149
```
150-
\documentclass[options]{lecturenotes}
150+
\documentclass[options]{lecture} ===(becomes)===>> \documentclass[options]{lecturenotes}
151151
```
152+
Ideally this should mean editing just the very first line of your document(s).
152153

153154
### 3.0
154155
**NB** This update modernises this class with LuaLaTeX support. While this change is highly recommended and in line with the development of LaTeX3 itself, for older packages that need pdflatex support [continue using v2 instead](https://github.com/vhbelvadi/LaTeX-lecture-notes-class/releases/tag/v2.6).

0 commit comments

Comments
 (0)