latex-conference-template-organizer

Organize messy conference LaTeX template zip files into clean Overleaf-ready structures.

Updated Oct 7, 2022
One-click install
npx skills add https://github.com/tamagusko/linux-cfg --skill latex-conference-template-organizer-tamagusko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-conference-template-organizer
Source: https://github.com/tamagusko/linux-cfg/tree/main/dotfiles/claude/skills/latex-conference-template-organizer
Command: npx skills add https://github.com/tamagusko/linux-cfg --skill latex-conference-template-organizer-tamagusko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Official conference LaTeX templates arrive as cluttered zip archives full of sample content, instructional comments, and disorganized files, making it hard to start writing a paper or upload a clean project to Overleaf. ## Core Features & Use Cases - Template Analysis and Diagnosis: Extracts the zip, identifies the main .tex file via \documentclass detection, and flags redundant sample files, missing dependencies, and broken reference paths. - Structured Cleanup: Reorganizes content into a standard layout with main.tex, text/ sections, figures/, tables/, styles/, and bibliography files, stripping example content while preserving required packages and document class settings. - Conference-Specific Configuration: Handles anonymous submission setups such as KDD 2026 acmart with the nonacm option, and generates a README with submission requirements extracted from the conference website. - Use Case: You downloaded the KDD 2026 template zip and need an anonymous-submission-ready Overleaf project; this Skill cleans it, splits sections into text/ files, disables ACM metadata footnotes, and produces a README with page limits. ## Quick Start Organize this conference LaTeX template zip file into a clean Overleaf-ready project structure.

Frequently Asked Questions about latex-conference-template-organizer

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

FAQPage Schema
How do I clean up a conference LaTeX template for Overleaf?

Extract the zip, identify the main .tex file containing \documentclass, remove sample and example content, then reorganize into main.tex, text/ sections, figures/, tables/, and styles/ directories. Upload the resulting output directory to Overleaf and recompile.

How to set up anonymous submission for KDD with the acmart template?

Use \documentclass[sigconf,anonymous,review,nonacm]{acmart} and disable ACM metadata with \settopmatter{printacmref=false}, \setcopyright{none}, and empty \acmConference, \acmYear, \acmISBN, and \acmDOI commands to remove footnotes.

Which LaTeX document classes do major conferences use?

KDD and other ACM conferences use acmart, CVPR and ICCV use the cvpr class, NeurIPS uses neurips_2025, ICLR uses iclr2025_conference, and AAAI uses aaai25. Each has distinct layout and anonymity requirements.

What if the main tex file cannot be found in the template?

The Skill searches for files containing \documentclass and matches common names like main.tex, paper.tex, or sample-sigconf.tex. If multiple candidates exist or none are found, it lists all .tex files and asks you to choose.

Why does Overleaf delete empty directories in my project?

Overleaf automatically removes empty directories after upload. To keep folders like tables/, include a placeholder file such as an example table .tex file that can later be replaced with real content.