Skip to main content

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.

0 votes
0 answers
62 views

How to represent the angle between two vectors, like this picture
M Kuring's user avatar
0 votes
1 answer
105 views

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 ...
Aaron's user avatar
  • 3
4 votes
1 answer
98 views

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 ...
Coenraad van Schoor's user avatar
0 votes
1 answer
126 views

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} \...
Patrick's user avatar
  • 255
1 vote
1 answer
134 views

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 ...
Frank's user avatar
  • 11
3 votes
2 answers
465 views

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 ...
luki luk's user avatar
  • 135
0 votes
1 answer
135 views

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} \...
luki luk's user avatar
  • 135
1 vote
1 answer
110 views

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, ...
Freya the Goddess's user avatar
1 vote
1 answer
63 views

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 ...
Qingwei Li's user avatar
1 vote
1 answer
66 views

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]{...
Erik's user avatar
  • 167
2 votes
2 answers
375 views

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{...
darkphysics's user avatar
0 votes
1 answer
205 views

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 ...
jetrca's user avatar
  • 53
2 votes
1 answer
220 views

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{...
35T41's user avatar
  • 337
3 votes
2 answers
984 views

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 [->][...
Alessandro Lin's user avatar
0 votes
1 answer
190 views

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 ...
JackboyPlay's user avatar

15 30 50 per page
1
2 3 4 5