| bio | website | absatzen.de |
|---|---|---|
| location | Germany | |
| age | 32 | |
| visits | member for | 2 years, 6 months |
| seen | Apr 25 at 4:27 | |
| stats | profile views | 193 |
Nerd by day, nerd by night. LaTeX guru go-to person for half the department and Plone developer by trade.
|
Nov 19 |
answered | Beamer: \againframe inside other frame |
|
Nov 19 |
awarded | Organizer |
|
Nov 19 |
revised |
Chapters and Formatting Headers edited tags |
|
Nov 19 |
comment |
Chapters and Formatting Headers Also, calling them ch1 and not chapter1 will let you be 20 seconds faster in posting answers. :D |
|
Nov 19 |
answered | Chapters and Formatting Headers |
|
Nov 19 |
answered | Ignore compile errors |
|
Nov 19 |
answered | Induce silent failure |
|
Nov 19 |
comment |
Theorem packages: which to use, which conflict? Thank you, that is a very interesting list to look at for, ahem, interested third parties. |
|
Nov 18 |
awarded | Commentator |
|
Nov 18 |
comment |
What have been the most important changes to LaTeX in the last five years? In my opinion, one important theme is that we have many "big gorillas" now: listings has pretty much superseded all other highlighting/verbatim packages, enumitem does the same for a dozen or so packages that solve single aspects of lists, tikz is on a good path of doing the same for cross-format graphics, and biblatex is biblatex. We might really be looking into a time when you are back to "these are the 15 packages you need to know" (but every one of them has a 150+ pages manual). |
|
Nov 18 |
comment |
Left/Right across multiline equation I'd manually size them then. I think the order is \big \Big \bigg \Bigg, but I keep forgetting. |
|
Nov 18 |
answered | Left/Right across multiline equation |
|
Nov 18 |
answered | How to make footnote bibliography? |
|
Nov 18 |
comment |
Theorem packages: which to use, which conflict? "Used to" is the most polite description I've ever heard with regards to the beast with 9 parameters. :) |
|
Nov 18 |
comment |
Theorem packages: which to use, which conflict? thmtools is not the package to do everything because it explicitly won't attempt something similar to ntheorems [thmmarks] option. (I don' think it can be done reliably without special cases to avoid conflict with other packages of hyperrefian dimensions.) |
|
Nov 17 |
comment |
Align number ranges in table Since your data is integral, maybe write -- 3 instead of < 4 and 31 -- instead of > 30? |
|
Nov 17 |
comment |
Align number ranges in table @Jukka: the problem is that the widest row is the heading, which would be a multicolumn. That looks... not so good. Otherwise, I agree. |
|
Nov 17 |
comment |
Theorem environment with hanging indentation A variation on the theme: \usepackage{thmtools} \addtotheorempostheadhook{\leavevmode\vspace{-\baselineskip}\par\smallskip\quote} \addtotheoremprefoothook{\endquote} \newtheorem{thm}{Theorem} (Bleepin' bloop, this one could do with a formatter as well...) |
|
Nov 16 |
comment |
Applying a postaction to every path in TikZ @Seamus: fair enough, it did work. :) |
|
Nov 16 |
comment |
\tableofcontents from \part commands in Beamer @Tomik: You're welcome. (You're also welcome to mark your question as sufficiently resolved by ticking the checkbox to the left if you feel it is appropriate.) |