Use footnotes for urls

This commit is contained in:
Julian Ospald
2015-04-23 22:02:44 +02:00
parent c504fba841
commit 3cfdec16ed
6 changed files with 17 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
\begin{itemizep}
\item \ifger{einige Probleme die trivial in imperativen Sprachen sind, sind sehr schwierig in idiomatischem Haskell zu lösen und umgekehrt}{some problems that are trivial in imperative languages, can be very difficult to solve in idiomatic haskell and vice versa}
\item \ifger{praktische Kryptographie ist möglich, aber ein schwieriges Thema, siehe}{practical cryptography is possible, but a difficult topic in haskell, see} \url{https://mail.haskell.org/pipermail/haskell-cafe/2015-February/118059.html}
\item \ifger{obwohl Haskell \emph{lazy} ist, gibt es ein paar Dinge, die laziness zunichte machen können, siehe auch}{although haskell is \emph{lazy}, there are a few things that can break laziness, see} \url{https://wiki.haskell.org/Maintaining_laziness}
\item \ifger{praktische Kryptographie ist möglich, aber ein schwieriges Thema, siehe}{practical cryptography is possible, but a difficult topic in haskell, see}\footnote{\url{https://mail.haskell.org/pipermail/haskell-cafe/2015-February/118059.html}}
\item \ifger{obwohl Haskell \emph{lazy} ist, gibt es ein paar Dinge, die laziness zunichte machen können, siehe auch}{although haskell is \emph{lazy}, there are a few things that can break laziness, see}\footnote{\url{https://wiki.haskell.org/Maintaining_laziness}}
\end{itemizep}

View File

@@ -4,5 +4,5 @@
\item \textbf{GHCi}: \ifger{das ist die interaktive Compiler-Umgebung, ähnlich der ruby shell \emph{irb}}{this an interactive environment of GHC, similar to the interactive ruby shell \emph{irb}}
\item \textbf{The Haskell Platform}: \ifger{eine Kollektion die GHC, GHCi und Standardbibliotheken beinhaltet}{a collection including GHC, GHCi and basic libraries}
\end{itemize}
\ifger{Siehe}{Go to} \url{https://www.haskell.org/platform}\\
\ifger{Für Haskell IDEs, siehe}{For haskell IDEs, see} \url{https://wiki.haskell.org/IDEs}
\ifger{Siehe}{Go to}\footnote{\url{https://www.haskell.org/platform}}\\
\ifger{Für Haskell IDEs, siehe}{For haskell IDEs, see}\footnote{\url{https://wiki.haskell.org/IDEs}}