https://texample.net/pythagoras-triangle/
c
c
B
a
c
β
c
a
α
A
a
a
·
C
b
b
b
b
https://tex.stackexchange.com/questions/556876/drawing-a-triangle-with-an-angle-insidey
B(x, y)
HY
GK
θ
A
AK
C
x
Funktioniert nicht richtig weil die Pakete falsch geladen sind oder etwas fehlt.
1
y
B(x, y)
x
Standalone geht aber. A
https://tex.stackexchange.com/questions/96459/automatically-draw-and-labels-angles-of-a
β
HY
GK
·
α
AK
Solution with pure tikz:
There was a change in the atan2 function from v2.x to v3 of pgf. The order of
the arguments was swapped from atan2(x,y) to (the more common) atan2(y,x).
So the first should now be atan2(2,4), and the second atan2(4,2), not the other
way around
β
HY
GK
·
α
AK
https://tex.stackexchange.com/questions/244376/drawing-a-triangle
2
B
A
C
https://chatgpt.com/g/g-p-6872aa7c42508191afa4103f368c76bc-latex-file-analyse/
c/687907e2-4a18-8001-91f4-54fc04838aff
B
β
a
C
α
b
c
A
θ
https://tex.stackexchange.com/questions/642823/right-triangle-with-angle
compile with latex, then asy on the file produced, then latex again.
With pure tikz is also simple. For 300 pt wide image you can use the following MWE:
3
https://tex.stackexchange.com/questions/79989/mark-90-degree-angle-in-tikz-in-german-co
Zeichne den rechten WInkel ein
—————————————————-
C
A
O
B
https://tex.stackexchange.com/questions/175501/how-to-add-length-and-right-angle-to-tri
C
3 cm
A
5 cm
4 cm
B
Using a brace decoration, you could add braces to the sides to indicate the
lengths:
4
C
5c
m
3 cm
A
B
4 cm
Benutze Koordinaten und WInkel mit Länge um zu zeichnen.
https://tex.stackexchange.com/questions/452060/specifying-line-length-in-tikz
b
a
5
B
c
a
α
A
C
b
oder ein elegantere Lösung mit Koordinaten,
5cm = 5*28.45274 pt =142.2637pt ????? siehe auch : https://tex.stackexchange.
com/questions/38473/how-can-i-compute-the-distance-between-two-coordinates-in-tikz
für INfos wie man in cm rechnet. Nachfolgend ein BNeispiel wo ich selber herumprobiert haber bis cm ins Spiel gekommen sind. Ich benutze auch den Macro
distance als Beispiel
B
c
a =2.0cm
α
A
C
b = 6.0cm
A
B
C
6
B
c
A
a
C
b
C
B
A
B
c
A
b
a
C
https://tex.stackexchange.com/questions/590760/how-can-i-draw-a-right-triangle-in-latex
7
C
60◦
90◦
30◦
A
B
C
b
20◦
A
B
A
c
a
α
C
B
b
c
B
c
a
α
A
C
b
8
e
f
a
b
·
c
d
y
B
c
a
b
C
A
x
c
a
b
B
A
C
9
C
b
A
a
c
10
B
C
b
a
A
c
B
11
C
b
A
a
B
c
C
α a
b
γ
β
A
c
90◦
B
y
sin α
α
cos α
tan α =
sin α
cos α
x
12