Tagged Questions
4
votes
1answer
104 views
how to organise common preamble of dtx files
I have some new packages (see latexthesistemplate/trunk/packages/template
which all use a shared preamble file. I want all of them to have the same packages and commands available and the same ...
12
votes
2answers
279 views
Multiple documents from a single dtx
The DTX format allows to generate both the package code (.sty file) and documentation (.pdf file) from a single dtx file.
Is it possible to generate several PDFs (for example for different languages) ...
13
votes
5answers
672 views
Side-by-side source and output when documenting a style file
When documenting a style file, it would be nice to be able to easily put side by side different examples of code, side-by-side with the output they produce.
What recommendations to people have to do ...