Skip to content

Commit 9b70fa5

Browse files
committed
Fix Napkin Math display capitalization
1 parent e18b3cd commit 9b70fa5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

book/quarto/config/shared/base/custom-numbered-blocks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ filter-metadata:
148148
group: perspective
149149
prefix: psp # \ref{psp-…} → "Systems Perspective X.Y"
150150
callout-notebook:
151-
label: "napkin math"
151+
label: "Napkin Math"
152+
reflabel: "napkin math"
152153
group: engineers-notebook
153154
prefix: nbk # \ref{nbk-…} → "napkin math X.Y"
154155
callout-theorem:

book/quarto/contents/vol1/frontmatter/_conventions.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Callout boxes are not decoration. Each type signals a specific kind of content,
3535
| **Definition** | Formal definition of a key term, with its significance, distinction from the nearest neighbor concept, and a common pitfall |
3636
| **Example** | Historical case or concrete scenario, structured as context, insight, and systems lesson |
3737
| **Systems Perspective** | Analytical observation or mathematical nuance that enriches the surrounding argument |
38-
| **napkin math** | Worked calculation walked through step by step, with values computed inline from the book's constants; intermediate tables and equations are the math itself |
38+
| **Napkin Math** | Worked calculation walked through step by step, with values computed inline from the book's constants; intermediate tables and equations are the math itself |
3939
| **Checkpoint** | Self-check questions to verify understanding of the preceding section |
4040
| **War Story** | Documented engineering incident with a sourced failure mode, structured as context, failure, consequence, and lesson |
4141
| **Lighthouse** | Recurring workloads characterized by a profile (parameters, FLOPs, dominant constraint), used as anchored case studies across multiple chapters |

0 commit comments

Comments
 (0)