Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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