我的文字歪斜

我的文字歪斜

有点奇怪。我更改了 Latex 中的默认字体和宽度,现在我的文本倾斜了,请查看此模板(这不是我的原始文本,但此模板有同样的问题)。请查看此模板(尤其是第 2 页,文本不直,我觉得解释我的意思有点困难,但我希望您能看到/理解我的意思):

https://www.overleaf.com/latex/templates/proceedings-of-the-linguistic-society-of-america-template-v-2-dot-3/dbyndfxkwqrs.pdf

这是模板的代码:

\documentclass[12pt,letterpaper]{article}   
\UseRawInputEncoding
% PERSONAL PACKAGES [add below] 
\usepackage{expex,marvosym,tabularray,xcolor}

%%% LSA LAYOUT AND PACKAGES
\usepackage{times} %obsolete, but works for the font and style
\usepackage{tipa}
\usepackage{natbib}
    \setcitestyle{semicolon,aysep={},yysep={,},notesep={:}}
    %see below for instructions on natbib bibliography

\usepackage{lipsum} % this and the following package and the settings beneath them are for maintaining indentation and still having ragged-right alignmnent
\usepackage{ragged2e}
\setlength\RaggedRightParindent{0.3in}
\RaggedRight

\usepackage{scrextend} % this package and the following settings are for the footnote formatting
\deffootnote[.5em]{0em}{1em}{\textsuperscript{\thefootnotemark}\,}

\newcounter{savefootnote}   % these settings allow the use of an asterisk as a footnote label (for the author line below the title.
\newcounter{symfootnote}
\newcommand{\symfootnote}[1]{%
   \setcounter{savefootnote}{\value{footnote}}%
   \setcounter{footnote}{\value{symfootnote}}%
   \ifnum\value{footnote}>8\setcounter{footnote}{0}\fi%
   \let\oldthefootnote=\thefootnote%
   \renewcommand{\thefootnote}{\fnsymbol{footnote}}%
   \footnote{#1}%
   \let\thefootnote=\oldthefootnote%
   \setcounter{symfootnote}{\value{footnote}}%
   \setcounter{footnote}{\value{savefootnote}}%
}

\usepackage[labelsep=period]{caption}

\usepackage[margin=1.0in]{geometry}
\usepackage[compact]{titlesec}
    \titleformat{\section}[runin]{\normalfont\bfseries}{\thesection.}{.5em}{}[.]
    \titleformat{\subsection}[runin]{\normalfont\scshape}{\thesubsection.}{.5em}{}[.]
    \titleformat{\subsubsection}[runin]{\normalfont\scshape}{\thesubsubsection.}{.5em}{}[.]
%\usepackage[usenames,dvipsnames]{color}    
\usepackage[colorlinks,allcolors={black},urlcolor={blue}]{hyperref} 

在此处输入图片描述

相关内容