Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    \big does not change the font size in math mode but is used for delimiters like { or )... Commented Jun 5, 2019 at 14:47
  • 1
    Does \documentclass{article} \begin{document} $ ^0T_1 = $ \end{document} give the desired output? i.sstatic.net/7UhO8.png Commented Jun 5, 2019 at 14:49
  • 1
    \big must be followed by a delimiter; it doesn't change the size of arbitrary symbols. What do you need, precisely? Commented Jun 5, 2019 at 14:49
  • 2
    in addition to \Big being an error, the text size changes such as \scriptsize and \small should not be used in math mode (they give a warning and do not work as you might expect) Commented Jun 5, 2019 at 14:53