Skip to content

Commit 09a5d51

Browse files
committed
Fix function and procedure tests page width
1 parent 3e9545d commit 09a5d51

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tests/function/ref/1.png

-529 Bytes
Loading

tests/function/test.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#import "../../algorithmic.typ"
22
#import algorithmic: algorithm
3-
#set page(margin: .1cm, width: 4cm, height: auto)
3+
#set page(margin: .1cm, width: 4.4cm, height: auto)
44
#algorithm({
55
import algorithmic: *
66
Function(
@@ -13,4 +13,4 @@
1313
Return($a+b$)
1414
},
1515
)
16-
})
16+
})

tests/procedure/ref/1.png

-788 Bytes
Loading

tests/procedure/test.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#import "../../algorithmic.typ"
22
#import algorithmic: algorithm
3-
#set page(margin: .1cm, width: 4.5cm, height: auto)
3+
#set page(margin: .1cm, width: 5cm, height: auto)
44
#algorithm({
55
import algorithmic: *
66
Procedure("Add", ($a$, $b$), { Assign($a$, $a + b$) })

0 commit comments

Comments
 (0)