LaTeX book generation system for Agile Scrum SAFe for Dummies
- TeX 98.9%
- Makefile 1.1%
- Downloaded free comics from comicagile.net (CC BY-ND 4.0) - Added Sprint Planning vs. Hackathon comic to Scrum Basics chapter - Added Daily Scrum and Retrospective comic placeholders - Attribution: comicagile.net - Updated PDF with embedded images (603KB) |
||
|---|---|---|
| chapters | ||
| figures | ||
| .gitignore | ||
| comic-placeholder-1.tex | ||
| comic-placeholder-2.tex | ||
| comic-placeholder-3.tex | ||
| comic-placeholder-4.tex | ||
| main.tex | ||
| Makefile | ||
| preamble.tex | ||
| README.md | ||
SafeForDummiesBooklet
A LaTeX-based book generation system for "Agile Scrum SAFe for Dummies" - a comprehensive guide to Agile, Scrum, and SAFe methodologies.
Overview
This repository contains a professional LaTeX book project that covers:
- Agile fundamentals and principles
- Scrum framework and practices
- SAFe (Scaled Agile Framework) overview
- PI (Program Increment) planning
- IP (Innovation and Planning) iteration
- Workshop chapters for hands-on learning
Project Structure
SafeForDummiesBooklet/
├── README.md # This file
├── Makefile # Build automation
├── .gitignore # Git ignore rules
├── preamble.tex # LaTeX preamble and packages
├── main.tex # Main book document
├── chapters/ # Individual chapter files
│ ├── introduction.tex
│ ├── getting-started.tex
│ ├── agile-fundamentals.tex
│ ├── scrum-basics.tex
│ ├── safe-overview.tex
│ ├── pi-planning.tex
│ ├── ip-iteration.tex
│ ├── workshops.tex
│ └── advanced-topics.tex
├── assets/ # Images and resources
└── build/ # Build outputs
Prerequisites
- LaTeX distribution (TeX Live, MiKTeX, or MacTeX)
- GNU Make
- For PDF builds:
pdflatex,bibtex
Building the Book
Using Make
make # Build the book (PDF)
make clean # Clean build artifacts
make watch # Watch for changes and rebuild
Direct LaTeX commands
pdflatex main.tex
pdflatex main.tex
pdflatex main.tex
Chapter Descriptions
- introduction.tex - Welcome and book overview
- getting-started.tex - Where to begin your Agile journey
- agile-fundamentals.tex - Core Agile principles and values
- scrum-basics.tex - Scrum framework, roles, and ceremonies
- safe-overview.tex - Introduction to SAFe
- pi-planning.tex - Program Increment planning deep dive
- ip-iteration.tex - Innovation and Planning iteration
- workshops.tex - Hands-on workshop exercises
- advanced-topics.tex - Advanced SAFe topics
Repository
- URL: https://forgejo.loopaware.com/fredrick/SafeForDummiesBooklet
- Main Branch: main
Contributing
- Create a branch for your changes
- Make edits to chapter files in
chapters/ - Build the book to verify changes
- Submit changes for review
License
Proprietary - All rights reserved