Add links section
This commit is contained in:
parent
de1412e14e
commit
535fcb6113
2 changed files with 21 additions and 0 deletions
20
sections/links.tex
Normal file
20
sections/links.tex
Normal 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}
|
|
@ -26,6 +26,7 @@
|
|||
\input{sections/top-posting}
|
||||
\input{sections/line-wrap}
|
||||
\input{sections/forking}
|
||||
\input{sections/links}
|
||||
|
||||
\nocite{*}
|
||||
\bibliography{refs}
|
||||
|
|
Loading…
Reference in a new issue