From 2a441aefb476aac81a16091679360d3f69fe6ae7 Mon Sep 17 00:00:00 2001 From: Martina Maggio <maggio.martina@gmail.com> Date: Tue, 16 Oct 2018 09:39:43 +0200 Subject: [PATCH] removing tricks --- paper/sections/00-header.tex | 58 ++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/paper/sections/00-header.tex b/paper/sections/00-header.tex index 3943a70..edd74f1 100644 --- a/paper/sections/00-header.tex +++ b/paper/sections/00-header.tex @@ -18,37 +18,37 @@ \setlength{\dbltextfloatsep}{10pt plus 0pt minus 0pt} %2pt plus % reducing space around section headings -\makeatletter -\let\origsection\section -\renewcommand\section{\@ifstar{\starsection}{\nostarsection}} -\newcommand\nostarsection[1] -{\sectionprelude\origsection{#1}\sectionpostlude} -\newcommand\starsection[1] -{\sectionprelude\origsection*{#1}\sectionpostlude} - -\newcommand\sectionprelude{% - \vspace{-3pt} -} -\newcommand\sectionpostlude{% - \vspace{-2pt} -} +%\makeatletter +%\let\origsection\section +%\renewcommand\section{\@ifstar{\starsection}{\nostarsection}} +%\newcommand\nostarsection[1] +%{\sectionprelude\origsection{#1}\sectionpostlude} +%\newcommand\starsection[1] +%{\sectionprelude\origsection*{#1}\sectionpostlude} +% +%\newcommand\sectionprelude{% +% \vspace{-3pt} +%} +%\newcommand\sectionpostlude{% +% \vspace{-2pt} +%} %reducing space around subsection headings -\let\origsubsection\subsection -\renewcommand\subsection{\@ifstar{\starsubsection}{\nostarsubsection}} -\newcommand\nostarsubsection[1] -{\subsectionprelude\origsubsection{#1}\subsectionpostlude} -\newcommand\starsubsection[1] -{\subsectionprelude\origsubsection*{#1}\subsectionpostlude} - -\newcommand\subsectionprelude{% - \vspace{-4pt} -} -\newcommand\subsectionpostlude{% - \vspace{-3pt} -} -\makeatother +%\let\origsubsection\subsection +%\renewcommand\subsection{\@ifstar{\starsubsection}{\nostarsubsection}} +%\newcommand\nostarsubsection[1] +%{\subsectionprelude\origsubsection{#1}\subsectionpostlude} +%\newcommand\starsubsection[1] +%{\subsectionprelude\origsubsection*{#1}\subsectionpostlude} +% +%\newcommand\subsectionprelude{% +% \vspace{-4pt} +%} +%\newcommand\subsectionpostlude{% +% \vspace{-3pt} +%} +%\makeatother % reducing distance between body and footnotes -\setlength{\skip\footins}{8pt} %6pt +%\setlength{\skip\footins}{8pt} %6pt -- GitLab