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