Skip to content
Snippets Groups Projects
Commit 2cdfda80 authored by Stefan Heimersheim's avatar Stefan Heimersheim
Browse files

footnotes meh

parent 21da24f2
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
cd examples cd examples
lualatex 2h_fake.tex lualatex 2h_fake.tex
lualatex 2h_fake.tex
#lualatex 4b_fake.tex #lualatex 4b_fake.tex
#screenshot #screenshot
cd .. cd ..
......
Dieser Beweis ist
richtig.\footnote{
außer wenn $x>0$}
\ No newline at end of file
workshops/latex/examples/4c_fake.png

25.6 KiB

\documentclass{article}
\usepackage{hyperref}
\usepackage{lipsum}
\begin{document}
\noindent
\lipsum[2-6]
Dieser Beweis ist
richtig.\footnote
{außer wenn $x>0$}
\label{beweise}
\end{document}
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
\end{tikzpicture} \end{tikzpicture}
\end{frame} \end{frame}
\begin{frame}[fragile]{Sections} \begin{frame}[fragile]{Abschnitte}
\begin{columns} \begin{columns}
\begin{column}{0.4\textwidth} \begin{column}{0.4\textwidth}
\structure{Sections} \structure{Sections}
...@@ -538,7 +538,7 @@ ...@@ -538,7 +538,7 @@
\node{ \node{
\begin{minipage}[t][10mm][c]{.28\textwidth} \begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize} \begin{itemize}
\item Gleichungen, Sections, Figures und vieles mehr! \item Gleichungen, Sections, \textbf{Figures} und vieles mehr!
\end{itemize} \end{itemize}
\end{minipage} \end{minipage}
}; & }; &
...@@ -577,6 +577,35 @@ ...@@ -577,6 +577,35 @@
\end{tikzpicture} \end{tikzpicture}
\end{frame} \end{frame}
\begin{frame}[fragile]{Fußnoten}
\structure{Footnotes}
\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] {
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
\item Fußnote einfügen mit
\verb|\footnote|
\verb|{text}|
\end{itemize}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][30mm][c]{.3\textwidth}
\lstinputlisting{examples/4c.tex}
\end{minipage}
}; &
\node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][30mm][c]{.25\textwidth}
\includegraphics[width=\textwidth,trim=0cm 0cm 0cm 0cm, clip]{examples/4c_fake.png}
\end{minipage}
};
\\
};
\end{tikzpicture}
\end{frame}
\begin{frame}{Präambel} \begin{frame}{Präambel}
\end{frame} \end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment