Questions tagged [draw]

{draw} is for questions regarding drawings in general. If the drawing is to be done from within LaTeX, include the relevant tags for the package to be used, e.g., {tikz-pgf}, {pstricks}.

is for questions regarding drawings in general. If the drawing is to be done from within LaTeX, include the relevant tags for the package to be used, e.g., , .

573 questions
10
votes
8 answers

How to draw images in Latex?

I'm trying to draw the following picture in LaTeX but I'm having trouble understanding what I should use. I've seen a few examples, but it's hard to adapt them into what I'm looking for. If you could help, I'd be truly grateful.
Hel
  • 463
5
votes
2 answers

New symbol derived from [a, b]

I would like to draw the following new symbol, so that I can use it in sentences. Which tool would you advise? TikZ? Thanks
Colas
  • 6,772
  • 4
  • 46
  • 96
5
votes
1 answer

How to color a zone in Tikz

I have this image: That is made with this code: \documentclass{article} \usepackage{tikz} \usepackage{amssymb,amsthm,amsmath} \usetikzlibrary{shapes,positioning,intersections,quotes} \begin{document} \begin{center} …
TeemoJg
  • 883
3
votes
2 answers

How to draw a Bicuspid curve using Latex?

Can anyone help me how to draw a Bicuspid curve using Latex?
3
votes
2 answers

How is the weight of a line distributed when drawing a line?

I am currently involved in a project where we're using LaTeX to generate PDF files dynamically. We are looking at a typesetting attribute called "Line Weight" and are looking at how LaTeX handles this. "Line Weight" is as follows. Suppose we create…
3
votes
1 answer

writing multiple dots in formation

I would like to write multiple dots in some formation (in circle, in a row, etc.) within text or formulas. Somewhat similar like the token dots in petri nets, which made me look into the TeX/Tikz petri net package. But I need the dots independently…
ternary
  • 133
3
votes
2 answers

draw milk carton in tikzpicture

i want to draw 4 milk carton like attachment. Please help Example: Create water cup symbol this code for water: \documentclass{article} \usepackage[most]{tcolorbox} \makeatletter \tcbset{ myvbox/.style 2 args={% enhanced, …
latexforti
  • 2,091
3
votes
2 answers

Drawing schematics or figures

I would like to have a way to draw like what you can find in the Feynman Lectures on Physics. For instance here here more precisely something like Fig.14-6 or Fig.14-7. So far using circuitikz and tikz I…
Owen
  • 33
2
votes
1 answer

Label parallel to draw

How to make the label on the way of the draw? Currently, my label "cross" the draws. Here is my MWE: \documentclass{article} \usepackage[margin=2.5cm]{geometry} \usepackage{tikz} \usetikzlibrary{arrows,arrows.meta, backgrounds,…
Warok
  • 743
2
votes
4 answers

How to draw a geometry triangle in LaTeX?

Name explicitly used properties from the sketch (for example, parallel lines, equilateral triangles, right angles), and give common calculation rules used. Helpful calculation rules and methods can be depending on the example: Area and…
T.U
  • 21
2
votes
2 answers

How to draw a number line with non-numeric ticks?

I would like check if it is possible to draw a number line that is similar to the one shown. And if it is possible, how should I go about doing it? Thank you! \begin{tikzpicture}[ letter/.style={circle, minimum size=5pt,…
2
votes
1 answer

circuitikz weird Undefined control sequence

The code \documentclass[12pt,a4paper]{article} \usepackage[american]{circuitikz} \begin{document} \begin{circuitikz} \draw (1,0) to[short, i<=2] (1.5,-2); \end{circuitikz} \end{document} gives an error ! Undefined control sequence. \tikz@anchor…
Dimitar
  • 23
1
vote
0 answers

How to draw the neighbourhood of an open set?

I would like to be able to draw a pretty general open set (not just a ball) and to draw some neighbourhoods of it (at different distances), as in the following picture:
1
vote
0 answers

l3draw diagram interpretation

I am currently trying to understand the l3draw package defined functions and looked at the example: \dim_new:N \l_mypos_dim \draw_begin: \draw_path_moveto:n { 0cm , \l_mypos_dim } % Coordinate (0,0) move to \draw_path_lineto:n { 1cm , \l_mypos_dim…
azetina
  • 28,884
1
vote
2 answers

Draw tree-like figure

How do I draw a tree-like figure similar to the one below please?
arilwan
  • 389
1
2 3