We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4822139 + 09b1de0 commit 6ffad4dCopy full SHA for 6ffad4d
macros/core/PGML.pl
@@ -1822,7 +1822,7 @@ sub Tag {
1822
} elsif ($item->{tex}) {
1823
($tex_begin, $tex_end) = ("\\begin{$item->{tex}}", "\\end{$item->{tex}}");
1824
}
1825
- return '{' . ($tex_begin // '') . $self->string($item) . ($tex_end // '') . '}';
+ return ($tex_begin // '') . $self->string($item) . ($tex_end // '');
1826
1827
1828
######################################################################
0 commit comments