summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easy/mydoc.sty
blob: eca80d0c8b2cc29dd826a8aa8aaf487574a5b41d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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