md2tex

仓库创建 2026年6月30日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

处理表格、公式、引用与期刊格式(如REVTeX/IEEE)的完整转换工具。

这个 Skill 做什么

将学术Markdown高保真地转换为适合期刊投稿的LaTeX文件。

把学术 Markdown 高保真地转换成适合投稿的 LaTeX (.tex) 文件,正确处理表格、图片、数学公式、引用和交叉引用。当需要把 .md 稿件转换为 REVTeX 或 IEEEtran 等期刊格式并生成可编译的 pdflatex 源时使用。特别注重学术细节和引用格式,目标是产出开箱即编译的 tex。

▸ 展开 SKILL.md 英文原文

Convert academic Markdown to LaTeX (.tex) with proper handling of tables, figures, math, citations, and cross-references. Use when the user wants to convert .md files to LaTeX for journal submission, especially with REVTeX or IEEEtran document classes. Triggers include "md to tex", "markdown to latex", "convert to tex", "生成 tex", "md 转 tex", "generate tex file". Produces compile-ready .tex with pdflatex.

内容创作Markdown转LaTeX论文投稿引用与交叉引用通用
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/zhangys11/agent-skills/main/skills/md2tex/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/zhangys11/agent-skills/main/skills/md2tex/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Markdown to LaTeX Converter (md2tex)

Convert academic Markdown manuscripts to LaTeX `.tex` files suitable for journal submission. Handles the full conversion pipeline: headers, bold/italic, pipe tables, images, display/inline math, bullet lists, Unicode special characters, and citation formatting.

## Quick Start

```bash
# Simple: convert a single .md to article-class .tex
python3 scripts/md2tex.py paper.md -o output/

# Choose document class preset
python3 scripts/md2tex.py paper.md -o output/ --class ieeetran
python3 scripts/md2tex.py paper.md -o output/ --class revtex

# Multi-file: main manuscript + appendix as supplemental
python3 scripts/md2tex.py main.md --appendix appendix.md -o 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有