-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 06.01.2011 03:51, schrieb steve:
> I've been banging my head against this one too long now.. Just started
> using sphinx yesterday... LOVE it! But... I just started incorporating
> actual code snippets and while HTML output works OK, when I try to
> build a .pdf with latexpdf I'm getting:
> 
> ! Undefined control sequence.
> <recently read> \MakeFramed
> 
> l.409 \begin{Verbatim}[commandchars=\\\{\}]
> 
> I've snooped around the email list and googled a bit with no hints.
> Don't know enough of the plumbing to know where to look. What have I
> spelled wrong?

Hi,

the \MakeFramed command comes from a package called "framed.sty".  Either
you should have another error message that this package cannot be found,
or your version is too old.

What you can do is to put the command

\listfiles

at the very top of the .tex file that is output by Sphinx.  This will
output a list of used packages at the end of the pdflatex run (you will
have to press Enter when the error prompt is displayed, and not X.)
For example, on my machine this shows

  framed.sty    2007/10/04 v 0.95: framed or shaded text with page breaks

cheers,
Georg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)

iEYEARECAAYFAk0le9wACgkQN9GcIYhpnLCizACeKRGEbNNgsWEGIgFWdnvc2+KM
dvAAn0/meDJOxGAASz/WznfcZUUojHVo
=3vbV
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to