Tagged Questions
4
votes
2answers
163 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}
...
3
votes
1answer
85 views
Placing a tikzpicture next to an align
I have a tikzpicture with an accompanying explanation in a math align environment. The tikzpicture is small enough that I'd like the explanation to appear next to (specifically, to the right) the ...
6
votes
1answer
224 views
Aligning TikZ graphic vertically to neighbor in multicol
For my documentation of a blocks world problem in Prolog, I'd like to show the example code (using the listing package) next to the real world equivalent, which I made using TikZ. For this I used the ...
3
votes
1answer
1k views
multirow in tikz matrix
I am trying to insert a multirow in a tikz matrix with a grid, so:
\documentclass{amsart}
\usepackage{tikz}
\usetikzlibrary{matrix,fit}
\begin{document}
\begin{tikzpicture}
\matrix (table) [%
...
4
votes
1answer
605 views
Framing two-column listings with a tikz node : “missing \item” error ?
I'm trying to use this answer to put my lstlistings environments inside a tikz node. So I want to define a new listings environment, with \lstnewenvironment.
My final goal, to be precise, is to ...