Как скопировать мой формат Google Docs в Latex?

Как скопировать мой формат Google Docs в Latex?

У меня есть документ в Google Docs, который я надеялся воспроизвести в Latex, включая размер шрифта и межстрочный интервал. Я просмотрел шаблоны, но смог найти только один шаблон на обороте под названиемSample Policy Memo for Cornell INFO 1200 https://www.overleaf.com/latex/templates/sample-policy-memo-for-cornell-info-1200/kybzqhsxjgjkиз раздела formal-letters. Я все еще не могу сделать его похожим на мои документы Google (ссылка ниже) и надеялся, что кто-нибудь сможет мне помочь.

\documentclass[12pt]{texMemo} % originally by Rob Oakes; adapted by Alice Chen
\usepackage{mathptmx}

Title\\
Name (email)

\begin{document}
\maketitle

{\LARGE \textbf{Introduction}}\\
Some text for introduction.\\

{\LARGE \textbf{Research Question}}\\
Some text for research question.\\

{\LARGE \textbf{Methodology}}\\
Some text for methodology.\\

\newpage
\printbibliography
\end{document}

Гугл документыhttps://docs.google.com/document/d/15AXu65Itz5TxXLLxGOKg4AZsQs6bQX_TkV7GFIImtfQ/edit?usp=sharing

EDIT: Я отредактировал код, но он не отображает заголовок и имя, а отображает только адрес электронной почты.

\documentclass[12pt]{texMemo} % originally by Rob Oakes; adapted by Alice Chen
\usepackage{mathptmx}

\title{Title}
\author{Name}
\email{email}

\begin{document}
\maketitle

\section*{Introduction}
Some text for introduction.

\section*{Introduction}
Some text for research question.

\section*{Introduction}
Some text for methodology.

\newpage
\printbibliography
\end{document}

Связанный контент