Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion reqs/tutorial/TUT017.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading