From 94231012af77542a6ebffd2f279456adca0b0b51 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Tue, 25 May 2021 11:13:23 +0200 Subject: [PATCH] no bottom titles --- mystyle.sty | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mystyle.sty b/mystyle.sty index b535e40..4c5caed 100644 --- a/mystyle.sty +++ b/mystyle.sty @@ -112,7 +112,7 @@ \end{tikzpicture}% } -\usepackage{titlesec} +\usepackage[nobottomtitles]{titlesec} % % \titleformat{⟨command⟩}[⟨shape⟩]{⟨format⟩}{⟨label⟩}{⟨sep⟩}{⟨before⟩}[⟨after⟩] % \titleformat{\chapter} @@ -456,3 +456,8 @@ %\DeclareFontShape{TU}{lmr}{m}{n} { <-> ssub * ppl/m/n }{} %\DeclareFontShape{LGR}{ppl}{m}{n} { <-> ssub * cmr/m/n }{} %LGR/ppl/m/n' undefined(Font) using `LGR/cmr/m/n + +% ---------------------------------------------------------------------- +% Inverse search in pdf - use shift+cmd+click in Skim + +\synctex=1 -- 2.30.2