Tagged Questions
2
votes
1answer
328 views
\xrightarrow: position of text over an arrow should be lower
The following example of LaTeX code
\documentclass[b4paper,oneside, final, 10pt]{article}
\usepackage[english]{babel}
\usepackage{charter}
\usepackage{amsfonts}
\usepackage{mathtools}
...
5
votes
2answers
273 views
TikZ: node at \item to use in [overlay]
In my beamer presentation I would like to reference an item by pointing an arrow on it's number. However, I don't know how to make \item a TikZ node. Otherwise it works well.
\documentclass{beamer}
...
3
votes
1answer
137 views
Circling/framing and referring to a bunch of nodes
The end goal: drawing paths between nodes like in the example there but the difference is the nodes are inside a picture here and in particular, the other node is a bunch of nodes in the same picture. ...
7
votes
2answers
420 views
How can I get textpos to respect beamer overlays?
I'm using textpos to position text blocks in a beamer frame. However, the textblock environment does not seem to respect overlay commands. In the following example, I want "some more text" to be ...
3
votes
1answer
1k views
tikz and beamer overlays. How to avoid repositioning of images?
I want to slowly uncover nodes in a tree. however when I use overlays the resulting image will jump around in the slides. how do I get rid of that?
\documentclass{beamer}
\usepackage{tikz}
...
10
votes
3answers
2k views
How can I add text in the top right corner of a page _without_ using fancyhdr
I want to put a block of text into the top right corner of my document (which uses the article class). The specifications of the document's formatting are very detailed, and it has taken me about 2 ...
0
votes
1answer
279 views
How can I write multi line text on the foreground of pages, and how can I align it?
I'm using this to write on the foreground of individual pages of a large PDF (hopefully), i.e one with white spaces to enter in LaTeX notes.
\documentclass{article}
\usepackage{pdfpages}
...
30
votes
3answers
1k views
Avoiding jumping frames in beamer
Sometimes I want an element on a frame to change in steps.
I do this by
\only<2>{
...
}
\only<3>{
...
}
etc.
But this causes the frame to jump due to different sizes of the ...