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

https://github.com/web-dev-sam/mdtex

Write papers using Markdown in VSCode without needing to install (La)TeX.
https://github.com/web-dev-sam/mdtex

Last synced: about 1 year ago
JSON representation

Write papers using Markdown in VSCode without needing to install (La)TeX.

Awesome Lists containing this project

README

          

### First Setup
1. Open repo as VSCode dev container
2. Run `npm i`
3. Click on "Build MDTeX" *(wait for it to finish)*
4. Click on "Generate PDF" *(first run may fail due to missing packages, run again after)*
5. Save `main.md`
6. If it fails to generate PDF, try
- Running the latex command in terminal
- Restarting VSCode

### Workflow after First Setup
1. Open VSCode
2. Edit `main.md`
3. Save *(Save twice to see metadata updates like table of contents & references. Why? because latex is great)*

### Example
- **Your Markdown:** [doc/main.md](https://github.com/web-dev-sam/MDTeX/blob/main/doc/main.md)
- **Resulting PDF:** [doc/main.pdf](https://github.com/web-dev-sam/MDTeX/blob/main/doc/main.pdf)