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

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).

Awesome Lists containing this project

README

          



Math Notes


Notes from some math lectures.



Workflow: Book Deployment

## 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!