Skip to content

Commit

Permalink
Fix bug with booktabsstyle=false
Browse files Browse the repository at this point in the history
  • Loading branch information
sieversMartin committed Nov 27, 2021
1 parent fc5668d commit 4ab4caf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions brill.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1669,14 +1669,12 @@
\iftoggle{@tablerules}%
{\firsthline}%
{}%
\begingroup%
\iftoggle{@tablebfheaders}%
{%
\rowfont{\bfseries\@tableheaderfontsize}%
\@tableheaders%
}%
{\rowfont{\@tableheaderfontsize}\@tableheaders}%
\endgroup%
\hline%
}%
}%
Expand All @@ -1696,9 +1694,7 @@
\iftoggle{@tablerules}%
{%
\iftoggle{@tablebooktabs}%
{%
\@brillbottomrule%
}%
{\@brillbottomrule}%
{\lasthline}%
}%
{}%
Expand Down

0 comments on commit 4ab4caf

Please sign in to comment.