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
|
(LaTeX-add-xcolor-definecolors
|
||||||
"darkgray"
|
"darkgray"
|
||||||
"lightgray")
|
"lightgray")
|
||||||
(LaTeX-add-array-newcolumntypes
|
|
||||||
"P")
|
|
||||||
(LaTeX-add-listings-lstdefinestyles
|
(LaTeX-add-listings-lstdefinestyles
|
||||||
"numbers"))
|
"numbers"))
|
||||||
:latex)
|
:latex)
|
||||||
|
|
|
@ -129,9 +129,9 @@
|
||||||
\renewcommand{\subsubsectionformat}{\thesubsubsection\hspace{0.5em}}
|
\renewcommand{\subsubsectionformat}{\thesubsubsection\hspace{0.5em}}
|
||||||
|
|
||||||
% Set global table font to Noto Sans Condensed Light
|
% Set global table font to Noto Sans Condensed Light
|
||||||
\AtBeginEnvironment{tabular}{\fontspec{Noto Sans Condensed}}
|
\AtBeginEnvironment{tabular}{\fontspec{Noto Sans Condensed Light}}
|
||||||
\AtBeginEnvironment{longtable}{\fontspec{Noto Sans Condensed}}
|
\AtBeginEnvironment{longtable}{\fontspec{Noto Sans Condensed Ligth}}
|
||||||
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
|
% \newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
|
||||||
|
|
||||||
% Caption settings
|
% Caption settings
|
||||||
\captionsetup{font=small, labelfont=bf}
|
\captionsetup{font=small, labelfont=bf}
|
||||||
|
|
Loading…
Add table
Reference in a new issue