Skip to content

Commit 33d99e8

Browse files
committed
fix: replace Unicode checkmarks with LaTeX symbols
- Replace ✓ with $\checkmark$ - Replace ✗ with $\times$ - PDF build will now succeed
1 parent 2d5417f commit 33d99e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/whitepaper.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ \subsection{Action Planning \& Execution}
270270
\begin{tabular}{@{}lcccp{3cm}@{}}
271271
\toprule
272272
\textbf{Risk Tier} & \textbf{Auto-Execute} & \textbf{Approval} & \textbf{Cooldown} & \textbf{Examples} \\ \midrule
273-
Low & & & 5 min & CPU 1→2 \\
274-
Medium & & & 5 min & Restart \\
275-
High & & & 10 min & Scale 4→1 \\
276-
Critical & & & 30 min & DB ops \\ \bottomrule
273+
Low & $\checkmark$ & $\times$ & 5 min & CPU 1→2 \\
274+
Medium & $\checkmark$ & $\times$ & 5 min & Restart \\
275+
High & $\times$ & $\checkmark$ & 10 min & Scale 4→1 \\
276+
Critical & $\times$ & $\checkmark$ & 30 min & DB ops \\ \bottomrule
277277
\end{tabular}
278278
\caption{Risk-based execution policy}
279279
\end{table}
@@ -360,10 +360,10 @@ \subsection{Approval Boundaries}
360360
\begin{tabular}{@{}lcccc@{}}
361361
\toprule
362362
\textbf{Tier} & \textbf{Auto-Execute} & \textbf{ChatOps} & \textbf{Multi-Approval} & \textbf{Timeout} \\ \midrule
363-
Low & & & & N/A \\
364-
Medium & & & & N/A \\
365-
High & & & & 5 min \\
366-
Critical & & & & 10 min \\ \bottomrule
363+
Low & $\checkmark$ & $\times$ & $\times$ & N/A \\
364+
Medium & $\checkmark$ & $\times$ & $\times$ & N/A \\
365+
High & $\times$ & $\checkmark$ & $\times$ & 5 min \\
366+
Critical & $\times$ & $\times$ & $\checkmark$ & 10 min \\ \bottomrule
367367
\end{tabular}
368368
\caption{Approval requirements by risk tier}
369369
\end{table}

0 commit comments

Comments
 (0)