{positioning} is about positioning document elements. Use this tag in addition to other tags specifying what should be positioned.
19
votes
9answers
2k views
Is there a way to get two pages in one with LaTeX?
I would like to have my document compiled with two pages in one using LaTeX, like what you see when you choose to print two pages in one. As my pages are "portrait", I need the page to be shown in ...
4
votes
2answers
47 views
change position of figure in beamer
I need to put a figure in a specific position in a beamer presentation ... Does it have a solution using X and Y coordinate or another thing? What do I need to change in the following code?
...
0
votes
0answers
176 views
Title page report with TikZ [closed]
I want to make the front page shown in the attached PDF.
Someone! help me?
1
vote
1answer
34 views
Spacing issues with letterhead background
I have a letterhead background that I use on cover letters. I am having spacing issues with some text being obscured by the letterhead image. I have tried using \\, \\*, vspace{5in} etc to no avail.
...
3
votes
1answer
52 views
Equation and image in a row
I have example (defined as \newtheorem{example}{Example}[section]) and inside
I have four-level equation of same size as an image ABC.png that I want to put on the right from the equation. But it is ...
3
votes
0answers
37 views
Beamer - Textblock and Show notes on second screen
my question might seem to have been already asked in Absolute positioning in beamer when using `show notes on second screen`: text on wrong page or in Title picture misplaced in Beamer when using ...
0
votes
0answers
31 views
Chapter header is not placed right before pagebreak
I have a document that is followed by a set of appendices. In one of these appendices, I want to include flowcharts as figures that take a whole page. The way I want it to look is as follows:
First ...
0
votes
0answers
38 views
TikZ triming text based on an other node placement
I am using tikz to create a page layout comprising different nodes, each node containing a bit of text.
The nodes are placed relative to each other.
What I would like to achieve is that for some ...
1
vote
3answers
71 views
Force Big figure of 4x8 subfigures appear in one page
I have a big figure of 4x8 subfigures and i want to force it in one page as now it displays around 20 subfigures and the rest don't appear.
Update:
I have tried writing this in the line:
...
1
vote
0answers
25 views
Fine Tuning Float Positioning [duplicate]
How can I make a float have a dedicated page AND be always placed on an EVEN page (ie left page of double sided book)?
I explicitly do not want to have certain floats taking up a whole page on the ...
4
votes
1answer
384 views
How to place a float at the top of a floats-only page?
I just got a short algorithm on my page, and it keeps getting aligned at the center of the page. But I want to have it aligned at the top, what do I have to do?
3
votes
1answer
83 views
Tikz vertical alignement text and shape
I want to vertically align sans serif font with a rectangle. The following code show the problem:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary[positioning]
...
2
votes
1answer
53 views
Page number position on page with table of contents
I want to position page numbers in my document in top-right corner. I managed to do so using fancyhdr (see below).
\usepackage{fancyhdr}
\hypersetup{%
pdfborder = {0 0 0}
}
...
0
votes
0answers
22 views
let latex decide where to place a picture in multicol environment
I have a three column text with floating pictures. The whole latex code is made by scripting. The pictures are sometimes badly placed, so that the text is streched out (vertical space in between ...
1
vote
0answers
14 views
Figure section including image goes above the section definition [duplicate]
Trying to use the following code:
\subsection {Shop}
\begin{figure}
\makebox[\textwidth][c]{
\includegraphics[scale=0.65]{shop.png}
}
\caption{Shop Tab}
\label{fig:shopTab}
...
3
votes
1answer
191 views
Typesetting furigana above and below original text
I have followed Japanese Problem using MacTeX 2011 to set up Ruby Furigana with TeX.
I'm wondering if it is possible to set up Furigana both above and below the original character?
4
votes
1answer
55 views
Tikz positionning on the baseline
I have the following piece of code
\begin{tikzpicture}
[mainbullet/.style={rectangle, minimum size=0.3cm,draw=orange!100, fill=orange!100,thick}, %
maintitle/.style={rectangle,opacity= 0.5}, %
...
8
votes
2answers
79 views
Extra page at beginning of appendix containing big figures
I have an appendix that contains two full-page figures. The first page of the appendix is always blank except for the title -- I suspect this is a common problem with appendices of full page figures.
...
6
votes
2answers
377 views
Placing two figures (each having subfigures) next two each other
I would like to place two figures, where each figure has subfigures next to each other.
I tried with minipage, but tex does not like the \subfigure as Not in outer par mode.
Is there any way to place ...
1
vote
1answer
57 views
How can I put the table caption on the top in pdfLaTeX? [duplicate]
I have this code
\begin{table}[H]
\caption{My Caption }
\centering
\begin{tabular}{*{6}{|p{3cm}}}
\hline\hline
But caption comes at bottom.
I can't use this
\begin{table}[Ht]
as it ...
2
votes
2answers
77 views
TikZ picture positioning in landscape
I wrote a large game tree (using automata package) and need to display it in landscape mode. I already tried to use both textpos and geometry (newgeometry command) packages but without any positive ...
4
votes
1answer
172 views
Insert Picture on Titlepage
I have made a titlepage with a wide (104pt) vertical line and i want to place a logo on top of that line. I tried to do it with icluding a picture with tikzpicture, but it places the image at the ...
1
vote
1answer
91 views
Using Tikz Fit to draw a node covering a Tikz chains
A chain of nodes is drawn using tikz chains. I would like to draw a rectangle node covering the chain nodes (or, multiple rectangle nodes covering subsets of them). I am using tikz fit.
...
1
vote
1answer
41 views
How to set the distance between to subfigures each with a tikz-pic inside?
My code is as follows. I want to increase the distance between the two diagrams:
\PassOptionsToPackage{usenames,dvipsnames,svgnames,table}{xcolor}
\documentclass [11pt,a4paper] {article}
...
7
votes
2answers
87 views
How to arrage multiple figures?
I try to arrage multiple figures in one page, but I failed. I hope they display as follow:
Any suggestion will be greatly appreciated.
1
vote
1answer
55 views
Eps Position Problem [duplicate]
I am trying to put a graph inside my TeX file it somehow misses its original places and moves somewhere else. What can I do to fix it?
Here is my code:
\documentclass{article}
...
0
votes
1answer
182 views
Beamer image positioning
I am trying to place two images side-by-side in a beamer document. However, when I compile the document, the image in the right column is forced too low on the page. I am using the [htp] options but ...
10
votes
2answers
928 views
How can I place a double-wide figure float (ie, figure*) on the bottom on the first page of a two-column document
In what I would like to be a two-page, two-column document with two wide (figure*) figures, I need one to be on the bottom of the first page, and one to be on the top or bottom of the second.
...
1
vote
1answer
56 views
How to split the page with images on the right and information to the left
I would like to do the following but more correctly:
I would like to have to have the images on the right and information on the left. I tried using wrapfigure package to do it but I don't think ...
1
vote
0answers
51 views
Positioning figures
I want to force a table and a figure to appear in a page with nothing except them. I've tried \clearpage but it makes lots of extra spaces in the document. Also some of the figs appear in the end of ...
2
votes
0answers
98 views
Picture “stuck” in a position
I am inserting several figures in my text with the \includegraphics command but some of them are not being placed correctly and they don't move when I change the command's parameters.
This works ...
3
votes
2answers
72 views
Caption issue when placing figure side by side
I placed 2 figures side by side using the minipage method from this post, and the figures look perfectly fine. However, the caption of the right figure stick out into the margin, why is that and how ...
1
vote
1answer
83 views
How to force a figure and a table to stay on the same page in LaTeX? [duplicate]
I have an image and a table that I want to display on a page. Each eats up little less than half of the space available so there's not much room for any other stuff on that page, but I know there is ...
3
votes
2answers
77 views
How to arrange floating image top centered?
I am using image in my report as follows to make it top centered.
\documentclass{article}
\usepackage{lipsum}% http://ctan.org/pkg/lipsum
\usepackage{graphicx,caption}% ...
6
votes
1answer
1k views
Subfig label positioning
Can anyone tell me how to change the horizontal position of subfigure labels?
I have:
\captionsetup[subfigure]{labelformat=simple,position=top}
Is there something like:
{position=topleft}
to ...
5
votes
1answer
82 views
Adding a “take away” box to a beamer slide
In Powerpoint presentations (especially with slides produced by consultants), it's common to add a box at the bottom of a slide that indicates the main point.
What would be some LaTeX code for adding ...
2
votes
1answer
50 views
Finding the current position on the PDF
I am trying to generate automated reports in R using knitr. There are a list of objects I need to print on the PDF and the size (rows, columns, length etc.) can vary. The problem is that when any of ...
1
vote
1answer
110 views
Customize the position of a figure
Hello although this question has been asked several times, I still can't position my figures at the right place. I have installed the float and the here packages. and the code is as follow:
...
4
votes
1answer
48 views
Dividing Scrolling text
Based on the video available here : http://www.youtube.com/watch?v=vkBCeOBbAmM
I try to understand what the following code does
\def\text{\setbox\galley=\vbox\bgroup
\hsize= 5cm
\hrule}
...
2
votes
2answers
81 views
Text in framed boxes with arrows [duplicate]
A question similar to How can I construct a page layout with framed boxes?
I need to construct a very simple flow chart with a few vertically and horizontally aligned boxes with arrows betweem them.
...
3
votes
1answer
83 views
LaTeX XY positioning
I have not been using latex in a while and I would like to try to implement the tips & tricks given in this video during the TUG conference by Jean Luc Doumont : ...
11
votes
2answers
130 views
Differences in vertical positioning of superscripts and subscripts depending on grouping (`{ }`): Why? Caveats? Workarounds?
This question about {(x+y)}^2 vs (x+y)^2 drew my attention to the slightly different vertical positioning of super- and subscripts for such expressions. Compare (x+y)^8_8 (left) and {(x+y)}^8_8 ...
9
votes
2answers
214 views
High level digital design in TikZ
I am very new to TikZ and I have trouble making a diagram similar to the one here:
My problems are specifically making MUX to get to inputs which would be on 1/3 and 2/3 of the width. Taking sigma ...
9
votes
4answers
9k views
Reduce space between enumerated items
Background
A book with lots of images. All of the images are set to "here definitely" (as they must come after the text that introduces them).
Problem
The list types (enumerated and bullet) have ...
2
votes
1answer
94 views
TOC longer than 1 page messes with Tikz absolute positioning on following pages
I have an issue where a TOC on more than one page, ruins the tikz-positioning for the rest of the pdf.
Example:
The header has been moved to the bottom of the page where it usually stays on the ...
4
votes
2answers
49 views
Force position of full page sized figure
I'd like to have text that is placed after a figure which occupies a whole page also to be placed after that page in the produces PDF file.
Imagine this (pseudo latex, not necessarily a working ...
50
votes
2answers
62k views
Force figure placement in text
I have a problem when a lot of figures are in question. Some figures tend to "fly around", that is, be a paragraph below, although I placed them before that paragraph. I use code:
\begin{figure}[ht]
...
6
votes
2answers
109 views
Novice's question: I don't want other objects' locations to move when I add a circle
TikZ novice, here. I want to create two slides (in Beamer), identical except for the addition of a circle in the second slide. I don't want the addition of the circle to shift about the placement of ...
4
votes
3answers
1k views
How can you position a node relatively to another in TikZ
I would like to place a node 'B' 60 degrees of an arbitrary node 'A' between which there is a distance of 2cm. I can do this if node 'A' is at (0, 0), so 'B' would just be (60 : 2) from 'A', but what ...
3
votes
2answers
84 views
anchor arrow start position
Attached below is the minimum working example. I would like the arrow to end at the
west anchor of the node "operation". I tried anchor and few other possibilities but they don't seem to affect the ...

