Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-15T19:54:32.000Z (22 days ago)
- Last Synced: 2024-12-15T20:32:22.173Z (22 days ago)
- Topics: latex, lecture-notes, makefile
- Language: TeX
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Supplementaries for My Lecture Notes
[![test](https://github.com/yegor256/lecture-notes/actions/workflows/test.yml/badge.svg)](https://github.com/yegor256/lecture-notes/actions/workflows/test.yml)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](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.sty
```They, 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