Tagged Questions
2
votes
0answers
73 views
tikz: code just keeps compiling? [closed]
I was trying to draw arcs in tikz, and I was using code from
this site
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing}
\begin{document}
\begin{tikzpicture}
\draw ...
4
votes
1answer
215 views
Syntax error; pgfuseimage [duplicate]
Possible Duplicate:
Include figure (from macro) with underscore in filename
I am trying to make first presentation in LaTeX using Beamer environment. In order to include some graphics, I ...
5
votes
1answer
243 views
Different syntax for nodes with pos=x on a path with (A) — (B) and (A) to (B)
I wonder why we need a different syntax for specifying nodes (and coordinates) on a path when using the simple -- and the .. controls … system or the to operation.
Here’s an example to illustrate the ...