From f30087778391cdc655a46c9bc93ae7f3ba0c9b3c Mon Sep 17 00:00:00 2001 From: "Felix Eckstein (Ext.)" Date: Tue, 9 Jun 2026 14:50:59 +0200 Subject: [PATCH] updated example in tutorial such that it can export to LaTeX without errors. --- reqs/tutorial/TUT017.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reqs/tutorial/TUT017.yml b/reqs/tutorial/TUT017.yml index a113e745..9842c530 100644 --- a/reqs/tutorial/TUT017.yml +++ b/reqs/tutorial/TUT017.yml @@ -95,7 +95,11 @@ text: | $$k_{n+1} = n^2 + k_n^2 - k_{n-1}$$ - Alternatively you can also use inline math like this: `$e=mc^2$` renders as $e=mc^2$. + #### Inline Math + + You can use inline math like this `$e= mc^2$` if you only use the HTML publishing and not the LaTeX publishing. + + For the moment being, there is a bug in the LaTeX export in handling inline math. It works well in HTML export, but the LaTeX compile is likely to fail. See [\#776](https://github.com/doorstop-dev/doorstop/issues/776). ### Code blocks