Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nico-bachner/md-paper
CLI for writing scientific papers in markdown.
https://github.com/nico-bachner/md-paper
cli latex markdown pandoc pdf tex yaml
Last synced: 29 days ago
JSON representation
CLI for writing scientific papers in markdown.
- Host: GitHub
- URL: https://github.com/nico-bachner/md-paper
- Owner: nico-bachner
- License: mit
- Created: 2020-09-09T11:15:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T09:13:12.000Z (almost 4 years ago)
- Last Synced: 2023-10-21T00:44:38.919Z (about 1 year ago)
- Topics: cli, latex, markdown, pandoc, pdf, tex, yaml
- Language: Shell
- Homepage: https://nicobachner.com/md-paper
- Size: 34 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Paper
A CLI tool to write scientific papers in Markdown. Initially, it was designed to be an easily customisable all-in-one compiler from Markdown to PDF via LaTeX, but has become more opinionated over time.Uses [pandoc](https://pandoc.org) and [pdflatex](https://www.latex-project.org) under the hood.
*Only designed to work on macOS, but should theoretically also work on Linux.*
## Usage
Read the [documentation](docs/README.md) or the [web docs](https://md-paper.nicob.dev/docs)## Contributing
Check out [CONTRIBUTING.md](CONTRIBUTING.md) for ways to contribute to this project