From 19156d51fa5f7fb74b2b34fd483e20b86185655b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 11 Aug 2016 14:51:55 +0200 Subject: [PATCH] Fixed alignment of code in Asymptote example --- scribblings/scribble-math.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scribblings/scribble-math.scrbl b/scribblings/scribble-math.scrbl index 88bf78ebe..71d149358 100644 --- a/scribblings/scribble-math.scrbl +++ b/scribblings/scribble-math.scrbl @@ -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: