From 6565ec291e04e1d2b8353f362b827ef9d8d12ec8 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 22 Apr 2022 16:00:28 +0000 Subject: [PATCH] Adding Text LaTeX disabling option. --- User-Manual%3A-Chapter-2.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/User-Manual%3A-Chapter-2.md b/User-Manual%3A-Chapter-2.md index 40fa400..b780dc2 100644 --- a/User-Manual%3A-Chapter-2.md +++ b/User-Manual%3A-Chapter-2.md @@ -266,6 +266,14 @@ Reference: Default: New text Content of the text item. + + + Disable LaTeX rendering for this text + boolean + True or false
+ Default: false + When enabled, it will use LaTeX to render the whole text, and the parts within $$ will be rendered as a LaTeX mathematical expression string. +