
Tenho um documento no Google Docs que esperava replicar em látex, incluindo tamanho da fonte e espaçamento das bordas. Examinei os modelos, mas só consegui encontrar um modelo no verso chamadoSample Policy Memo for Cornell INFO 1200
https://www.overleaf.com/latex/templates/sample-policy-memo-for-cornell-info-1200/kybzqhsxjgjkda seção em formal-letters
. Ainda não consegui fazer com que se parecesse com meus documentos do Google (link abaixo) e esperava que alguém pudesse me ajudar.
\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}
documentos Googlehttps://docs.google.com/document/d/15AXu65Itz5TxXLLxGOKg4AZsQs6bQX_TkV7GFIImtfQ/edit?usp=sharing
EDIT: editei o código, mas ele não mostra o título e o nome, mostra apenas o email.
\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}