professional-latex-pdf-enginelisted
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