99,375 reputation
16241427
bio website
location Vienna, Austria
age 43
visits member for 2 years, 9 months
seen 7 hours ago
stats profile views 6,469

My profession is urban planning, one of my hobbies is producing good typography with LaTeX. So far, I've authored two LaTeX packages, idxlayout and quoting. I was also the author of a custom biblatex style whose functionality is now part of core biblatex.


8h
comment Cleveref reference table as section
Put \label after \caption.
1d
comment hyphenation and justifying in \epigraph
This works, but requires adding \justifying for every instance of \epigraph in the text body. It's preferable to use a one-time switch in the preamble.
2d
comment Set list of abbreviations title to match thesis chapter title style
A MWE would, among other things, reveal your document class
2d
comment How do I put list of figures and list of tables on separate pages?
Actually, \cleardoublepage is the appropriate command -- it will force ListsofXXX to the next odd page if the openright class option is in effect (as by default in the book class).
May
16
comment Not allowing hyphenation of urls in references
@Papiro The OP uses apacite, but the specific problem is not related to it (see also the accepted answer). Therefore, I removed the apa-style tag.
May
16
comment biblatex is ignoring maxcitenames
Related: tex.stackexchange.com/questions/69028/…
May
15
comment flush bottom an environment
Note that the following works (i.e., produces flushbottom text) for me: \documentclass{article}\newenvironment{myenv}{\vspace*{\fill}}{}\usepackage{lip‌​sum}\begin{document}\lipsum[1]\begin{myenv}\lipsum[1]\end{myenv}\end{document}
May
15
comment flush bottom an environment
A minimal working example (MWE) is necessary.
May
14
comment Book reviews entry in biblatex-chicago
My note only concerns the "standard" styles (of the core biblatex package).
May
14
comment Book reviews entry in biblatex-chicago
The standard styles indeed "will treat [the @review] entry type as an alias for @article" (biblatex manual, section 2.1.3).
May
14
comment How do I reference in appendix a theorem given in the body?
A minimal working example (MWE) would, among other things, reveal which class you're using.
May
13
comment List of figures indentation
Look for \l@figure in Marco Daniel's answer to the linked question.
May
13
comment How to replace fixed indentation of ToC entry names with fixed space between number and name?
@MarcoDaniel The OP seems to want to replace fixed indentation of section names with a fixed space between section number and name. Taking a quick look at the tocloft manual, it's not obvious how to achieve this.
May
10
comment Changing the font size and position of glossaries title
Your example doesn't correspond to the attached pictures.
May
10
comment Error using \( … \) environment inside \section argument
@cgnieder Make that an answer, please.
May
10
comment biblatex - year in parentheses for references with authoryear?
We'll close this question as a duplicate, but you can upvote my answer to the original question.
May
9
comment Some biblatex labels do not appear depending on their position
This could be the unwanted consequence of tinkering with the ibidem or idem mechanisms included in some styles. However, without a minimal working example it's impossible to say more.
May
9
comment Hiding the title of the bibliography
Just redefining \bibname to be empty will likely cause incorrect spacing (from the "empty" section) at the start of the bibliography.
May
6
comment How to switch citation style from author-year to author-number using biblatex?
Yes. Sorting by citing order may be achieved with the sorting=none package option.
May
6
comment How does BibTeX sort references?
Welcome to TeX.sx! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with \documentclass{...} and ending with \end{document}.