
나는 뒷면 템플릿을 사용하고 있습니다https://www.overleaf.com/latex/templates/sample-policy-memo-for-cornell-info-1200/kybzqhsxjgjk일부 수정을 한 후 몇 가지 오류가 발생했습니다. 나는 그것을 고치려고 노력했지만 실패했습니다. 도움이 되었으면 좋겠습니다 감사합니다.
\documentclass[12pt]{texMemo} % originally by Rob Oakes; adapted by Alice Chen
\usepackage{mathptmx}
\title{Discovering}
\author{Name}
\email{email} % missing \begin{document}
\begin{document}
\maketitle % something's wrong -- perhaps a missing \item
\section*{Introduction}
Some text for introduction. \cite{35usc101}
\section*{Research Question}
Some text for research question.
\section*{Methodology}
Some text for methodology.
\newpage
\printbibliography
\end{document}
답변1
[면책조항: 저는 Overleaf의 지원 담당자입니다.]
사본은 texMemo.cls
다음 링크에서 다운로드할 수 있습니다.https://texblog.org/2012/03/07/writing-a-memo-in-latex/. 이는 "INFO 1200 정책 메모"로 Overleaf에 업로드된 버전과 약간 다릅니다. "INFO 1200"이 mathptmx
대신 로드되고 palatino
, 추가로 로드 된다는 점 입니다 hyperref
. 메모 필드를 생성하기 위한 "핵심" 매크로는 변경되지 않았습니다.titlesec
biblatex
inputenc
Overleaf 템플릿은 기본적으로 잘 작동합니다. 코드를 보고 해당 템플릿에서 제공하는 샘플 코드와 비교합니다(Overleaf 템플릿 페이지의 "소스 보기"로 볼 수 있음). 이 클래스에는 \author
, \title
, 을 사용할 수 없습니다 . 대신에 , , , 를 \email
사용해야 합니다 .\memofrom
\memoto
\memore
\memofrom{Name (author's email)}
\memoto{Target recipients; is optional}
\memore{Discovering}