Index of /archives/text/CTAN/web/clojure-pamphlet

Icon  Name                       Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2019-09-09 21:12 1.6K [TXT] clojure-pamphlet.dtx 2019-09-09 21:12 12K [TXT] clojure-pamphlet.ins 2019-09-09 21:12 2.0K [   ] clojure-pamphlet_guide.pdf 2019-09-09 21:12 185K [TXT] pamphletangler 2019-09-09 21:12 4.5K
CLOJURE PAMPHLET SYSTEM
===========

The clojure pamphlet system is a system based on the clojure literate
system. In the clojure's pamphlet system you have your main LaTeX
file, which can be compiled regularly. This file contains
documentation and source code (just like in other forms of literate
programming). This code snippets are wrapped in the 'chunk'
environment, hence they can be recognized by the tangler in order to
extract them. Chunks can be included inside each other by the
'getchunk' command (which will be typesetted acordingly). Finally, you
run your LaTeX file through the tangler and get your desired chunk of
code.

See the INSTALL file for detailed information about how to configure
and install the tangler.
 This tangler is a program that takes a pamphlet latex file (A simple
latex file with special commands in it, see the latex clojure-pamphlet
package manual page) and a code section and outputs the specified code
section adding the chunks that are needed (and can be in any other
part of the document).

-----

Copyright (C) 2019, Ernesto Lanchares Sanchez.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.