Latex: Difference between revisions

43 bytes added ,  13 September 2019
no edit summary
(Created page with " ==Installation== ===No Install=== Use [https://overleaf.com Overleaf] to create latex documents in a web browser. ===Partial Install=== Download [https://miktex.org MikTe...")
 
No edit summary
Line 30: Line 30:


===Fancy Math Font===
===Fancy Math Font===
See [https://tex.stackexchange.com/questions/58098/what-are-all-the-font-styles-i-can-use-in-math-mode this answer.]
See [https://tex.stackexchange.com/questions/58098/what-are-all-the-font-styles-i-can-use-in-math-mode this answer.]<br>
[[File:LatexMathFonts.png|x500px|right]]
<syntaxhighlight lang="latex">
<syntaxhighlight lang="latex">
% Use mathbb for the set of reals R or the set of complex numbers C
% Use mathbb for the set of reals R or the set of complex numbers C
% Requires amsfonts
% Requires amsfonts
\mathbb{R}  
\mathbb{R}  
</syntaxhighlight>
</syntaxhighlight>