I need help learning how to use LaTeXiT.
I keep getting the following error, no matter what I try (be it different codes, or very basic "hello world" codes).
Paragraph ended before \align* was complete.
Can anyone help me at least learn how to start off with this? I've tried looking online, but I couldn't find anything that helped.
This is what I've typed:
\documentclass[12pt]{article}
\begin{document}
This is my first LaTeX document.
\end{document}
But the "preamble" has:
\documentclass[10pt]{article}
\usepackage[usenames]{color}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
align*environment with a blank line between\begin{align*}and\end{align*}– David Carlisle Apr 16 '15 at 21:17\begin{align*}– David Carlisle Apr 16 '15 at 21:25