Theses, Books, Title pagesRemove printing of section numbers in the margin in Legrand Orange Book

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
5998606Lp+
Posts: 1
Joined: Fri May 01, 2020 6:07 am

Remove printing of section numbers in the margin in Legrand Orange Book

Post by 5998606Lp+ »

Remove printing of section numbers in the margin in Legrand Orange Book:

help please just manage to move the section number with rlap but the numbering and the section overlap

Code: Select all

\makeatletter
\renewcommand{\@seccntformat}[1]{\llap{\textcolor{ocre}{\csname the#1\endcsname}\hspace{1em}}}     %mueve horizontalmente la numeracion
\renewcommand{\section}{\@startsection{section}{1}{\z@}
{-4ex \@plus -1ex \@minus -.4ex}
{1ex \@plus.2ex }
{\normalfont\large\sffamily\bfseries\textcolor{ocre}}}
\renewcommand{\subsection}{\@startsection {subsection}{2}{\z@}
{-3ex \@plus -0.1ex \@minus -.4ex}
{0.5ex \@plus.2ex }
{\normalfont\sffamily\bfseries\textcolor{ocre}}}
\renewcommand{\subsubsection}{\@startsection {subsubsection}{3}{\z@}
{-2ex \@plus -0.1ex \@minus -.2ex}
{.2ex \@plus.2ex }
{\normalfont\small\sffamily\bfseries}}   
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}
{-2ex \@plus-.2ex \@minus .2ex}
{.1ex}
{\normalfont\small\sffamily\bfseries\textcolor{ocre}}}
Attachments
what-you-want.jpg
what-you-want.jpg (13.34 KiB) Viewed 11474 times
whas is not wanted.JPG
whas is not wanted.JPG (39.74 KiB) Viewed 11474 times
Last edited by cgnieder on Sun May 10, 2020 7:46 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Remove printing of section numbers in the margin in Legrand Orange Book

Post by Ijon Tichy »

Without Infominimal working example and any knowledge about the class, I would say: Try just removing the \llap or replace it by \@firstofone.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply