﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win" title="Inserting Math Using the Visual Editor" section="editing">
  <div class="info">
      Before proceeding, make sure you are in Basic View by choosing <span class="menu">View &gt; Basic</span>
      <img class="screenshot-noshadow" src="images/basicview.png"></img><br></br>
    </div>
  <p>
      This guide is intended for users who are familiar with TeX language. If you do not know how to code in TeX, you can 
		insert math equations using <a href="insertmathtype.xml">MathType™</a>
<!--		or <a href="insertmathgoogle.xml">Google™ Documents</a>
-->. For more information about TeX, refer to
      the <a href="http://www.educaide.com/downloads/files/Acces_Typesetting_Guide.pdf" shape="rect">Typesetting Guide</a>.
    </p>
  <h3>
      The Basics of Math TeX
    </h3>
  <p>
      Using TeX to enter math expressions provides several advantages over typing expressions in the traditional way:
    </p>
  <ul>
      <li>Availabilty of more symbols than the traditional character pallet.
      </li>
      <li>Spacing and alignment are automatically calculated for the best appearance.
      </li>
      <li>Variables are automatically italicized.
      </li>
    </ul>
  <ol>
      <li>Select or add a problem and open the Visual Editor. (For more information about opening and using the Visual
      Editor, see the guide <a href="editbasic.xml" shape="rect">Editing a Problem Using the Visual Editor</a>. For more information about adding a
      problem, see the guide <a href="createmyownproblem.xml" shape="rect">Creating Your Own Problems</a>)
      </li>
      <li>Click the <span class="button">Insert Math</span> button <img class="icon" src="images/insertmathbutton.png"></img> on the toolbar.
		<img class="screenshot" src="images/insertmath.png" />
      </li>
	  <li>Type the TeX code for your expression. For example: \f12+\f23. <img class="screenshot" src="images/insertmath3.png"></img>
      </li>
      <li>You can change the position of the math expression by clicking inside the green box, then using the Alignment
      buttons on the toolbar. <img class="screenshot" src="images/insertmath4.png"></img>
      </li>
      <li>Click <span class="button">OK</span> to return to the Document Tree and preview your math expression.
      </li>
    </ol>
</guide>