scientific-latex-formatter

Convert Markdown manuscripts into LaTeX documents with journal templates.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-latex-formatter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-latex-formatter
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-latex-formatter
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-latex-formatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Markdown manuscripts can be tedious to convert into journal-ready LaTeX format with correct templates, citations, and formatting; this skill automates that workflow to save time and reduce errors.

Core Features & Use Cases

  • Markdown → LaTeX conversion that preserves sections, emphasis, equations, figures, and references.
  • Journal template adaptation for common publishers (Nature, Science, ACS, IEEE, Elsevier, RevTeX) and generation of a complete output package (tex, bib, figures).
  • Use Case: researchers prepare a Markdown manuscript and want a ready-to-submit LaTeX project that compiles with a chosen journal style.

Quick Start

Convert your Markdown manuscript (manuscript.md) into a ready-to-submit LaTeX project.

Frequently Asked Questions about scientific-latex-formatter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a Markdown manuscript to LaTeX for journal submission?

The conversion preserves sections, emphasis, equations, figures, tables, and references. It outputs a complete package containing manuscript.tex, references.bib, and figures, ready to compile with a chosen journal style.

Which journal templates are supported for LaTeX manuscript generation?

Supported journal templates include common publishers like Nature, Science, ACS, IEEE, Elsevier, and RevTeX. The conversion applies the chosen style to generate a ready-to-submit LaTeX project.

Does Markdown to LaTeX conversion support cross-references and citations?

Yes, Markdown to LaTeX conversion supports equations, figures, tables, citations, and cross-references with crossref integration. It generates a references.bib file to manage bibliography data.

What is included in the output package when converting Markdown to LaTeX?

The output package includes manuscript.tex, references.bib, and figures. This complete package compiles directly with your selected journal style for immediate submission readiness.

Why convert Markdown to LaTeX instead of writing LaTeX directly for journals?

Converting Markdown to LaTeX automates the tedious workflow of applying correct templates, citations, and formatting. This reduces manual errors and saves time when preparing journal-ready documents.

Can I use this Markdown to LaTeX converter without any external dependencies?

Yes, the Markdown to LaTeX converter operates without external dependencies. You provide your Markdown manuscript and select a journal template to generate the complete output package.