Starting from this code
\documentclass[12pt]{book}
\usepackage{mathtools,amssymb}
\usepackage{newtxtext}
\usepackage[lite]{mtpro2}
\begin{document}
$(L\boldsymbol{\mathcal A}')^\intercal =\boldsymbol{\mathcal A}'{}^\intercal L^\intercal $
\end{document}
with this output
I'd like to move the \intercal command a little higher and to the left in the direction indicated by the arrow. But does LaTeX have a direct command to move the symbol up or down or do I need to use specific macros? What could be the ways to have an adequate and beautiful way to write this formula?



^{\mathsf{T}}might look better – David Carlisle Apr 04 '19 at 16:24\top. The last command is very thin and that's because I bet on\intercal. – Sebastiano Apr 04 '19 at 16:27^\intercalsupposed to denote the transpose operator? Just curious. – Mico Apr 04 '19 at 16:33