diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-06 19:44:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-06 19:44:39 +0000 |
commit | 5941f70fae4463dde9f56bd1e264529b3c969b8a (patch) | |
tree | 07668af02676592a17393c4fc7a758fc869d0d87 /Master/texmf-dist/doc/latex/easy/mydoc.sty | |
parent | 647ffa0224624c3d97c119efaef5191bdaff3067 (diff) |
easy packaging update
git-svn-id: svn://tug.org/texlive/trunk@5382 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/easy/mydoc.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/easy/mydoc.sty | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/easy/mydoc.sty b/Master/texmf-dist/doc/latex/easy/mydoc.sty new file mode 100644 index 00000000000..eca80d0c8b2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/easy/mydoc.sty @@ -0,0 +1,21 @@ +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesClass{mydoc} + +%%% +%%% CHANGE SEARCH PATH +%%% +\usepackage[english]{babel} +% +\parindent0pt\relax +\parskip0.4\baselineskip plus 2pt\relax + +\newenvironment{desc}{\begin{description}}{\end{description}} +\newenvironment{dotlist}{\begin{itemize}}{\end{itemize}} + + +\renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.3em}} +\renewcommand*\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}} +\renewcommand*\l@subsubsection{\@dottedtocline{3}{7.0em}{4.1em}} +\renewcommand*\l@paragraph{\@dottedtocline{4}{10em}{5em}} + +\endinput |