Set light font for tables
This commit is contained in:
parent
03ac0ad1fc
commit
7e2f4a4861
2 changed files with 3 additions and 5 deletions
|
@ -55,8 +55,6 @@
|
|||
(LaTeX-add-xcolor-definecolors
|
||||
"darkgray"
|
||||
"lightgray")
|
||||
(LaTeX-add-array-newcolumntypes
|
||||
"P")
|
||||
(LaTeX-add-listings-lstdefinestyles
|
||||
"numbers"))
|
||||
:latex)
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue