{positioning} is about positioning document elements. Use this tag in addition to other tags specifying what should be positioned.
2
votes
1answer
52 views
How to define the default vertical distance between nodes?
Use positioning can control the individual vertical position of nodes. But is there any way to control the default vertical spacing?
\documentclass{article}
\usepackage[utf8]{inputenc}
...
1
vote
1answer
111 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:
...
0
votes
1answer
206 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 ...
5
votes
0answers
92 views
Placing text in the margin next to a figure using ConTeXt
What is a good way to place a short paragraph in the margin next to a figure in ConTeXt?
I've been trying the following code, but it places the \inmargin text at the base of the figure which only ...
5
votes
0answers
121 views
Adjustable absolute axis labels in pgfplots
How can I use absolutely placed y labels, but still adjust the absolute placement? In the below example, I want to be able to get the two plots to align exactly, including the y labels.
If I add
...
3
votes
0answers
55 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 ...
2
votes
0answers
121 views
How to make nodes on branchy TikZ chain lay on regular grid (trangular or square) automatically?
How to ensure that nodes on chain with branches (generated using chains library) are laid out on regular grid, regardless of node shape?
I am interested in automatic placement on triangular or ...
2
votes
0answers
261 views
Label positioning in XY-matrix
As denoted in XY-pic's user guide, "Each label is placed perpendicular to the arrow at the point halfway between the centers of the base and target objects." In order to center the label at the middle ...
2
votes
0answers
249 views
Include an image in title page using powerdot
I want to include an image at the center of the title page of my powerdot presentation. Incidentally, I want the same image to appear as a logo on all the other slides (positioned bottom centre), ...
1
vote
0answers
27 views
put a footnote just in down margin no near of body text
i want put footnote just margin down no near body text
i find this where i can handle the space between body text and down margin but is hard calculate space for all my footnotes
...
1
vote
0answers
41 views
How to position wide figures in two column documents
I want to an image at the bottom of a page in a two column document. Using figure* causes the image to jump to jump to the bottom of the document. Is there a way to do avoid this?
Here is an example:
...
1
vote
0answers
52 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 ...
1
vote
0answers
76 views
Marginpar on a fixed side of two-column double-sided memoir document
I have a two-column, double-sided document class based on memoir, where the wide margin is always on the left. I would like the \marginpar to always be in this left margin, irrespective of whether it ...
0
votes
0answers
36 views
How to add thumbnail photo to frametitles in beamer
Is there a beamer theme that allows one to add small thumbnails of authors to the right end of the frame title line?
Ideally I'd like something that can easily work on successive pages throughout a ...
0
votes
0answers
39 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 ...
0
votes
0answers
34 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
23 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 ...
0
votes
0answers
99 views
Greying out a picture with a text overlay
I'm trying to get a picture greyed-out (similar to the greyed text with \pause in beamer) but with normal text (i.e. not greyed out) overlaid on top of it it. Is there a way to do this in LaTeX?
...
