0

I have used newtxmath package and experienced some issues, the package is changing the math font in my entire document. Is there a way to use this package for one symbol so its only available locally, when the particular symbol is called.

\usepackage{newtxmath}

$\vmathbb{1}$

user4933
  • 202
  • Yes, but it’s complicated. It gets a lot simpler in unicode-math. – Davislor Sep 17 '21 at 13:39
  • What it sounds like you want to do is declare either a new mathversion that you can change to in one part of your document with \mathversion{times}, or else define one symbol as, e.g., ``\varforall` and use it as appropriate. Legacy TeX is limited to only sixteen math alphabets throughout the entire document, however. XeTeX and LuaTeX do not have that limit. – Davislor Sep 17 '21 at 13:42

0 Answers0