Write beautiful academic texts with the distraction-free Pandoc Markdown and typademic.
Pandoc markdown templates for academic articles, presentations and theses to write distraction-free while maintaining beautiful typesetting.
| from md | article | presentation | thesis | | :— | :—–: | :—–: | :—–: | | | | | | | to html | | | | | to docx | | | | | to epub | | | | | to pdf | | | | | to pptx | | | | | to tex | | | |
Follow the The Markdown Guide and make sure you have a Markdown editor like Zettlr and a Bibtex editor like JabRef installed.
Run workflow
in the top right cornerInstall all prerequisites
Open your command line and execute on of the following commands.
make all
to build all documentsmake article
to build the articlemake article-docx article-pdf article-tex
to build the article in different formatsmake presentation
to build the presentationmake presentation-html presentation-pdf presentation-pptx presentation-tex
to build the presentation in different formatsmake thesis
to build the thesismake thesis-docx thesis-epub thesis-pdf thesis-tex
to build the thesis in different formatsmake help
to get a list of all available commandsInstall the latest version of Node and all dependencies.
npm install
To use linting and formatting, use the following commands.
npm run check
npm run format
Change the variables in the frontmatter in article/article.md, presentation/presentation.md or thesis/00.md to configure your document.
author:
- '[Eleanor Roosevelt](eleanor.eoosevelt@domain.com)'
- '[John Peters Humphrey](jph@domain.com)'
bibliography: references.bib # bibliography to use for resolving references
csl: https://www.zotero.org/styles/chicago-note-bibliography
date: 1 January 2023
keywords: # list of keywords to be included in HTML, PDF, ODT, pptx, docx and AsciiDoc metadata; repeat as for author, above
lang: en-US
Change the default files to your needs:
Use Conventional Commits for adding human and machine readable meaning to commit messages. To use commitizen, use the following commands.
npm run commit
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 |
.github/workflows/pandoc.yml
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.
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