![]() |
|
Latex tips - Printable Version +- Tetration Forum (https://tetrationforum.org) +-- Forum: Etc (https://tetrationforum.org/forumdisplay.php?fid=4) +--- Forum: Community (https://tetrationforum.org/forumdisplay.php?fid=6) +--- Thread: Latex tips (/showthread.php?tid=1050) |
Latex tips - marraco - 01/16/2016 Here is an online Latex WYSIWYG editor. Useful to easily obtaining the Latex text. https://www.codecogs.com/latex/eqneditor.php ![]() To avoid having the latex equations misaligned with text, like this \( something(x) ^{[z] } \), you can raise the text using the tag . Example: \( \\[20pt]{ something(x) ^{[z] } } \) <- aligned text with \\[20pt] . |