Skip to main content

Questions tagged [drawing]

2 votes
1 answer
220 views

I'm having trouble creating a 2D spiral that follows a circular path (as shown in the picture below). Below is the code I've worked on so far, but unfortunately, the lines aren't overlapping. I would ...
OnePPT_ X's user avatar
7 votes
2 answers
206 views

I am typesetting modal tableau proofs with the prooftrees package. Since prooftrees is not well suited for modal proofs with possible worlds and globes, I have split my proof into two separate tableau ...
elmo's user avatar
  • 877
3 votes
1 answer
72 views

I have a problem with the crdback command in pst-poker. the crdback only shows if there is a shadow. Can you verify or solve the problem? \documentclass{standalone} \usepackage[T1]{fontenc} \...
texpiet's user avatar
  • 339
2 votes
1 answer
147 views

I'm trying to improve the way I draw a cuboid (a rectangular box) in TikZ. Right now, the edges don't look very clean — you can see small overlaps or extensions where the lines meet, especially at the ...
thinksolid's user avatar
3 votes
3 answers
330 views

I need to know how to draw a function's sign in general. This example I drew by hand covers what I need. Guided by this post reference post , I created this code, \usepackage[spanish,english]{...
joseline's user avatar
  • 225
1 vote
2 answers
442 views

I'd like to ask for help creating a drawing of a wooden barrel using TikZ in LaTeX. Here is the image of the barrel I want to replicate: I would like the drawing to include the following features: A ...
Tech Users's user avatar
-3 votes
1 answer
169 views

I want to draw this image in tikz environment, but i cant put labels and arrows exactly as its image. How could i draw this diagram shown in the image with tikz package?
Roya's user avatar
  • 53
0 votes
1 answer
119 views

I need your help once again. I am trying to draw a cylinder with a helix thats wraps around. I know there are several codes on here and I tried to modify them to my case but I always ended up with ...
InsideOut's user avatar
  • 311
0 votes
1 answer
60 views

I am trying to reformat an existing book typeset for US Letter paper to A6 paper. It has a figure generated using the mfpic package. \begin{mfpic}[15]{-10}{10}{-10}{10} \axes \tlabel[cc](10,-0.5){\...
arunkd13's user avatar
6 votes
1 answer
205 views

Consider that I have a command that produces a Tikz node: % First parameter: node name % Second parameter: node width % Third parameter: node height \newcommand{\makenode}[3]{ \node (#1) [draw, ...
Vincent's user avatar
  • 6,425
1 vote
1 answer
109 views

My intention is to represent the molecular docking in a very schematic way. What you see here is the protein, and the cavity represents its active site. To represent the ligand molecule I would need ...
user3204810's user avatar
  • 1,713
0 votes
1 answer
250 views

I'm just trying to learn graphical packages (tikz, pgfplots..) and I would like to see how a more expert user would approach such a drawing.
lucottoDA's user avatar
1 vote
2 answers
201 views

I'm working on some Calculus notes for a class I'm teaching, and I'm at the point where we study the curves and use the first and second derivative to trace the functions. For my table, I need 4 new ...
tremblay's user avatar
0 votes
1 answer
106 views

I need to replicate this picture I need to replicate this drawing As you can see, this is a representation of the colloidal particles distribution within a solvent. The concentration of particles ...
user3204810's user avatar
  • 1,713
0 votes
0 answers
58 views

I need draw a Rectangular cuboid so I have this code \documentclass[a4paper,12pt]{article} \usepackage{tikz} \tikzset{every picture/.style={line width=1.5pt}} \begin{document} \begin{...
Ellen Ellen's user avatar

15 30 50 per page