diff --git a/texmf/tex/latex/mycustomstyles/auto/komageneral.el b/texmf/tex/latex/mycustomstyles/auto/komageneral.el index 9bda55fd..d64b949d 100644 --- a/texmf/tex/latex/mycustomstyles/auto/komageneral.el +++ b/texmf/tex/latex/mycustomstyles/auto/komageneral.el @@ -55,8 +55,6 @@ (LaTeX-add-xcolor-definecolors "darkgray" "lightgray") - (LaTeX-add-array-newcolumntypes - "P") (LaTeX-add-listings-lstdefinestyles "numbers")) :latex) diff --git a/texmf/tex/latex/mycustomstyles/komageneral.sty b/texmf/tex/latex/mycustomstyles/komageneral.sty index 64195503..3611be86 100644 --- a/texmf/tex/latex/mycustomstyles/komageneral.sty +++ b/texmf/tex/latex/mycustomstyles/komageneral.sty @@ -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}