Skip to content

Add `\g_@@_table_heading_size_fp` variable to configure font size of `\kNadpis`

This pull request adds the \g_@@_table_heading_size_fp variable for the configuration of the font size of the \kNadpis command as follows:

\ExplSyntaxOn
\fp_gset:Nn
  \g_@@_table_heading_size_fp
  { 12 }  % Increases the size of table headings by 2 points from 10pt to 12pt.
\ExplSyntaxOff

Adding the above code to your document would alter the font size as follows:

image

Edited by Vít Starý Novotný

Merge request reports