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

https://github.com/zebraalgebra/convex-analysis-notes

LaTeX files to my convex analysis note following Bertsekas' text. The latest pdf can be found in the following google drive link.
https://github.com/zebraalgebra/convex-analysis-notes

convex-analysis learning-notes

Last synced: 14 days ago
JSON representation

LaTeX files to my convex analysis note following Bertsekas' text. The latest pdf can be found in the following google drive link.

Awesome Lists containing this project

README

          

# Convex analysis notes.

## Dependencies

Requires `texlive`, `biber`.

## Workflow on Neovim + VimTex

One can use `\ + l + l` to start compilation in continuous mode.

## More configs

Modify `.latexmkrc` for output file and the build process.

Modify the files in `sty` to specify other metadata, and packages.

## Content creation

Add entries and contents into the directory `src` and input them in `main.tex`.

Add bib entries in `ref.bib`.

## TODO

See the issues page.