mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-24 22:08:04 +02:00
fixed error in image
This commit is contained in:
parent
ad185ee6dd
commit
9221a0e9e3
7 changed files with 8 additions and 11 deletions
Binary file not shown.
|
@ -30,6 +30,7 @@
|
||||||
\usepackage{tikz-3dplot} % draw
|
\usepackage{tikz-3dplot} % draw
|
||||||
\usepackage{tkz-fct} % draw
|
\usepackage{tkz-fct} % draw
|
||||||
\usepackage{tkz-euclide} % draw
|
\usepackage{tkz-euclide} % draw
|
||||||
|
\usetkzobj{all} % tkz-euclide
|
||||||
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}
|
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}
|
||||||
\usepackage{tqft}
|
\usepackage{tqft}
|
||||||
\usepackage{xspace} % for new commands; decides weather I want to insert a space after the command
|
\usepackage{xspace} % for new commands; decides weather I want to insert a space after the command
|
||||||
|
|
|
@ -364,13 +364,12 @@ schneiden sich.
|
||||||
$h \in G$ mit $P \in h$ und $g \cap h \neq \emptyset$.
|
$h \in G$ mit $P \in h$ und $g \cap h \neq \emptyset$.
|
||||||
\end{proposition}
|
\end{proposition}
|
||||||
|
|
||||||
\begin{figure}[htp]
|
\begin{figure}[htp]
|
||||||
\centering
|
\centering
|
||||||
%\input{figures/geometry-6.tex}
|
\input{figures/geometry-6.tex}
|
||||||
\includegraphics[width=0.5\linewidth, keepaspectratio]{figures/geometry-6.pdf}
|
\caption{Situation aus \cref{prop:14.7}}
|
||||||
\caption{Situation aus \cref{prop:14.7}}
|
\label{fig:bild-6}
|
||||||
\label{fig:bild-6}
|
\end{figure}
|
||||||
\end{figure}
|
|
||||||
|
|
||||||
\begin{beweis}
|
\begin{beweis}
|
||||||
Sei $f \in G$ mit $P \in f$. Ist $f \cap g = \emptyset$, so setze
|
Sei $f \in G$ mit $P \in f$. Ist $f \cap g = \emptyset$, so setze
|
||||||
|
@ -387,8 +386,7 @@ schneiden sich.
|
||||||
|
|
||||||
\begin{figure}[htp]
|
\begin{figure}[htp]
|
||||||
\centering
|
\centering
|
||||||
%\input{figures/geometry-7.tex}
|
\input{figures/geometry-7.tex}
|
||||||
\includegraphics[width=0.5\linewidth, keepaspectratio]{figures/geometry-7.pdf}
|
|
||||||
\caption{TODO}
|
\caption{TODO}
|
||||||
\label{fig:bild-6}
|
\label{fig:bild-6}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,3 @@
|
||||||
\usetkzobj{all}
|
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
|
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
|
||||||
\tkzSetUpLine[line width=1]
|
\tkzSetUpLine[line width=1]
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,3 @@
|
||||||
\usetkzobj{all}
|
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
|
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
|
||||||
\tkzSetUpLine[line width=1]
|
\tkzSetUpLine[line width=1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue