{diagrams} is for general questions about vector graphics created programmatically inside a (La)TeX document. For questions about specific packages, use the appropriate tag, e.g. {tikz-pgf} or {pstricks}. For questions about inclusion of external graphic files, use {graphics} instead.
2
votes
1answer
91 views
Smartdiagram error when compile
I want to use the smartdiagram but by some reason a get a error:
! Undefined control sequence. \smartdiagram code #1#2->\StrCut
{#1}{:}\diagramtype \option \IfNoValueTF {#... l.6
...
4
votes
0answers
76 views
Is it possible to draw schematic of coordinate transformations with translation and rotations
I am new to latex and have been fighting my way through my thesis. At the moment, I am trying to draw this with LaTeX.
If you happen to know how to draw this or if you could direct me to start, I ...
3
votes
0answers
267 views
Commutative diagram using TeX Writer
I bought an ipad app TeX writer and I am wondering if I can draw a commutative diagram.
It includes the packages
amslatex
revtex4-1
IEEEtran
babel
cyrillic
graphicx
color
xcolr
geometry
algorithm2e
...
2
votes
0answers
183 views
How to draw a bow-tie risk diagram
I'd like to draw some bow-tie diagrams, which are diagrams for modelling risk, particularly for businesses like oil and gas and transport.
In the centre, there is a "top event", and there are zero or ...
2
votes
0answers
150 views
Large block diagrams with auto positioning
I need to make some (large) maintainable block diagrams. Some small diagrams I already made using Tikz, but I always need to specify the placement of every block. Now for large diagrams this could be ...
1
vote
0answers
115 views
Drawing lozenges in Tikz
I'm creating a simple flowchart using Tikz, and I'd really like the "decision" nodes to be lozenge-shaped (think "tilted parallelogram") rather than square, in order to fit text better.
Here's a ...
1
vote
0answers
67 views
RGB EPS figures appear as CMYK in LaTeX
When I make EPS figures in Matlab and/or Illustrator, they look RGB, however, in the DVI file and in the subsequent PDF or PS file it appears CMYK. When I open up the figures outside of LaTeX, they ...
1
vote
0answers
180 views
How to draw a curve in LaTeX
I'm using TeXworks and I'm trying to draw curves. I have to design a lot of different ones; I don't need the numbers, just basic shapes, and I will need to add straight lines over the curve to show ...
0
votes
0answers
94 views
Irregular Flowchart using tikz
I have to draw a flowchart similar to Watch the original flowchart here
I have made some changes using the answer provided in this question Flowchart in tikz
and using this code in middle of my tex ...
0
votes
0answers
63 views
Package error in tikz
I took an example of a code of flow chart in tikz and tried it but i am encountering an error.
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage{tikz}
...
0
votes
0answers
23 views
let latex decide where to place a picture in multicol environment
I have a three column text with floating pictures. The whole latex code is made by scripting. The pictures are sometimes badly placed, so that the text is streched out (vertical space in between ...