[sphinx-dev] Re: raw external file in preformatted style

2009-08-20 Thread Jean Daniel
I skipped that :literal: part on the first read, I should do better. This is exactly what I wanted. Thanks for your help, On Thu, Aug 20, 2009 at 9:56 AM, Guenter Milde wrote: > > On 2009-08-19, Jean Daniel wrote: > >> Hello, > >> I would like to include in my pdf an external file. It is some t

[sphinx-dev] Re: raw external file in preformatted style

2009-08-20 Thread Jean Daniel
> If you're using sphinx, how about the `literalinclude` directive? > >    http://sphinx.pocoo.org/markup/code.html The literal include is indeed very featureful, I'll need this for python code. Thank you. I am not sure I am happy there are two commands though. Maybe I wish the standard include

[sphinx-dev] Re: raw external file in preformatted style

2009-08-20 Thread Wouter van Heyst
On Wed, Aug 19, 2009 at 04:20:52PM +0200, Jean Daniel wrote: > > Hello, > > I would like to include in my pdf an external file. It is some text > which should not be interpreted, just included as is preferably in > preformatted style. The documentation seems to say this is the way: > > .. raw::

[sphinx-dev] Re: raw external file in preformatted style

2009-08-20 Thread Guenter Milde
On 2009-08-19, Jean Daniel wrote: > Hello, > I would like to include in my pdf an external file. It is some text > which should not be interpreted, just included as is preferably in > preformatted style. The documentation seems to say this is the way: > .. raw:: html >:file: inclusion.html