conference-paper-templatelisted
Install: claude install-skill dongzhigang13305312738-art/paper-skills
# Conference Paper Template
A skill providing templates, formatting guidelines, and submission checklists for major academic conferences. Covers LaTeX and Word template setup, common formatting requirements, and camera-ready preparation.
## Common Conference Formats
### Format Specifications by Venue
| Conference/Style | Page Limit | Columns | Font | Margins | Template |
|-----------------|-----------|---------|------|---------|----------|
| ACL/EMNLP (ARR) | 8 + refs | 2 | Times 11pt | 1in all | acl.sty |
| NeurIPS | 8 + refs | 2 | Times 10pt | 1in top/bottom, 0.75in sides | neurips.sty |
| ICML | 8 + refs | 2 | Times 10pt | 1in all | icml.sty |
| AAAI | 7 + 1 refs | 2 | Times 10pt | 0.75in all | aaai.sty |
| IEEE (CVPR, etc.) | 8 | 2 | Times 10pt | 1in top, 0.75in sides | IEEEtran.cls |
| ACM (SIGCHI, etc.) | varies | 1 or 2 | Linux Libertine | varies | acmart.cls |
| Springer LNCS | 12-16 | 1 | Computer Modern 10pt | varies | llncs.cls |
### LaTeX Template: General Conference Paper
```latex
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{times}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{hyperref}
\usepackage{natbib}
\usepackage[margin=1in]{geometry}
% Conference-specific: anonymization for review
\usepackage{xspace}
\newcommand{\etal}{\textit{et al.}\xspace}
\title{Your Paper Title: Subtitle with Key Contribution}
% For review submission (anonymous)
\author{Anonymous A