← ClaudeAtlas

professional-latex-pdf-enginelisted

Enterprise-grade LaTeX document generator that produces modern, visually polished PDFs with consistent typography, color themes, professional layout, and rich diagrams. Use this skill whenever the user wants to create a PDF, technical report, research paper, developer CV/resume, architecture document, system design doc, engineering spec, or any publication-quality document. Triggers on: "make a PDF", "create a report", "write a CV", "generate documentation", "LaTeX document", "technical paper", "architecture doc", "design spec", or any request for a professional printable output. Always use this skill even if the user doesn't explicitly mention LaTeX — if the deliverable is a polished PDF, this skill applies. Supports embedded diagrams: flowcharts, system architecture, sequence diagrams, data plots, Gantt charts, network graphs, and UML via TikZ and PGFPlots.
mohamedx2/professional-latex-pdf-engine · ★ 1 · Data & Documents · score 66
Install: claude install-skill mohamedx2/professional-latex-pdf-engine
# Professional LaTeX PDF Engine Generate **publication-ready PDFs** with professional typography, design consistency, and embedded diagrams — all compiled from LaTeX directly in the environment. --- ## Capabilities | Feature | Support | |---|---| | Technical Reports | ✅ Full | | Developer CVs | ✅ Full | | Research Papers | ✅ Full | | Architecture Docs | ✅ Full | | Flowcharts (TikZ) | ✅ Full | | System Diagrams | ✅ Full | | Sequence Diagrams | ✅ Full | | Data Plots (PGFPlots) | ✅ Full | | Gantt Charts | ✅ Full | | UML Diagrams | ✅ Full | | Code Blocks (listings) | ✅ Full | | Tables (booktabs) | ✅ Full | --- ## Design System ### Color Palette ```latex \definecolor{primary}{HTML}{1E3A8A} % Deep Blue — headings, titles \definecolor{secondary}{HTML}{475569} % Slate Gray — subheadings, captions \definecolor{accent}{HTML}{14B8A6} % Soft Teal — links, highlights, rules \definecolor{neutral}{HTML}{111827} % Dark Gray — body text \definecolor{surface}{HTML}{F3F4F6} % Light Gray — callout backgrounds \definecolor{danger}{HTML}{DC2626} % Red — warnings \definecolor{success}{HTML}{16A34A} % Green — notes, tips ``` ### Typography | Element | Font | Size | Style | |---|---|---|---| | Document Title | Latin Modern | 22pt | Bold, Primary | | Section | Latin Modern | 14pt | Bold, Primary | | Subsection | Latin Modern | 12pt | Bold, Secondary | | Body | Latin Modern | 11pt | Regular | | Code | Courier / tt | 9pt | Monospace | | Caption