Set light font for tables

This commit is contained in:
Marcus Kammer 2025-01-16 21:47:17 +01:00
parent 03ac0ad1fc
commit 7e2f4a4861
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 3 additions and 5 deletions

View file

@ -55,8 +55,6 @@
(LaTeX-add-xcolor-definecolors
"darkgray"
"lightgray")
(LaTeX-add-array-newcolumntypes
"P")
(LaTeX-add-listings-lstdefinestyles
"numbers"))
:latex)

View file

@ -129,9 +129,9 @@
\renewcommand{\subsubsectionformat}{\thesubsubsection\hspace{0.5em}}
% Set global table font to Noto Sans Condensed Light
\AtBeginEnvironment{tabular}{\fontspec{Noto Sans Condensed}}
\AtBeginEnvironment{longtable}{\fontspec{Noto Sans Condensed}}
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
\AtBeginEnvironment{tabular}{\fontspec{Noto Sans Condensed Light}}
\AtBeginEnvironment{longtable}{\fontspec{Noto Sans Condensed Ligth}}
% \newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
% Caption settings
\captionsetup{font=small, labelfont=bf}