From 1f6e13b55959453afa4b7848a1099346d93870e8 Mon Sep 17 00:00:00 2001 From: wl Date: Sun, 13 Jan 2013 10:16:01 +0000 Subject: Oops, missed a line. --- src/preproc/eqn/pile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/preproc/eqn/pile.cpp b/src/preproc/eqn/pile.cpp index a511ce7e..79982d07 100644 --- a/src/preproc/eqn/pile.cpp +++ b/src/preproc/eqn/pile.cpp @@ -167,7 +167,7 @@ int matrix_box::compute_metrics(int style) printf(">?(\\n[" DEPTH_FORMAT "]+\\n[" HEIGHT_FORMAT "]+%dM)", p[i]->p[j-1]->uid, p[i]->p[j]->uid, default_rule_thickness*5); // round it so that it's a multiple of the vertical resolution - printf("/\\n(.V+(\\n(.V/2)*\\n(.V\n"); + printf("+(\\n(.V/2)/\\n(.V*\\n(.V\n"); printf(".nr " SUP_RAISE_FORMAT " \\n[" BASELINE_SEP_FORMAT "]*%d/2" "+%dM\n", uid, uid, max_len-1, axis_height - shift_down); -- cgit v1.2.1