# Latex Paper

> A Claude skill from xingxingxingxin/prometheus-research-skill.

- **Type:** Skill
- **Install:** `agentstack add skill-xingxingxingxin-prometheus-research-skill-latex-paper`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [xingxingxingxin](https://agentstack.voostack.com/s/xingxingxingxin)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [xingxingxingxin](https://github.com/xingxingxingxin)
- **Source:** https://github.com/xingxingxingxin/prometheus-research-skill/tree/master/scripts/Core/skills/latex-paper

## Install

```sh
agentstack add skill-xingxingxingxin-prometheus-research-skill-latex-paper
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# LaTeX Paper Formatting Skill

Convert Markdown research papers to LaTeX format for academic publication.

## Usage

```
/latex-paper [options]
```

### Options

- `--input, -i`: Input Markdown file or directory
- `--output, -o`: Output LaTeX file or directory
- `--template, -t`: Target template (neurips, icml, acl, aaai, iclr)
- `--compile, -c`: Compile to PDF after conversion
- `--check, -C`: Run quality checks only

### Examples

```bash
# Convert single file
/latex-paper -i paper.md -o paper.tex -t neurips

# Convert entire paper
/latex-paper -i paper/ -o latex/ -t icml --compile

# Quality check only
/latex-paper -C -i latex/
```

## Features

1. **Markdown to LaTeX Conversion**
   - Section headers
   - Math equations
   - Figures and tables
   - Citations

2. **Template Support**
   - NeurIPS 2024
   - ICML 2024
   - ACL 2024
   - AAAI 2024
   - ICLR 2024

3. **BibTeX Generation**
   - Extract citations from Markdown
   - Generate .bib file
   - Validate references

4. **Quality Checks**
   - Compilation validation
   - Reference checking
   - Format compliance

## Workflow

1. Read Markdown input
2. Convert to LaTeX using pypandoc
3. Apply conference template
4. Process figures and tables
5. Generate BibTeX
6. Compile to PDF (optional)
7. Run quality checks

## Dependencies

- pypandoc
- pylatex (optional)
- XeLaTeX or pdfLaTeX

## Installation

```bash
pip install pypandoc pylatex
# Install Pandoc from https://pandoc.org/installing.html
# Install LaTeX distribution (MiKTeX, TeX Live, or MacTeX)
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [xingxingxingxin](https://github.com/xingxingxingxin)
- **Source:** [xingxingxingxin/prometheus-research-skill](https://github.com/xingxingxingxin/prometheus-research-skill)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-xingxingxingxin-prometheus-research-skill-latex-paper
- Seller: https://agentstack.voostack.com/s/xingxingxingxin
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
