diff options
author | albert-github <albert.tests@gmail.com> | 2019-08-30 11:14:54 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-08-30 11:14:54 (GMT) |
commit | bc773f438cf7230b64fdba422d28ef5ad0d95696 (patch) | |
tree | d0eda3996113d7b7c96f055b8083a6b914990f52 /doc/commands.doc | |
parent | 6fe6275cd66c7842d6817fd4b8ea0a47b2b5df20 (diff) | |
download | Doxygen-bc773f438cf7230b64fdba422d28ef5ad0d95696.zip Doxygen-bc773f438cf7230b64fdba422d28ef5ad0d95696.tar.gz Doxygen-bc773f438cf7230b64fdba422d28ef5ad0d95696.tar.bz2 |
Correction documentation `\image` command
- Correction supported formats for LaTeX
- correction typo
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 8 |
1 files 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.<br>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). <br><br> Doxygen does not check if the image is in the correct format. So \e you have to make sure this is the case! |