File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ sub dump_rec {
126126 if ($string =~ / ^-?\d +(?:\.\d *)?$ / ) {
127127 return $object ; }
128128 elsif ($string eq ' \\ ' ) {
129- " '\\\\ '" ; }
129+ return " '\\\\ '" ; }
130130 elsif ($string !~ / [^a-zA-Z0-9\@\$ #\. ,!:;+\-\*\/\? =~_^``\" &\(\)\[\]\<\>\{\}\| % \\ ]/ ) { # Only contains simple chars?
131131 $string =~ s /\\ / \\\\ / g ;
132132 return " '" . $string . " '" ; } # single quoted string.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ use LaTeXML::Util::Pathname;
1919use charnames ' :full' ;
2020use List::Util qw( min max) ;
2121
22- $LaTeXML::DEBUG {compiled } = 1 unless $LaTeXML::DEBUG {compiling } || $LaTeXML::DEBUG {nocompiled };
22+ # ### $LaTeXML::DEBUG{compiled} = 1 unless $LaTeXML::DEBUG{compiling} || $LaTeXML::DEBUG{nocompiled};
2323
2424# ======================================================================
2525# BASE TeX; Built-in commands.
You can’t perform that action at this time.
0 commit comments