Awesome Scientific Writing Overview
:keyboard: A curated list of awesome tools, demos and resources to go beyond LaTeX
🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 writing-resources/awesome-scientific-writing · ⭐ 998 · 🏷️ Miscellaneous
Awesome Scientific Writing 
Scientific writing can extend beyond LaTeX, made possible by formats, such as Markdown (and its many flavours), reStructuredText and Jupyter notebooks.
🔖 means ability to seamlessly cite references.
🔗 means ability to cross-reference figures and sections within the document.
Contents
- Word Processors
- Bibliography
- Illustrations
- Converters and Filters
- Spell Checking and Linting
- Templates
- Tutorials
- Other Lists
Word Processors
- Marktext (⭐61k) - Markdown text editor.
- R Studio (⭐5.1k) - IDE for R.
- bookdown (⭐4.1k) - R package to facilitate writing books and long-form articles, reports with R Markdown 🔖 🔗.
- R Markdown - R package to write R next to Markdown 🔖 🔗.
- Vim - Command line text editor.
- fzf-bibtex (⭐132) - BibTeX source with Vim integration which uses fzf (a fuzzy finder implemented in Go).
- vim-pandoc (⭐966) - Pandoc integration and utilities for Vim.
- vim-pandoc-syntax (⭐427) - Pandoc syntax highlighting for Vim.
- Visual Studio Code - Popular IDE with Markdown support.
- Markdown All in One (⭐3.3k) - Extension for enhanced Markdown support in VSCode, such as preview and auto completion to name a few.
- Markdown Preview Enhanced (⭐4.4k) - Pandoc integration and utilities.
- Zettlr - Markdown editor which integrates CSL, BibLaTeX, Pandoc and many other tools 🔖 🔗.
Bibliography
Reference managers to generate citations, BibTeX, and BibLaTeX files.
- Citation Style Language (CSL) styles - Crowdsourced repository with over 9000 free CSL citation styles and an online editor to create new ones.
- citecheck (⭐3) - Command-line tool that matches BibTeX, RIS, and CSL-JSON references against Crossref and OpenAlex and flags retractions reported by Crossref.
- JabRef - Open source bibliography reference manager.
- ScholarRef (⭐1) - Convert citation styles
(APA 7, Harvard, Vancouver) directly inside Word
.docxfiles. - Zotero - FOSS tool to collect, organize, cite, and
share research.
- Better BibTeX for Zotero - Enhanced BibTeX / BibLaTeX integration for Zotero.
- Zotero OCR (⭐821) - Plugin that makes scanned PDFs searchable using Tesseract OCR and Poppler.
- ZoteroBib - Online bibliography reference manager.
Illustrations
Drawing illustrations themselves has driven many a scientist mad. Fortunately, there are formal languages with which one can create beautiful graphics.
- app.diagrams.net - Open source, online, desktop and container deployable diagramming software named draw.io.
- graphviz - Visualization software for graphs and networks which uses a domain-specific DOT language.
- Mermaid Live Editor - Define simple diagrams instead of drawing them.
- Vega Lite - Define charts and more complex diagrams.
- PlantUML - Define UML diagrams instead of drawing them.
Converters and Filters
Supplementary files and tools.
- Cicero - Python package which renders HTML presentations from Markdown source using remark or reveal.js 🔗.
- docutils - Python package which can convert reStructuredText into various formats and provides command-line tools to do it 🔗.
- Jupyter Book - A static site generator which converts a collection of CommonMark, MyST markdown and Jupyter notebooks into a HTML website.
- Manubot - Workflow for writing and publishing scholarly manuscripts with Markdown, persistent-identifier citations, and reproducible builds.
- latex2arxiv (⭐5) - Command-line tool which converts a LaTeX project into an arXiv-ready ZIP: prunes unused files, strips comments and draft markup, and flags arXiv submission blockers before upload.
- MyST - Markedly Structured Text, a superset of CommonMark markdown with reStructuredText like features.
- MyST Markdown CLI - Command-line tools for building scientific documents from MyST Markdown with citations, cross-references, and HTML, PDF, and Word output.
- nbconvert - Convert Jupyter
notebooks into
reveal.jspresentations, PDF, HTML, Markdown, reStructuredText and more. - pandoc - Haskell library for converting from
one markup format to another, and a command-line tool that uses this
library 🔖 🔗.
- Pandoc filters (⭐46k) - List of addons to pandoc which implement extra features such as citations and cross-references.
- Panflute - Pythonic alternative to John MacFarlane's pandocfilters.
- Quarto - Compile R Markdown, and Jupyter Notebooks to PDFs, Slides and Websites. Supports R, Python, and Julia 🔖 🔗.
- Typst (⭐56k) - Markup-based typesetting system with math, bibliography management, and fast incremental compilation to PDF.
Spell Checking and Linting
- GNU Aspell - Command line spell checker.
- Hunspell - Command line spell checker.
- LanguageTool - Open source grammar, style and spell Checker.
- LanguageCheck (⭐111) - Analyses scientific LaTeX papers, suggesting improvements from a list of common mistakes/ambiguities, tense consistency, a vs. an, spell check, and paragraph topic sentences.
- Markdown lint tool (⭐2.1k) - Markdown linter.
- proselint (⭐4.6k) - Linter for prose.
- remarklint (⭐1k) - Markdown linter.
- restructuredtext-lint (⭐183) - reStructuredText linter.
- textlint - Pluggable linting tool for text and Markdown.
- textidote - Spelling, grammar and style checking on LaTeX documents.
- Vale (⭐6.1k) - Free, open-source linter for prose built with speed and extensibility in mind.
- write-good (⭐5.1k) - Naive linter for English prose.
Templates
Reusable minimalist examples.
Articles
- Paper Templates for GitHub Pages (⭐2) - Markdown-based templates for papers and RESUME/CVs, publishing with GitHub Pages.
Books
- bookdown-demo (⭐533) - Minimal example of a book based on R Markdown and bookdown.
- Eisvogel (⭐7.2k) - Clean academic pandoc LaTeX template.
- Template for writing a PhD thesis in Markdown (⭐1.3k) - Clean organization of files to provide a framework for writing a PhD thesis in mostly Markdown with a little bit of LaTeX, and compiled with Pandoc.
Tutorials
How to generate articles and presentations for scientific purposes.
- 3 frameworks into one — Write your next paper with R Studio! - Article provides an overview to a workflow that combines R Markdown (bookdown), Zotero (literature management), and Notion (note taking on research papers) to write academic papers.
- Book on Riemann solvers (⭐294) - This
example uses a custom
nbconverttemplate and shows how to store your notebooks with no output (for version control) while automatically executing them before runningbookbook, so that PDF and HTML versions include the output. - Dennis Tenen and Grant Wythoff - Sustainable Authorship in Plain Text using Pandoc and Markdown.
- Heads up! Quarto is here to stay. Immediately combine R & Python in your next document - Summary of the capabilities of Quarto, why to use it, and how it compares to R Markdown. Also contains tips for M1 Mac users on how to fix a common problem with reticulate.
- Write your dissertation in RMarkdown - Step-by-step guide on creating a complex pdf document, including text, figures, references, images, formatting, and more.
- Writing scientific papers for ACPD using Emacs Org-mode - Detailed tutorial on authoring a paper by seamlessly integrating with LaTeX commands within Org-mode.
Other Lists
Contribute
Contributions welcome! Read the contribution guidelines first.