LaTeX book generation system for Agile Scrum SAFe for Dummies
  • TeX 98.9%
  • Makefile 1.1%
Find a file
Fredrick Amnehagen 16de8d536d Add Comic Agilé comics: Sprint Planning, Daily Scrum, Retrospective
- 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)
2026-04-21 19:31:23 +02:00
chapters Add Comic Agilé comics: Sprint Planning, Daily Scrum, Retrospective 2026-04-21 19:31:23 +02:00
figures Add Comic Agilé comics: Sprint Planning, Daily Scrum, Retrospective 2026-04-21 19:31:23 +02:00
.gitignore Initial commit: Set up LaTeX book structure for Agile Scrum SAFe for Dummies 2026-04-21 14:49:40 +02:00
comic-placeholder-1.tex Expand book with comprehensive SAFe content: real-world scenarios, meeting templates, and comic placeholders 2026-04-21 17:39:57 +02:00
comic-placeholder-2.tex Expand book with comprehensive SAFe content: real-world scenarios, meeting templates, and comic placeholders 2026-04-21 17:39:57 +02:00
comic-placeholder-3.tex Expand book with comprehensive SAFe content: real-world scenarios, meeting templates, and comic placeholders 2026-04-21 17:39:57 +02:00
comic-placeholder-4.tex Expand book with comprehensive SAFe content: real-world scenarios, meeting templates, and comic placeholders 2026-04-21 17:39:57 +02:00
main.tex Expand book with comprehensive SAFe content: real-world scenarios, meeting templates, and comic placeholders 2026-04-21 17:39:57 +02:00
Makefile Initial commit: Set up LaTeX book structure for Agile Scrum SAFe for Dummies 2026-04-21 14:49:40 +02:00
preamble.tex Expand book with comprehensive SAFe content: real-world scenarios, meeting templates, and comic placeholders 2026-04-21 17:39:57 +02:00
README.md Merge remote and resolve README conflicts 2026-04-21 14:50:08 +02:00

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

  1. introduction.tex - Welcome and book overview
  2. getting-started.tex - Where to begin your Agile journey
  3. agile-fundamentals.tex - Core Agile principles and values
  4. scrum-basics.tex - Scrum framework, roles, and ceremonies
  5. safe-overview.tex - Introduction to SAFe
  6. pi-planning.tex - Program Increment planning deep dive
  7. ip-iteration.tex - Innovation and Planning iteration
  8. workshops.tex - Hands-on workshop exercises
  9. advanced-topics.tex - Advanced SAFe topics

Repository

Contributing

  1. Create a branch for your changes
  2. Make edits to chapter files in chapters/
  3. Build the book to verify changes
  4. Submit changes for review

License

Proprietary - All rights reserved