[racket] scribble, tabluar, latex problem?

From: Manfred Lotz (manfred.lotz at arcor.de)
Date: Thu Oct 31 09:56:05 EDT 2013

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. 


-- 
Manfred




On Thu, 31 Oct 2013 08:20:05 -0500
Robby Findler <robby at eecs.northwestern.edu>
wrote:

> Not sure if this helps, but I'm using texlive 2012 on a mac and it
> runs fine there.
> 
> Robby
> 
> 
> On Thu, Oct 31, 2013 at 8:16 AM, Manfred Lotz
> <manfred.lotz at arcor.de> wrote:
> 
> > Hi there,
> > Having this minimal example:
> >
> >
> > #lang scribble/report
> >
> > @section{Animals like food}
> >
> > @tabular[#:sep @hspace[1]
> >              (list (list @bold{Animal} @bold{Food})
> >                    (list "mouse"       "cookie")
> >                    (list "moose"       "muffin"))]
> >
> >
> > LaTeX hangs, i.e. nothing happens after this:
> >
> > LaTeX Font Warning: Font shape `T1/cmtt/m/In' undefined
> > (Font)              using `T1/cmtt/m/n' instead on input line 282.
> >
> > (/usr/local/texlive/2013/texmf-dist/tex/latex/wasysym/uwasy.fd)
> > Chapter 1.
> >
> >
> >
> > I have no idea if the mistake is me, scribble or an error in my
> > texlive installation?
> >
> > Any ideas appreciated.
> >
> >
> > --
> > Thanks, Manfred
> >
> >
> > ____________________
> >   Racket Users list:
> >   http://lists.racket-lang.org/users
> >
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stabular.sty
Type: text/x-tex
Size: 4102 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20131031/6fa77bad/attachment-0001.bin>

Posted on the users mailing list.