| bio | website | absatzen.de |
|---|---|---|
| location | Germany | |
| age | 32 | |
| visits | member for | 2 years, 6 months |
| seen | Apr 25 at 4:27 | |
| stats | profile views | 194 |
Nerd by day, nerd by night. LaTeX guru go-to person for half the department and Plone developer by trade.
|
Dec 2 |
answered | Not using abbreviations with cleveref |
|
Dec 1 |
comment |
How can I get the chapter number like a prefix of all references @meren: Actually (if I insert the document environment you forgot), the result is "See sections 1.1 and 2.1". Please verify that your examples compile and exhibit the behaviour. |
|
Nov 30 |
comment |
Why do LaTeX internal commands have an @ in them? @JOseph Wright: in particular when you run out of \v@w@ls@iv. |
|
Nov 30 |
comment |
What commandline parameter to get pdf @Lev Bishop: good one. |
|
Nov 29 |
answered | What commandline parameter to get pdf |
|
Nov 28 |
answered | Make newlines expand to custom command |
|
Nov 27 |
revised |
Auto-populate the frame titles from subsection titles added 382 characters in body |
|
Nov 27 |
answered | Auto-populate the frame titles from subsection titles |
|
Nov 25 |
comment |
Are all package loading conflicts due to conflicting identical control sequence names? Good point. As a word of caution, because I've been bitten by this more than I cared to be, is to be extra careful that \@ifundefined will \relax what is being tested, so eTeX' \ifcsname is the better choice, but will yield false positives because somebody else might have already \relax'ed what you're checking for. (Since hardly anything still uses non-eTeX engines, I tend to consider usage of \@ifundefined outside of a group a bug.) |
|
Nov 25 |
answered | Are all package loading conflicts due to conflicting identical control sequence names? |
|
Nov 24 |
comment |
Create an annotation for table text on the page border @stefan: I adapted the example to handle floats: similar to footnotes, you'll have to split the margin text out of the float environment. The margin will not end up next to the float, but I believe that is an artefact of LaTeX' float placement algorithm, there's little I can do about that. |
|
Nov 24 |
revised |
Create an annotation for table text on the page border now works in tables, too. |
|
Nov 24 |
comment |
Create an annotation for table text on the page border @stefan: I'd probably use something along the lines of KomaScript's \ifpageodd or whatsitsname and make the .west (vs. .east) conditional on that. If you want to go on the inner margin, that's the optional argument to \marginpar instead of the mandatory one, I believe. |
|
Nov 23 |
awarded | Editor |
|
Nov 23 |
revised |
Create an annotation for table text on the page border spurious space |
|
Nov 23 |
answered | Create an annotation for table text on the page border |
|
Nov 21 |
comment |
Beamer: \againframe inside other frame Oh, so you want something like a sort of thumbnail of a previous page? I have to admit my try would be to make a copy of your pdf and \includegraphics single pages of it. |
|
Nov 21 |
comment |
Comma delimited lists Tangentially: some operations are more easily done on \@elt-lists, i.e. \@elt{\alpha}\@elt{\beta} etc., by defining \@elt appropriately and executing of \edefing the list. |
|
Nov 21 |
awarded | Nice Answer |
|
Nov 20 |
awarded | Mortarboard |