sway: remove border and gaps

This commit is contained in:
Marco Thomas
2022-07-05 19:05:22 +02:00
parent ad0d2177ac
commit dc6849650f
8 changed files with 63 additions and 75 deletions

View File

@@ -23,24 +23,24 @@
\usepackage{wrapfig}
%%% make \paragraph{} and \subparagraph{} look like a normal subsection
\makeatletter
\renewcommand\paragraph{%
\@startsection{paragraph}{4}{0mm}%
{-\baselineskip}%
{.5\baselineskip}%
{\normalfont\normalsize\bfseries}}
\makeatother
\makeatletter
\renewcommand\subparagraph{%
\@startsection{subparagraph}{4}{0mm}%
{-\baselineskip}%
{.5\baselineskip}%
{\normalfont\normalsize\bfseries}}
\makeatother
\setcounter{tocdepth}{5}
\setcounter{secnumdepth}{5}
%\makeatletter
%\renewcommand\paragraph{%
% \@startsection{paragraph}{4}{0mm}%
% {-\baselineskip}%
% {.5\baselineskip}%
% {\normalfont\normalsize\bfseries}}
%\makeatother
%
%\makeatletter
%\renewcommand\subparagraph{%
% \@startsection{subparagraph}{4}{0mm}%
% {-\baselineskip}%
% {.5\baselineskip}%
% {\normalfont\normalsize\bfseries}}
%\makeatother
%
%\setcounter{tocdepth}{5}
%\setcounter{secnumdepth}{5}
%%% links in toc etc
\usepackage{hyperref}