Vim Auto-Formatting Support for #: Comment Delimiters

2009-05-06 Thread Casey McGinty
Here is a tip to support the new Sphinx-style commenting format in Vim (i.e. #: comments) (see also: http://sphinx.pocoo.org/ext/autodoc.html?highlight=autodoc#dir-autoattribute ) To get Vim to allow paragraph auto-formatting of this comment style, you can add the following lines to your ~/.vimrc

internal links not translated to tex

2009-05-06 Thread Jean Daniel
Hello, I am build an empty pdf which only renders the internal link example from the Sphinx Documentation: .. _my-reference-label: Section to cross-reference -- This is the text of the section. It refers to the section itself, see

Re: how to set/fix the latex documentclass

2009-05-06 Thread Guenter Milde
On 2009-05-02, Georg Brandl wrote: On Fri, Apr 17, 2009 at 4:12 AM, Guenter Milde wrote: Also, it loads the 'report' standard LaTeX documentclass with the openright option hard-coded ... If anyone knows how to make it pass those settings along only if it gets them, that would be great. ...

Override templates per page

2009-05-06 Thread tuos
Is there any way to override templates per page? After reading source, it seems to me that there is not. Apparently, html_additional_pages are used for other purposes and cannot be used for this because empty context is passed to the handler: ./html.py-494-# additional pages from

Re: [GSoC] My application accepted

2009-05-06 Thread Tim Michelsen
Hello, I read your proposal, which is really good. Yes. I just wanto to comment on something: I wrote that you will use a python web framework for the online stuff. I think a big plus could be to design it modular to let different web frameworks use it as a plugin. The web2py comunity is

caption placement

2009-05-06 Thread Wolfram Riedel
Hi there. At the moment it seems to me that table captions are always placed above the tables, whereas figure captions are always placed below the images. I would like to also place table captions below the table. Is there any way to configure this? If not I would like to suggest adding this,