LaTeX - Math formula

Modified on Thu, 19 Mar at 9:20 AM


TABLE OF CONTENTS

LaTex allows the display and printing of mathematical and scientific formulas and is widely used in academia. The SEQTA editor and SEQTA Creator allow the embedding of the LaTeX syntax. 

The steps for embedding LaTeX are as follows:

  1. Open the SEQTA Editor or SEQTA Creator
  2. If using the SEQTA Editor or Legacy module select Insert > Maths
  3. If using SEQTA Creator, click and drag the Maths expression module onto the work area
  4. Type in the formula and click Apply or OK
  5. The maths symbol should then display

image.png

Example of some of the symbols the LaTeX editor can provide.

image.png

How to get a 'therefore' symbol

The default LaTeX packages don't support the \therefore symbol.

However, it is possible to create your own definition each time you need it using the following code:

\def\therefore{ \leavevmode \lower0.1ex\hbox{$\cdot$} \kern-0.15em\raise0.3ex\hbox{$\cdot$} \kern-0.15em\lower0.1ex\hbox{$\cdot$} \thinspace}

So if you then do something like this:

x = y, y = z \therefore x = z

It will look like this:

image.png

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article