LaTeX Templates Collection
A skill providing a curated collection of LaTeX templates for academic papers, conference presentations, CVs, cover letters, and other documents commonly needed by researchers. Based on the latex-templates repository (655 stars), this skill helps researchers quickly start professionally formatted documents without spending hours on layout configuration.
Overview
Researchers spend significant time formatting documents to meet the requirements of different journals, conferences, and institutions. A well-organized template library eliminates this overhead by providing ready-to-use starting points that comply with common formatting standards. This skill catalogs templates by document type and provides guidance on selection, customization, and best practices for each category.
The templates cover the full range of academic document needs: research papers, technical reports, conference slides, academic CVs, cover letters, grant proposals, and poster presentations. Each template is designed for professional quality output with clean typography and proper academic formatting.
Paper Templates
Journal Article Templates
- Two-column format templates for IEEE, ACM, and Elsevier journals
- Single-column format templates for Nature, Science, and PNAS style submissions
- APA-formatted manuscript templates for social science journals
- Generic article templates adaptable to any journal's requirements
- Preprint templates optimized for arXiv and other preprint servers
Conference Paper Templates
- NeurIPS, ICML, and ICLR templates for machine learning conferences
- ACL and EMNLP templates for NLP conferences
- CVPR and ICCV templates for computer vision conferences
- CHI and CSCW templates for HCI conferences
- Generic conference templates following common two-column layouts
Template Structure
- Each paper template includes: title page configuration, abstract environment, section hierarchy, bibliography setup, and appendix formatting
- Figure and table environments with proper captioning and numbering
- Algorithm and code listing environments for technical papers
- Mathematical theorem, proof, and definition environments
- Author metadata fields (name, affiliation, email, ORCID)
Presentation Templates
Beamer Templates
- Clean, minimal themes suitable for academic talks
- Conference presentation templates with progress indicators
- Lecture slide templates with note support for teaching
- Thesis defense templates with structured slide sequences
- Poster session lightning talk templates
Presentation Best Practices
- Use large fonts (minimum 24pt for body text, 32pt for titles)
- Limit content to one main idea per slide
- Use figures and diagrams instead of dense text
- Include slide numbers and total count for audience orientation
- Provide a handout version with multiple slides per page
Animation and Overlays
- Use Beamer's overlay specifications for progressive content reveal
- Build complex diagrams step by step across overlay frames
- Highlight key terms or equations when they are first introduced
- Use pause commands for natural presentation flow
- Export animated PDFs for self-running presentations
CV and Resume Templates
Academic CV Templates
- Comprehensive CV format with sections for: education, positions, publications, grants, teaching, service, talks
- Publication list formatting with citation counts and impact metrics
- Grant history with amounts, agencies, and roles
- Teaching portfolio section with course descriptions and evaluations
- Awards and honors with dates and descriptions
Resume Templates
- Concise one-page or two-page formats for industry applications
- Skills-focused layouts for technical positions
- Research summary formats for postdoc applications
- Clean, ATS-friendly designs that parse correctly in application systems
- Customizable color accents and section ordering
Cover Letter Templates
- Academic job application cover letters with structured paragraphs
- Grant application cover letters with project summary integration
- Journal submission cover letters with editorial board alignment
- Postdoc application letters emphasizing research vision
- Industry transition letters highlighting transferable skills
Other Academic Templates
Thesis and Dissertation
- Chapter-based templates with front matter, back matter, and appendices
- University-specific formatting packages for common institutions
- Proposal templates for thesis committee submissions
- Progress report templates for annual reviews
Grant Proposals
- NSF-style proposal templates with required sections
- NIH grant format templates with specific aims structure
- EU Horizon-style templates with work package organization
- Internal funding application templates
Posters
- Conference poster templates in A0 and standard sizes
- Multi-column layouts with figures and results sections
- QR code integration for linking to preprints and code
- Print-ready templates with correct DPI and bleed settings
Customization Guide
Font Selection
- Default Computer Modern works for most applications
- Times-like fonts: use
mathptmx or newtxtext/newtxmath
- Sans-serif: use
helvet or sourcesanspro for modern appearance
- Monospace: use
inconsolata for code listings
- Always ensure math fonts are compatible with text fonts
Color Schemes
- Define institutional colors in the preamble for consistent branding
- Use
xcolor package with named colors for maintainability
- Limit the palette to 3-4 colors maximum for professional appearance
- Ensure sufficient contrast for accessibility (WCAG AA minimum)
- Provide grayscale fallbacks for print compatibility
Page Layout
- Use
geometry package for margin and page size configuration
- Set line spacing with
setspace package (single, 1.5, double)
- Configure header and footer with
fancyhdr package
- Control paragraph spacing and indentation with
parskip or manual settings
- Set column separation and rule for multi-column layouts
Integration with Research-Claw
This skill supports the Research-Claw document preparation workflow:
- Select appropriate templates based on the target venue
- Customize templates to match specific submission requirements
- Pre-populate templates with metadata from the research project
- Connect with writing composition skills for content generation
- Integrate with bibliography skills for reference management
Best Practices
- Keep a personal template library with your preferred customizations pre-applied
- Version control your templates alongside your documents
- Test template compilation with a minimal document before starting the full manuscript
- Read the target venue's author guidelines even when using their official template
- Update templates before each new submission to catch any guideline changes
- Maintain backward compatibility by not removing custom commands from templates
1---2name: latex-templates-collection3description: Collection of LaTeX templates for papers, presentations, and CVs4---5
6# LaTeX Templates Collection
7
8A skill providing a curated collection of LaTeX templates for academic papers, conference presentations, CVs, cover letters, and other documents commonly needed by researchers. Based on the latex-templates repository (655 stars), this skill helps researchers quickly start professionally formatted documents without spending hours on layout configuration.
9
10## Overview
11
12Researchers spend significant time formatting documents to meet the requirements of different journals, conferences, and institutions. A well-organized template library eliminates this overhead by providing ready-to-use starting points that comply with common formatting standards. This skill catalogs templates by document type and provides guidance on selection, customization, and best practices for each category.
13
14The templates cover the full range of academic document needs: research papers, technical reports, conference slides, academic CVs, cover letters, grant proposals, and poster presentations. Each template is designed for professional quality output with clean typography and proper academic formatting.
15
16## Paper Templates
17
18**Journal Article Templates**
19- Two-column format templates for IEEE, ACM, and Elsevier journals
20- Single-column format templates for Nature, Science, and PNAS style submissions
21- APA-formatted manuscript templates for social science journals
22- Generic article templates adaptable to any journal's requirements
23- Preprint templates optimized for arXiv and other preprint servers
24
25**Conference Paper Templates**
26- NeurIPS, ICML, and ICLR templates for machine learning conferences
27- ACL and EMNLP templates for NLP conferences
28- CVPR and ICCV templates for computer vision conferences
29- CHI and CSCW templates for HCI conferences
30- Generic conference templates following common two-column layouts
31
32**Template Structure**
33- Each paper template includes: title page configuration, abstract environment, section hierarchy, bibliography setup, and appendix formatting
34- Figure and table environments with proper captioning and numbering
35- Algorithm and code listing environments for technical papers
36- Mathematical theorem, proof, and definition environments
37- Author metadata fields (name, affiliation, email, ORCID)
38
39## Presentation Templates
40
41**Beamer Templates**
42- Clean, minimal themes suitable for academic talks
43- Conference presentation templates with progress indicators
44- Lecture slide templates with note support for teaching
45- Thesis defense templates with structured slide sequences
46- Poster session lightning talk templates
47
48**Presentation Best Practices**
49- Use large fonts (minimum 24pt for body text, 32pt for titles)
50- Limit content to one main idea per slide
51- Use figures and diagrams instead of dense text
52- Include slide numbers and total count for audience orientation
53- Provide a handout version with multiple slides per page
54
55**Animation and Overlays**
56- Use Beamer's overlay specifications for progressive content reveal
57- Build complex diagrams step by step across overlay frames
58- Highlight key terms or equations when they are first introduced
59- Use pause commands for natural presentation flow
60- Export animated PDFs for self-running presentations
61
62## CV and Resume Templates
63
64**Academic CV Templates**
65- Comprehensive CV format with sections for: education, positions, publications, grants, teaching, service, talks
66- Publication list formatting with citation counts and impact metrics
67- Grant history with amounts, agencies, and roles
68- Teaching portfolio section with course descriptions and evaluations
69- Awards and honors with dates and descriptions
70
71**Resume Templates**
72- Concise one-page or two-page formats for industry applications
73- Skills-focused layouts for technical positions
74- Research summary formats for postdoc applications
75- Clean, ATS-friendly designs that parse correctly in application systems
76- Customizable color accents and section ordering
77
78**Cover Letter Templates**
79- Academic job application cover letters with structured paragraphs
80- Grant application cover letters with project summary integration
81- Journal submission cover letters with editorial board alignment
82- Postdoc application letters emphasizing research vision
83- Industry transition letters highlighting transferable skills
84
85## Other Academic Templates
86
87**Thesis and Dissertation**
88- Chapter-based templates with front matter, back matter, and appendices
89- University-specific formatting packages for common institutions
90- Proposal templates for thesis committee submissions
91- Progress report templates for annual reviews
92
93**Grant Proposals**
94- NSF-style proposal templates with required sections
95- NIH grant format templates with specific aims structure
96- EU Horizon-style templates with work package organization
97- Internal funding application templates
98
99**Posters**
100- Conference poster templates in A0 and standard sizes
101- Multi-column layouts with figures and results sections
102- QR code integration for linking to preprints and code
103- Print-ready templates with correct DPI and bleed settings
104
105## Customization Guide
106
107**Font Selection**
108- Default Computer Modern works for most applications
109- Times-like fonts: use `mathptmx` or `newtxtext`/`newtxmath`
110- Sans-serif: use `helvet` or `sourcesanspro` for modern appearance
111- Monospace: use `inconsolata` for code listings
112- Always ensure math fonts are compatible with text fonts
113
114**Color Schemes**
115- Define institutional colors in the preamble for consistent branding
116- Use `xcolor` package with named colors for maintainability
117- Limit the palette to 3-4 colors maximum for professional appearance
118- Ensure sufficient contrast for accessibility (WCAG AA minimum)
119- Provide grayscale fallbacks for print compatibility
120
121**Page Layout**
122- Use `geometry` package for margin and page size configuration
123- Set line spacing with `setspace` package (single, 1.5, double)
124- Configure header and footer with `fancyhdr` package
125- Control paragraph spacing and indentation with `parskip` or manual settings
126- Set column separation and rule for multi-column layouts
127
128## Integration with Research-Claw
129
130This skill supports the Research-Claw document preparation workflow:
131
132- Select appropriate templates based on the target venue
133- Customize templates to match specific submission requirements
134- Pre-populate templates with metadata from the research project
135- Connect with writing composition skills for content generation
136- Integrate with bibliography skills for reference management
137
138## Best Practices
139
140- Keep a personal template library with your preferred customizations pre-applied
141- Version control your templates alongside your documents
142- Test template compilation with a minimal document before starting the full manuscript
143- Read the target venue's author guidelines even when using their official template
144- Update templates before each new submission to catch any guideline changes
145- Maintain backward compatibility by not removing custom commands from templates