LaTeX Research Toolkit banner
vuhung16au vuhung16au

LaTeX Research Toolkit

Development community

Description

A curated LaTeX toolkit for academic research, papers, and theses. Features essential packages (like pgfgantt), commands, and templates to quickly refresh your LaTeX skills for high-quality scientific writing.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

LaTeX Research Toolkit

A comprehensive LaTeX toolkit for academic research, papers, and theses. Features essential packages, commands, templates, and examples to quickly refresh your LaTeX skills for high-quality scientific writing.

🚀 Quick Start

  1. **Clone the repository**

    git clone https://github.com/vuhung16au/LaTeX-Research-Toolkit.git
    cd LaTeX-Research-Toolkit
  2. **Check dependencies**

    make check-deps    # Verify all required tools are installed
  3. **Install missing dependencies (if needed)**

    make install-deps  # Show installation commands for your platform
  4. **Choose a template**

    • Academic papers: templates/academic-paper/
    • Thesis: templates/thesis/
    • Presentations: templates/presentation/
  5. **Start learning**

    • Beginners: Start with docs/getting-started/
    • Examples: Check examples/ folder
    • Practice: Try exercises/ folder

📁 Repository Structure

LaTeX-Research-Toolkit/
├── docs/                          # Documentation and theory
│   ├── getting-started/           # Installation and basics
│   ├── theory/                    # LaTeX theory and concepts
│   ├── best-practices/            # Academic writing guidelines
│   └── troubleshooting/          # Common issues and solutions
├── templates/                     # Ready-to-use templates
│   ├── academic-paper/            # Journal and conference papers
│   ├── thesis/                    # Master's and PhD theses
│   ├── presentation/              # Beamer presentations
│   └── letter/                    # Academic letters
├── examples/                      # Sample files and demonstrations
│   ├── basic/                     # Beginner examples
│   ├── intermediate/              # Intermediate examples
│   ├── advanced/                  # Advanced examples
│   └── research-specific/         # Research-focused examples
├── packages/                      # Custom packages and styles
├── resou