0

Braces

Hello...I don't know the technical term for the above braces and so unable to find anything online.

I would be grateful if someone can tell me what they're called.

Thanks,

HP

1 Answers1

2

I used Detexify

enter image description here

enter image description here

Thus, if you want to have it in math-mode

\documentclass{article}
\begin{document}
$\langle X\rangle_t$
\end{document}

enter image description here

or in text-mode

\documentclass{article}
\usepackage{textcomp}
\begin{document}
\textlangle Hello\textrangle
\end{document}

enter image description here