Fixed alignment of code in Asymptote example

This commit is contained in:
Georges Dupéron 2016-08-11 14:51:55 +02:00
parent 3c273f6d2a
commit 19156d51fa

View File

@ -225,7 +225,7 @@ $\sum x^3$ is displayed as-is, like the rest of the text.
As an example, the the code
@scribbleblock|{
@asymptote{
@asymptote{
import drawtree;
size(4cm, 0);
TreeNode root = makeNode("let");
@ -240,7 +240,7 @@ $\sum x^3$ is displayed as-is, like the rest of the text.
draw(root, (0,0));
shipout(scale(2)*currentpicture.fit());
}
}|
}|
renders as: