diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-07 22:49:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-07 22:49:27 +0000 |
commit | 389a14839d88ee774793a1eb4921c43933869738 (patch) | |
tree | e1a58aafe1d76dcddd475f36ab0cf87dee496722 /Master/texmf-dist/source/latex/seuthesis/seuthesis.ins | |
parent | 3f1971c9b7717818766692c9aa497e20e7472f2c (diff) |
new latex package seuthesis 1.3.0 (6apr10)
git-svn-id: svn://tug.org/texlive/trunk@17743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/seuthesis/seuthesis.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/seuthesis/seuthesis.ins | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/seuthesis/seuthesis.ins b/Master/texmf-dist/source/latex/seuthesis/seuthesis.ins new file mode 100644 index 00000000000..103540e6270 --- /dev/null +++ b/Master/texmf-dist/source/latex/seuthesis/seuthesis.ins @@ -0,0 +1,66 @@ +%% +%% Copyright (C) 2007 by Xu Yuan <xuyuan.cn@gmail.com> +%% $Id$ +%% +%% This file is part of the SEU-Thesis package project. +%% --------------------------------------------------- +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3a +%% of this license or (at your option) any later version. +%% The latest version of this license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.3a or later is part of all distributions of LaTeX +%% version 2004/10/01 or later. +%% + +\input docstrip + +\askonceonly +\keepsilent +\usedir{tex/latex/seuthesis} + +\preamble + +Copyright (C) 2007-\the\year by Xu Yuan <xuyuan.cn@gmail.com> + +This file may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3a +of this license or (at your option) any later version. +The latest version of this license is in: + +http://www.latex-project.org/lppl.txt + +and version 1.3a or later is part of all distributions of LaTeX +version 2004/10/01 or later. + +To produce the documentation run the original source files ending with `.dtx' +through LaTeX. + +\endpreamble + +\generate{\file{seuthesis.cls}{\from{seuthesis.dtx}{cls}} + \file{seuthesis-utf8.cfg}{\from{seuthesis.dtx}{cfg}} + } + +\ifToplevel{ +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by TeX:} +\Msg{*} +\Msg{* The recommended directory is TEXMF/tex/latex/seuthesis} +\Msg{*} +\Msg{* \space\space seuthesis.cls} +\Msg{* \space\space seuthesis-utf8/gbk.cfg} +\Msg{*} +\Msg{* To produce the documentation run the files ending with} +\Msg{* `.dtx' through LaTeX.} +\Msg{*} +\Msg{* Happy TeXing!} +\Msg{***********************************************************} +} + +\endbatchfile
\ No newline at end of file |