blob: e9dd370a2bd86c183709f6a43c965d95cf06e2cf (
plain)
1
2
3
4
5
6
7
8
9
|
(center
(figure :legend "This is a unnumbered figure"
:ident "fig1"
:number #f
(frame [Skribe is a functional programming language.])))
(center
(figure :legend "The great Penguin"
(image :file "linux.png")))
|