From 79ac5232cf029f3d40543641e92daa8aaa1c9f7c Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 5 Jun 2018 11:46:03 +0200 Subject: Add formula (images) to RTF output The RTF output was lacking the possibility to have formulas in it (were written as text). This patch generates the images analogous to the HTML, non MATHJAX, version and includes them in the output. --- doc/formulas.doc | 5 ++--- src/doxygen.cpp | 6 ++++++ src/rtfdocvisitor.cpp | 16 ++++++++++++++-- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/doc/formulas.doc b/doc/formulas.doc index ee4ff61..f505155 100644 --- a/doc/formulas.doc +++ b/doc/formulas.doc @@ -17,9 +17,8 @@ /*! \page formulas Including formulas Doxygen allows you to put \LaTeX formulas in the -output (this works only for the HTML and \LaTeX output, -not for the RTF nor for the man page output). To be able to include -formulas (as images) in the HTML documentation, you will also need to +output (this works only for the HTML, \LaTeX and RTF output. To be able to include +formulas (as images) in the HTML and RTF documentation, you will also need to have the following tools installed