From 6fe325ecdc7a056be0e13f02e10272ac78fe3f15 Mon Sep 17 00:00:00 2001 From: Domipoke <42298508+Domipoke@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:58:17 +0200 Subject: [PATCH] syntax fix --- book/02_basidiformattazione.tex | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/book/02_basidiformattazione.tex b/book/02_basidiformattazione.tex index 5d29ca3..a01ecc7 100644 --- a/book/02_basidiformattazione.tex +++ b/book/02_basidiformattazione.tex @@ -13,22 +13,22 @@ Un font è un file che definisce lo stile generico di un insieme di caratteri. E I \texttt{ttf} sono \texttt{otf} raggruppati. Un \texttt{ttf} possiede generalmente il raggruppamento degli stili Regular, Bold, Italic e BoldItalic, \texttt{ttf} più complessi possiedono varianti anche sul peso che possiedono associate a un valore generalmente da $1$ a $1000$. \begin{wrapfigure}[r]{0.4\textwidth} \centering - \begin{tabularx}{c c} - \toprule \\ - Name & Weight \\ - \midrule \\ + \begin{tabularx}{\linewidth}{X c} + \toprule + \textbf{Name} & \textbf{Weight} \\ + \midrule Thin / Hairline & 100 \\ Ultra-light / Extra-light & 200 \\ Light & 300 \\ - Normal / regular & 400 \\ - Medium & 500 \\ - Semi-bold / Demi-bold & 600 \\ - Bold & 700 \\ - Extra-bold / Ultra-bold & 800 \\ - Heavy / Black & 900 \\ - Extra-black / Ultra-black & 950 \\ - \bottomrule -\end{tabularx} + Normal / regular & 400 \\ + Medium & 500 \\ + Semi-bold / Demi-bold & 600 \\ + Bold & 700 \\ + Extra-bold / Ultra-bold & 800 \\ + Heavy / Black & 900 \\ + Extra-black / Ultra-black & 950 \\ + \bottomrule + \end{tabularx} \end{wrapfigure} Per ognuno dei pesi è generalmente necessario specificare le 4 varianti: Regular, Bold, italic e BoldItalic. Non è necessario che un font definisca tutti i pesi. \subsection{Definire un font}