latex-academic-publisherlisted
Install: claude install-skill NguyenAn2812/latex-academic-publisher
# LaTeX Academic Publisher Skill
Transforms structured research content (outline, draft sections, references) into publication-ready, compilable LaTeX documents with journal-specific formatting.
---
## 1. When This Skill Activates
- User says: "compile this paper", "generate LaTeX", "format for IEEE/MDPI"
- User provides `.tex` files, `.bib` files, or asks to create a paper from an outline
- User needs to fix compilation errors, add references, or restructure a LaTeX project
- User wants to convert a draft into a specific journal template
## 2. Workflow Overview (Stage 7 — Formatting & Submission Ready)
This skill operates as the final formatting stage in the research workflow. It expects input from earlier stages (outline, content draft, references) and produces a compilable LaTeX project.
```
[Outline + Draft + References] → [LaTeX Skill] → [Journal-Ready PDF]
```
### Workflow Stages
| Step | Action | Description |
|------|--------|-------------|
| 1 | `init` | Initialize project structure with template |
| 2 | `preamble` | Generate preamble + metadata |
| 3 | `sections` | Write/import each section (one at a time) |
| 4 | `references` | Set up .bib file and citation keys |
| 5 | `figures` | Handle figures, tables, captions |
| 6 | `compile` | Compile → fix errors → final PDF |
---
## 3. Project Structure
```
{project-name}/
├── main.tex # Entry point (\include all sections)
├── preamble.tex # Packages, macros, configuration
├── metada