better
Build LaTeX PDF / build (push) Successful in 27s

This commit is contained in:
Domipoke
2026-07-27 14:47:10 +02:00
parent 43823adcdc
commit e57697b1c5
+11 -1
View File
@@ -11,6 +11,7 @@
\usepackage{graphics}
\usepackage{booktabs}
\usepackage{tabularx}
\tcbuselibrary{skins,breakable}
% 3
\sffamily
@@ -63,6 +64,7 @@ delim_0 ",\~"
\addtokomafont{chapterprefix}{\itshape\color{white}}
\renewcommand*{\chapterformat}{\raggedleft\colorbox{RoyalBlue}{\parbox[b][2.8em]{2.8em}{\vfill\centering{\large\chapapp}\\[-0.4em]\thechapter\vfill}}}
\renewcommand*{\chapterheadstartvskip}{\addvspace{2em}}
\usepackage{pgfornament}
\renewcommand*{\chapterheadendvskip}{\pgfornament[width=\textwidth]{88}\par}
% Section Heading
\renewcommand*{\sectionformat}{\colorbox{black}{\textcolor{white}{\thesection\autodot}}\enskip}
@@ -100,11 +102,19 @@ delim_0 ",\~"
breakable,
before skip=\topsep,
after skip=\topsep, #1}
\title{Letteratura Giapponese \roman{1}}
\title{Letteratura Giapponese I}
\author{Marianna}
\begin{document}
\begin{titlepage}
\maketitle
\end{titlepage}
\cleardoublepage
\tableofcontents
\chapter{Lezione 1}
\input{./chapt/lezione1.tex}
\end{document}