Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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