Repository template untuk boost productivity dalam membuat berbagai jenis dokumen dan presentasi.
productivity/
├── latex/ # LaTeX templates untuk academic papers
├── quarto/ # Quarto templates untuk presentations
├── plantuml/ # PlantUML templates untuk diagrams
├── markdown/ # Markdown templates untuk documentation
└── README.md # This file
-
LaTeX Reports: Academic papers dengan Computer Modern font
cd latex/ pdflatex main.tex
-
Quarto Presentations: Interactive slides dengan LaTeX-style fonts
cd quarto/ quarto preview custom.qmd
-
PlantUML Diagrams: System architecture diagrams
cd plantuml/ java -jar plantuml.jar -tpng diagram.puml
-
Markdown Docs: Clean documentation format
cd markdown/ # Edit report.md dengan editor favorit
- Consistent styling across all formats dengan Computer Modern fonts
- High-quality outputs untuk print dan digital
- Cross-platform compatibility
- Ready-to-use templates untuk berbagai keperluan
- Easy integration antar format (embed diagrams, dll.)
- Academic research papers (LaTeX)
- Conference presentations (Quarto)
- System documentation (Markdown)
- Technical diagrams (PlantUML)
- Mixed-format reports dengan consistent branding
Setiap folder memiliki README.md sendiri dengan instructions detail.