Questions tagged [angle]
{pst-eucl} package allow the drawing of Euclidean geometric figures using LaTeX macros for specifying mathematical constraints. It is thus possible to build point using common transformations or intersections. The use of coordinates is limited to points which controlled the figure.
75 questions
0 votes
0 answers
62 views
How to represent the angle between two vectors, like this picture
How to represent the angle between two vectors, like this picture
0 votes
1 answer
105 views
How do I use pre-defined coordinates to draw angles with TikZ?
I'm trying to draw a vector on a set of axes and label it with a theta symbol for physics homework. According to the TikZ docs, I need three coordinates to draw an angle. Using this stack answer, it ...
4 votes
1 answer
98 views
siunitx issue when using angle-mode=arc with negative numbers
I've been having two issues with siunitx that I was hoping someone might be able to help out with: When getting it to convert an angle in decimals to arc mode using the [angle-mode=arc] modifier, the ...
0 votes
1 answer
126 views
angle using pgfPlot
This does not work. Why does \loesung block the \usetikzlibrary{babel}? \loesung works well wiht pgfplots, but not here. \documentclass[tikz,border=10pt]{standalone} \usepackage[ngerman]{babel} \...
1 vote
1 answer
134 views
How to draw angles without using coordinates?
I tried to draw with Tikz two lines wich have (for example) a 15° or 75° angle and failed. is there a function where I can give a length and an angle and LaTeX draws that line for me or do i have to ...
3 votes
2 answers
465 views
label angle in tikz
I'm trying to label the angle between the horizontal side and the oblique side but I do not know how to do this since I'm just a beginner in tikz. Could someone help me with this. The following is my ...
0 votes
1 answer
135 views
Tikz label angle between vectors
I'm trying to label the angle between the B vector and the y-axis but I don't know how. Can anybody help me with this? My code is the following \begin{figure}[h] \centering \begin{tikzpicture} \...
1 vote
1 answer
110 views
3D Spherical Coordinate Add arc new angle in varphi and change placement for theta angle
I have this MWE from tikz.net, but I want to edit the angle: add new angle (\varphi) between x and z axis change the current angle between y and z axis (\theta) into between y axis and vector r, ...
1 vote
1 answer
63 views
How to make subscript follow the large angle instead of aligning with the bottom line of the equation?
I have the following latex code and I don't know how to align the subscript f with the \rangle. Making the langle and rangle bigger is also possible but I didn't find a solution. I've tried to use ...
1 vote
1 answer
66 views
How to show the (int) angle value with zero decimals in smaller font?
How can I remove the decimal 0 from the angle? \documentclass[11pt,a4paper,dutch]{article} \usepackage[per-mode=symbol,mode=text,per-mode=symbol,exponent-product=\cdot]{siunitx} \usepackage[T1]{...
2 votes
2 answers
375 views
Drawing an angle outside two angles
I want to draw a bigger angle outside two angles. I actually want to draw the following diagram. MWE \documentclass[a4paper, 10pt]{report} \usepackage{tikz} \usetikzlibrary{angles,quotes} \begin{...
0 votes
1 answer
205 views
Transform cartesian coordinates to polar coordinates
I am working with tikz. I want to draw a line that is rectangular to a certain other line and has a certain length. The coordinates are defined as cartesian. What I am searching for is a function to ...
2 votes
1 answer
220 views
Draw 3-dimensional angles
I'm using the following code to generate a sketch of a conic pendulum. \usetikzlibrary{angles, quotes} \pgfdeclarelayer{foreground} \pgfsetlayers{main,foreground} \tdplotsetmaincoords{80}{10} \begin{...
3 votes
2 answers
984 views
Tikz How to draw angles in a simple way
I would like to know a way to draw the angle in a simple way, and a general way! \begin{tikzpicture} \coordinate (a) (0,0); \coordinate (b) (6,0); \coordinate (c) (2,2); \draw [->][...
0 votes
1 answer
190 views
Angle of a triangle within unit circle
I am trying now for a while to add an angle to my triangle, but unfortunately I receive the following error: "Package PGF Math Error: Unknown function `axis' (in 'axis cs')." My Latex code ...