INTRODUCTION TO LATEX FOR CREATING MATH SYMBOLS IN GOOGLE DOCS, GEOGEBRA AND MOODLE
This page introduces you to various useful commands for rendering math symbolism using LaTeX markup language. You can use LaTex commands to build math symbolism written in "pretty formatting" or images that can be placed in Google Docs, GeoGebra and Moodle. Please note that Google Docs does have a nice little equation editor though not as extensive as a Latex Editor but perfectly capable of satisfying the needs of most high school math students.
Why I consider the learning of Latex especially valuable is that one can build sophisticated commands to output "pretty" variable data in Moodle and in GeoGebra .
Comment 1: Remember if you use LaTex commands in Moodle don't forget the double dollar signs to the left and right of the LaTex notation.
e.g. $$ 7^2 $$ will produce 27.
Comment 2: I also have DragMath installed at Deeringmath.com here. Please give the editor a moment to load in your browser. Java must be installed on your computer in order to work with Drag Math. Download Java here if it is not already installed on your computer.
VIDEOS COMING SOON
TOPICS
Exponents
and subscripts
Fractions
Radicals
Sums, products, limits and logarithms
Combinations
Trigonometric functions
Calculus
Other functions
Text styles and math mode
---------------------------------------------------------------------------------------
LATEX COMMANDS FOR EXPONENTS AND SUBSCRIPTS
---------------------------------------------------------------------------------------
Make exponents in LaTeX
with ^ and subscripts with _ as shown in the examples below.
Notice that you can apply
both a subscript and an exponent at the same time, and that you can use {} to tell LaTeX what to apply
a subscript or exponent to (compare the examples on the bottom row).
Finally, notice that you use {} for any exponent or subscript
that is more than one character. You have to do so, or you'll end up with
 |
or |
 |
| when you really want |
 |
or |
 |
Return
to top
------------------------------------------------------------
LATEX COMMANDS FOR FRACTIONS
------------------------------------------------------------
Most fractions look better
in \displaystyle. Note the d in front of frac.
Use \cfrac for continued fractions:
Return
to top
-------------------------------------------------------
LATEX COMMANDS FOR RADICALS
-------------------------------------------------------
Return
to top
---------------------------------------------------------------------------------------
LATEX COMMANDS FOR SUMS, LIMITS,
AND LOGARITHMS
---------------------------------------------------------------------------------------
Use _ to
get the 'bottom' parts of summations, products, and limits, as well as the subscripts
of logarithms. Use ^ to get the 'top' parts of sums and products.
Note that you
can use sums, products, and logarithms without _ or ^ modifiers.
Return
to top
-------------------------------------------------------------------
LATEX COMMANDS FOR COMBINATIONS
-------------------------------------------------------------------
Return
to top
---------------------------------------------------------------------
LATEX COMMANDS AND TRIG FUNCTIONS
---------------------------------------------------------------------
Here are a
couple of examples:
Return
to top
------------------------------------------------------------
LATEX COMMANDS AND CALCULUS
------------------------------------------------------------
Below are examples of calculus
rendered in LaTeX. Most of
these commands have been introduced before. Notice how definite integrals are
rendered (and the difference between regular math and display mode for definite
integrals). The \, in the integrals
makes a small space before the dx.
Return
to top
-----------------------------------------------------------------------
LATEX COMMANDS AND OTHER FUNCTIONS
-----------------------------------------------------------------------
Some of these functions
take 'bottom' parts just like sums and limits. Some render differently in display
mode and regular math mode.
Return
to top
-------------------------------------------------------------------------------------
LATEX COMMANDS AND TEXT STYLES IN MATH MODE
-------------------------------------------------------------------------------------
You can render letters in
various styles in math mode. Below are examples; you should be able to use these
with any letters.
![\[n^2 + 5 = 30\text{ so we have }n=\pm5\]](AoPS_L_GuideCommands.php_files/9f89f5700dc996227b41c6503884912edb6f4a7b.gif)
Return
to top