diff options
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 385aa3860..381069e06 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5643,9 +5643,13 @@ image's alt text will be used as the caption.  How this is rendered depends on the output format. Some output -formats (e.g. RTF) do not yet support figures. In those +formats (e.g. RTF) do not yet support figures. In those formats, you'll just get an image in a paragraph by itself, with -no caption. +no caption. For LaTeX output, you can specify a [figure's +positioning](https://www.overleaf.com/learn/latex/Positioning_images_and_tables#The_figure_environment) +by adding the `latex-pos` attribute. + + {latex-pos="ht"} If you just want a regular inline image, just make sure it is not the only thing in the paragraph. One way to do this is to insert a |
