von esdd » Di 23. Jun 2015, 19:31
Deine Frage irritiert mich jetzt etwas. Du schaffst es das q unter die Strecke AB zu setzen und scheiterst dann an am p unter AC'? Wobei das q meiner Meinung nach unter C'B gehört.
Ohne in irgendeine Doku zu schauen, kann man aus
\tkzLabelSegment[below](A,B){$q$}
\tkzLabelSegment[right](C',C){$h=\sqrt{x}$}
ableiten, dass der Punkt zwischen A und B mit C' bezeichnet ist, und damit
\tkzLabelSegment[below](A,C'){$p$}
\tkzLabelSegment[below](C',B){$q$}
die beiden Label an den richtigen Stellen positioniert.
Die andere Frage ist schwieriger, wenn man wie ich, normal nichts mit dem Paket zu tun hat. Ich hätte mir das Bild schnell nur mit TikZ gezeichnet.
Aber die gesuchte Option heißt size. Und den rechten Winkel kann man sich eigentlich auch einfach mit einem Punkt als Label zeichnen.
\documentclass[10pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{tkz-euclide}% lädt tikz und damit auch xcolor
\colorlet{lightgray}{black!10}
\colorlet{pencil}{black!25}
\usetkzobj{all}
\begin{document}
\begin{tikzpicture}
\tkzDefPoint(1,1){A}
\tkzDefShiftPoint[A](8,0){B}
\tkzDefMidPoint(A,B)\tkzGetPoint{Mab}
\tkzDrawArc[color=pencil](Mab,B)(A)
\tkzDefPointWith[K=.2](A,B)\tkzGetPoint{C'}
\tkzDefPointWith[orthogonal](C',B)\tkzGetPoint{C''}
\tkzInterLC(C',C'')(Mab,B)\tkzGetSecondPoint{C}
\tkzDrawPoints(A,B,C)
\tkzDrawSegments(A,B B,C C,A C',C)
% Beschriftungen:
\tkzLabelSegment[below](A,C'){$p$}
\tkzLabelSegment[below](C',B){$q$}
\tkzLabelSegment[right](C',C){$h=\sqrt{x}$}
\tkzLabelPoint[below left](A){$A$}
\tkzLabelPoint[below right](B){$B$}
\tkzLabelPoint[above](C){$C$}
\tkzMarkAngle[size=.5](B,A,C)
\tkzLabelAngle[pos=.3](B,A,C){$\alpha$}
\tkzMarkAngle[size=1.1](C,B,A)
\tkzLabelAngle[pos=.85](C,B,A){$\beta$}
\tkzMarkAngle[size=.5](A,C,B)
\tkzLabelAngle[pos=.3](A,C,B){\Large$\cdot$}
\end{tikzpicture}
\end{document}
Gruß
Elke

- Dateianhänge
-

- gl_pq.png (6.72 KiB) 4095 mal betrachtet
Deine Frage irritiert mich jetzt etwas. Du schaffst es das [tt]q[/tt] unter die Strecke [tt]AB[/tt] zu setzen und scheiterst dann an am [tt]p[/tt] unter [tt]AC'[/tt]? Wobei das [tt]q[/tt] meiner Meinung nach unter [tt]C'B[/tt] gehört.
Ohne in irgendeine Doku zu schauen, kann man aus
[code]\tkzLabelSegment[below](A,B){$q$}
\tkzLabelSegment[right](C',C){$h=\sqrt{x}$}[/code]
ableiten, dass der Punkt zwischen [tt]A[/tt] und [tt]B[/tt] mit [tt]C'[/tt] bezeichnet ist, und damit
[code] \tkzLabelSegment[below](A,C'){$p$}
\tkzLabelSegment[below](C',B){$q$} [/code]
die beiden Label an den richtigen Stellen positioniert.
Die andere Frage ist schwieriger, wenn man wie ich, normal nichts mit dem Paket zu tun hat. Ich hätte mir das Bild schnell nur mit TikZ gezeichnet.
Aber die gesuchte Option heißt [tt]size[/tt]. Und den rechten Winkel kann man sich eigentlich auch einfach mit einem Punkt als Label zeichnen.
[code]\documentclass[10pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{tkz-euclide}% lädt tikz und damit auch xcolor
\colorlet{lightgray}{black!10}
\colorlet{pencil}{black!25}
\usetkzobj{all}
\begin{document}
\begin{tikzpicture}
\tkzDefPoint(1,1){A}
\tkzDefShiftPoint[A](8,0){B}
\tkzDefMidPoint(A,B)\tkzGetPoint{Mab}
\tkzDrawArc[color=pencil](Mab,B)(A)
\tkzDefPointWith[K=.2](A,B)\tkzGetPoint{C'}
\tkzDefPointWith[orthogonal](C',B)\tkzGetPoint{C''}
\tkzInterLC(C',C'')(Mab,B)\tkzGetSecondPoint{C}
\tkzDrawPoints(A,B,C)
\tkzDrawSegments(A,B B,C C,A C',C)
% Beschriftungen:
\tkzLabelSegment[below](A,C'){$p$}
\tkzLabelSegment[below](C',B){$q$}
\tkzLabelSegment[right](C',C){$h=\sqrt{x}$}
\tkzLabelPoint[below left](A){$A$}
\tkzLabelPoint[below right](B){$B$}
\tkzLabelPoint[above](C){$C$}
\tkzMarkAngle[size=.5](B,A,C)
\tkzLabelAngle[pos=.3](B,A,C){$\alpha$}
\tkzMarkAngle[size=1.1](C,B,A)
\tkzLabelAngle[pos=.85](C,B,A){$\beta$}
\tkzMarkAngle[size=.5](A,C,B)
\tkzLabelAngle[pos=.3](A,C,B){\Large$\cdot$}
\end{tikzpicture}
\end{document}[/code]
Gruß
Elke
[img]http://golatex.de/files/gl_pq_111.png[/img]