Skip to content

Commit

Permalink
Fix bold font bug (#24, #134)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Apr 11, 2021
1 parent 79bf7cc commit 232ad0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/format/general/tables.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
% Font type inside table
\AtBeginEnvironment{tabular}{\songti}
\AtBeginEnvironment{tabularx}{\songti}

% Fix bold text bug, see:
% - GitHub zjuthesis: #24, #134
% - GitHub ctex-kit : #546
\AtBeginEnvironment{table*}{\special{pdf:code q}}
\AtEndEnvironment{table*}{\special{pdf:code Q}}

0 comments on commit 232ad0f

Please sign in to comment.