diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-18 17:17:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-18 17:17:00 +0000 |
commit | be26977c41f7693a4a94b13437375993398b365d (patch) | |
tree | 8cff21afcc72b11deb482f427f51163693c7eccf /Master/texmf-dist/source/latex/catechis | |
parent | d9a6ab906e739b7bddda19c7990d4f8a3bbc68b8 (diff) |
new latex package catechis (17jan08)
git-svn-id: svn://tug.org/texlive/trunk@6302 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/catechis')
-rw-r--r-- | Master/texmf-dist/source/latex/catechis/catechis.ins | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/catechis/catechis.ins b/Master/texmf-dist/source/latex/catechis/catechis.ins new file mode 100644 index 00000000000..25ea30b1b82 --- /dev/null +++ b/Master/texmf-dist/source/latex/catechis/catechis.ins @@ -0,0 +1,33 @@ +% +AMDG This document was produced on 12 September 2007, the Feast of the +% Holy Name of Mary, and it is humbly dedicated to her, the Blessed Virgin +% Mary, for her prayers, and to the Sacred Heart of Jesus for His mercy. +% +% This document is copyright 2008 by Donald P. Goodman, and is +% released publicly under the LaTeX Project Public License. The +% distribution and modification of this work is constrained by the +% conditions of that license. See +% http://www.latex-project.org/lppl.txt +% for the text of the license. This document is released +% under version 1.3 of that license, and this work may be distributed +% or modified under the terms of that license or, at your option, any +% later version. +% +% This work has the LPPL maintenance status 'maintained'. +% +% The Current Maintainer of this work is Donald P. Goodman. +% +% This work consists of the files catechis.ins, catechis.sty, and +% test.tex, along with README. +% +\documentclass{ltxdoc} +\title{The \texttt{catechis} Package} +\author{Donald P.\ Goodman III} +\date{\today} + +\usepackage{doc} +\usepackage{catechis} +\usepackage{makeidx} + +\begin{document} +\DocInput{catechis.sty} +\end{document} |