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{tkz-fct} % draw
|
||||
\usepackage{tkz-euclide} % draw
|
||||
\usetkzobj{all} % tkz-euclide
|
||||
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}
|
||||
\usepackage{tqft}
|
||||
\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$.
|
||||
\end{proposition}
|
||||
|
||||
\begin{figure}[htp]
|
||||
\centering
|
||||
%\input{figures/geometry-6.tex}
|
||||
\includegraphics[width=0.5\linewidth, keepaspectratio]{figures/geometry-6.pdf}
|
||||
\caption{Situation aus \cref{prop:14.7}}
|
||||
\label{fig:bild-6}
|
||||
\end{figure}
|
||||
\begin{figure}[htp]
|
||||
\centering
|
||||
\input{figures/geometry-6.tex}
|
||||
\caption{Situation aus \cref{prop:14.7}}
|
||||
\label{fig:bild-6}
|
||||
\end{figure}
|
||||
|
||||
\begin{beweis}
|
||||
Sei $f \in G$ mit $P \in f$. Ist $f \cap g = \emptyset$, so setze
|
||||
|
@ -387,8 +386,7 @@ schneiden sich.
|
|||
|
||||
\begin{figure}[htp]
|
||||
\centering
|
||||
%\input{figures/geometry-7.tex}
|
||||
\includegraphics[width=0.5\linewidth, keepaspectratio]{figures/geometry-7.pdf}
|
||||
\input{figures/geometry-7.tex}
|
||||
\caption{TODO}
|
||||
\label{fig:bild-6}
|
||||
\end{figure}
|
||||
|
|
Binary file not shown.
|
@ -1,4 +1,3 @@
|
|||
\usetkzobj{all}
|
||||
\begin{tikzpicture}
|
||||
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
|
||||
\tkzSetUpLine[line width=1]
|
||||
|
|
Binary file not shown.
|
@ -1,4 +1,3 @@
|
|||
\usetkzobj{all}
|
||||
\begin{tikzpicture}
|
||||
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
|
||||
\tkzSetUpLine[line width=1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue