Skip to content

Commit 0b11d6a

Browse files
committed
v3.1
1 parent 9ae7abe commit 0b11d6a

File tree

12 files changed

+3508
-8
lines changed

12 files changed

+3508
-8
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# except ..
66
!.gitignore
77
!Sample/
8-
!commons.sty
9-
!lecture.cls
8+
!lecturenotes-styles.sty
9+
!lecturenotes.cls
1010
!Icon
1111
!_config.yml
1212
!LICENSE

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Once you figure out where they should be placed in your TEXMFHOME tree, just mak
3737
Your documents based on this lecture class must adhere to the following blueprint:
3838

3939
```
40-
\documentclass[options]{lecture}
40+
\documentclass[options]{lecturenotes}
4141
4242
\title{}
4343
\subtitle{}
@@ -143,6 +143,13 @@ There are some additional commands you can use _inside your document_, i.e. with
143143

144144
### Version history
145145

146+
### 3.1
147+
**NB** Minor breaking change.
148+
- 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:
149+
```
150+
\documentclass[options]{lecturenotes}
151+
```
152+
146153
### 3.0
147154
**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).
148155
- LuaLaTeX support (highly recommended for opentype and native unicode support introduced in this version)

Sample/.texpadtmp/Sample.aux

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
\relax
2+
\providecommand\babel@aux[2]{}
3+
\@nameuse{bbl@beforestart}
4+
\providecommand\hyper@newdestlabel[2]{}
5+
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
6+
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
7+
\global\let\oldnewlabel\newlabel
8+
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
9+
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
10+
\AtEndDocument{\ifx\hyper@anchor\@undefined
11+
\let\newlabel\oldnewlabel
12+
\fi}
13+
\fi}
14+
\global\let\hyper@last\relax
15+
\gdef\HyperFirstAtBeginDocument#1{#1}
16+
\providecommand\HyField@AuxAddToFields[1]{}
17+
\providecommand\HyField@AuxAddToCoFields[2]{}
18+
\babel@aux{english}{}
19+
\providecommand\mph@setcol[2]{}
20+
\@writefile{toc}{\contentsline {section}{\numberline {1}Example section}{1}{section.1}\protected@file@percent }
21+
\def\mph@nr{1}
22+
\mph@setcol{ii:1}{\mph@nr}
23+
\@writefile{toc}{\contentsline {section}{\numberline {2}Another section by itself}{2}{section.2}\protected@file@percent }
24+
\newlabel{eq:velocity}{{1}{2}{Another section by itself}{equation.2.1}{}}
25+
\def\mph@nr{2}
26+
\mph@setcol{ii:2}{\mph@nr}
27+
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}This is a subsection by itself}{3}{subsection.2.1}\protected@file@percent }
28+
\@writefile{toc}{\contentsline {section}{\numberline {3}Yet another section}{3}{section.3}\protected@file@percent }
29+
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}And a subsection beneath it}{3}{subsection.3.1}\protected@file@percent }
30+
\def\mph@nr{3}
31+
\mph@setcol{ii:3}{\mph@nr}
32+
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}And now a subsection}{4}{subsection.3.2}\protected@file@percent }
33+
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.1}With a subsubsection following it}{4}{subsubsection.3.2.1}\protected@file@percent }
34+
\def\mph@nr{4}
35+
\def\mph@nr{5}
36+
\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces A table beautified by the \texttt {booktabs} package.}}{4}{table.1}\protected@file@percent }
37+
\newlabel{tab:mori}{{1}{4}{A table beautified by the \protect \texttt {booktabs} package}{table.1}{}}
38+
\mph@setcol{ii:4}{\mph@nr}
39+
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.2}This subsubsection is all by itself}{5}{subsubsection.3.2.2}\protected@file@percent }
40+
\mph@setcol{ii:5}{\mph@nr}
41+
\gdef\mph@lastpage{6}
42+
\csname mph@do@warn\endcsname
43+
\gdef \@abspage@last{5}

0 commit comments

Comments
 (0)