On Sat, Feb 20, 2010 at 20:14, Chris <[email protected]> wrote: > > My document contains some Java source code with annotations in the > format: > > List<Apple> apples = (List<Apple>) tree.pickApples() > > After I run Sphinx, my final PDF renders this as: > > l...@textless[]apple@textgreater[] apples = > (l...@textless[]apple@textgreater) tree.Apples() > > I found a post on this group from 2002 that said this could be > addressed by adding one of the following to the Preamble: > > \usepackage{t1enc} > or > \usepackage[T1]{fontenc} > > But neither change made a difference. Any suggestions would be greatly > appreciated. > > I'm using the latest version of tetex on Ubuntu and my version of > Sphinx is from here: > > http://bitbucket.org/chrism/sphinx/
I had the same problem with the current (0.6.4) and earlier versions. Upgrading to the 1.0 development version fixed it: http://bitbucket.org/birkenfeld/sphinx/ Kevin -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
