Index of /archives/text/CTAN/info/dtxgallery

Icon  Name                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2007-08-05 15:02 1.7K [TXT] conditional-code.dtx 2007-08-06 22:09 1.4K [   ] conditional-code.pdf 2007-08-06 22:09 47K [   ] dtxgallery.dtx 2007-08-06 22:11 6.3K [   ] dtxgallery.pdf 2007-08-06 22:12 147K [TXT] rearrange.dtx 2007-08-06 22:06 1.1K [   ] rearrange.pdf 2007-06-12 19:43 94K [TXT] single-source.dtx 2007-08-05 15:08 1.4K [   ] single-source.pdf 2007-06-12 19:31 81K
============
 DTXGALLERY 
============

This work is a collection of files that demonstrate 
simple things that are possible with the flexible 
and under-appreciated docstrip file format.

It is intended as a companion to Scott Pakin's
excellent and influential "dtxtut" example of producing
LaTeX packages in this way.

This work consists of the following files:

--------------
dtxgallery.dtx

A `meta-example' showing how multiple .dtx files can be
documented in a single file. Read the .pdf version of this
file first. 
--------------

-----------------
single-source.dtx

This is an example of both the .sty and .ins
files being extracted from the .dtx file. This
allows maintenance of a single source file
but still produces a "standard-behaviour" .dtx/.ins
pair for upload to CTAN.
-----------------

--------------------
conditional-code.dtx

This example shows how code can be extracted in different
contexts. For example, debug code in a package can be
included in the source .dtx file but be automatically
stripped out for the public release version of the package.
--------------------

-------------
rearrange.dtx

This example demonstrates how source code may
be written and documented in a different logical 
order than in which it is required to execute.

This can be useful, for example, when default 
values are provided at the very stage of the package 
loading, but you wish to describe them first in the 
main body of the (non-technical) documentation.
-------------


Maintained by Will Robertson, 2007.
Please send comments and suggestions (entire examples very
welcome!) to me at the typeset string of:
  \zap@space wspr \number`\Q \char64 gmail \char46 com {}

Distributed under the LaTeX Project Public License, version
1.3c or higher (your choice).