{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.

learn more… | top users | synonyms (1)

3
votes
1answer
21 views

Why isn't diagrams.sty compatible with LuaTeX

I am trying to debug the problem with Paul Taylor's diagrams.sty (not in TeX Live, but available from CTAN). Minimal example: \documentclass{article} \usepackage{diagrams} \begin{document} ...
0
votes
1answer
36 views

Why page break when inserting pictures?

If I insert an image, then it is shown at the next page. Why do Latex a page break? My code is: 1208. \\ \begin{figure} \includegraphics[width=100mm]{Komplexa_talplanet.png} \end{figure}\\ \\.
6
votes
0answers
436 views

How to automatically generate Venn diagrams given the inclusion relations?

I'm writing a paper about classes of formal languages, and I'd like to have a diagram showing their heirarchy. Something similar to this (from Wikipedia:) Is there a LaTeX package which, I can give ...
4
votes
0answers
81 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
273 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
53 views

To wrap the external lines so that it can touch the perimeter

Similar to this, Wrapping a Feynman diagram in an ellipse or a circle?, I am having some in tikz problem making sure the legs of these diagrams touching the perimeter. I tried the following, but I am ...
2
votes
0answers
206 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
153 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
66 views

Work diagram help

I am trying to create this sort of diagram (or graph). The X axis is time, Y axis are projects/tasks and lines through them are people (employees) working on certain task in given time period. I've ...
1
vote
0answers
35 views

Inserting a vertex correction in Feyn - the Lyx Feynman package

I can't seem to be able to draw a standard Feynman diagram and add a vertex correction like here: http://commons.wikimedia.org/wiki/File:Feynman_second_order_vertex.svg When I try, my fermionic lines ...
1
vote
0answers
134 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
80 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
188 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
51 views

To where/whom should I write for an invitation to create a tool for bullet graphs?

I was wondering if creating "bullet gauges" is possible in any LaTeX package, but I didn“t find any. In other question @Jake answered me with a solution for simple graphs in Is there any package to ...
0
votes
0answers
126 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
71 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
28 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 ...