| bio | website | mklammler.wordpress.com |
|---|---|---|
| location | Germany | |
| age | ||
| visits | member for | 1 year, 11 months |
| seen | Nov 26 '12 at 22:38 | |
| stats | profile views | 12 |
|
Feb 5 |
awarded | Nice Question |
|
Jan 27 |
comment |
Custom numbered paragraphs gives odd page breaks I don't think it is a robust decision to use marginal notes for paragraph numbering. As Michael mentioned, those are floating but you don't want your paragraph numbers to float. They should be exactly where the paragraph started. You may also run into some "too many unprocessed floats" errors. Finally, if you start using marginal notes as textual elements of your document, everything will break up completely. So I think the \makebox solution is much safer and better. |
|
Jan 26 |
comment |
Removing a backslash from a character sequence Thanks for also answering my second question (without me asking it, of course) concerning the trailing space token. To keep things simple, I now went for \if#1\@backslashchar and replaced \detokenize with \string. |
|
Jan 26 |
awarded | Supporter |
|
Jan 26 |
awarded | Scholar |
|
Jan 26 |
accepted | Removing a backslash from a character sequence |
|
Jan 26 |
awarded | Student |
|
Jan 26 |
asked | Removing a backslash from a character sequence |
|
Dec 17 |
comment |
Multiple documents, multiple table of contents, in one file LaTeX way of creating a table of contents is to write a line for each TOC entry into a file named \jobname.toc. (I.e. every time a \section or so is encountered.) The \tableofcontents macro basically (via the \@starttoc macro) reads in that file and clears it afterwards. Therefore, you can't "abuse" the \tableofcontents for your purpose. |
|
Dec 14 |
answered | How would I recursively add the document source code to an appendix? |
|
Oct 11 |
comment |
Another body text in the margin The main text can have notes via one of the ways pointed out above. The bigfoot package allows to have nested footnotes (i.e. footnotes in the "squeezed" text) if I remember correctly. But I don't think that there is a way to allow objects to float inside a footnote. Non-floating figures and tables are certainly possible. |
|
Oct 10 |
answered | Another body text in the margin |
|
Jul 19 |
answered | Side-to-side figure and table in beamer problem |
|
Jul 18 |
answered | How to convert characters to LaTeX code? |
|
Jul 16 |
awarded | Teacher |
|
Jul 16 |
answered | Alignment within enumerate |
|
Jul 16 |
answered | Changing the default options of a document class? |