README update and minor fix

This commit is contained in:
bursa-pastoris 2023-03-01 18:40:23 +01:00
parent 360f29fd5c
commit 44c3b6d150
1 changed files with 10 additions and 4 deletions

View File

@ -1,14 +1,19 @@
`uninotes` is a cleaned-up and reworked version of a LaTeX class I used in the
past to write university notes. It's based on `scrbook`, `classicthesis` and
`arsclassica` and does not do anything special: it just loads and configures
packages, plus some customization. I used it just to avoid rewriting the same
tens of rows whenever I started a new note book.
past to write university lceture notes. Today I maintain it for some of them
that I distribute.
It's based on `scrbook`, `classicthesis` and `arsclassica` and does not do
anything special: it just loads and configures packages, plus some
customization. I use it just to avoid rewriting the same tens of rows whenever
I started a new note book.
## Features
`uninotes` provides the following features. Most of them are just package
loadings.
- some units of measurement that `siunitx` doesn't provide (cal, €, l, q)
- custom layout with `scrbook`, `classicthesis` and `arsclassica`
- encoding with `inputenc` (UTF8) and `fontenc` (T1)
- footnotes with custom symbols[^fn_symbols]
@ -39,6 +44,7 @@ passed.
Of course, any other needed package can be passed in the preamble.
## License
`uninotes` is released under the [Expat license](./LICENSE).