Tagged Questions
1
vote
2answers
57 views
Standalone multiline logo [duplicate]
I would like to produce through pdflatex an image that shrink-wraps around a logo.
Here is a skeleton file.
\documentclass{standalone}
\begin{document}
line 1
line 2
\end{document}
But this ...
2
votes
1answer
86 views
Text decoration is trimmed off with standalone package
I am decorating an arc with text as shown in this MWE using the standalone class:
\documentclass[10pt,class=article]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.text}
...
5
votes
1answer
74 views
How to eliminate spacing in tikzpicture?
It seems that, when using Tikz, nodes and/or the tikzpicture environment add space around a drawing. An example is shown in the following MWE, where a simple square is drawn three times. First it is ...
2
votes
0answers
55 views
Including figures relative to the path of the current document?
I am writing a paper simultaneously with my thesis; the paper will be included verbatim in the thesis (or at least, parts of it will).
I am looking for a solution that allows me to update my paper ...
8
votes
1answer
2k views
TikZ to non-PDF
How do I tell TikZ to output to a standalone image file? Like JPG, PNG, etc?
Yes, there is a way to output it to PDF, then do a snapshot. But this is for mathematical-visual comparisons, and I need ...