Write beautiful academic texts with the distraction-free Pandoc Markdown and typademic.
Read the documentation and make sure you have a Markdown editor like Atom.io and a Bibtex editor like JabRef installed.
Use with typademic online (BEGINNER)
- Download the academic-pandoc-template
- Edit
/template/academic-pandoc-template.md
according to the Markdown guide with your favorite Markdown editor - Edit
/template/references.bib
with your favorite Bibtex editor - Upload all files in
/template/
to typademic and convert it to PDF or Docx - Be happy!
Install all prerequisites
Open your command line, navigate to /template/
and execute the following commands.
pandoc academic-pandoc-template.md --output academic-pandoc-template.pdf --from markdown+tex_math_single_backslash --pdf-engine xelatex --filter pandoc-citeproc --standalone
pandoc academic-pandoc-template.md --output academic-pandoc-template.docx --from markdown+tex_math_single_backslash --pdf-engine xelatex --filter pandoc-citeproc --standalone
This project is maintained by @maehr. Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.
Type | Platforms |
---|---|
🚨 Bug Reports | GitHub Issue Tracker |
🎁 Feature Requests | GitHub Issue Tracker |
🛡 Report a security vulnerability | GitHub Issue Tracker |
No changes are currently planned.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Moritz Mähr - Initial work - maehr
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details