我有两个警告告诉我“命令 \underbar 已更改。”和“命令 \underline 已更改。”但我不明白为什么会这样,因为我没有使用这些命令。
我已经看到了一个解释这个帖子但我没有使用 sectsty 包。任何帮助我都会很感激。
下面我留下了我的序言的示例代码。
\documentclass[12pt]{article}
\usepackage{amssymb,
amsmath,
amsfonts,
eurosym,
geometry,
ulem,
graphicx,
caption,
color,
setspace,
sectsty,
comment,
footmisc,
caption,
% natbib,
%biblatex,
pdflscape,
array,
hyperref
}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
% Package for drawings
\usepackage{tikz}
% Package for subcaption
\usepackage{subcaption}
% Options for biblatex package
\usepackage[
backend = biber,
bibencoding = latin1,
style = authoryear,
natbib,
]
{biblatex}
\addbibresource{Biblio/bib.bib}
\normalem
\onehalfspacing
\newtheorem{theorem}{Theorem}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}{Proposition}
\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
\newtheorem{hyp}{Hypothesis}
\newtheorem{subhyp}{Hypothesis}[hyp]
\renewcommand{\thesubhyp}{\thehyp\alph{subhyp}}
\newcommand{\red}[1]{{\color{red} #1}}
\newcommand{\blue}[1]{{\color{blue} #1}}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\arraybackslash\hspace{0pt}}m{#1}}
\geometry{left=1.0in,right=1.0in,top=1.0in,bottom=1.0in}
\begin{document}
\end{document}