Search found 2 matches

by espinchi
Sat Aug 30, 2008 7:09 pm
Forum: General
Topic: Set chapter/section programmatically
Replies: 2
Views: 2672

Re: Set chapter/section programmatically

Thanks!

I had forgotten that you need to build the project twice in order to generate the TOC :oops:.

FYI, the way I've finally done it is: a main.tex file where the documentclass and the mysection, mysubsection, ... are defined, and include sentences to reference the body of the final document. I ...
by espinchi
Sat Aug 30, 2008 6:39 pm
Forum: General
Topic: Set chapter/section programmatically
Replies: 2
Views: 2672

Set chapter/section programmatically

Hi all,

The problem I'm facing is the following: I want to write two documents that share most of the content. One will be my master thesis, and the other a user manual for the application, which will contain a subset of the sections of the whole work.

For the thesis, I'm using a "book" document ...