Skip to content

Commit 2f725ab

Browse files
committed
fixing tests due to change from \bf to \textbf etc
1 parent 00977f2 commit 2f725ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/latex/format1.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ line
5151
line
5252
%% TABULAR REFORMAT(col 2=(max=bold) col 3-4=(min=emph))
5353
%% SELECT 0.001, 0.01, 0.1, 1, 10.04, 100.05, 1000.05
54-
0.001 & 0.01 & \bf 0.1 & \em 1 & \em 10.04 & 100.05 & 1000.05 \\
54+
0.001 & 0.01 & \textbf{0.1} & \emph{1} & \emph{10.04} & 100.05 & 1000.05 \\
5555
% END TABULAR SELECT 0.001, 0.01, 0.1, 1, 10.04, 100.05, 1000.05
5656
line
5757
%% TABULAR REFORMAT(row 0=(max=bold))
5858
%% SELECT 0.001, 0.01, 0.1, 1, 1000.05, 10.04, 100.05
59-
0.001 & 0.01 & 0.1 & 1 & \bf 1000.05 & 10.04 & 100.05 \\
59+
0.001 & 0.01 & 0.1 & 1 & \textbf{1000.05} & 10.04 & 100.05 \\
6060
% END TABULAR SELECT 0.001, 0.01, 0.1, 1, 1000.05, 10.04, 100.05
6161
line
6262
%% TABULAR REFORMAT(row 1=(max=bold))

0 commit comments

Comments
 (0)