Math & Science ⇒ Subscripts of greek letters
Subscripts of greek letters
I'm trying to write Tau sub 1. I've tried the command $\tau_1$, as well as several iterations of that, but to no avail. Any ideas?
Thanks,
kmath
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Subscripts of greek letters
You can test the following code by pressing the "OPEN IN WRITELATEX"-button.
Code: Select all
\documentclass{article}
\begin{document}
$\tau_1$
\end{document}
Re: Subscripts of greek letters
I actually made a mistake. The syntax is correct and the error was referring to something else.
Thanks anyway