diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-12 21:43:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-12 21:43:53 +0000 |
commit | a9bddb656b9b095c9f5b9ed6ca995d2a72461106 (patch) | |
tree | 77506253a998afc728987a6742dc166873bbbfea /Master/texmf-dist/source/latex/algxpar/algxpar.ins | |
parent | 9d6c49cae17469027c229eb48c1c0c1a6719c805 (diff) |
algxpar (12nov19)
git-svn-id: svn://tug.org/texlive/trunk@52758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/algxpar/algxpar.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/algxpar/algxpar.ins | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/algxpar/algxpar.ins b/Master/texmf-dist/source/latex/algxpar/algxpar.ins new file mode 100644 index 00000000000..289551de474 --- /dev/null +++ b/Master/texmf-dist/source/latex/algxpar/algxpar.ins @@ -0,0 +1,34 @@ +%% +%% Copyright (C) 2019 by Jander Moreira +%% +%% This is an extension of the algorithmicx package to handle +%% multiline contents. +%% + +\input docstrip.tex +\keepsilent +\usedir{tex/latex/algxpar} + +\preamble + + +Copyright (C) 2019 by Jander Moreira (moreira.jander@gmail.com) + +\endpreamble + +\generate{ + \file{algxpar.sty}{ + \from{algxpar.dtx}{algxpar} + } +} + +\obeyspaces +\Msg{**********************************************************} +\Msg{* The algxpar.sty file was generated} +\Msg{*} +\Msg{* To install it, move or copy it to a directory} +\Msg{* searched by LaTeX.} +\Msg{*} +\Msg{**********************************************************} + +\endbatchfile
\ No newline at end of file |