- foundation/: MASTER-ANCHOR, BOOK-SPEC, BLUEPRINT, WRITING-TEMPLATE, REFERENCE-BANK - chapters/: 18 bab (bab-01 s.d. bab-18) + 18 outlines - worksheets/: 18 worksheet pendamping (A01-A18) - backmatter/: references, glosarium, indeks, kata-pengantar, tentang-penulis - scripts/: build-book.ps1, build-worksheets.ps1 (Pandoc + XeLaTeX) - templates/: book-template.tex (B5, Times New Roman, margin sesuai BOOK-SPEC) - AUDIT-REPORT.md: Phase 6 consistency audit — all gates passed - PRINT-GUIDE.md: instruksi lengkap cetak PDF RTI-20252 methodology Phase 1-6 complete. Publication-ready.
25 lines
192 B
Text
25 lines
192 B
Text
# Build output
|
|
build/
|
|
|
|
# LaTeX temp files
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.synctex.gz
|
|
*.bbl
|
|
*.blg
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|