我使用 Tufte-book 类并且只添加 gb4e 包作为
\usepackage{gb4e}
\noautomath
但添加此代码后,标题中的致谢部分没有移到边距。完整代码如下:
\usepackage{amsmath}
\usepackage{graphicx}
\setkeys{Gin}{width=\linewidth,totalheight=\textheight,keepaspectratio}
\graphicspath{{graphics/}}
\usepackage{marginfix} % floats sidenots
\usepackage{sidenotes}
\title{This is title
\thanks{thanks}}
\author[author]{author}
\date{April, 2020}
\usepackage{booktabs}
\usepackage{units}
\usepackage{fancyvrb}
\fvset{fontsize=\normalsize}
\usepackage{multicol}
\usepackage{gb4e}
\noautomath
\usepackage{lipsum}
\newcommand{\doccmd}[1]{\texttt{\textbackslash#1}}
\newcommand{\docopt}[1]{\ensuremath{\langle}\textrm{\textit{#1}}\ensuremath{\rangle}}
\newcommand{\docarg}[1]{\textrm{\textit{#1}}}
\newenvironment{docspec}{\begin{quote}\noindent}{\end{quote}}
\newcommand{\docenv}[1]{\textsf{#1}}
\newcommand{\docpkg}[1]{\texttt{#1}}
\newcommand{\doccls}[1]{\texttt{#1}}
\newcommand{\docclsopt}[1]{\texttt{#1}}
\begin{document}
\maketitle
\begin{abstract}
\noindent Abstract
\end{abstract}
\end{document}
任何帮助将不胜感激!