Skip to content

Commit

Permalink
Fix line spread within tables (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Apr 13, 2021
1 parent 4d9d6ae commit fb3811e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/format/format.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
\inputformat{commands}
\inputformat{caption}
\inputformat{geometry}
\inputformat{tables}
\inputformat{layout}
\inputformat{tables}
\inputformat{heading}
\inputformat{fonts}
\inputformat{reference}
Expand Down
2 changes: 1 addition & 1 deletion config/format/general/tables.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

% Font type inside float
\makeatletter
\appto{\@floatboxreset}{\songti}
\appto{\@floatboxreset}{\songti\linespreadsingle{}}
\makeatother

% Fix bold text bug, see:
Expand Down
5 changes: 5 additions & 0 deletions config/format/major/cs/tables.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
\makeatletter
\ifthenelse{\equal{\Degree}{undergraduate}}{
\appto{\@floatboxreset}{\linespreadonehalf{}}
}{}
\makeatother

0 comments on commit fb3811e

Please sign in to comment.