First, a minimal working example is as following:
\documentclass{article}
\usepackage{amsmath,amsfonts,amssymb,mathrsfs}
\usepackage{mathspec}
\setallmainfonts(Digits,Latin){Times}%a replacement of the font that I am using now
\title{Test}
\begin{document}
\maketitle
$a'+b=c^\prime$ and $(f),[f],{f}$.
\end{document}
And its output by xelatex is
So my questions are:
- The primes in the picture produced by the codes
'and\primeare both from the defaultComputer Modernfont. Then how to change'and\primeinto the symbols in the settingTimesfont? Hope a global setting but not a local one.- The space at the both side of the italic
fin math mode is so small that the parenthesis andfare too close. Then how to add spacing to the both side of the italicfin math mode only (but not in text mode)? Hope a global setting but not a local one too.
Question 2 has been solved as following, then for question 1 who can help me?


