Tagged Questions
2
votes
0answers
76 views
File error in non stop mode [closed]
I am trying to make a feynman diagram using feynmf. My code is
\documentclass[a4paper,11pt]{article}
\usepackage{xcolor}
\usepackage{amsthm}
\theoremstyle{definition}
\newtheorem{exe}{Exercise}
...
3
votes
1answer
95 views
Picture and Paragraph in Metapost
How to insert a paragraph in Metapost and a drawing below that? This has to be done within a single Metapost block, (i.e) within a single \startMPcode and \stopMPcode block
Sample image :
4
votes
2answers
369 views
What tool was used to generate these technical diagrams?
I was reading a paper or Computed Tomography, and I found these two nice diagrams:
And I was wondering, what tool was used to make them. I've worked with Tikz for example, but I believe it would ...
4
votes
0answers
460 views
Creating a colored bar chart using MetaPost or pgfplots [closed]
Right now I have this:
input graph
input sarith
beginfig(1)
draw begingraph(3cm,2cm)
gdata("data1.d", v,
path p;
augment p (v1,0);
augment p (v1,v2);
augment p (v1 Sadd ...
68
votes
8answers
5k views
Simulating hand-drawn lines
I am working on a project that will have some vector graphics, perhaps using TikZ (or a similar tool). All of the graphics consists of lines, in shades of gray. However, the lines from TikZ appear too ...
8
votes
2answers
449 views
automatic resizing of edges with long labels
I would like to know if there is a way to automatically resize edges when they have long labels. For example, the following code
\documentclass[10pt]{article}
\usepackage{tikz}
...