https://github.com/edoars/finite-fields-notes
LaTeX notes for the undergraduate Finite Fields course at University of Trento
https://github.com/edoars/finite-fields-notes
finite-fields latex-notes math notes
Last synced: 3 months ago
JSON representation
LaTeX notes for the undergraduate Finite Fields course at University of Trento
- Host: GitHub
- URL: https://github.com/edoars/finite-fields-notes
- Owner: edoars
- License: mit
- Created: 2022-09-04T15:06:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T15:07:14.000Z (almost 4 years ago)
- Last Synced: 2025-10-24T13:05:49.709Z (8 months ago)
- Topics: finite-fields, latex-notes, math, notes
- Language: TeX
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Finite Fields notes
Notes for the undergraduate Finite Fields course (Algebraic Cryptography - Mod 2) at University of Trento, academic year 2017/2018.
The pdf file is available in the Releases.
## Manual build
The notes are compiled via latexmk with the custom class `edoars-notes.cls` found in this repository as a submodule. You will need to have an up-to-date distribution of LaTeX and the Latexmk utility.
First clone the repository and submodules:
``` sh
git clone --recurse-submodules https://github.com/edoars/finite-fields-notes
```
Then build the notes with `make`:
``` sh
make all
```
The latex document will be compiled into `main.pdf`.