diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-02 22:39:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-02 22:39:39 +0000 |
commit | 76e559e4657cc54e211e35d7ae6fdb91f89ee034 (patch) | |
tree | 938b4c1c850c06a1fc686dacbb79646c6d9d60ff /Master/texmf-dist/doc/latex/filecontentsdef/INSTALL.md | |
parent | c7ea87b7b16e55ce9460b7789a8dcbc8d84ec51f (diff) |
filecontentsdef (24apr19)
git-svn-id: svn://tug.org/texlive/trunk@50942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/filecontentsdef/INSTALL.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/filecontentsdef/INSTALL.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/filecontentsdef/INSTALL.md b/Master/texmf-dist/doc/latex/filecontentsdef/INSTALL.md new file mode 100644 index 00000000000..7e828696307 --- /dev/null +++ b/Master/texmf-dist/doc/latex/filecontentsdef/INSTALL.md @@ -0,0 +1,37 @@ +<!-- --> + + Source: filecontentsdef.dtx (v1.4 2019/04/20) + Author: Jean-Francois Burnol + Info: filecontents + macro + verbatim + License: LPPL 1.3c + Copyright (C) 2016-2019 Jean-Francois Burnol. + <jfbu at free dot fr> + +INSTALLATION +============ + +Use your installation manager. + +Else, for manual installation: + +- To extract the package and at the same time produce the documentation, + execute latex twice on `filecontentsdef.dtx` then `dvipdfmx` on the + `dvi` file. + + To customize the PDF documentation (paper size, etc...): execute `etex` + once on `filecontentsdef.dtx` then follow instructions given inside the + extracted file `filecontentsdef.tex`. + +- To extract the package but not necessarily build the documentation: + run `etex` on `filecontentsdef.dtx`. + +Files should then be moved to appropriate locations: + + filecontentsdef.sty -> TDS:tex/latex/filecontentsdef/ + filecontentsdef.dtx -> TDS:source/latex/filecontentsdef/ + filecontentsdef.pdf -> TDS:doc/latex/filecontentsdef/ + README.md -> TDS:doc/latex/filecontentsdef/ + INSTALL.md -> TDS:doc/latex/filecontentsdef/ + +You can also place `filecontentsdef.sty` directly within the directory +of the project using it. |