From 61a904cd1a5937bb93de96ec42b8fcfddeadf8fa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 20 Sep 2016 21:18:47 +0000 Subject: filecontentsdef (20sep16) git-svn-id: svn://tug.org/texlive/trunk@42107 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/filecontentsdef/README.md | 80 +++++++++++++++++++++ .../doc/latex/filecontentsdef/filecontentsdef.pdf | Bin 0 -> 73114 bytes .../doc/latex/filecontentsdef/filecontentsdef.tex | 19 +++++ 3 files changed, 99 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/filecontentsdef/README.md create mode 100644 Master/texmf-dist/doc/latex/filecontentsdef/filecontentsdef.pdf create mode 100644 Master/texmf-dist/doc/latex/filecontentsdef/filecontentsdef.tex (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/filecontentsdef/README.md b/Master/texmf-dist/doc/latex/filecontentsdef/README.md new file mode 100644 index 00000000000..c72c1a542df --- /dev/null +++ b/Master/texmf-dist/doc/latex/filecontentsdef/README.md @@ -0,0 +1,80 @@ + + + Source: filecontentsdef.dtx (v1.2 2016/09/19) + Author: Jean-Francois Burnol + Info: filecontents + macro + verbatim + License: LPPL 1.3c + Copyright (C) 2016 Jean-Francois Burnol. + + +ABSTRACT +======== + +This lightweight LaTeX2e package provides two environments called +`filecontentsdef` and `filecontentshere`. They are derived from the +LaTeX `filecontents` environment as extended by Scott Pakin's +[filecontents] [1] package. In addition to the file creation they +either store the (verbatim) contents in a macro (`filecontentsdef`) +or typeset them (verbatim) on the spot (`filecontentshere`). + +I developed this to display TeX code verbatim in documentation and +simultaneously produce during the LaTeX run the corresponding files +in order to embed them in the PDF as _file attachment annotations_ +(via the services of Scott Pakin's further package [attachfile] [2].) + +[1]: http://www.ctan.org/pkg/filecontents "filecontents package" +[2]: http://www.ctan.org/pkg/attachfile "attachfile package" + +INSTALLATION +============ + +To extract the package (.sty) run etex on the dtx file. To produce +the PDF documentation, either: + +1. latex (twice) filecontentsdef.dtx, then dvips, then ps2pdf +2. or pdflatex (twice), +3. or latex (twice) then dvipdfmx + +This will also extract automatically the style file. + +Installation: + + filecontentsdef.sty -> TDS:tex/latex/filecontentsdef/filecontentsdef.sty + filecontentsdef.dtx -> TDS:source/latex/filecontentsdef/filecontentsdef.dtx + filecontentsdef.pdf -> TDS:doc/latex/filecontentsdef/filecontentsdef.pdf + + README.md -> TDS:doc/latex/filecontentsdef/README.md + +The other files may be discarded. + +LICENSE +======= + +This Work may be distributed and/or modified under the +conditions of the LaTeX Project Public License 1.3c. +This version of this license is in + +> + +and the latest version of this license is in + +> + +and version 1.3 or later is part of all distributions of +LaTeX version 2005/12/01 or later. + +The Author of this Work is: + +- Jean-Francois Burnol `` + +This Work consists of the main source file filecontentsdef.dtx and +the derived files filecontentsdef.sty, filecontentsdef.ins, +filecontentsdef.pdf, filecontentsdef.dvi, README.md. + +CHANGE LOG +========== + +v1.2 \[2016/09/19\] +------------------- + +Initial version. diff --git a/Master/texmf-dist/doc/latex/filecontentsdef/filecontentsdef.pdf b/Master/texmf-dist/doc/latex/filecontentsdef/filecontentsdef.pdf new file mode 100644 index 00000000000..e5f701f4fc3 Binary files /dev/null and b/Master/texmf-dist/doc/latex/filecontentsdef/filecontentsdef.pdf differ diff --git a/Master/texmf-dist/doc/latex/filecontentsdef/filecontentsdef.tex b/Master/texmf-dist/doc/latex/filecontentsdef/filecontentsdef.tex new file mode 100644 index 00000000000..22290d7d8b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/filecontentsdef/filecontentsdef.tex @@ -0,0 +1,19 @@ +%% +%% Package: filecontentsdef +%% Version: 1.2 (2016/09/19) +%% License: LPPL 1.3c +%% Copyright (C) 2016 Jean-Francois Burnol +%% +\chardef\Withdvipdfmx 1 % replace 1 by 0 for using pdflatex +\chardef\NoSourceCode 0 % replace 0 by 1 for the doc *without* the source code +\NeedsTeXFormat{LaTeX2e} +\ProvidesFile {filecontentsdef.tex}[Driver for filecontentsdef documentation]% +\PassOptionsToClass {a4paper,fontsize=11pt,oneside}{scrdoc} +\PassOptionsToPackage {english}{babel} +\input filecontentsdef.dtx +%%% Local Variables: +%%% mode: latex +%%% End: +\endinput +%% +%% End of file `filecontentsdef.tex'. -- cgit v1.2.3