Questions tagged [drawing]
The drawing tag has no summary.
31 questions
2
votes
1
answer
220
views
Help with Drawing a 2D Spiral Following a Circular Path
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 ...
7
votes
2
answers
206
views
How to put globes around semantic trees and connect them with arrows?
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 ...
3
votes
1
answer
72
views
pst-poker won't display crdback without a shadow
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}
\...
2
votes
1
answer
147
views
Drawing a cuboid in TikZ without overlapping lines
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 ...
3
votes
3
answers
330
views
draw sign function
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]{...
1
vote
2
answers
442
views
How to draw a wooden barrel like this in TikZ?
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 ...
-3
votes
1
answer
169
views
Vectors, points, parallel straight lines and annotations in TikZ [closed]
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?
0
votes
1
answer
119
views
Drawing a helix wrapping a cylinder
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 ...
0
votes
1
answer
60
views
Reducing the size of an mfpic figure
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){\...
6
votes
1
answer
205
views
In Tikz, how to make a command that will pave a zone of my page with N*M of the same rectangular node?
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, ...
1
vote
1
answer
109
views
Draw the complementary circle part
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 ...
0
votes
1
answer
250
views
What's the most practical way to draw such a thing?
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.
1
vote
2
answers
201
views
New latex symbols : 4 curve option in calculus
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 ...
0
votes
1
answer
106
views
Replicating brownian distribution of particles
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 ...
0
votes
0
answers
58
views
draw a Rectangular cuboid ABCDEFGH [duplicate]
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{...