Tagged Questions
2
votes
1answer
58 views
TikZ object misaligned with main document: slightly shifted to the right
The TikZ picture is not aligned with the main content of the document. It slightly shifts to the right. Notice how the words go outside the frame on the right side.
Any hints on how to correct this ...
3
votes
1answer
91 views
Tikz Scaling and Positioning
I cannot scale the first picture. scale=0.6 does not work.
Also I cannot vertically align the picture. I want top of text and top of figure are same. See figures in the following examples.
...
3
votes
2answers
128 views
Aligning tikz picture within text
I want to align my tikz within a text.
A sample can be seen at the second picture in the following link: Image courtesy from http://www.echoecho.com/htmlimages08.htm
This is my trial:
...
5
votes
2answers
102 views
Align environment inside TikZ
I'm new to TikZ, and I'm trying to use the align enviroment to align some text then draw something on it using some TikZ lines.
But the problem that pdfLaTeX is generating an error whenever I try to ...
7
votes
2answers
269 views
Align the length of two nodes inside a matrix
I wanted to create a node with vertical and horizontal parts. So after some
searching I found that I can achieve this by using a matrix.
I tried the code below:
\documentclass{article}
...
3
votes
1answer
277 views
Slight vertical mis-alignment of cells when using TikZ matrix of nodes
While laying out a bunch of nodes with a TikZ matrix, I noticed slight vertical mis-alignment of nodes.
It seems that words with “tall” letters (p, b, l) shift the box vertically up or down. This does ...
2
votes
1answer
899 views
Tikz multiline node with center align
I have a problem with nodes in scheme. I need type a node where will be text "Banka melovskych filtru". Each word on a special line with center align.
9
votes
2answers
439 views
Horizontal alignment within an equation using Tikz
I am trying to center horizontally the first terms of a system of equations inside the alignat environment. I don't know if Tikz is the right way to go, but as I might have to add some other ...
5
votes
2answers
2k views
How to position text on top of a node?
How to position text on top of a node?
\documentclass{report}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\tikzset{every node/.style={rounded corners,minimum height=5cm}}
...
4
votes
2answers
733 views
Using tikz command inside tikzpicture environment (alignment problem)
This is a followup question to Expandable nested boxes with TikZ.
When using the \tikz command inside the tikzpicture environment, the positioning of the contents is altered.
Here are the two ...
2
votes
1answer
1k views
Aligning nodes with TikZ
Consider this:
There are several problems:
The \exists operator is not horizontaly aligned with the following node (a,b).
There is too little space between foobar and the node below it and ...