NASA-IMPACT / nasa-apt-frontend

Web application for NASA-APT
Apache License 2.0
4 stars 2 forks source link

Fix figure caption position #565

Closed vgeorge closed 1 year ago

vgeorge commented 1 year ago

Address issue raised at https://github.com/NASA-IMPACT/nasa-apt/issues/681#issuecomment-1766607719.

This changes the transformer function applyNumberCaptionsToDocument to revert caption position only for table blocks. I've also removed code related to tables and figures from the numbering context, because it conflicts with the transformer. I've chosen to use the transformer instead of the numbering context for tables/figures captions because the later doesn't handle positioning.

@frozenhelium @wrynearson this is ready for review. Please confirm if tables are position above and figures below on PDF previews.