|
From: Alli Q. <alq...@gm...> - 2012-04-26 07:54:57
|
On Wed, Apr 25, 2012 at 10:16 PM, David Goodger <go...@py...> wrote: > On Wed, Apr 25, 2012 at 13:36, Ronny Pfannschmidt > <Ron...@gm...> wrote: >> for my thesis, >> i would like to write most of the text with restructuredtext, >> >> however for the added quality, i'd like to do things like the titlepage >> and some basic style stuff and the document structure in normal latex, >> and just include the generated fragments. >> >> what would be the best/canonical way to do that? > > I would do it the other way around: use the "raw" directive to insert > raw LaTeX where appropriate. I agree. I've done exactly this for my thesis last year and ReST is really well suited for that -- you can supply the LaTeX template, define styles at the beginning of the document and then write it practically all in ReST. The only place where I needed a longer LaTeX block was some algorithm block. Besides that I just used the math directive and everything worked. Including citations, BTW (BibTeX). If you have any questions I'm able to answer I'll help gladly. al-Quaknaa > > -- > David Goodger <http://python.net/~goodger> > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Docutils-users mailing list > Doc...@li... > https://lists.sourceforge.net/lists/listinfo/docutils-users > > Please use "Reply All" to reply to the list. |