[racket] scribble, tabluar, latex problem?
On Thu, 31 Oct 2013 14:56:05 +0100
Manfred Lotz <manfred.lotz at arcor.de> wrote:
> The cause of the problem is stabular.sty.
>
> In both of texlive 2012, and 2013 I have an stabular.sty like this:
>
> -rw-r--r-- 1 root root 4102 Oct 19
> 2012 /usr/local/texlive/2013/texmf-dist/tex/latex/sttools/stabular.sty
>
> The previous version of stabular.sty has 4124 bytes and seem to be
> much older. I copied it into the current directory and pdflatex
> hadn't had any problem.
>
> Don't know if this works but I have attached the faulty stabular.sty.
>
>
Found a bug report here regarding stabular.sty:
https://bugs.archlinux.org/task/34932
They have a nice minimal example showing the hang situation:
\documentclass{article}
\usepackage{stabular}
\begin{document}
\begin{stabular}{c}
test
\end{stabular}
\end{document}
--
Manfred