From 9e5d6e29eba229f9cf75b0ce3ff1ffe3961a3b15 Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Mon, 24 Jun 2013 23:58:17 +0530 Subject: Introduce new command \divline for repeate small dividing line Signed-off-by: Rajeesh K Nambiar --- log.sty | 2 ++ 1 file changed, 2 insertions(+) (limited to 'log.sty') diff --git a/log.sty b/log.sty index cb362bc..519c074 100644 --- a/log.sty +++ b/log.sty @@ -42,6 +42,8 @@ \sloppy +\newcommand{\divline}{\begin{center}\line(1,0){20}\end{center}} + \newcommand{\secstar}[1]{\thispagestyle{empty}\clearpage\phantomsection\section*{\addcontentsline{toc}{section}{#1}\centering #1}} \renewcommand\subsection{\@startsection{subsection}{2}{\z@}% {-1ex \@plus 0.1ex \@minus 0.1ex}% -- cgit