https://github.com/erhant/math-notes
My notes related to Number Theory (and more soon).
https://github.com/erhant/math-notes
blog markdown mathematics mdbook
Last synced: 8 months ago
JSON representation
My notes related to Number Theory (and more soon).
- Host: GitHub
- URL: https://github.com/erhant/math-notes
- Owner: erhant
- License: mit
- Created: 2024-02-21T15:38:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T19:32:39.000Z (over 1 year ago)
- Last Synced: 2024-12-17T23:08:43.299Z (10 months ago)
- Topics: blog, markdown, mathematics, mdbook
- Language: Markdown
- Homepage: https://math.erhant.me
- Size: 334 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Math Notes
Notes from some math lectures.
## Setup
We use [mdBook](https://github.com/rust-lang/mdBook) along with several plugins:
- [mdbook-katex](https://github.com/lzanini/mdbook-katex) for math displays.
- [mdbook-mermaid](https://github.com/badboy/mdbook-mermaid) for MermaidJS renders.
- [mdbook-toc](https://github.com/badboy/mdbook-toc) for table of contents.
- [css](./custom.css) is a custom CSS to align Mermaid outputs to center.## Usage
After setup is complete, you can use the following commands:
```sh
# serve
mdbook serve --open# build
mdbook build
```> [!TIP]
>
> You can also these scripts via `make`.## Contributions
Feel free to open an issue or a pull-request for any fixes or additions!