$object-titles-after$ — List of objects who's titles go after the object
Synopsis
($object-titles-after$)
Description
Titles of formal objects (Figures, Equations, Tables, etc.)
in this list will be placed below the object instead of above it.
For example,
(define ($object-titles-after$) (list (normalize "figure") (normalize "table")))
Source Code
(define ($object-titles-after$)
;; List of objects who's titles go after the object
'())