| bio | website | math.ntnu.no/~stacey |
|---|---|---|
| location | Oxford, United Kingdom | |
| age | 37 | |
| visits | member for | 2 years, 9 months |
| seen | 40 mins ago | |
| stats | profile views | 3,851 |
I am a førsteamenuensis (UK: lecturer, US: assistant/associate professor) in the Department of Mathematics at the Norwegian University for Science and Technology. I work in both differential and algebraic topology, both of which require that I use some category theory from time to time. I am also extremely interested in how best to use technology to help us do mathematics, particularly in the purer ends of mathematics where the obvious computational uses are not so useful.
For the 2012/2013 academic year I am on sabbatical based at Oxford.
|
Dec 6 |
comment |
Beamer overlay and counter (Missed one; edited again) |
|
Dec 6 |
revised |
Beamer overlay and counter Missed a "\the" |
|
Dec 6 |
comment |
How to plot a region under $y=\sin(x)$ in TikZ +1.5 for not using the built-in sin curve. |
|
Dec 6 |
comment |
Best script for automatically copying references from a centralised bib file based on aux file @Seamus: not even the arxiv is happy with a .bib file. My (limited) experience is that journals really want everything folded in to one single file (I've had to do that for a 6-tex and 3-style document; not pretty). |
|
Dec 6 |
revised |
Beamer overlay and counter added 6 characters in body |
|
Dec 6 |
comment |
Beamer overlay and counter @Matthew: you are absolutely right. I'll change my answer. |
|
Dec 6 |
comment |
How to prevent a jumping picture when using tikz overlays Phew! And I didn't guess all of those! |
|
Dec 6 |
answered | Beamer overlay and counter |
|
Dec 6 |
answered | Best script for automatically copying references from a centralised bib file based on aux file |
|
Dec 6 |
comment |
How to include all files within a directory relative to the edited *.tex-file? Is this related to: tex.stackexchange.com/q/4602/86 ? |
|
Dec 6 |
answered | How can I distribute beamer overlayareas in handout mode across multiple frames? |
|
Dec 6 |
comment |
How to prevent a jumping picture when using tikz overlays When posting code, please also specify any particular packages or (as in this case) tikz libraries. The \documentclass{beamer} \usepackage{tikz} was guessable, but I had to dig to figure out which tikzlibraries you were loading. Thanks! |
|
Dec 6 |
answered | How to prevent a jumping picture when using tikz overlays |
|
Dec 6 |
answered | Package parameters should depend on the build environment |
|
Dec 5 |
comment |
Package parameters should depend on the build environment @Heinzi: that's what merges are for. You merge the changes from one branch into the other branch. Then it puts in the relative changes but doesn't affect that branch's special changes. |
|
Dec 3 |
revised |
Take 2: How do automatic overlay specifications work in Beamer (in a nested situation) Added something relevant to the updated part of the question |
|
Dec 3 |
comment |
Take 2: How do automatic overlay specifications work in Beamer (in a nested situation) @Yossi: To do what you say, the \only command would have to examine its contents for any + s inside. At the moment, it just chucks away its argument and that is extremely useful. With the current implementation, you could do what you said manually by something like \alt<+-(3)>{\alert<+>{foo}}{\only<+>{}} but to get the current behaviour with your proposal would be much trickier, I think. |
|
Dec 3 |
comment |
Take 2: How do automatic overlay specifications work in Beamer (in a nested situation) @Matthew: Yes and good suggestion. I've modified it to do that. |
|
Dec 3 |
revised |
Take 2: How do automatic overlay specifications work in Beamer (in a nested situation) Fixed typo, added more code |
|
Dec 3 |
answered | Take 2: How do automatic overlay specifications work in Beamer (in a nested situation) |