Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • By definition of your resume.cls csection is an environment which needs \begin{csection} and \end{csection} but you call it as regular command \csection. Thus, it can't work. I wonder how it can work with out commented itemize. Commented Oct 17, 2023 at 14:17
  • this is unrelated to overleaf, that is just hosting your texlive installation. The error is in ExtraResumeFields.tex which I don't think you have shown? Commented Oct 17, 2023 at 14:17
  • 1
    Also frcontent is an environment requiring 4 arguments, but you've turned it into a command taking two, which won't work. Commented Oct 17, 2023 at 14:27