Tagged Questions
2
votes
1answer
42 views
resizebox fails for tikzpicture when used in conjunction with listing package
Here is the example that fails
\documentclass{standalone}
\usepackage{tikz}
\usepackage{float}
\usepackage{listings}
\usepackage{color}
\usepackage{textcomp}
\usetikzlibrary{shapes,positioning}
...
3
votes
1answer
80 views
Figure width problem
I have a problem in a figure which i draw, the figure doesn't fit in one column of two column paper as shown in the fig below, any help?
\begin{figure}{H}
\centering
\begin{tikzpicture}[
...
1
vote
0answers
90 views
Alignment of TikZ object
I'm using the classic thesis style by André Miede. As I have to import a lot of Matlab plots, I'm using matlab2tikz.
In the LaTeX document, I want the TikZ object to act like a normal jpg/png ...
4
votes
2answers
161 views
Table of 2x2 tikzpictures
I'm attempting to condense 4 tikzpictures into a smaller space in my document. The solution I have is as follows:
\documentclass{article}
\usepackage[paperwidth=6in, paperheight=4in]{geometry}
...
0
votes
0answers
47 views
Create a footnote in a node in a tikzpicture [duplicate]
Is it possible to create a footnote in a node of a tikzpicture? Preferably the tikzpicture it should also be possible to put that tikzpicture inside a figure environment.
4
votes
1answer
151 views
Center subfigures; fix TikZ error
I am trying to center some figures produced by TikZ. In my example, I have three large Tikz pictures that are separate figures. I also have the same three pictures, but this time as subfigures.
All ...
3
votes
1answer
127 views
Table right of TikZ image
I created a tree using TikZ and would like to add tabular explanation data to the right of it.
The figure definition currently looks like this:
\begin{figure*}[h!]
\input{tikz/praefixeigenschaft}
...
5
votes
1answer
125 views
TikZ's extended line penetrates the figure caption
Here is an example:
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{figure}\centering
\begin{tikzpicture}[extended line/.style={shorten >=-#1,shorten <=-#1}]
\draw [very ...
1
vote
1answer
184 views
Minipage: trouble getting figures at top of page
I'm trying to fit these to flowcharts in one page. This is what I got so far, not so nicely done I think. Any suggestions how I can get the flowcharts at the top of the page, nicely next to each other ...
3
votes
1answer
475 views
Floating TikZ picture within text in mdframed
When there is not enough space for TikZ picture at the end of a text, it will goes to the next page, and leaves an empty space after the text. Is there a standard method for putting TikZ picture in ...
2
votes
1answer
175 views
tkz-linknodes, subfig problems of alignment
I don't succeed in managing the alignment among the various figures. How can I do?
thanks
\documentclass[a4paper,11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[upright]{fourier}
...
2
votes
1answer
797 views
How to put text in an existing figure/image (maybe with tikz?) [duplicate]
Possible Duplicates:
Drawing on an image with TikZ
How to superimpose LaTeX on a picture?
I was wondering if it's possible to have an existing image (possibly in a figure environment) and ...
3
votes
2answers
197 views
Need to adjust in tikz
I want to display the following figures simultaneously that is not above or lower.
Also need to reduce the size. Please help me.
\begin{figure}[htp]
%\centering
\begin{tikzpicture}
%\draw ...
1
vote
1answer
497 views
TikZ figure always positioned at the center of a new page [closed]
I run into this rather strange problem when using TikZ with LyX 2. I have this graph programmed using TikZ, and it is supposed to follow a paragraph of text and be positioned at the top of next new ...
6
votes
1answer
775 views
How do I make a figure that spans a spread of two pages? [duplicate]
Possible Duplicate:
How to include a picture over two pages, left part on left side, right on right (for books)?
I have a huge TikZ graphic inside a figure environment. I would like it to ...
3
votes
1answer
293 views
Creating an environment able to span over multiple pages or columns
I'm trying to create an environment able to understand when it's on a single/two columns layout and to span over multiple pages or columns having different style for the two cases. I would want to ...
3
votes
2answers
722 views
Make tikz picture floating
I'm inserting a tikz picture in my section headings with \titleformat (see this question) and I would like it to not affect the spaces in the headings. Right now, what I do is that I compensate the ...
26
votes
3answers
4k views
What is the correct way to center a \tikzpicture? [duplicate]
Possible Duplicate:
Should I use center or centering for figures and tables?
What is the correct way to cause a \tikzpicture to be centered? By default it appears to be aligned with the ...