| bio | website | topjaklont.org |
|---|---|---|
| location | Kiruna, Sweden | |
| age | ||
| visits | member for | 1 year, 8 months |
| seen | May 2 at 14:16 | |
| stats | profile views | 94 |
I'm a PhD student in atmospheric remote sensing in Kiruna, Sápmi (Lapland), Sweden. I first came to Stack Exchange for practical reasons: Tex.SE has been of major help when I wrote my licentiate (midterm) thesis. Since then, I have discovered the joy of many websites. As my network profile will show, I'm interested in travel, outdoor, scientific skepticism, and as I work in academia, also in academia and LaTeX.
|
Mar 14 |
asked | Repeat scaled version of slide, \savebox and \usebox in multi-slide frame? |
|
Jan 21 |
awarded | Nice Question |
|
Jan 12 |
comment |
Add dynamic geographic maps See also: tex.stackexchange.com/questions/36059/… |
|
Dec 17 |
comment |
coordinate along decorated path Thanks Altermundus. I've added a picture of what the slide looks like now. If you think there could be a better approach than my current one, I'd be happy to hear it. I'd like to use the mathmode \overbrace but have no idea how I would dynamically connect a path to its tip... |
|
Dec 17 |
revised |
coordinate along decorated path Add example of what the slide looks like now. |
|
Dec 16 |
accepted | coordinate along decorated path |
|
Dec 16 |
asked | coordinate along decorated path |
|
Dec 16 |
comment |
beamer shrink note pages Yes, but then the frame is displayed twice. I realise that it works, but it's not really comfortable if I have overlay specifications, so I still need to tweak things by hand for different frames/note-pages. The point of my question is to find out an automatic way, so I don't have to tweak individual frames by hand. |
|
Dec 16 |
comment |
beamer shrink note pages The notes are not on the slide. I generate a completely different document with \beameroption{show only notes} that I use when I practice the presentation. I have one note page for each frame. This is nothing that the audience will see, so \againframe seems strange for me to use. It`s only for myself and only while practicing. |
|
Dec 16 |
comment |
beamer shrink note pages Some of my notes have more text than others. For most of my notes, all the text fits with normalsize, some need small for all to fit, some need footprintsize, etc. In reality I have a frame consisting of many slides; how would putting two identical frames (you mean \againframe?) be virtually invisible? I don't understand. |
|
Dec 16 |
revised |
beamer shrink note pages clarified, reminded, what `shrink` does. |
|
Dec 16 |
asked | beamer shrink note pages |
|
Dec 16 |
comment |
Coordinates of intersections Please provide a minimum working example, a smallest possible compilable example that shows the exact problem. Like this, it's easier for others to help you. |
|
Dec 16 |
comment |
References for learning how to check for typesetting problems What is the source for Halmos editing algorithm? I don't find anything related to it while Googling. |
|
Dec 16 |
answered | How to change subsection title within a frame through overlay in beamer? |
|
Dec 14 |
comment |
\includeonlyframes and pdftitle It would be nice to still have the pdftitle if I don't use \includeonlyframes. In my real use case I have a little shell-function calling pdflatex with pdflatex -halt-on-error -jobname="frame_$1" "\def\onlyframe{$1}\input{presentation}" and in my LaTeX-source conditionally call includeonlyframes if and only if \onlyframe is defined. So then I still need to figure out is if/how to pass usepdftitle=false as a late option to beamer if \onlyframe is defined. I'll look at it a bit more, maybe I can find it out. |
|
Dec 14 |
asked | \includeonlyframes and pdftitle |
|
Dec 11 |
comment |
ytick=\empty not working with semilogyaxis My workaround is ytick={1e-15},ymin=1e-11,ymax=1e-7. With ytick={} I got a compilation error, with ytick style={draw=none} the ticks were still there. |
|
Dec 10 |
comment |
How to get consistent positioning for a node with \usebox containing a \tikzpicture Thanks! That was not even part of question :) |
|
Dec 10 |
comment |
How to get consistent positioning for a node with \usebox containing a \tikzpicture I'd like to accept both answers! I finally chose Martins because I find it a bit cleaner and it explains why my current one goes wrong. |