fontspec 包与 \textbf 和 \textit 和 \textsc 冲突

fontspec 包与 \textbf 和 \textit 和 \textsc 冲突

我曾使用过fontspec该包以及不同的包来使用一些双向交流开关,例如 ʾ ı ā ū,但当我使用\textit或时textbf,它们不起作用。当我停用该fontspec包时,一切都恢复正常,但双向交流开关没有出现。

\documentclass[12pt]{report}
\usepackage[english]{babel}


\usepackage{fontspec}

\usepackage{array}
\usepackage{covington}
\usepackage{tipa}
\usepackage{apacite}
% appendix
\usepackage{appendix}


\bibliographystyle{apacitex}

% try this package for ʾ ʿ
% \usepackage{blindtext}
\usepackage{fancyhdr}
\pagestyle{fancy}

% package for times new roman font
\usepackage{times}
% package for different shapes 
%\usepackage{amssymb}
% single space or double space lines
\usepackage{setspace}
    \singlespacing
    %\doublespacing

% header 
\fancyhf{}
\lhead{my name\\ \itshape course name}
\rhead{\itshape \today}
\pagestyle{fancy}
% page number 
\rfoot{\thepage}
\usepackage{gb4e}

%\usepackage{titlesec}
%\titleformat{\paragraph}[runin]
%{\bfseries\scshape}{\theparagraph}{1em}{}


% to force indentation in the body
%\hspace{\parindent}
\begin{document}
\topskip=20pt

\begin{center}
    \large\textbf{my title }
    \normalsize
\end{center}

\begin{document}

\textit{hello}

\textbf{hello}

\begin{exe}
\ex
\gll Kasaba-t al-mu\textipa{G}ani-yat-u  qul\={u}b-a al-d\textipa{Z}amāhīr-.\\
 Gained-\scshape{3rd.sg.}   def-singer-\textsc{fem}-\textsc{nom}  heart-\textsc{poss} fans-\textsc{gen}.\\
\glt "The singer gained the fans' hearts."
\end{exe}


\end{document}

相关内容