Add line wrap section

This commit is contained in:
aartoni 2023-09-07 19:30:21 +02:00
parent 41bfcb08e9
commit 8efa775684
Signed by untrusted user who does not match committer: arto
GPG key ID: 073FCF967981BB58
2 changed files with 12 additions and 0 deletions

11
sections/line-wrap.tex Normal file
View file

@ -0,0 +1,11 @@
\section{Rule number 4: line wrap}
\begin{frame}{Leave space for the receving end}
Both the LKML netiquette~\cite{netiquette:lkml} and RFC 2822~\cite{rfc2822} suggest to wrap lines at 78 characters.\vspace{1em}
\begin{quote}
Text-based e-mail should not exceed 80 columns per line of text. Consult the documentation of your e-mail client to enable proper line breaks around column 78.
\end{quote}
\end{frame}
\begin{frame}{How to (Thunderbird/Neomutt)}
Both Neomutt and Thunderbird automatically default to wrapping lines after 72 characters when plain text mode is enabled.
\end{frame}

View file

@ -24,6 +24,7 @@
\input{sections/signature} \input{sections/signature}
\input{sections/plain-text} \input{sections/plain-text}
\input{sections/top-posting} \input{sections/top-posting}
\input{sections/line-wrap}
\nocite{*} \nocite{*}
\bibliography{refs} \bibliography{refs}