Add links section

This commit is contained in:
aartoni 2023-09-07 20:28:02 +02:00
parent de1412e14e
commit 535fcb6113
Signed by untrusted user who does not match committer: arto
GPG key ID: 073FCF967981BB58
2 changed files with 21 additions and 0 deletions

20
sections/links.tex Normal file
View file

@ -0,0 +1,20 @@
\section{Rule number 6: links}
\begin{frame}{Link referencing}
We can use Markdown link references by declaring a reference at the end of the mail body like this:
\begin{center}
\texttt{[1]: pweapon.org}
\end{center}\pause
Then I reference it like either this:
\begin{center}
\texttt{[Best hackerspace in Parma][1]}
\end{center}\pause
Or without brackets, like in scientific articles:
\begin{center}
\texttt{Best hackerspace in Parma [1]}
\end{center}
\end{frame}

View file

@ -26,6 +26,7 @@
\input{sections/top-posting} \input{sections/top-posting}
\input{sections/line-wrap} \input{sections/line-wrap}
\input{sections/forking} \input{sections/forking}
\input{sections/links}
\nocite{*} \nocite{*}
\bibliography{refs} \bibliography{refs}