Tagged Questions
9
votes
3answers
191 views
(How) Can I write a .dtx file without having to comment out *everything*?
I have a reasonable understanding now of how .dtx files work. But it's a great pain having to put a % character before every line of documentation. Also, depending on which editor you're using, it ...
10
votes
3answers
129 views
What does the “driver” section do in a .dtx file?
I've read the docstrip documentation, but have yet to form an intuition about how package documentation is extracted when I simply run pdflatex package.dtx.
Let's say I'm using the simple dtxtut ...