1

I just started learning LaTeX, and I'm having trouble to write a symbol, LaTeX.

enter image description here

lockstep
  • 250,273

1 Answers1

3

Just write it as follows:

\documentclass[12pt,a4paper]{article}
\begin{document}
\LaTeX
\end{document}

The output is:

enter image description here

AboAmmar
  • 46,352
  • 4
  • 58
  • 127