From 25e5f2937145ed0fdaa97e8a99eb2c4de0457db0 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 5 Sep 2013 11:41:55 -0400 Subject: [PATCH] subsubsections now longer alter the headline mark --- lvspec.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvspec.cls b/lvspec.cls index d29db27..8e53494 100644 --- a/lvspec.cls +++ b/lvspec.cls @@ -309,7 +309,7 @@ \gdef\chapter##1{\pnumoff\@chapterorig{##1}\pnumrest\sinit} \gdef\section##1{\pnumoff\@sectionorig{##1}\pnumrest\sinit\smarkright{##1}} \gdef\subsection##1{\pnumoff\@subsectionorig{##1}\pnumrest\sinit\smarkright{##1}} - \gdef\subsubsection##1{\pnumoff\@subsubsectionorig{##1}\pnumrest\sinit\smarkright{##1}} + \gdef\subsubsection##1{\pnumoff\@subsubsectionorig{##1}\pnumrest\sinit} \gdef\footnote##1{\pnumoff\@footnoteorig{##1}\pnumrest} \gdef\footnotetext##1{\pnumoff\@footnotetextorig{##1}\pnumrest} }