Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edoars/multivariate-calculus-notes

LaTeX notes (in italian) for the undergraduate Multivariate Calculus course at University of Roma Tre
https://github.com/edoars/multivariate-calculus-notes

calculus latex-notes math multivariate-calculus notes

Last synced: 1 day ago
JSON representation

LaTeX notes (in italian) for the undergraduate Multivariate Calculus course at University of Roma Tre

Awesome Lists containing this project

README

        

# Multivariate calculus notes

Notes (in italian) for the undergraduate multivariate calculus course (AM220 - Analisi IV) at University of Roma Tre, academic year 2015/2016.

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/multivariate-calculus-notes
```

Then build the notes with `make`:

``` sh
make all
```

The latex document will be compiled into `main.pdf`.