diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-16 20:49:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-16 20:49:13 +0000 |
commit | d0f5a67edee55850ba0c82cca1c1dc884d70160e (patch) | |
tree | 81bb18907d5238a0f3b3e588df63253fcf8da809 /Master/texmf-dist/source/latex/sesamanuel/sesamanuel.ins | |
parent | c337b14500c3e98d579f6e3138a2a7a59b1459a1 (diff) |
sesamanuel (16mar15)
git-svn-id: svn://tug.org/texlive/trunk@36538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/sesamanuel/sesamanuel.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/sesamanuel/sesamanuel.ins | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/sesamanuel/sesamanuel.ins b/Master/texmf-dist/source/latex/sesamanuel/sesamanuel.ins new file mode 100644 index 00000000000..4e8ef52a0ff --- /dev/null +++ b/Master/texmf-dist/source/latex/sesamanuel/sesamanuel.ins @@ -0,0 +1,41 @@ +%% +%% This file generates files required to use the sesamanuel class. +%% At your command prompt write +%% +%% tex sesamanuel.ins +%% +%% +%% Copyright 2014-2015 Sesamath Society written by J.-C. Charpentier, S. Mengin +%% +%% Copyright (C) 2014-2015 Sesamath Society written by Jean-C\^ome Charpentier, S\'ebastien +%% Mengin. +%% +%% This file is distributed under the terms of the LaTeX Project Public +%% License from CTAN archives in directory macros/latex/base/lppl.txt. +%% Either version 1.3 or, at your option, any later version. +%% +\input docstrip +\preamble +\endpreamble + +\usedir{.} +\keepsilent +\askforoverwritefalse +% +% generate base class & package +% +\generate{ + \file{sesamanuel.cls}{\from{sesamanuel.dtx}{class}} + \file{sesamanuel.sty}{\from{sesamanuel.dtx}{package}} + \file{sesamanuelTIKZ.sty}{\from{sesamanuel.dtx}{packageTIKZ}} +} + +\Msg{*} +\Msg{* You probably need to move created `.cls' and `.sty'} +\Msg{* files into a directory searched by TeX.} +\Msg{*} +\Msg{* And don't forget to refresh your filename database} +\Msg{* if your TeX distribution uses such a database.} +\Msg{*} + +\endbatchfile |