I would like to typeset the capital Greek letter for tau. I used \Tau, but I got error for that:
Undefined control sequence.
My preamble is
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
I was wondering what goes wrong?
\mathcal{T}will give you a capital tau that doesn't just look like a regular T. – lehins Apr 26 '16 at 07:55