systemreboot git repos skribilo / master doc / user / src / bib4.skb
master

Tree @master (Download .tar.gz)

bib4.skb @masterraw · history · blame

1
2
3
4
5
(center
 (frame :border 1 :margin 2 :width 90.
	(the-bibliography :pred (lambda (m n) 
				   (and (eq? (markup-option m 'kind) 'book)
					(pair? (markup-option m 'used)))))))