« Reply #4 on: September 29, 2021, 02:14:38 PM »
How do I use the Latex Editor?- You can use the Latex Editor by clicking on the fMath formatting option above the text area.
- There are two different options:
- One that creates formulas inline \( A = \pi r^{2} \)
- And one that creates formulas in a new paragraph \[ A = \pi r^{2} \]
- For latex code in a new paragraph, enter your latex code between this operators:
[latex] A = \pi r^{2}[/latex]
- For latex code in line, enter your latex code between this two operators:
[latex=inline] A = \pi r^{2}[/latex]
- You can create code blocks as seen above by using the code block tags:
[code] Your code here [/code ]
« Last Edit: September 29, 2021, 02:19:10 PM by Aaron Widera »
Logged