Use footnotes for urls
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
\begin{itemize}
|
||||
\item \ifger{der wohl populärste Haskell-Kurs von Brent Yorgey:}{the most popular haskell course from Brent Yorgey:}\\ \url{https://www.seas.upenn.edu/~cis194/fall14/spring13/lectures.html}
|
||||
\item \ifger{sehr ausführliches und enthusiastisches Haskell-Buch, gut zum einmal lesen:}{very verbose and enthusiastic haskell book, good for reading once:}\\ \url{http://learnyouahaskell.com}
|
||||
\item \ifger{eine Kollektion von Webseiten, mit deren Hilfe man Haskell lernen kann}{collection of websites teaching haskell}:\\ \url{https://github.com/bitemyapp/learnhaskell}
|
||||
\item \ifger{Haskell Programmiertips (und wiki)}{haskell programming tips (and wiki)}:\\ \url{https://wiki.haskell.org/Haskell_programming_tips}
|
||||
\item \ifger{Das Standardmodul (ähnlich wie libc in C):}{the standard module (similar to libc in C):}\\ \url{https://hackage.haskell.org/package/base-4.7.0.0/docs/Prelude.html}
|
||||
\item \ifger{debuggen in Haskell}{debugging in haskell}:\\ \url{https://wiki.haskell.org/Debugging}
|
||||
\item \ifger{der wohl populärste Haskell-Kurs von Brent Yorgey}{the most popular haskell course from Brent Yorgey}\footnote{\url{https://www.seas.upenn.edu/~cis194/fall14/spring13/lectures.html}}
|
||||
\item \ifger{sehr ausführliches und enthusiastisches Haskell-Buch, gut zum einmal lesen.}{very verbose and enthusiastic haskell book, good for reading once.}\footnote{\url{http://learnyouahaskell.com}}
|
||||
\item \ifger{eine Kollektion von Webseiten, mit deren Hilfe man Haskell lernen kann}{collection of websites teaching haskell}\footnote{\url{https://github.com/bitemyapp/learnhaskell}}
|
||||
\item \ifger{Haskell Programmiertips (und wiki)}{haskell programming tips (and wiki)}\footnote{\url{https://wiki.haskell.org/Haskell_programming_tips}}
|
||||
\item \ifger{Das Standardmodul (ähnlich wie libc in C)}{the standard module (similar to libc in C)}\footnote{\url{https://hackage.haskell.org/package/base-4.7.0.0/docs/Prelude.html}}
|
||||
\item \ifger{debuggen in Haskell}{debugging in haskell}\footnote{\url{https://wiki.haskell.org/Debugging}}
|
||||
\end{itemize}
|
||||
@@ -1,6 +1,6 @@
|
||||
\begin{itemize}
|
||||
\item \ifger{viel Stoff ist entlehnt von oder basiert auf dem Haskell-Kurs von Brent Yorgey:}{much content was borrowed or is based on the haskell course from Brent Yorgey:}\\ \url{https://www.seas.upenn.edu/~cis194/fall14/spring13/lectures.html}
|
||||
\item \ifger{ein paar kleinere Teile aus dem LYAH Buch}{a few small pieces from the LYAH book} \url{http://learnyouahaskell.com}
|
||||
\item \ifger{allgemeine Informationen von Wikipedia:}{general information from wikipedia:} \\ \url{https://en.wikipedia.org}
|
||||
\item \ifger{allgemeine Informationen vom Haskell Wiki:}{general information from haskell wiki:} \\ \url{https://wiki.haskell.org}
|
||||
\item \ifger{viel Stoff ist entlehnt von oder basiert auf dem Haskell-Kurs von Brent Yorgey}{much content was borrowed or is based on the haskell course from Brent Yorgey}\footnote{\url{https://www.seas.upenn.edu/~cis194/fall14/spring13/lectures.html}}
|
||||
\item \ifger{ein paar kleinere Teile aus dem LYAH Buch}{a few small pieces from the LYAH book}\footnote{\url{http://learnyouahaskell.com}}
|
||||
\item \ifger{allgemeine Informationen von Wikipedia}{general information from wikipedia}\footnote{\url{https://en.wikipedia.org}}
|
||||
\item \ifger{allgemeine Informationen vom Haskell Wiki}{general information from haskell wiki}\footnote{\url{https://wiki.haskell.org}}
|
||||
\end{itemize}
|
||||
Reference in New Issue
Block a user