latex-paper-conversion

This skill should be used when the user asks to convert an academic paper in LaTeX from one format (e.g., Springer, IPOL) to another format (e.g., MDPI, IEEE, Nature). It automates extraction, injection, fixing formatting, and compiling.

Content Preview
---
name: latex-paper-conversion
description: "This skill should be used when the user asks to convert an academic paper in LaTeX from one format (e.g., Springer, IPOL) to another format (e.g., MDPI, IEEE, Nature). It automates extraction, injection, fixing formatting, and compiling."
risk: safe
source: community
date_added: "2026-03-14"
---

# LaTeX Paper Conversion

## Overview

This skill automates the tedious and recurring process of converting an academic paper written in LaTeX from one pub
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/latex-paper-conversion.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/latex-paper-conversion/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/latex-paper-conversion/SKILL.md

Related Skills