jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
192 stars 62 forks source link

MD -> LaTeX: Allow figure/table/etc. to be automatically placed #980

Open LecrisUT opened 6 months ago

LecrisUT commented 6 months ago

Basically add a global/directive option for placement which would overwrite the placement bracketOpts:

https://github.com/executablebooks/mystmd/blob/42af3800de7d83846ce29b5bf4482e254eeb7214/packages/myst-to-tex/src/container.ts#L112-L115

rowanc1 commented 6 months ago

Quite like this - thank you! Keep the issues coming. :)