summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/base/slide.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/base/slide.asy')
-rw-r--r--Build/source/utils/asymptote/base/slide.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/base/slide.asy b/Build/source/utils/asymptote/base/slide.asy
index 579253b182f..dc1608203e1 100644
--- a/Build/source/utils/asymptote/base/slide.asy
+++ b/Build/source/utils/asymptote/base/slide.asy
@@ -526,8 +526,8 @@ void item(string s, pen p=itempen, bool step=itemstep)
frame b;
label(b,bullet,(0,0),p);
real bulletwidth=max(b).x-min(b).x;
- remark(bullet+"\hangindent"+(string) bulletwidth+"pt$\,$"+s,p,
- -bulletwidth*pt,step=step);
+ remark(bullet+"\hangindent"+(string) (bulletwidth/pt)+"pt$\,$"+s,p,
+ -bulletwidth,step=step);
}
void subitem(string s, pen p=itempen)