From de1412e14edaed773f04189c12e2840c6fd00358 Mon Sep 17 00:00:00 2001 From: aartoni Date: Thu, 7 Sep 2023 20:23:13 +0200 Subject: [PATCH] Add forking section --- sections/forking.tex | 8 ++++++++ slides.tex | 1 + 2 files changed, 9 insertions(+) create mode 100644 sections/forking.tex diff --git a/sections/forking.tex b/sections/forking.tex new file mode 100644 index 0000000..3ae6b49 --- /dev/null +++ b/sections/forking.tex @@ -0,0 +1,8 @@ +\section{Rule number 5: forking} +\begin{frame}{By popular demand} + Even though there is no RFC for how to fork a thread whose topic pivoted, we usually do so by changing the subject and appending the old subject in parentheses. + + \begin{center} + \texttt{\$new\_subject (was: \$old\_subject)} + \end{center} +\end{frame} diff --git a/slides.tex b/slides.tex index 0878972..e0a9248 100644 --- a/slides.tex +++ b/slides.tex @@ -25,6 +25,7 @@ \input{sections/plain-text} \input{sections/top-posting} \input{sections/line-wrap} + \input{sections/forking} \nocite{*} \bibliography{refs}