tweak the spacing in the bernoulli sequence
This commit is contained in:
parent
70a86aac84
commit
19d9d9a8ae
|
@ -55,7 +55,7 @@ bernoulli sequence
|
||||||
(add-between
|
(add-between
|
||||||
(for/list ([x (in-range n)])
|
(for/list ([x (in-range n)])
|
||||||
(number->pict (bernoulli-number x)))
|
(number->pict (bernoulli-number x)))
|
||||||
(tt ", "))))
|
(tt ", "))))
|
||||||
|
|
||||||
(define (tt str)
|
(define (tt str)
|
||||||
(text str 'roman 24))
|
(text str 'roman 24))
|
||||||
|
@ -70,7 +70,7 @@ bernoulli sequence
|
||||||
(define abs-frac (vc-append 2 n line d))
|
(define abs-frac (vc-append 2 n line d))
|
||||||
(cond
|
(cond
|
||||||
[(negative? num)
|
[(negative? num)
|
||||||
(hc-append (tt "-") abs-frac)]
|
(hc-append 4 (tt "-") abs-frac)]
|
||||||
[else
|
[else
|
||||||
abs-frac])]))
|
abs-frac])]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user