Tagged Questions
5
votes
1answer
131 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}
...
3
votes
1answer
196 views
Loading babel with the 'hungarian' (magyar) option breaks 'pygments' code highlighting
Given the following TeX file everything works as expected: the (Hungarian) text Árvíztűrő Tükörfúrógép typesetted as expected and the code snippet also formatted brilliantly.
\documentclass{article}
...
5
votes
2answers
763 views
minted's listing environment with hyperref and caption package together
I use the minted package for code highlight. I use its listing environment.
I also use the hyperref package to provide links all through my document: figures, tables, listings, etc.
If I import the ...