This line is giving me an error which I have been unable to remove for the last hour.
Let $a^i =p\times 10^{n+1} + r$ and $a^j =q\times 10^{n+1} + r$
be two such powers. Let $a^j \gt a^i$.
This line is giving me an error which I have been unable to remove for the last hour.
Let $a^i =p\times 10^{n+1} + r$ and $a^j =q\times 10^{n+1} + r$
be two such powers. Let $a^j \gt a^i$.
Changing the \gt to > makes the code compile without error message.
Let $a^i =p\times 10^{n+1} + r$ and $a^j =q \times 10^{n+1} + r$
be two such powers. Let $a^j > a^i$.
undefined control sequence because the control sequence \gt has not been defined in your document class, or any of the packages that you load, or in some macro definition of your preamble. But you are always allowed to use it if you define what the hell \gt should do, e.g. \newcommand{\gt}{>}
– Fran
Apr 05 '16 at 04:56
\ltand\gtbecause<and>might be confused with HTML tags; there's no such predefined command in LaTeX and Plain TeX. – egreg Apr 05 '16 at 06:29