
Tengo un documento en Google Docs que esperaba replicar en látex, incluido el tamaño de fuente y el espacio entre bordes. Revisé las plantillas pero solo pude encontrar una plantilla al dorso llamadaSample Policy Memo for Cornell INFO 1200
https://www.overleaf.com/latex/templates/sample-policy-memo-for-cornell-info-1200/kybzqhsxjgjkde la sección de formal-letters
. Todavía no puedo lograr que se parezca a mis documentos de Google (enlace a continuación) y esperaba que alguien pudiera ayudarme.
\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 de Googlehttps://docs.google.com/document/d/15AXu65Itz5TxXLLxGOKg4AZsQs6bQX_TkV7GFIImtfQ/edit?usp=sharing
EDITAR: He editado el código pero no muestra el título ni el nombre, solo muestra el correo electrónico.
\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}