https://github.com/yegor256/lecture-notes
LaTeX package for my lecture notes (and some presentations too)
https://github.com/yegor256/lecture-notes
latex lecture-notes makefile
Last synced: 12 months ago
JSON representation
LaTeX package for my lecture notes (and some presentations too)
- Host: GitHub
- URL: https://github.com/yegor256/lecture-notes
- Owner: yegor256
- License: mit
- Created: 2024-10-23T09:31:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-29T16:09:41.000Z (about 1 year ago)
- Last Synced: 2025-05-29T17:49:35.963Z (about 1 year ago)
- Topics: latex, lecture-notes, makefile
- Language: TeX
- Homepage:
- Size: 153 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Supplementaries for My Lecture Notes
[](https://github.com/yegor256/lecture-notes/actions/workflows/test.yml)
[](https://github.com/yegor256/lecture-notes.sty/blob/master/LICENSE.txt)
If you want to use it too, just add it as a Git [submodule][submodule]
to your repo:
```bash
git submodule add https://github.com/yegor256/lecture-notes
```
Then, use this package in the `.tex` file:
```tex
\usepackage{lecture-notes/notes}
```
I'm using this [`notes.sty`][sty] file in almost all
my lecture notes, including:
* [Software Quality Metrics (SQM)](https://github.com/yegor256/sqm)
* [Pain of OOP](https://github.com/yegor256/sqm)
* [Practical Program Analysis](https://github.com/yegor256/ppa)
* [Open Source Best Practices](https://github.com/yegor256/osbp)
[sty]: https://raw.githubusercontent.com/yegor256/lecture-notes/refs/heads/master/notes.sty
[submodule]: https://git-scm.com/book/en/v2/Git-Tools-Submodules