scriblib/figure: add 'never-indents to generated block

The 'never-indents style property prevents a blank link from
being generated in certain cases for Latex/PDF output.

Closes #1.
This commit is contained in:
Matthew Flatt 2015-03-26 13:15:46 -06:00
parent 46e637d019
commit 76e3ed8ec3

View File

@ -25,7 +25,8 @@
(let ([abs (lambda (s)
(path->main-collects-relative
(collection-file-path s "scriblib")))])
(list (make-css-addition (abs "figure.css"))
(list 'never-indents
(make-css-addition (abs "figure.css"))
(make-tex-addition (abs "figure.tex")))))
;; outer layer: