Tagged Questions
5
votes
1answer
133 views
Error caused by interaction between minted, footnotes, babel and "(double quote)
I'd like to put some inline code using minted but when I try to typesent the empty string "" I get an "undefined control sequence" error.
Sample code:
\documentclass[a4paper,10pt]{article}
...
4
votes
3answers
596 views
Incompatibility between footmisc-option multiple and hyperref
There is a question about nested footnotes with commas, which has some answers. Nested footnotes can be properly numbered, and they can be properly hyperlinked. Remaining problem: Hyperlinked ...
6
votes
1answer
250 views
Using footmisc's para option in lscape
I'd like to use the para option of the package footmisc to make a compact list of (short) footnotes. This works well for regular pages, but stops working when I switch to landscape mode. Does anyone ...
4
votes
2answers
250 views
ledmac vs. setspace: Don’t change spacing of critical notes
Normaly setspace tries to set only the stretch of main text an footnotes are unchanged. In combination with ledmac the critical notes are stretched too. Is there a way to unstretch the notes like ...
1
vote
3answers
306 views
Incompatibility between the `footnote` and `xcolor` packages
The following code fails to build:
\documentclass{book}
\usepackage{footnote}
\usepackage{xcolor}
\begin{document}
\chapter{My first chapter}
\parbox{110mm}{
Here is a footnote\footnote{The ...