A historical fiction novel about the Maktabi family across generations.
book-test/
├── chapters/ # Individual chapter markdown files
├── docs/ # Documentation and planning materials
│ ├── planning/ # Story planning documents (themes, plot, characters, outline)
│ └── reports/ # Project reports and reviews
├── build/ # Build-related files
│ ├── latex/ # LaTeX templates
│ ├── latex-sample/ # LaTeX examples and samples
│ └── temp/ # Temporary build files (gitignored)
├── final-manuscript/ # Final compiled manuscript and PDFs
├── public/ # Public-facing files (website, landing page)
├── scripts/ # Build and utility scripts
└── research/ # Research materials
- final-manuscript/THE_MAKTABIAN_CHRONICLES_FINAL.pdf - The complete novel
- public/index.html - Landing page for the book
- scripts/compile_book.sh - Script to compile LaTeX to PDF
- docs/PROJECT_INSTRUCTIONS.md - Project guidelines
To compile the manuscript to PDF:
cd final-manuscript
./scripts/compile_book.sh- docs/planning/ - Initial planning materials (themes, characters, plot, outline)
- docs/reports/ - Progress reports and editorial reviews
- docs/LATEX_COMPILATION_GUIDE.md - Guide for compiling LaTeX files