Am 09.02.10 19:45, schrieb Alan BRASLAU:
What I would really like is an automatic composer, one that would write my papers, books and documentation for me.
minimal example: \startext \composebook [title="My best selling novel"] \stoptext (notice that the title is optional)
However, it would have to produce output that is up to my standards - not at all an easy task!
m-visual.tex ;) %D For Mojca: %D %D \starttyping %D \def\simplethesis %D {\setupsystem[random=1234] %D \title{\fakewords{3}{4}} %D \placelist[chapter,section] %D \dorecurse{6} %D {\chapter{\fakewords{5}{10}} %D \dorecurse{5} %D {\section{\fakewords{2}{5}} %D \dorecurse{2} %D {\dorecurse{3}{\fakewords{100}{200}\endgraf} %D \placefigure{\fakewords{8}{15}}{\fakefigure{5cm}{3cm}{10cm}{5cm}} %D \dorecurse{2}{\fakewords{100}{200}\endgraf}}}}} %D %D \starttext %D \simplethesis %D \stoptext %D \stoptyping Wolfgang