diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-29 17:35:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-29 17:35:43 +0000 |
commit | 8ba7c37ce78351be1e8710a0dd135a8104afdfcc (patch) | |
tree | bb2c13b7bf970a5ee3d133162f24f32f9035d298 /Master/texmf-dist/doc/latex/codesection | |
parent | be602b457f0bcc88ce725b6f0f0dcd00356ab9dd (diff) |
more (non)text files
git-svn-id: svn://tug.org/texlive/trunk@34481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/codesection')
-rw-r--r-- | Master/texmf-dist/doc/latex/codesection/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/codesection/README b/Master/texmf-dist/doc/latex/codesection/README new file mode 100644 index 00000000000..3cc57683436 --- /dev/null +++ b/Master/texmf-dist/doc/latex/codesection/README @@ -0,0 +1,25 @@ +codesection +=========== +Provides an Environment which can be included or excluded from compilation. + +== Description == + +This packages provides an environment to switch a section of code on or off. The +code can be placed anywhere in the file and is not limited to the document or the +preamble. +The motivation for this package was to have commands which allow to +preselect if sections of code in a preamble of a template are executed or not. + +== Contents == + +This work contains: +- The codesection files: + - codesection.dtx + - codesection.ins +- The documentation: + - codesection.pdf +- This README file + +== Maintained by == +Matthias Pospiech +matthias@pospiech.eu
\ No newline at end of file |