LaTeX-lecture-notes-class icon indicating copy to clipboard operation
LaTeX-lecture-notes-class copied to clipboard

A LaTeX document class for lecture notes (for a seminar, for an entire course with several lectures, or for brief talks) that looks great and works even with basic pdflatex.

Results 5 LaTeX-lecture-notes-class issues
Sort by recently updated
recently updated
newest added

- Loading inputenc with utf8x causes a serious error that prevents compilation. - Seems to be a new bug, see https://github.com/latex3/latex2e/issues/833. - Loading 'utf8' works.

There will be errors when using Palatino since `\otherscshape` is only defined in the package `kpfonts`.

Here [` \ifthenelse{\isundefined{\season}}{% If season not defined`](https://github.com/vhbelvadi/LaTeX-lecture-notes-class/blob/b3f77959fb199f2f4d4f94821b88fc94a24f4ec0/lecture.cls#L501) `\season` is always defined before at [ ` \ifthenelse{\isundefined{\notes@season}}{\season{}}{}`](https://github.com/vhbelvadi/LaTeX-lecture-notes-class/blob/b3f77959fb199f2f4d4f94821b88fc94a24f4ec0/lecture.cls#L409) So the displaying of dates will always be skipped.

Branching out the second issue pointed out in #4 to make it easier to troubleshoot.

Hello. I usually use XeLaTeX, so I tried to compile the sample tex file with XeLaTeX. It first gives errors related to the package `microtype`, so I deleted the parts...