From 7ff43925537fa18b2277941dcb8f7d662ee85e43 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 1 Aug 2015 22:03:39 +0200 Subject: [PATCH] Resync --- myclass.cls | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/myclass.cls b/myclass.cls index 5477cf9..9b1ca43 100644 --- a/myclass.cls +++ b/myclass.cls @@ -5,22 +5,6 @@ \LoadClassWithOptions{report} % report, book, memoir, scrreprt or scrbook ? -% Fix the page number reset done by abstract by redefining it -\def\nocount#1#2{} -\let\stdsetcounter\setcounter -\let\stdabstract=\abstract -\let\endstdabstract=\endabstract -\renewenvironment{abstract}{% - \let\setcounter\nocount% - \begin{stdabstract}% - \noindent% - \setlength\parskip{\medskipamount}% - \setlength\parindent{0pt}% -}{ - \end{stdabstract} - \let\setcounter\stdsetcounter -} - % Divide by 2 the index item indentation (10pt -> 5pt) \makeatletter \renewcommand\@idxitem{\par\hangindent 20\p@} -- 2.47.2