Tagged Questions
1
vote
1answer
59 views
Footnote in tabularx doesn't work (with hyperref)
Here is the min file:
\documentclass{article}
\usepackage{tabularx}[1999/01/07] % v2.07
\usepackage{hyperref}% 2012/10/15 v6.83k
\listfiles
\begin{document}
\begin{minipage}[t]{.5\linewidth}
...
4
votes
1answer
265 views
biblatex and tabular patching: error message
(/localhost/texlive/2011/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
(/localhost/texlive/2011/texmf-dist/tex/generic/oberdiek/se-ascii-print.def)
(./TikZ-commands.tex)
...
2
votes
1answer
194 views
Hyperref problem with enumerated tabularx rows
I was trying to do an enumeration with columns, which references one item from another one in the same list. I figured out that the best way is to make a table with enumerated rows. I had a working ...