contrib/dump-asy.pl: Display nicer double-quotes
The right way to do this in LaTeX is ``foo'', not "foo".
This commit is contained in:
parent
22ca203b80
commit
1b8e8822b9
|
@ -40,7 +40,7 @@ sub dump_node {
|
|||
if (!defined($n->{window})) {
|
||||
$type = $n->{orientation} . '-split';
|
||||
}
|
||||
my $name = qq|\\"$na\\" ($type)|;
|
||||
my $name = qq|``$na'' ($type)|;
|
||||
|
||||
print $tmp "TreeNode n" . $n->{id} . " = makeNode(";
|
||||
|
||||
|
|
Loading…
Reference in New Issue