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:
parent
46e637d019
commit
76e3ed8ec3
|
@ -25,7 +25,8 @@
|
||||||
(let ([abs (lambda (s)
|
(let ([abs (lambda (s)
|
||||||
(path->main-collects-relative
|
(path->main-collects-relative
|
||||||
(collection-file-path s "scriblib")))])
|
(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")))))
|
(make-tex-addition (abs "figure.tex")))))
|
||||||
|
|
||||||
;; outer layer:
|
;; outer layer:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user