about engineering drawings with units,dimensions of each component also known as drafting. Technical drawings are drawn by draftsmen using Computer aided software like AUTOCAD etc..

learn more… | top users | synonyms

21
votes
4answers
2k views

How to draw arrows between parts of an equation to show the Math Distributive Property (Multiplication)?

there is a part of my paper where I use the distributive property and it's not that clear for the reader to see (I'm using in proposional logic for a proof). The logic equation (part of) is: (l_{1}) ...
28
votes
2answers
2k views

Dimensioning of a technical drawing in TikZ

Is there is an easy way to mark dimensions in a technical drawing with TikZ? Is there a library or something? Edit I am using xelatex. Update I chose Martin's answer because it serves me well for ...
24
votes
4answers
3k views

Draw mechanical springs in TikZ

Currently I am using the following path style to draw springs in TikZ \tikzstyle{spring}=[thick,decorate,decoration={zigzag,pre length=0.1cm,post length=0.1cm,segment length=6}] for example ...
13
votes
1answer
513 views

Drawing relationships between elements of a database

I am looking into a feasible way of drawing relationships between Elements from a database. An example: Element x is related to Element Y via the Role "sister". Relationships exist in the form 1:1, ...
22
votes
6answers
2k views

Why draw diagrams using LaTeX when there are open source tools like OpenOffice?

I was looking at recent questions here and was surprized that people were drawing diagrams in LaTeX, when it can be done in SmartDraw, OpenOffice or other programs. Is there any benefit to using LaTeX ...
34
votes
4answers
2k views

How do we Draw a Bird in LaTeX

Yes, it's that time of the month again. It's time for somebody to ask how we can draw X in LaTeX. This time I'm asking the question and X is a bird. I welcome any answers but I'm especially keen on ...
11
votes
3answers
540 views

Draw a closed liquid-droped shaped curve with TikZ

I am trying to draw a closed liquid-droped shaped curve using TikZ, but I don't know how. I tried to draw it using coordinates but I don't think that this is the solution. I am using ...
15
votes
1answer
837 views

Fill the area determined by two pgfplots graphs

I need to fill the region determined by two (Gaussian) curves and the right red line (the region is brushed in green in the figure below). I also wonder what is the best way to draw vertical line ...
14
votes
4answers
499 views

How to draw a 3D hexagonal structure with TikZ?

What is the best way in TikZ to draw a hexagonal stucture in 3D? For example, graphite crystals, honeycombs or stable racks made of hexagonal aligned stiffeners. I already found this nice solution: ...
9
votes
3answers
1k views

How to draw orthogonal vectors using TikZ

I have the problem, that I want to draw a vector that is decomposed into two orthogonal parts. A short example: \documentclass{article} \usepackage{tikz} \usetikzlibrary{calc} \begin{document} ...
7
votes
1answer
147 views

Different radii of rounded corners in same draw command in TikZ

Is it possible to use different rounded corners radii on different parts of a draw command? I'm creating a tube that is bent. I'd like the outer radius to be greater than the inner radius. I can of ...
5
votes
1answer
80 views

Draw group line error

How draw group line works? I tryed to use this example, but when chaged the index it gives me an error: Undefined control sequence \end{axis} CODE: \documentclass[conference]{IEEEtran} ...
4
votes
1answer
267 views

Curved waved lines with TikZ

I'm trying to write a code for Feynman diagrams with TikZ (I know it is a common subject in the forum). I found very useful posts. However, I would like to draw a curved waved line ...
2
votes
5answers
427 views

Draw an aircraft with Tikz

I want to draw a plane using the Tikz tool. You will find, attached, a screenshot.
6
votes
1answer
790 views

Best Drawing software for engineering/scientific illustrations with Latex?

I will be writing my Master's thesis in Aeronautical Engineering and was wondering about the following: I will have lots of illustrations such as parts of aircraft, mechanical components, ...
6
votes
3answers
381 views

blocks attached to each other

For my thesis, I often need to write blocks attached to each other. More explicitely, I want to have blocks as in page 13 of http://eprint.iacr.org/2006/392.pdf. EDIT: @morbusg. Is it possible to ...