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.
- Host: GitHub
- URL: https://github.com/zebraalgebra/convex-analysis-notes
- Owner: ZebraAlgebra
- Created: 2024-08-07T01:13:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:57:21.000Z (over 1 year ago)
- Last Synced: 2024-12-30T00:37:42.464Z (about 1 year ago)
- Topics: convex-analysis, learning-notes
- Language: TeX
- Homepage: https://drive.google.com/drive/folders/1LIo2TSpO3cyZ70t-df9wH7gtsHoRbBNA?usp=drive_link
- Size: 211 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.