From bc773f438cf7230b64fdba422d28ef5ad0d95696 Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 30 Aug 2019 13:14:54 +0200 Subject: Correction documentation `\image` command - Correction supported formats for LaTeX - correction typo --- doc/commands.doc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/commands.doc b/doc/commands.doc index 48991fb..59bf874 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -3191,7 +3191,7 @@ class Receiver \anchor image_sizeindicator \par Size indication The \c sizeindication can specify the width or height to be used (or a combination). The size specifier in \LaTeX (for example `10cm` or - `4in` or a symbolic width like `\\textwidth`). + `4in` or a symbolic width like `\textwidth`). Currently only the option `inline` is supported. In case the option `inline` is specified the image is placed "in the line", when a caption s present it is shown @@ -3214,8 +3214,10 @@ class Receiver \endverbatim \warning The image format for HTML is limited to what your - browser supports. For \LaTeX, the image format - must be Encapsulated PostScript (eps). + browser supports.
For \LaTeX, the image format + must be supported by the \LaTeX `\includegraphics` command i.e. + Encapsulated PostScript (eps), Portable network graphics (png), + Joint photographic experts group (jpg / jpeg).

Doxygen does not check if the image is in the correct format. So \e you have to make sure this is the case! -- cgit v0.12