Overleaf 上的问题:“LaTeX 错误:未找到文件‘cgloss.sty’”

Overleaf 上的问题:“LaTeX 错误:未找到文件‘cgloss.sty’”

我发现很多人问过关于 .cls 文件无法正确加载的问题 —— 但到目前为止,我没有看到任何一个问题是关于如何在 Overleaf 上管理这个问题的。

我有一个文件,在 TexStudio 中编译得很好,但当我将其压缩并放在 Overleaf 上时,我在上面的主题行中看到了错误。我不知道如何解决这个问题。有人能给我一些建议吗?原谅我的愚蠢!

\documentclass[]{article}
 \def\bibitem{%
    \vskip\baselineskip% % space above
    \noindent%           % suppress regular indent
    \hangindent=1.5em%   % indent same amount as `quotation` environment
}
\usepackage{bm}
\usepackage{cgloss4e}
\usepackage{phonrule}
\usepackage{gb4e, cgloss}
\def\Id#1{\vskip-.32cm\hskip.01cm\vtop{#1}}
\usepackage{tipa}
\usepackage[round]{natbib}
\setcitestyle{notesep={: }}
\setcitestyle{aysep={}}
\usepackage{hyperref}
\usepackage{enumerate}% http://ctan.org/pkg/enumerate
\usepackage[labelsep=space]{caption}
%\stepcounter{section} % So that the labels have different values
%\usepackage[table,xcdraw]{xcolor}
\usepackage{lineno}
\usepackage{times}
 \usepackage{multirow}
 \usepackage{titlesec}
 \setcounter{secnumdepth}{4}
 \titleformat{\paragraph}
 {\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
 \titlespacing*{\paragraph}
 {0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
 
 %\linenumbers
 
%opening
\title{Please help me}
%\author{Me}
\begin{document}
\maketitle
\section{Introduction}
My god why won't this compile in Overleaf. Sometimes I feel so stupid.

\bibliography{bibliowhat}

\bibliographystyle{apalikefull.bst}
\end{document}

答案1

我刚刚上传了样式cgloss.sty文件

https://github.com/langsci/guidelines/blob/master/latexguidelines/cgloss.sty

到包含你的 tex 文件的目录。他们在 Overleaf 上完美地遵守了并生成了下面的图片。 在此处输入图片描述

相关内容