Wojtek Walczak 写道:

Hi Wojetk,

>> I'm trying to modify LaTeX Builder to a new builder. I need to generate a 
>> tex file for
>> each rst source file, instead of only one tex file for all rst sources. I 
>> looked into
>> LaTeX Writer, HTML Builder and Writer only being more confused. It seems 
>> it's a
>> intertwined problem. Could you give me any clue?
> 
> Try adding the additional files you would like to create to
> latex_documents variable in your conf.py file.
> 

I'm not trying to add files. I want to implement things like this:

   source
     |-- index.rst
     |-- mydict
           |-- index.rst
           |-- mytest.rst

building to get:

   build
     |-- index.tex
     |-- mydict
           |-- index.tex
           |-- mytest.tex

The LaTeX builder will put all the building results into one .tex file. I don't 
know
how to implement it, so I ask for some clues.


Wei-Wei

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to