What is the LaTex command for common notation for time scale as shown in picture?

Asked
Active
Viewed 143 times
0
-
Although I admittedly had a difficult time getting Detexify to find the symbol. – Teepeemm Jan 18 '19 at 16:32
1 Answers
3
\mathbb{T} with amssymb loaded:
\documentclass[]{standalone}
\usepackage{amssymb}
\begin{document}
$\mathbb{T}$
\end{document}
Skillmon
- 60,462
-
the symbol drawn by the code in answer doesn't contain empty space inside – Anees Ur Rehman Jan 18 '19 at 16:27
-
@AneesUrRehman the image below my code block is the exact output (modulo rasterization) of the code above it. If the symbol doesn't contain empty spaces it's because of the fonts you use. Please add every font related information to your question. – Skillmon Jan 18 '19 at 16:29
-
Yes, it worked with Texmaker, actually it didn't worked with Scientific WorkPlace. Thank you so much. – Anees Ur Rehman Jan 18 '19 at 16:31
