Fixing a TeX generation problem

This commit is contained in:
Nemh 2015-04-17 19:40:21 +02:00
parent 38439b69ba
commit 9842ab8715
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ print_a_over_b(U *p)
//#ifdef TEX
//#else
if (d > 1)
if(!tex_flag && d > 1) //if (d > 1)
print_char(')');
if(tex_flag) print_str("}");