├── .gitignore ├── CV - Version 1 ├── CVTemplate1.pdf └── CVTemplate1.tex ├── CV - Version 2 ├── CVTemplate2.pdf └── CVTemplate2.tex ├── Essay ├── EssayTemplate.pdf └── EssayTemplate.tex ├── Homework ├── HomeworkTemplate.pdf └── HomeworkTemplate.tex ├── LICENSE ├── Lecture Notes ├── Images │ ├── L2partition.jpeg │ └── L2projection.jpeg ├── Lectures │ └── Lecture1.tex ├── Main.pdf └── Main.tex ├── Presentation ├── Cornell.pdf ├── ExampleImage.png ├── PresentationTemplate.pdf └── PresentationTemplate.tex ├── README.md ├── Research Paper ├── Main.pdf ├── Main.tex └── TeX │ ├── Abstract.tex │ ├── Introduction.tex │ └── References.bib └── Resume ├── ResumeTemplate.pdf └── ResumeTemplate.tex /.gitignore: -------------------------------------------------------------------------------- 1 | /Screenshots 2 | *.html 3 | *.texpadtmp 4 | .DS_Store 5 | -------------------------------------------------------------------------------- /CV - Version 1/CVTemplate1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/CV - Version 1/CVTemplate1.pdf -------------------------------------------------------------------------------- /CV - Version 1/CVTemplate1.tex: -------------------------------------------------------------------------------- 1 | % --- LaTeX CV Template - S. Venkatraman --- 2 | 3 | % --- Set document class and font size --- 4 | 5 | \documentclass[letterpaper, 10pt]{article} 6 | 7 | % --- Package imports --- 8 | 9 | \usepackage{hyperref, amsmath} 10 | 11 | % --- Page layout settings --- 12 | 13 | % Set page margins 14 | \usepackage[top=0.8in, bottom=0.8in, outer=1in, inner=2.1in, marginparwidth=1in, marginparsep=0.8cm]{geometry} 15 | 16 | % Set line spacing 17 | \renewcommand{\baselinestretch}{1.4} 18 | 19 | % Use left-hand margins for dates 20 | \usepackage{marginnote} 21 | \reversemarginpar 22 | 23 | % --- Page formatting settings --- 24 | 25 | % Set link colors 26 | \usepackage[dvipsnames]{xcolor} 27 | \hypersetup{colorlinks=true, linkcolor=Blue, urlcolor=Blue} 28 | 29 | % Set font 30 | \usepackage{palatino} 31 | 32 | % Remove paragraph indentation 33 | \setlength{\parindent}{0pt} 34 | 35 | % Define font size and color for section headings 36 | \newcommand{\heading}[1]{{\large\color{Mahogany} #1}\medskip} 37 | 38 | % Remove page numbering 39 | \pagenumbering{gobble} 40 | 41 | % --- Document starts here --- 42 | 43 | \begin{document} 44 | 45 | % --- Name and contact information --- 46 | 47 | {\huge Your name here}\medskip 48 | 49 | \href{https://en.wikibooks.org/wiki/LaTeX/Hyperlinks}{www.yourwebsite.com} $\;\boldsymbol{\cdot}\;$ 50 | email@cornell.edu $\;\boldsymbol{\cdot}\;$ 51 | Citizenship: USA 52 | 53 | Last updated: \today 54 | 55 | \bigskip\bigskip 56 | 57 | % --- Research interests --- 58 | 59 | \heading{Research interests} 60 | 61 | Your favorite topic, another topic, another topic 62 | 63 | \bigskip\bigskip 64 | 65 | % --- Education --- 66 | 67 | \heading{Education} 68 | 69 | \marginnote{2019 -- Present} 70 | \textbf{University 1} -- City, State \\ 71 | PhD in Subject \\ 72 | Advisors: Professors A, B \medskip 73 | 74 | \marginnote{2017 -- 2019} 75 | \textbf{University 2} -- City, State \\ 76 | MA in Subject \\ 77 | Advisors: Professors C, D \medskip 78 | 79 | \marginnote{2013 -- 2017} 80 | \textbf{University 3} -- City, State \\ 81 | BA in Subject 1, minor in Subject 2 82 | 83 | \bigskip\bigskip 84 | 85 | % --- Awards --- 86 | 87 | \heading{Awards} 88 | 89 | \marginnote{2021} Award 1 (Organization that gave the award). \textit{Short description here.} 90 | 91 | \marginnote{2020} Award 2 (Organization that gave the award). \textit{Short description here.} 92 | 93 | \marginnote{2019} Award 3 (Organization that gave the award). \textit{Short description here.} 94 | 95 | \marginnote{2018} Award 4 (Organization that gave the award). \textit{Short description here.} 96 | 97 | \bigskip\bigskip 98 | 99 | % --- Publications and preprints --- 100 | 101 | \heading{Publications and preprints} {\small \hfill * denotes first author(s)} 102 | 103 | \marginnote{2021} 104 | \textbf{Title of your most recent research paper.} \\ 105 | First author, second author, third author, fourth author. \\ 106 | \textit{Submitted}. \medskip 107 | 108 | \marginnote{2021} 109 | \textbf{Title of your second most recent research paper.} \\ 110 | First author, second author, third author, fourth author. \\ 111 | \textit{Journal or conference name}. \medskip 112 | 113 | \marginnote{2020} 114 | \textbf{Title of your third most recent research paper.} \\ 115 | First author, second author, third author, fourth author. \\ 116 | \textit{Journal or conference name}. \medskip 117 | 118 | \marginnote{2020} 119 | \textbf{Title of your fourth most recent research paper.} \\ 120 | First author, second author, third author, fourth author. \\ 121 | \textit{Journal or conference name}. 122 | 123 | \bigskip\bigskip 124 | 125 | % --- Research experience --- 126 | 127 | \heading{Research experience} 128 | 129 | \marginnote{2021 -- Present} 130 | \textbf{Title of project or lab where research was conducted} \\ 131 | Description of your work. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \medskip 132 | 133 | \marginnote{2020 -- 2021} 134 | \textbf{Title of project or lab where research was conducted} \\ 135 | Description of your work. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. 136 | 137 | \bigskip\bigskip 138 | 139 | % --- Presentations --- 140 | 141 | \heading{Conference and seminar presentations} 142 | 143 | \textbf{Title of your most recent presentation} 144 | 145 | \marginnote{October 2021} 146 | Name of conference, workshop, seminar, etc. 147 | 148 | \marginnote{August 2021} 149 | Name of another conference where same presentation was made\medskip 150 | 151 | \textbf{Title of your second most recent presentation} 152 | 153 | \marginnote{April 2021} 154 | Name of conference, workshop, seminar, etc. \medskip 155 | 156 | \textbf{Title of your third most recent presentation} 157 | 158 | \marginnote{January 2021} 159 | Name of conference, workshop, seminar, etc. 160 | 161 | \bigskip\bigskip 162 | 163 | % --- Teaching experience --- 164 | 165 | \heading{Teaching experience} 166 | 167 | \marginnote{Fall 2021} 168 | \textbf{STAT 123: Course name here, Teaching assistant -- University name} \\ 169 | Description of your work. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \medskip 170 | 171 | \marginnote{Spring 2021} 172 | \textbf{MATH 123: Course name here, Teaching assistant -- University name} \\ 173 | Description of your work. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 174 | 175 | \bigskip\bigskip 176 | 177 | % --- Industry experience --- 178 | 179 | \heading{Industry experience} 180 | 181 | \marginnote{Summer 2018} 182 | \textbf{Name of company}, Title of job or internship -- City, State \\ 183 | Description of your work. Nam sollicitudin metus non orci faucibus cursus. Maecenas eget arcu egestas, tincidunt est lacinia, posuere diam. \medskip 184 | 185 | \marginnote{Summer 2017} 186 | \textbf{Name of company}, Title of job or internship -- City, State \\ 187 | Description of your work. Nam sollicitudin metus non orci faucibus cursus. Maecenas eget arcu egestas, tincidunt est lacinia, posuere diam. 188 | 189 | \bigskip\bigskip 190 | 191 | % --- Mentorship and service --- 192 | 193 | \heading{Mentorship and service} 194 | 195 | \marginnote{2020 -- Present} 196 | \textbf{Title of organization you are in}, Name of your role \\ 197 | Description of your work. Maecenas mollis, ante a sollicitudin condimentum, diam lorem egestas nisl, scelerisque vulputate nisi dolor sit amet sapien. Sed ac posuere elit. \medskip 198 | 199 | \marginnote{2020 -- 2021} 200 | \textbf{Title of organization you were in}, Name of your role \\ 201 | Description of your work. Maecenas mollis, ante a sollicitudin condimentum, diam lorem egestas nisl, scelerisque vulputate nisi dolor sit amet sapien. Sed ac posuere elit. 202 | 203 | \bigskip\bigskip 204 | 205 | % --- Professional memberships --- 206 | 207 | \heading{Professional memberships} 208 | 209 | \marginnote{2021 -- Present} 210 | Name of professional society 211 | 212 | \marginnote{2020 -- Present} 213 | Name of professional society 214 | 215 | \marginnote{2019 -- Present} 216 | Name of professional society 217 | 218 | \bigskip\bigskip 219 | 220 | % --- Skills --- 221 | 222 | \heading{Skills} 223 | 224 | \textbf{Programming} \\ 225 | Proficient: language 1, language 2, language 3 \\ 226 | Familiar: language 4, language 5 \medskip 227 | 228 | \textbf{Software} \\ 229 | \LaTeX, Git, another piece of software \medskip 230 | 231 | \textbf{Languages} \\ 232 | English (native), another language (advanced) 233 | 234 | \bigskip\bigskip 235 | 236 | % --- Hobbies --- 237 | 238 | \heading{Other interests} 239 | 240 | Some of your hobbies, etc. 241 | 242 | % --- End of CV --- 243 | 244 | \end{document} -------------------------------------------------------------------------------- /CV - Version 2/CVTemplate2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/CV - Version 2/CVTemplate2.pdf -------------------------------------------------------------------------------- /CV - Version 2/CVTemplate2.tex: -------------------------------------------------------------------------------- 1 | % --- LaTeX CV Template - S. Venkatraman --- 2 | 3 | % --- Set document class and font size --- 4 | 5 | \documentclass[letterpaper, 11pt]{article} 6 | 7 | % --- Package imports --- 8 | 9 | \usepackage{setspace, longtable, graphicx, hyphenat, hyperref, fancyhdr, ifthen, everypage, enumitem, amsmath, setspace} 10 | 11 | % --- Page layout settings --- 12 | 13 | % Set page margins 14 | \usepackage[left=1in, right=1in, bottom=0.7in, top=0.7in]{geometry} 15 | 16 | % Set line spacing 17 | \renewcommand{\baselinestretch}{1.15} 18 | 19 | % --- Page formatting --- 20 | 21 | % Set link colors 22 | \usepackage[dvipsnames]{xcolor} 23 | \hypersetup{colorlinks=true, linkcolor=RoyalBlue, urlcolor=RoyalBlue} 24 | 25 | % Set font to Libertine, including math support 26 | \usepackage{libertine} 27 | \usepackage[libertine]{newtxmath} 28 | 29 | % Remove page numbering 30 | \pagenumbering{gobble} 31 | 32 | % --- Document starts here --- 33 | 34 | \begin{document} 35 | 36 | % Name and date of last update to this document 37 | \noindent{\Huge{Your name here} 38 | \hfill{\it\footnotesize Updated \today}} 39 | 40 | % --- Contact information and other items --- 41 | 42 | \vspace{0.5cm} 43 | \begin{center} 44 | \begin{tabular}{lll} 45 | % Line 1: Email, GitHub, office location 46 | \textbf{Email}: email@cornell.edu & 47 | \hspace{0.55in} \textbf{GitHub}: //github-username & 48 | \hspace{0.4in} \textbf{Office}: Your Building 101 \\ 49 | 50 | % Line 2: Phone number, LinkedIn, citizenship 51 | \textbf{Phone}: (314) 159-2654 & 52 | \hspace{0.55in} \textbf{LinkedIn}: //LinkedIn-URL & 53 | \hspace{0.4in} \textbf{Citizenship}: Country 54 | \end{tabular} 55 | \end{center} 56 | 57 | % --- Start the two-column table storing the main content --- 58 | 59 | % Set spacing between columns 60 | \setlength{\tabcolsep}{8pt} 61 | 62 | % Set the width of each column 63 | \begin{longtable}{p{1.3in}p{4.8in}} 64 | 65 | % --- Section: Research interests --- 66 | 67 | \nohyphens{\color{OliveGreen}{Research interests}} 68 | & Your favorite topic, another topic, another topic, another topic, another topic \\ 69 | & \\ 70 | 71 | % --- Section: Education --- 72 | 73 | \color{OliveGreen}{Education} 74 | & \textbf{University 1} \hfill City, State \\ 75 | & PhD in Subject \hfill Month Year -- Present \\ 76 | & Mentors: Professors A, B. {\it GPA: X.YZ.}\\ 77 | & \\ 78 | 79 | & \textbf{University 2} \hfill City, State \\ 80 | & MA in Subject \hfill Month Year -- Month Year\\ 81 | & Mentors: Professors C, D. {\it GPA: X.YZ.}\\ 82 | & \\ 83 | 84 | & \textbf{University 3} \hfill City, State\\ 85 | & BA in Subject 1, minor in Subject 2 \hfill Month Year -- Month Year \\ 86 | & Mentors: Professors E, F. {\it GPA: X.YZ.}\\ 87 | & \\ 88 | 89 | % --- Un-comment the next few lines if you want to include some courses you've taken --- 90 | 91 | %& \textbf{Selected coursework} 92 | %\begin{itemize}[noitemsep, leftmargin=*] 93 | %\item \underline{Relevant subject 1}: Course 1, Course 2, Course 3, Course 4 94 | %\item \underline{Relevant subject 2}: Course 1, Course 2, Course 3, Course 4 95 | %\end{itemize} \\ 96 | 97 | % --- Section: Awards, scholarships, etc. --- 98 | % --- Note: section title is spread over two lines --- 99 | 100 | {\color{OliveGreen}{Honors and}} 101 | & Name of award 1 (Organization that gave you the award) \hfill 2020 \\ 102 | {\color{OliveGreen}{scholarships}} 103 | & Name of award 2 (Organization that gave you the award)\hfill 2019 \\ 104 | & Name of award 3 (Organization that gave you the award) \hfill 2018 \\ 105 | & \\ 106 | 107 | % --- Section: Publications --- 108 | 109 | \nohyphens{\color{OliveGreen}{Publications}} 110 | & \textbf{Title of your most recent research paper} \\ 111 | & First author, second author, third author, fourth author. \\ 112 | & \textit{Journal of something or the other, 2020.} \\ 113 | & \\ 114 | 115 | & \textbf{Title of your second most recent research paper} \\ 116 | & First author, second author, third author, fourth author. \\ 117 | & \textit{Journal of something or the other, 2020.} \\ 118 | & \\ 119 | 120 | & \textbf{Title of your third most recent research paper} \\ 121 | & First author, second author, third author, fourth author. \\ 122 | & \textit{Journal of something or the other, 2020.} \\ 123 | & \\ 124 | 125 | % --- Section: Research experience --- 126 | 127 | \nohyphens{\color{OliveGreen}{Research experience}} 128 | & \textbf{Title of project or lab where research was conducted} \\ 129 | & Mentors: Professor A (University) \hfill Month Year -- Present \\ 130 | & Description of your work. Summary of findings available \href{https://en.wikibooks.org/wiki/LaTeX/Hyperlinks}{here}. Sed dolor lacus, imperdiet non, ornare non, commodo eu, neque. Integer pretium semper justo. \\ 131 | & \\ 132 | 133 | & \textbf{Title of project or lab where research was conducted} \\ 134 | & Mentors: Professor B (University) \hfill Month Year -- Present \\ 135 | & This description of your work might spill onto the next page, which is fine. \hfill $\rightarrow$ \\ 136 | & Aliquam volutpat est vel massa. Sed dolor lacus, imperdiet non, ornare non, commodo eu, neque. Integer pretium semper justo. Proin risus. \\ 137 | & \\ 138 | 139 | % --- Section: Teaching experience --- 140 | 141 | {\color{OliveGreen}{Teaching experience}} 142 | & \textbf{Teaching assistant, Department of Subject (University)} \hfill Fall 2020 \\ 143 | & STAT 123: Name of course here \\ 144 | & Topics and description of your responsibilities. Aliquam volutpat est vel massa. Sed dolor lacus, imperdiet non, ornare non, commodo eu, neque. \\ 145 | & \textit{Average student rating: X/5.} \\ 146 | & \\ 147 | 148 | & \textbf{Teaching assistant, Department of Subject (University)} \hfill Spring 2020 \\ 149 | & STAT 234: Name of course here \\ 150 | & Topics and description of your responsibilities. Aliquam volutpat est vel massa. Sed dolor lacus, imperdiet non, ornare non, commodo eu, neque. \\ 151 | & \textit{Average student rating: X/5.} \\ 152 | & \\ 153 | 154 | & \textbf{Teaching assistant, Department of Subject (University)} \hfill Spring 2020 \\ 155 | & STAT 345: Name of course here \\ 156 | & Topics and description of your responsibilities. Aliquam volutpat est vel massa. \\ 157 | & \textit{Average student rating: X/5.} \\ 158 | & \\ 159 | 160 | % --- Section: Industry experience --- 161 | 162 | {\color{OliveGreen}{Industry experience}} 163 | & {\textbf{Name of company,}} Division of company \hfill City, State \\ 164 | & Title of job or internship \hfill Summer 2020 \\ 165 | & Description of your responsibilities. Integer pretium semper justo. Proin risus. Nullam id quam. Nam neque. Phasellus at purus et lib ero lacinia dictum. Sed dolor lacus, imperdiet non, ornare non, commodo eu, neque. \\ 166 | & \\ 167 | 168 | & {\textbf{Name of company,}} Division of company \hfill City, State \\ 169 | & Title of job or internship \hfill Summer 2019 \\ 170 | & Description of your responsibilities. Integer pretium semper justo. Proin risus. Nullam id quam. Nam neque. Phasellus at purus et lib ero lacinia dictum. Sed dolor lacus, imperdiet non, ornare non, commodo eu, neque. \\ 171 | & \\ 172 | 173 | % --- Section: Talks and tutorials --- 174 | 175 | {\color{OliveGreen}{Talks and tutorials}} 176 | & \textbf{Title of your most recent presentation} \hfill Month Year \\ 177 | & Name of conference, workshop, seminar, venue, etc., or a description \\ 178 | & \\ 179 | 180 | & \textbf{Title of your second most recent presentation} \hfill Month Year \\ 181 | & Name of conference, workshop, seminar, venue, etc., or a description \\ 182 | & \\ 183 | 184 | % --- Section: Various skills (programming, software, languages, etc.) --- 185 | 186 | {\color{OliveGreen}{Skills}} 187 | & \textbf{Programming}\\ 188 | & Proficient in: programming language 1, programming language 2. \\ 189 | & Familiar with: programming language 3, programming language 4. \\ 190 | & \\ 191 | 192 | & \textbf{Languages} \\ 193 | & Language 1 (fluent), Language 2 (advanced) \\ 194 | & \\ 195 | 196 | % --- Section: Service and outreach --- 197 | 198 | \color{OliveGreen}{Service and outreach} 199 | & \textbf{Title of organization you were in} \hfill Month Year -- Month Year \\ 200 | & Description of your responsibilities. Integer pretium semper justo. Proin risus. Aliquam volutpat est vel massa. \\ 201 | & \\ 202 | 203 | % --- Section: Professional society memberships --- 204 | % --- Note: section title is spread over two lines --- 205 | 206 | {\color{OliveGreen}{Professional}} 207 | & {\textbf{Name of professional society.}} \hfill Month Year -- Present \\ 208 | {\color{OliveGreen}{memberships}} 209 | & Some things you did or conferences you attended. Aliquam volutpat est vel massa. Sed dolor lacus, imperdiet non, ornare non, commodo eu, neque. \\ 210 | & \\ 211 | 212 | % --- Section: Other interests/hobbies --- 213 | 214 | \nohyphens{\color{OliveGreen}{Other interests}} & Some of your hobbies etc. \\ 215 | 216 | % --- End of CV! --- 217 | 218 | \end{longtable} 219 | \end{document} 220 | -------------------------------------------------------------------------------- /Essay/EssayTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Essay/EssayTemplate.pdf -------------------------------------------------------------------------------- /Essay/EssayTemplate.tex: -------------------------------------------------------------------------------- 1 | % --- LaTeX Essay Template - S. Venkatraman --- 2 | 3 | % --- Set document class and font size --- 4 | 5 | \documentclass[letterpaper, 11pt]{article} 6 | 7 | % --- Package imports --- 8 | 9 | % lipsum is just for generating placeholder text and can be removed 10 | \usepackage{hyperref, lipsum} 11 | 12 | % --- Fonts (Set to Palatino or Times New Roman if desired) --- 13 | 14 | % \usepackage{newpxtext, newpxmath} 15 | % \usepackage{times} 16 | 17 | % --- Page layout settiings --- 18 | 19 | % Set page margins 20 | \usepackage[left=1.2in, right=1.2in, top=.9in, bottom=.9in]{geometry} 21 | 22 | % Anchor footnotes to the bottom of the page 23 | \usepackage[bottom]{footmisc} 24 | 25 | % Set line spacing 26 | \renewcommand{\baselinestretch}{1.2} 27 | 28 | % Set spacing between paragraphs 29 | \setlength{\parskip}{2mm} 30 | 31 | % --- Page formatting settings --- 32 | 33 | % Set link colors for labeled items and URLs (blue) 34 | \hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue} 35 | 36 | % --- Document starts here --- 37 | 38 | \begin{document} 39 | 40 | % --- Essay title and author --- 41 | 42 | \begin{center} 43 | \textbf{Essay Title Here} \\ 44 | Your name here (Affiliation)\bigskip 45 | \end{center} 46 | 47 | % --- Main text --- 48 | 49 | \lipsum[1-9] 50 | 51 | % --- Document ends here --- 52 | 53 | \end{document} -------------------------------------------------------------------------------- /Homework/HomeworkTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Homework/HomeworkTemplate.pdf -------------------------------------------------------------------------------- /Homework/HomeworkTemplate.tex: -------------------------------------------------------------------------------- 1 | % --- LaTeX Homework Template - S. Venkatraman --- 2 | 3 | % --- Set document class and font size --- 4 | 5 | \documentclass[letterpaper, 11pt]{article} 6 | 7 | % --- Package imports --- 8 | 9 | \usepackage{ 10 | amsmath, amsthm, amssymb, mathtools, dsfont, % Math typesetting 11 | graphicx, wrapfig, subfig, float, % Figures and graphics formatting 12 | listings, color, inconsolata, pythonhighlight, % Code formatting 13 | fancyhdr, sectsty, hyperref, enumerate, enumitem } % Headers/footers, section fonts, links, lists 14 | 15 | % --- Page layout settings --- 16 | 17 | % Set page margins 18 | \usepackage[left=1.35in, right=1.35in, bottom=1in, top=1.1in, headsep=0.2in]{geometry} 19 | 20 | % Anchor footnotes to the bottom of the page 21 | \usepackage[bottom]{footmisc} 22 | 23 | % Set line spacing 24 | \renewcommand{\baselinestretch}{1.2} 25 | 26 | % Set spacing between paragraphs 27 | \setlength{\parskip}{1.5mm} 28 | 29 | % Allow multi-line equations to break onto the next page 30 | \allowdisplaybreaks 31 | 32 | % Enumerated lists: make numbers flush left, with parentheses around them 33 | \setlist[enumerate]{wide=0pt, leftmargin=21pt, labelwidth=0pt, align=left} 34 | \setenumerate[1]{label={(\arabic*)}} 35 | 36 | % --- Page formatting settings --- 37 | 38 | % Set link colors for labeled items (blue) and citations (red) 39 | \hypersetup{colorlinks=true, linkcolor=blue, citecolor=red} 40 | 41 | % Make reference section title font smaller 42 | \renewcommand{\refname}{\large\bf{References}} 43 | 44 | % --- Settings for printing computer code --- 45 | 46 | % Define colors for green text (comments), grey text (line numbers), 47 | % and green frame around code 48 | \definecolor{greenText}{rgb}{0.5, 0.7, 0.5} 49 | \definecolor{greyText}{rgb}{0.5, 0.5, 0.5} 50 | \definecolor{codeFrame}{rgb}{0.5, 0.7, 0.5} 51 | 52 | % Define code settings 53 | \lstdefinestyle{code} { 54 | frame=single, rulecolor=\color{codeFrame}, % Include a green frame around the code 55 | numbers=left, % Include line numbers 56 | numbersep=8pt, % Add space between line numbers and frame 57 | numberstyle=\tiny\color{greyText}, % Line number font size (tiny) and color (grey) 58 | commentstyle=\color{greenText}, % Put comments in green text 59 | basicstyle=\linespread{1.1}\ttfamily\footnotesize, % Set code line spacing 60 | keywordstyle=\ttfamily\footnotesize, % No special formatting for keywords 61 | showstringspaces=false, % No marks for spaces 62 | xleftmargin=1.95em, % Align code frame with main text 63 | framexleftmargin=1.6em, % Extend frame left margin to include line numbers 64 | breaklines=true, % Wrap long lines of code 65 | postbreak=\mbox{\textcolor{greenText}{$\hookrightarrow$}\space} % Mark wrapped lines with an arrow 66 | } 67 | 68 | % Set all code listings to be styled with the above settings 69 | \lstset{style=code} 70 | 71 | % --- Math/Statistics commands --- 72 | 73 | % Add a reference number to a single line of a multi-line equation 74 | % Usage: "\numberthis\label{labelNameHere}" in an align or gather environment 75 | \newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}} 76 | 77 | % Shortcut for bold text in math mode, e.g. $\b{X}$ 78 | \let\b\mathbf 79 | 80 | % Shortcut for bold Greek letters, e.g. $\bg{\beta}$ 81 | \let\bg\boldsymbol 82 | 83 | % Shortcut for calligraphic script, e.g. %\mc{M}$ 84 | \let\mc\mathcal 85 | 86 | % \mathscr{(letter here)} is sometimes used to denote vector spaces 87 | \usepackage[mathscr]{euscript} 88 | 89 | % Convergence: right arrow with optional text on top 90 | % E.g. $\converge[w]$ for weak convergence 91 | \newcommand{\converge}[1][]{\xrightarrow{#1}} 92 | 93 | % Normal distribution: arguments are the mean and variance 94 | % E.g. $\normal{\mu}{\sigma}$ 95 | \newcommand{\normal}[2]{\mathcal{N}\left(#1,#2\right)} 96 | 97 | % Uniform distribution: arguments are the left and right endpoints 98 | % E.g. $\unif{0}{1}$ 99 | \newcommand{\unif}[2]{\text{Uniform}(#1,#2)} 100 | 101 | % Independent and identically distributed random variables 102 | % E.g. $ X_1,...,X_n \iid \normal{0}{1}$ 103 | \newcommand{\iid}{\stackrel{\smash{\text{iid}}}{\sim}} 104 | 105 | % Equality: equals sign with optional text on top 106 | % E.g. $X \equals[d] Y$ for equality in distribution 107 | \newcommand{\equals}[1][]{\stackrel{\smash{#1}}{=}} 108 | 109 | % Math mode symbols for common sets and spaces. Example usage: $\R$ 110 | \newcommand{\R}{\mathbb{R}} % Real numbers 111 | \newcommand{\C}{\mathbb{C}} % Complex numbers 112 | \newcommand{\Q}{\mathbb{Q}} % Rational numbers 113 | \newcommand{\Z}{\mathbb{Z}} % Integers 114 | \newcommand{\N}{\mathbb{N}} % Natural numbers 115 | \newcommand{\F}{\mathcal{F}} % Calligraphic F for a sigma algebra 116 | \newcommand{\El}{\mathcal{L}} % Calligraphic L, e.g. for L^p spaces 117 | 118 | % Math mode symbols for probability 119 | \newcommand{\pr}{\mathbb{P}} % Probability measure 120 | \newcommand{\E}{\mathbb{E}} % Expectation, e.g. $\E(X)$ 121 | \newcommand{\var}{\text{Var}} % Variance, e.g. $\var(X)$ 122 | \newcommand{\cov}{\text{Cov}} % Covariance, e.g. $\cov(X,Y)$ 123 | \newcommand{\corr}{\text{Corr}} % Correlation, e.g. $\corr(X,Y)$ 124 | \newcommand{\B}{\mathcal{B}} % Borel sigma-algebra 125 | 126 | % Other miscellaneous symbols 127 | \newcommand{\tth}{\text{th}} % Non-italicized 'th', e.g. $n^\tth$ 128 | \newcommand{\Oh}{\mathcal{O}} % Big-O notation, e.g. $\O(n)$ 129 | \newcommand{\1}{\mathds{1}} % Indicator function, e.g. $\1_A$ 130 | 131 | % Additional commands for math mode 132 | \DeclareMathOperator*{\argmax}{argmax} % Argmax, e.g. $\argmax_{x\in[0,1]} f(x)$ 133 | \DeclareMathOperator*{\argmin}{argmin} % Argmin, e.g. $\argmin_{x\in[0,1]} f(x)$ 134 | \DeclareMathOperator*{\spann}{Span} % Span, e.g. $\spann\{X_1,...,X_n\}$ 135 | \DeclareMathOperator*{\bias}{Bias} % Bias, e.g. $\bias(\hat\theta)$ 136 | \DeclareMathOperator*{\ran}{ran} % Range of an operator, e.g. $\ran(T) 137 | \DeclareMathOperator*{\dv}{d\!} % Non-italicized 'with respect to', e.g. $\int f(x) \dv x$ 138 | \DeclareMathOperator*{\diag}{diag} % Diagonal of a matrix, e.g. $\diag(M)$ 139 | \DeclareMathOperator*{\trace}{trace} % Trace of a matrix, e.g. $\trace(M)$ 140 | 141 | % Numbered theorem, lemma, etc. settings - e.g., a definition, lemma, and theorem appearing in that 142 | % order in Section 2 will be numbered Definition 2.1, Lemma 2.2, Theorem 2.3. 143 | % Example usage: \begin{theorem}[Name of theorem] Theorem statement \end{theorem} 144 | \theoremstyle{definition} 145 | \newtheorem{theorem}{Theorem}[section] 146 | \newtheorem{proposition}[theorem]{Proposition} 147 | \newtheorem{lemma}[theorem]{Lemma} 148 | \newtheorem{corollary}[theorem]{Corollary} 149 | \newtheorem{definition}[theorem]{Definition} 150 | \newtheorem{example}[theorem]{Example} 151 | \newtheorem{remark}[theorem]{Remark} 152 | 153 | % Un-numbered theorem, lemma, etc. settings 154 | % Example usage: \begin{lemma*}[Name of lemma] Lemma statement \end{lemma*} 155 | \newtheorem*{theorem*}{Theorem} 156 | \newtheorem*{proposition*}{Proposition} 157 | \newtheorem*{lemma*}{Lemma} 158 | \newtheorem*{corollary*}{Corollary} 159 | \newtheorem*{definition*}{Definition} 160 | \newtheorem*{example*}{Example} 161 | \newtheorem*{remark*}{Remark} 162 | \newtheorem*{claim}{Claim} 163 | 164 | % --- Left/right header text (to appear on every page) --- 165 | 166 | % Include a line underneath the header, no footer line 167 | \pagestyle{fancy} 168 | \renewcommand{\footrulewidth}{0pt} 169 | \renewcommand{\headrulewidth}{0.4pt} 170 | 171 | % Left header text: course name/assignment number 172 | \lhead{STSCI 123 (Course name here) -- Homework 1} 173 | 174 | % Right header text: your name 175 | \rhead{Your name here} 176 | 177 | % --- Document starts here --- 178 | 179 | \begin{document} 180 | \subsection*{Question 1} 181 | Examples of custom commands: $X_1,...,X_n\iid\normal{\mu}{\sigma^2}$, $\trace(\b{H})=p$. Code example: 182 | 183 | \begin{lstlisting}[language=R, caption={Smoothed estimation of mean trajectory}, label={lst:Rcode}] 184 | # Compute the optimally-smoothed mean 185 | lambdaOpt <- 10^logLambda[which(estimationError == min(estimationError))] 186 | smoothOperatorOpt <- fdPar(bSplineBasis, int2Lfd(2), lambdaOpt) 187 | smoothSpectrumOpt <- smooth.basis(logFreq, rawData, smoothOperatorOpt) 188 | smoothMeanOpt <- PhiMatrix %*% mean.fd(smoothSpectrumOpt$fd)$coefs 189 | 190 | # Plot data along unsmoothed mean and optimally-smoothed mean 191 | matplot(logFreq, rawData, type="l", col=brewer.pal(8, "Set2"), xlab="Log frequency", ylab="Log power spectrum", main="Raw data with optimally-smoothed and\n unsmoothed means") 192 | lines(logFreq, unsmoothedMean, lwd=2.5, col="firebrick3") 193 | lines(logFreq, smoothMeanOpt, lwd=2.5, col="blue3") 194 | \end{lstlisting} 195 | 196 | \begin{theorem*}[Leibniz integral rule] 197 | Let $f(x,t)$ and its partial derivative $\frac{\partial}{\partial x}f(x,t)$ be continuous in $x$ and $t$ in some region of the $(x,t)$ plane that includes $a(x)\leq t\leq b(x)$ and $x_0\leq x\leq x_1$. Suppose also that the functions $a(x)$ and $b(x)$ are continuous and have continuous derivatives for $x_0\leq x\leq x_1$. Then, for $x_0\leq x\leq x_1$, we have: 198 | $$\frac{\dv}{\dv x}\int_{a(x)}^{b(x)}f(x,t)\dv t = f(x,b(x))\cdot \frac{\dv}{\dv x} b(x) - f(x, a(x))\cdot \frac{\dv}{\dv x}a(x) + \int_{a(x)}^{b(x)}\frac{\partial}{\partial x}f(x,t)\dv t$$ 199 | If $a(x)=a$ and $b(x)=b$, where $a$ and $b$ are constants, then the above reduces to: 200 | $$\frac{\dv}{\dv x}\int_{a}^{b}f(x,t)\dv t = \int_a^b\frac{\partial}{\partial x}f(x,t)\dv t$$ 201 | \end{theorem*} 202 | 203 | % --- Bibliography --- 204 | 205 | % Start a bibliography with two items, a book and a webpage. 206 | % To include a citation, use "\cite{book1}". 207 | 208 | \begin{thebibliography}{2} 209 | 210 | \bibitem{book1} 211 | Last name, first name. 212 | \textit{Book Title}. 213 | Publisher, Year. 214 | Print. 215 | 216 | \bibitem{webpage1} 217 | Last name, first name. ``Webpage Title''. 218 | Website name, Organization name. 219 | Online; accessed Month Date, Year. 220 | \texttt{www.URLhere.com} 221 | 222 | \end{thebibliography} 223 | 224 | % --- Document ends here --- 225 | 226 | \end{document} 227 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Sara Venkatraman 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Lecture Notes/Images/L2partition.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Lecture Notes/Images/L2partition.jpeg -------------------------------------------------------------------------------- /Lecture Notes/Images/L2projection.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Lecture Notes/Images/L2projection.jpeg -------------------------------------------------------------------------------- /Lecture Notes/Lectures/Lecture1.tex: -------------------------------------------------------------------------------- 1 | % TeX root = ../Main.tex 2 | 3 | % First argument to \section is the title that will go in the table of contents. Second argument is the title that will be printed on the page. 4 | \section[Lecture 1 (Date) -- {\it Short title for this lecture}]{Lecture 1 (1/21)} 5 | 6 | \subsection{First subsection} 7 | 8 | \lipsum[1-2] 9 | 10 | \subsection{Second subsection} 11 | 12 | \lipsum[3] -------------------------------------------------------------------------------- /Lecture Notes/Main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Lecture Notes/Main.pdf -------------------------------------------------------------------------------- /Lecture Notes/Main.tex: -------------------------------------------------------------------------------- 1 | % --- LaTeX Lecture Notes Template - S. Venkatraman --- 2 | 3 | % --- Set document class and font size --- 4 | 5 | \documentclass[letterpaper, 12pt]{article} 6 | 7 | % --- Package imports --- 8 | 9 | % Extended set of colors 10 | \usepackage[dvipsnames]{xcolor} 11 | 12 | \usepackage{ 13 | amsmath, amsthm, amssymb, mathtools, dsfont, units, % Math typesetting 14 | graphicx, wrapfig, subfig, float, % Figures and graphics formatting 15 | listings, color, inconsolata, pythonhighlight, % Code formatting 16 | fancyhdr, sectsty, hyperref, enumerate, enumitem, framed } % Headers/footers, section fonts, links, lists 17 | 18 | % lipsum is just for generating placeholder text and can be removed 19 | \usepackage{hyperref, lipsum} 20 | 21 | % --- Fonts --- 22 | 23 | \usepackage{newpxtext, newpxmath, inconsolata} 24 | 25 | % --- Page layout settings --- 26 | 27 | % Set page margins 28 | \usepackage[left=1.35in, right=1.35in, top=1.0in, bottom=.9in, headsep=.2in, footskip=0.35in]{geometry} 29 | 30 | % Anchor footnotes to the bottom of the page 31 | \usepackage[bottom]{footmisc} 32 | 33 | % Set line spacing 34 | \renewcommand{\baselinestretch}{1.2} 35 | 36 | % Set spacing between paragraphs 37 | \setlength{\parskip}{1.3mm} 38 | 39 | % Allow multi-line equations to break onto the next page 40 | \allowdisplaybreaks 41 | 42 | % --- Page formatting settings --- 43 | 44 | % Set image captions to be italicized 45 | \usepackage[font={it,footnotesize}]{caption} 46 | 47 | % Set link colors for labeled items (blue), citations (red), URLs (orange) 48 | \hypersetup{colorlinks=true, linkcolor=RoyalBlue, citecolor=RedOrange, urlcolor=ForestGreen} 49 | 50 | % Set font size for section titles (\large) and subtitles (\normalsize) 51 | \usepackage{titlesec} 52 | \titleformat{\section}{\large\bfseries}{{\fontsize{19}{19}\selectfont\textreferencemark}\;\; }{0em}{} 53 | \titleformat{\subsection}{\normalsize\bfseries\selectfont}{\thesubsection\;\;\;}{0em}{} 54 | 55 | % Enumerated/bulleted lists: make numbers/bullets flush left 56 | %\setlist[enumerate]{wide=2pt, leftmargin=16pt, labelwidth=0pt} 57 | \setlist[itemize]{wide=0pt, leftmargin=16pt, labelwidth=10pt, align=left} 58 | 59 | % --- Table of contents settings --- 60 | 61 | \usepackage[subfigure]{tocloft} 62 | 63 | % Reduce spacing between sections in table of contents 64 | \setlength{\cftbeforesecskip}{.9ex} 65 | 66 | % Remove indentation for sections 67 | \cftsetindents{section}{0em}{0em} 68 | 69 | % Set font size (\large) for table of contents title 70 | \renewcommand{\cfttoctitlefont}{\large\bfseries} 71 | 72 | % Remove numbers/bullets from section titles in table of contents 73 | \makeatletter 74 | \renewcommand{\cftsecpresnum}{\begin{lrbox}{\@tempboxa}} 75 | \renewcommand{\cftsecaftersnum}{\end{lrbox}} 76 | \makeatother 77 | 78 | % --- Set path for images --- 79 | 80 | \graphicspath{{Images/}{../Images/}} 81 | 82 | % --- Math/Statistics commands --- 83 | 84 | % Add a reference number to a single line of a multi-line equation 85 | % Usage: "\numberthis\label{labelNameHere}" in an align or gather environment 86 | \newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}} 87 | 88 | % Shortcut for bold text in math mode, e.g. $\b{X}$ 89 | \let\b\mathbf 90 | 91 | % Shortcut for bold Greek letters, e.g. $\bg{\beta}$ 92 | \let\bg\boldsymbol 93 | 94 | % Shortcut for calligraphic script, e.g. %\mc{M}$ 95 | \let\mc\mathcal 96 | 97 | % \mathscr{(letter here)} is sometimes used to denote vector spaces 98 | \usepackage[mathscr]{euscript} 99 | 100 | % Convergence: right arrow with optional text on top 101 | % E.g. $\converge[p]$ for converges in probability 102 | \newcommand{\converge}[1][]{\xrightarrow{#1}} 103 | 104 | % Weak convergence: harpoon symbol with optional text on top 105 | % E.g. $\wconverge[n\to\infty]$ 106 | \newcommand{\wconverge}[1][]{\stackrel{#1}{\rightharpoonup}} 107 | 108 | % Equality: equals sign with optional text on top 109 | % E.g. $X \equals[d] Y$ for equality in distribution 110 | \newcommand{\equals}[1][]{\stackrel{\smash{#1}}{=}} 111 | 112 | % Normal distribution: arguments are the mean and variance 113 | % E.g. $\normal{\mu}{\sigma}$ 114 | \newcommand{\normal}[2]{\mathcal{N}\left(#1,#2\right)} 115 | 116 | % Uniform distribution: arguments are the left and right endpoints 117 | % E.g. $\unif{0}{1}$ 118 | \newcommand{\unif}[2]{\text{Uniform}(#1,#2)} 119 | 120 | % Independent and identically distributed random variables 121 | % E.g. $ X_1,...,X_n \iid \normal{0}{1}$ 122 | \newcommand{\iid}{\stackrel{\smash{\text{iid}}}{\sim}} 123 | 124 | % Sequences (this shortcut is mostly to reduce finger strain for small hands) 125 | % E.g. to write $\{A_n\}_{n\geq 1}$, do $\bk{A_n}{n\geq 1}$ 126 | \newcommand{\bk}[2]{\{#1\}_{#2}} 127 | 128 | % Math mode symbols for common sets and spaces. Example usage: $\R$ 129 | \newcommand{\R}{\mathbb{R}} % Real numbers 130 | \newcommand{\C}{\mathbb{C}} % Complex numbers 131 | \newcommand{\Q}{\mathbb{Q}} % Rational numbers 132 | \newcommand{\Z}{\mathbb{Z}} % Integers 133 | \newcommand{\N}{\mathbb{N}} % Natural numbers 134 | \newcommand{\F}{\mathcal{F}} % Calligraphic F for a sigma algebra 135 | \newcommand{\El}{\mathcal{L}} % Calligraphic L, e.g. for L^p spaces 136 | 137 | % Math mode symbols for probability 138 | \newcommand{\pr}{\mathbb{P}} % Probability measure 139 | \newcommand{\E}{\mathbb{E}} % Expectation, e.g. $\E(X)$ 140 | \newcommand{\var}{\text{Var}} % Variance, e.g. $\var(X)$ 141 | \newcommand{\cov}{\text{Cov}} % Covariance, e.g. $\cov(X,Y)$ 142 | \newcommand{\corr}{\text{Corr}} % Correlation, e.g. $\corr(X,Y)$ 143 | \newcommand{\B}{\mathcal{B}} % Borel sigma-algebra 144 | 145 | % Other miscellaneous symbols 146 | \newcommand{\tth}{\text{th}} % Non-italicized 'th', e.g. $n^\tth$ 147 | \newcommand{\Oh}{\mathcal{O}} % Big-O notation, e.g. $\O(n)$ 148 | \newcommand{\1}{\mathds{1}} % Indicator function, e.g. $\1_A$ 149 | 150 | % Additional commands for math mode 151 | \DeclareMathOperator*{\argmax}{argmax} % Argmax, e.g. $\argmax_{x\in[0,1]} f(x)$ 152 | \DeclareMathOperator*{\argmin}{argmin} % Argmin, e.g. $\argmin_{x\in[0,1]} f(x)$ 153 | \DeclareMathOperator*{\spann}{Span} % Span, e.g. $\spann\{X_1,...,X_n\}$ 154 | \DeclareMathOperator*{\bias}{Bias} % Bias, e.g. $\bias(\hat\theta)$ 155 | \DeclareMathOperator*{\ran}{ran} % Range of an operator, e.g. $\ran(T) 156 | \DeclareMathOperator*{\dv}{d\!} % Non-italicized 'with respect to', e.g. $\int f(x) \dv x$ 157 | \DeclareMathOperator*{\diag}{diag} % Diagonal of a matrix, e.g. $\diag(M)$ 158 | \DeclareMathOperator*{\trace}{trace} % Trace of a matrix, e.g. $\trace(M)$ 159 | \DeclareMathOperator*{\supp}{supp} % Support of a function, e.g., $\supp(f)$ 160 | 161 | % Numbered theorem, lemma, etc. settings - e.g., a definition, lemma, and theorem appearing in that 162 | % order in Lecture 2 will be numbered Definition 2.1, Lemma 2.2, Theorem 2.3. 163 | % Example usage: \begin{theorem}[Name of theorem] Theorem statement \end{theorem} 164 | \theoremstyle{definition} 165 | \newtheorem{theorem}{Theorem}[section] 166 | \newtheorem{proposition}[theorem]{Proposition} 167 | \newtheorem{lemma}[theorem]{Lemma} 168 | \newtheorem{corollary}[theorem]{Corollary} 169 | \newtheorem{definition}[theorem]{Definition} 170 | \newtheorem{example}[theorem]{Example} 171 | \newtheorem{remark}[theorem]{Remark} 172 | 173 | % Un-numbered theorem, lemma, etc. settings 174 | % Example usage: \begin{lemma*}[Name of lemma] Lemma statement \end{lemma*} 175 | \newtheorem*{theorem*}{Theorem} 176 | \newtheorem*{proposition*}{Proposition} 177 | \newtheorem*{lemma*}{Lemma} 178 | \newtheorem*{corollary*}{Corollary} 179 | \newtheorem*{definition*}{Definition} 180 | \newtheorem*{example*}{Example} 181 | \newtheorem*{remark*}{Remark} 182 | \newtheorem*{claim}{Claim} 183 | 184 | % --- Left/right header text (to appear on every page) --- 185 | 186 | % Do not include a line under header or above footer 187 | \pagestyle{fancy} 188 | \renewcommand{\footrulewidth}{0pt} 189 | \renewcommand{\headrulewidth}{0pt} 190 | 191 | % Right header text: Lecture number and title 192 | \renewcommand{\sectionmark}[1]{\markright{#1} } 193 | \fancyhead[R]{\small\textit{\nouppercase{\rightmark}}} 194 | 195 | % Left header text: Short course title, hyperlinked to table of contents 196 | \fancyhead[L]{\hyperref[sec:contents]{\small Short title of document}} 197 | 198 | % --- Document starts here --- 199 | 200 | \begin{document} 201 | 202 | % --- Main title and subtitle --- 203 | 204 | \title{Title here \\[1em] 205 | \normalsize Subtitle here} 206 | 207 | % --- Author and date of last update --- 208 | 209 | \author{\normalsize Your name here} 210 | \date{\normalsize\vspace{-1ex} Last updated: \today} 211 | 212 | % --- Add title and table of contents --- 213 | 214 | \maketitle 215 | \tableofcontents\label{sec:contents} 216 | 217 | % --- Main content: import lectures as subfiles --- 218 | 219 | \input{Lectures/Lecture1} 220 | 221 | % --- Bibliography --- 222 | 223 | % Start a bibliography with one item. 224 | % Citation example: "\cite{williams}". 225 | 226 | \begin{thebibliography}{1} 227 | 228 | \bibitem{williams} 229 | Williams, David. 230 | \textit{Probability with Martingales}. 231 | Cambridge University Press, 1991. 232 | Print. 233 | 234 | % Uncomment the following lines to include a webpage 235 | % \bibitem{webpage1} 236 | % LastName, FirstName. ``Webpage Title''. 237 | % WebsiteName, OrganizationName. 238 | % Online; accessed Month Date, Year.\\ 239 | % \texttt{www.URLhere.com} 240 | 241 | \end{thebibliography} 242 | 243 | % --- Document ends here --- 244 | 245 | \end{document} 246 | -------------------------------------------------------------------------------- /Presentation/Cornell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Presentation/Cornell.pdf -------------------------------------------------------------------------------- /Presentation/ExampleImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Presentation/ExampleImage.png -------------------------------------------------------------------------------- /Presentation/PresentationTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Presentation/PresentationTemplate.pdf -------------------------------------------------------------------------------- /Presentation/PresentationTemplate.tex: -------------------------------------------------------------------------------- 1 | % --- LaTeX Presentation Template - S. Venkatraman --- 2 | 3 | % --- Set document class --- 4 | 5 | % Remove "handout" when presenting to include pauses 6 | \documentclass[dvipsnames, handout]{beamer} 7 | \usetheme{default} 8 | 9 | % Make content that is hidden by pauses "transparent" 10 | \setbeamercovered{transparent} 11 | 12 | % Import package for indicator function symbol 13 | \usepackage{dsfont} 14 | 15 | % --- Slide layout settings --- 16 | 17 | % Set line spacing 18 | \renewcommand{\baselinestretch}{1.15} 19 | 20 | % Set left and right text margins 21 | \setbeamersize{text margin left=12mm, text margin right=12mm} 22 | 23 | % Add slide numbers in bottom right corner 24 | \setbeamertemplate{footline}[frame number] 25 | 26 | % Remove navigation symbols 27 | \setbeamertemplate{navigation symbols}{} 28 | 29 | % Allow local line spacing changes 30 | \usepackage{setspace} 31 | 32 | % Change itemized list bullets to circles 33 | \setbeamertemplate{itemize item}{$\bullet$} 34 | \setbeamertemplate{itemize subitem}{$\circ$} 35 | 36 | % --- Color and font settings --- 37 | 38 | \usepackage{xcolor} 39 | 40 | % Slide title background color 41 | \definecolor{background}{HTML}{edebe4} 42 | 43 | % Slide title text color 44 | \definecolor{titleText}{HTML}{B40404} 45 | 46 | % Other possible color schemes 47 | 48 | % - Light green/dark green - 49 | %\definecolor{background}{HTML}{e4ede4} 50 | %\definecolor{titleText}{HTML}{2e592f} 51 | 52 | % - Light blue/dark blue - 53 | %\definecolor{background}{HTML}{d5d9e8} 54 | %\definecolor{titleText}{HTML}{2d375e} 55 | 56 | % - Beige/dark blue - 57 | %\definecolor{background}{HTML}{edebe4} 58 | %\definecolor{titleText}{HTML}{2d3375} 59 | 60 | % Set colors 61 | \setbeamercolor{frametitle}{bg=background, fg=titleText} 62 | \setbeamercolor{subtitle}{fg=titleText} 63 | 64 | % Set font sizes for frame title and subtitle 65 | \setbeamerfont{frametitle}{size=\fontsize{15}{16}} 66 | \setbeamerfont{framesubtitle}{size=\small} 67 | 68 | % --- Math/Statistics commands --- 69 | 70 | % Add a reference number to a single line of a multi-line equation 71 | % Usage: "\numberthis\label{labelNameHere}" in an align or gather environment 72 | \newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}} 73 | 74 | % Shortcut for bold text in math mode, e.g. $\b{X}$ 75 | \let\b\mathbf 76 | 77 | % Shortcut for bold Greek letters, e.g. $\bg{\beta}$ 78 | \let\bg\boldsymbol 79 | 80 | % Shortcut for calligraphic script, e.g. %\mc{M}$ 81 | \let\mc\mathcal 82 | 83 | % \mathscr{(letter here)} is sometimes used to denote vector spaces 84 | \usepackage[mathscr]{euscript} 85 | 86 | % Convergence: right arrow with optional text on top 87 | % E.g. $\converge[p]$ for converges in probability 88 | \newcommand{\converge}[1][]{\xrightarrow{#1}} 89 | 90 | % Weak convergence: harpoon symbol with optional text on top 91 | % E.g. $\wconverge[n\to\infty]$ 92 | \newcommand{\wconverge}[1][]{\stackrel{#1}{\rightharpoonup}} 93 | 94 | % Equality: equals sign with optional text on top 95 | % E.g. $X \equals[d] Y$ for equality in distribution 96 | \newcommand{\equals}[1][]{\stackrel{\smash{#1}}{=}} 97 | 98 | % Normal distribution: arguments are the mean and variance 99 | % E.g. $\normal{\mu}{\sigma}$ 100 | \newcommand{\normal}[2]{\mathcal{N}\left(#1,#2\right)} 101 | 102 | % Uniform distribution: arguments are the left and right endpoints 103 | % E.g. $\unif{0}{1}$ 104 | \newcommand{\unif}[2]{\text{Uniform}(#1,#2)} 105 | 106 | % Independent and identically distributed random variables 107 | % E.g. $ X_1,...,X_n \iid \normal{0}{1}$ 108 | \newcommand{\iid}{\stackrel{\smash{\text{iid}}}{\sim}} 109 | 110 | % Sequences (this shortcut is mostly to reduce finger strain for small hands) 111 | % E.g. to write $\{A_n\}_{n\geq 1}$, do $\bk{A_n}{n\geq 1}$ 112 | \newcommand{\bk}[2]{\{#1\}_{#2}} 113 | 114 | % Math mode symbols for common sets and spaces. Example usage: $\R$ 115 | \newcommand{\R}{\mathbb{R}} % Real numbers 116 | \newcommand{\C}{\mathbb{C}} % Complex numbers 117 | \newcommand{\Q}{\mathbb{Q}} % Rational numbers 118 | \newcommand{\Z}{\mathbb{Z}} % Integers 119 | \newcommand{\N}{\mathbb{N}} % Natural numbers 120 | \newcommand{\F}{\mathcal{F}} % Calligraphic F for a sigma algebra 121 | \newcommand{\El}{\mathcal{L}} % Calligraphic L, e.g. for L^p spaces 122 | 123 | % Math mode symbols for probability 124 | \newcommand{\pr}{\mathbb{P}} % Probability measure 125 | \newcommand{\E}{\mathbb{E}} % Expectation, e.g. $\E(X)$ 126 | \newcommand{\var}{\text{Var}} % Variance, e.g. $\var(X)$ 127 | \newcommand{\cov}{\text{Cov}} % Covariance, e.g. $\cov(X,Y)$ 128 | \newcommand{\corr}{\text{Corr}} % Correlation, e.g. $\corr(X,Y)$ 129 | \newcommand{\B}{\mathcal{B}} % Borel sigma-algebra 130 | 131 | % Other miscellaneous symbols 132 | \newcommand{\tth}{\text{th}} % Non-italicized 'th', e.g. $n^\tth$ 133 | \newcommand{\Oh}{\mathcal{O}} % Big-O notation, e.g. $\O(n)$ 134 | \newcommand{\1}{\mathds{1}} % Indicator function, e.g. $\1_A$ 135 | 136 | % Additional commands for math mode 137 | \DeclareMathOperator*{\argmax}{argmax} % Argmax, e.g. $\argmax_{x\in[0,1]} f(x)$ 138 | \DeclareMathOperator*{\argmin}{argmin} % Argmin, e.g. $\argmin_{x\in[0,1]} f(x)$ 139 | \DeclareMathOperator*{\spann}{Span} % Span, e.g. $\spann\{X_1,...,X_n\}$ 140 | \DeclareMathOperator*{\bias}{Bias} % Bias, e.g. $\bias(\hat\theta)$ 141 | \DeclareMathOperator*{\ran}{ran} % Range of an operator, e.g. $\ran(T) 142 | \DeclareMathOperator*{\dv}{d\!} % Non-italicized 'with respect to', e.g. $\int f(x) \dv x$ 143 | \DeclareMathOperator*{\diag}{diag} % Diagonal of a matrix, e.g. $\diag(M)$ 144 | \DeclareMathOperator*{\trace}{trace} % Trace of a matrix, e.g. $\trace(M)$ 145 | \DeclareMathOperator*{\supp}{supp} % Support of a function, e.g., $\supp(f)$ 146 | 147 | % --- Presentation begins here --- 148 | 149 | \begin{document} 150 | 151 | % --- Title slide --- 152 | 153 | \title{\color{titleText}Presentation title here} 154 | \subtitle{\color{Blue}Subtitle here (e.g., name of conference)} 155 | \author{Sara Venkatraman\vspace{-.3cm}} 156 | \institute{\small Cornell University, Statistics and Data Science} 157 | \date{} 158 | 159 | \begin{frame} 160 | \titlepage 161 | \vspace{-1.2cm} 162 | \begin{center} 163 | \includegraphics[width=2.3cm]{Cornell}\bigskip 164 | {\begin{spacing}{1.2}\scriptsize 165 | Joint work with FirstName LastName, FirstName LastName 166 | \end{spacing}} 167 | \end{center} 168 | \end{frame} 169 | 170 | % --- Main content --- 171 | 172 | % Example slide: use \pause to sequentially unveil content 173 | \begin{frame}{Mercer's theorem} 174 | \framesubtitle{Eigendecomposition of a kernel} 175 | A continuous function $K:([0,1]\times[0,1])\to\R$ is a \textit{kernel} if it is: \vspace{-0.4em} 176 | \pause 177 | \begin{itemize} 178 | \item Symmetric: $K(a,b)=K(b,a)$\pause 179 | \item Positive semi-definite: $$\sum_{i=1}^n\sum_{j=1}^nK(x_i,x_j)c_ic_j\geq 0$$ for all $ x_1,...,x_n\in[0,1]$ and $c_1,...,c_n\in\R$ 180 | \end{itemize} 181 | \pause 182 | Now define an integral operator on $\El^2[0,1]$ using $K$: 183 | \begin{align*} 184 | (T_Kf)(x) = \int_0^1K(x,s)f(s)\dv s 185 | \end{align*} 186 | \end{frame} 187 | 188 | % Example slide 2: Image 189 | \begin{frame}{Example image} 190 | \begin{figure}[H] 191 | \centering\includegraphics[width=7cm]{ExampleImage} 192 | \end{figure} 193 | \end{frame} 194 | 195 | % --- Bibliography slide --- 196 | 197 | \begin{frame}{References} 198 | \begin{thebibliography}{10} 199 | \beamertemplatearticlebibitems 200 | {\small 201 | 202 | \bibitem{Paper1} 203 | Paper 1 Title. 204 | \newblock Paper 1 Authors. \\ 205 | {\it Journal Name} Edition, Year. 206 | 207 | \bibitem{Paper 2} 208 | Paper 2 Title. 209 | \newblock Paper 2 Authors.\\ 210 | arXiv:1234.56789. 211 | } 212 | \end{thebibliography} 213 | \end{frame} 214 | 215 | % --- Thank you slide --- 216 | 217 | \begin{frame} 218 | \begin{center} 219 | {\large\color{titleText} Thank you for listening!} 220 | \vspace{1cm} 221 | 222 | Sara Venkatraman \\[1em] 223 | skv24@cornell.edu \\ 224 | https://sara-venkatraman.github.io 225 | \end{center} 226 | \end{frame} 227 | 228 | % --- Presentation ends here --- 229 | 230 | \end{document} 231 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LaTeX Templates 2 | 3 | This repository contains commented LaTeX templates I've written for CVs, lecture notes, homework, research papers, presentations, and essays. Custom commands for commonly used symbols in statistics and math are included in the templates and are explained in the comments with examples. 4 | 5 | Two other useful websites: 6 | * [Generate LaTeX code for tables](https://www.tablesgenerator.com) 7 | * [Draw a symbol and get the LaTeX command for it](http://detexify.kirelabs.org/classify.html) 8 | 9 | ### CV (Version 1) 10 | 11 | Also available in the Overleaf template gallery [here](https://www.overleaf.com/latex/templates/academic-cv-template/vqghvksnqdhv). 12 | 13 | 14 | 15 | ### CV (Version 2) 16 | 17 | Also available in the Overleaf template gallery [here](https://www.overleaf.com/latex/templates/academic-cv-template/xykxmjmkxxjm). 18 | 19 | 20 | 21 | ### Lecture notes 22 | 23 | 24 | 25 | 26 | ### Homework 27 | 28 | 29 | 30 | ### Research or expository paper 31 | 32 | 33 | 34 | ### Essay 35 | 36 | 37 | 38 | ### Presentation 39 | 40 | Also available in the Overleaf template gallery [here](https://www.overleaf.com/latex/templates/simple-presentation-template/hjyxmjpzggbf). 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /Research Paper/Main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Research Paper/Main.pdf -------------------------------------------------------------------------------- /Research Paper/Main.tex: -------------------------------------------------------------------------------- 1 | % --- LaTeX Research Paper Template - S. Venkatraman --- 2 | 3 | % --- Set document class and font size --- 4 | 5 | \documentclass[letterpaper, 11pt]{article} 6 | 7 | % --- Package imports --- 8 | 9 | \usepackage{ 10 | amsmath, amsthm, amssymb, mathtools, dsfont, units, % Math typesetting 11 | graphicx, wrapfig, subfig, float, % Figures and graphics formatting 12 | listings, color, inconsolata, pythonhighlight, % Code formatting 13 | fancyhdr, sectsty, hyperref, enumerate, enumitem } % Headers/footers, section fonts, links, lists 14 | 15 | % lipsum is just for generating placeholder text and can be removed 16 | \usepackage{lipsum} 17 | 18 | % --- Page layout settings --- 19 | 20 | % Set page margins 21 | \usepackage[left=1.15in, right=1.15in, top=1.2in, bottom=1in, headsep=.25in]{geometry} 22 | 23 | % Anchor footnotes to the bottom of the page 24 | \usepackage[bottom]{footmisc} 25 | 26 | % Set line spacing 27 | \renewcommand{\baselinestretch}{1.12} 28 | 29 | % Set spacing between paragraphs 30 | \setlength{\parskip}{1.5mm} 31 | 32 | % Allow multi-line equations to break onto the next page 33 | \allowdisplaybreaks 34 | 35 | % --- Page formatting settings --- 36 | 37 | % Set font sizes for section and subsection titles 38 | \sectionfont{\fontsize{13}{15}\selectfont} 39 | \subsectionfont{\fontsize{11}{15}\selectfont} 40 | 41 | % Set reference section title font size the same as the section font size 42 | \renewcommand{\refname}{\fontsize{13}{15}\selectfont\bf{References}} 43 | 44 | % Set link colors for labeled items and citations (blue) and citations (red) 45 | \hypersetup{colorlinks=true, linkcolor=blue, citecolor=blue} 46 | 47 | % Abstract settings 48 | \renewenvironment{abstract} 49 | {\small\begin{quote}\noindent \par{\sc \abstractname.}} 50 | {\noindent\end{quote}} 51 | 52 | % --- Settings for printing computer code --- 53 | 54 | % Define colors for green text (comments), grey text (line numbers), 55 | % green frame around code, 56 | \definecolor{greenText}{rgb}{0.5, 0.7, 0.5} 57 | \definecolor{greyText}{rgb}{0.5, 0.5, 0.5} 58 | \definecolor{codeFrame}{rgb}{0.5, 0.7, 0.5} 59 | 60 | % Define code settings 61 | \lstdefinestyle{code} { 62 | frame=single, rulecolor=\color{codeFrame}, % Include a green frame around the code 63 | numbers=left, % Include line numbers 64 | numbersep=8pt, % Add space between line numbers and frame 65 | numberstyle=\tiny\color{greyText}, % Line number font size (tiny) and color (grey) 66 | commentstyle=\color{greenText}, % Put comments in green text 67 | basicstyle=\linespread{1.1}\ttfamily\footnotesize, % Set code line spacing 68 | keywordstyle=\ttfamily\footnotesize, % No special formatting for keywords 69 | showstringspaces=false, % No marks for spaces 70 | xleftmargin=1.95em, % Align code frame with main text 71 | framexleftmargin=1.6em, % Extend frame left margin to include line numbers 72 | breaklines=true, % Wrap long lines of code 73 | postbreak=\mbox{\textcolor{greenText}{$\hookrightarrow$}\space} % Mark wrapped lines with an arrow 74 | } 75 | 76 | % Set all code listings to be styled with the above settings 77 | \lstset{style=code} 78 | 79 | % --- Math/Statistics commands --- 80 | 81 | % Add a reference number to a single line of a multi-line equation 82 | % Usage: "\numberthis\label{labelNameHere}" in an align or gather environment 83 | \newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}} 84 | 85 | % Shortcut for bold text in math mode, e.g. $\b{X}$ 86 | \let\b\mathbf 87 | 88 | % Shortcut for bold Greek letters, e.g. $\bg{\beta}$ 89 | \let\bg\boldsymbol 90 | 91 | % Shortcut for calligraphic script, e.g. %\mc{M}$ 92 | \let\mc\mathcal 93 | 94 | % \mathscr{(letter here)} is sometimes used to denote vector spaces 95 | \usepackage[mathscr]{euscript} 96 | 97 | % Convergence: right arrow with optional text on top 98 | % E.g. $\converge[w]$ for weak convergence 99 | \newcommand{\converge}[1][]{\xrightarrow{#1}} 100 | 101 | % Normal distribution: arguments are the mean and variance 102 | % E.g. $\normal{\mu}{\sigma}$ 103 | \newcommand{\normal}[2]{\mathcal{N}\left(#1,#2\right)} 104 | 105 | % Uniform distribution: arguments are the left and right endpoints 106 | % E.g. $\unif{0}{1}$ 107 | \newcommand{\unif}[2]{\text{Uniform}(#1,#2)} 108 | 109 | % Independent and identically distributed random variables 110 | % E.g. $ X_1,...,X_n \iid \normal{0}{1}$ 111 | \newcommand{\iid}{\stackrel{\smash{\text{iid}}}{\sim}} 112 | 113 | % Equality: equals sign with optional text on top 114 | % E.g. $X \equals[d] Y$ for equality in distribution 115 | \newcommand{\equals}[1][]{\stackrel{\smash{#1}}{=}} 116 | 117 | % Math mode symbols for common sets and spaces. Example usage: $\R$ 118 | \newcommand{\R}{\mathbb{R}} % Real numbers 119 | \newcommand{\C}{\mathbb{C}} % Complex numbers 120 | \newcommand{\Q}{\mathbb{Q}} % Rational numbers 121 | \newcommand{\Z}{\mathbb{Z}} % Integers 122 | \newcommand{\N}{\mathbb{N}} % Natural numbers 123 | \newcommand{\F}{\mathcal{F}} % Calligraphic F for a sigma algebra 124 | \newcommand{\El}{\mathcal{L}} % Calligraphic L, e.g. for L^p spaces 125 | 126 | % Math mode symbols for probability 127 | \newcommand{\pr}{\mathbb{P}} % Probability measure 128 | \newcommand{\E}{\mathbb{E}} % Expectation, e.g. $\E(X)$ 129 | \newcommand{\var}{\text{Var}} % Variance, e.g. $\var(X)$ 130 | \newcommand{\cov}{\text{Cov}} % Covariance, e.g. $\cov(X,Y)$ 131 | \newcommand{\corr}{\text{Corr}} % Correlation, e.g. $\corr(X,Y)$ 132 | \newcommand{\B}{\mathcal{B}} % Borel sigma-algebra 133 | 134 | % Other miscellaneous symbols 135 | \newcommand{\tth}{\text{th}} % Non-italicized 'th', e.g. $n^\tth$ 136 | \newcommand{\Oh}{\mathcal{O}} % Big-O notation, e.g. $\O(n)$ 137 | \newcommand{\1}{\mathds{1}} % Indicator function, e.g. $\1_A$ 138 | 139 | % Additional commands for math mode 140 | \DeclareMathOperator*{\argmax}{argmax} % Argmax, e.g. $\argmax_{x\in[0,1]} f(x)$ 141 | \DeclareMathOperator*{\argmin}{argmin} % Argmin, e.g. $\argmin_{x\in[0,1]} f(x)$ 142 | \DeclareMathOperator*{\spann}{Span} % Span, e.g. $\spann\{X_1,...,X_n\}$ 143 | \DeclareMathOperator*{\bias}{Bias} % Bias, e.g. $\bias(\hat\theta)$ 144 | \DeclareMathOperator*{\ran}{ran} % Range of an operator, e.g. $\ran(T) 145 | \DeclareMathOperator*{\dv}{d\!} % Non-italicized 'with respect to', e.g. $\int f(x) \dv x$ 146 | \DeclareMathOperator*{\diag}{diag} % Diagonal of a matrix, e.g. $\diag(M)$ 147 | \DeclareMathOperator*{\trace}{trace} % Trace of a matrix, e.g. $\trace(M)$ 148 | 149 | % Numbered theorem, lemma, etc. settings - e.g., a definition, lemma, and theorem appearing in that 150 | % order in Section 2 will be numbered Definition 2.1, Lemma 2.2, Theorem 2.3. 151 | % Example usage: \begin{theorem}[Name of theorem] Theorem statement \end{theorem} 152 | \theoremstyle{definition} 153 | \newtheorem{theorem}{Theorem}[section] 154 | \newtheorem{proposition}[theorem]{Proposition} 155 | \newtheorem{lemma}[theorem]{Lemma} 156 | \newtheorem{corollary}[theorem]{Corollary} 157 | \newtheorem{definition}[theorem]{Definition} 158 | \newtheorem{example}[theorem]{Example} 159 | \newtheorem{remark}[theorem]{Remark} 160 | 161 | % --- Left/right header text (to appear on every page) --- 162 | 163 | % Do not include a line under header or above footer 164 | \pagestyle{fancy} 165 | \renewcommand{\footrulewidth}{0pt} 166 | \renewcommand{\headrulewidth}{0pt} 167 | 168 | % Center header text: short paper title 169 | \chead{\MakeUppercase{\scriptsize Short paper title}} 170 | 171 | % Empty left and right header text 172 | \lhead{}\rhead{} 173 | 174 | % --- Document starts here --- 175 | 176 | \begin{document} 177 | 178 | % --- Title, author, date --- 179 | 180 | \title{\normalsize\MakeUppercase{\bfseries 181 | Paper title here}} 182 | \author{\small\MakeUppercase{ 183 | Your name here}} 184 | \date{\footnotesize\MakeUppercase\today} 185 | \maketitle 186 | \vspace{-1cm} 187 | 188 | % --- Main content: import sections as subfiles --- 189 | 190 | \input{TeX/Abstract} 191 | \input{TeX/Introduction} 192 | 193 | % --- Bibliography --- 194 | 195 | \bibliography{TeX/References} 196 | \bibliographystyle{apalike2} 197 | 198 | % --- Document ends here --- 199 | 200 | \end{document} 201 | -------------------------------------------------------------------------------- /Research Paper/TeX/Abstract.tex: -------------------------------------------------------------------------------- 1 | % TeX root = ../Main.tex 2 | 3 | \begin{abstract} 4 | \lipsum[1] 5 | \end{abstract} -------------------------------------------------------------------------------- /Research Paper/TeX/Introduction.tex: -------------------------------------------------------------------------------- 1 | % TeX root = ../Main.tex 2 | 3 | \section{Introduction} 4 | 5 | Example citation: \cite{wasserman2006all}. 6 | 7 | \lipsum[2-5] -------------------------------------------------------------------------------- /Research Paper/TeX/References.bib: -------------------------------------------------------------------------------- 1 | @book{wasserman2006all, 2 | title={All of nonparametric statistics}, 3 | author={Wasserman, Larry}, 4 | year={2006}, 5 | publisher={Springer Science \& Business Media} 6 | } -------------------------------------------------------------------------------- /Resume/ResumeTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sara-venkatraman/LaTeX-Templates/73ded4534dc26dfcac9744ffd499721f6351877c/Resume/ResumeTemplate.pdf -------------------------------------------------------------------------------- /Resume/ResumeTemplate.tex: -------------------------------------------------------------------------------- 1 | % --- LaTeX Resume Template - S. Venkatraman --- 2 | 3 | % --- Set document class and font size --- 4 | 5 | \documentclass[letterpaper, 12pt]{article} 6 | 7 | % --- Package imports --- 8 | 9 | % Math typesetting, section fonts, links, lists 10 | \usepackage{amsmath, sectsty, titlesec, hyperref, setspace, soul} 11 | 12 | % --- Page layout settings --- 13 | 14 | % Set page margins 15 | \usepackage[left=0.8in, right=0.8in, bottom=0.5in, top=0.6in]{geometry} 16 | 17 | % Set line spacing 18 | \renewcommand{\baselinestretch}{1.1} 19 | 20 | % Set spacing between paragraphs 21 | \setlength{\parskip}{1.5mm} 22 | 23 | % Remove paragraph indentation 24 | \setlength\parindent{0pt} 25 | 26 | % Set indentation for main content 27 | \usepackage{scrextend} 28 | 29 | % --- Page formatting settings --- 30 | 31 | % Set link colors 32 | \usepackage[dvipsnames]{xcolor} 33 | \hypersetup{colorlinks=true, linkcolor=MidnightBlue, citecolor=MidnightBlue, urlcolor=MidnightBlue} 34 | 35 | % Set font to Libertine 36 | \usepackage{libertine} 37 | 38 | % Font size and spacing for section headings 39 | \titlespacing*{\section}{0pt}{0.8em}{0.1em} 40 | \sectionfont{\large\normalfont\scshape\selectfont} 41 | 42 | % Remove page numbers 43 | \pagenumbering{gobble} 44 | 45 | % --- Document starts here --- 46 | 47 | \begin{document} 48 | 49 | % --- Name and contact information --- 50 | 51 | {\huge Your name here} 52 | 53 | \href{https://en.wikibooks.org/wiki/LaTeX/Hyperlinks}{www.yourwebsite.com} {\footnotesize$~\bullet~$} email@cornell.edu {\footnotesize$~\bullet~$} 314-159-2654 {\footnotesize$~\bullet~$} Citizenship: Country 54 | 55 | % --- Section: Education --- 56 | 57 | \section*{Education} 58 | 59 | \begin{addmargin}[1em]{0em} 60 | 61 | \textbf{University 1} -- PhD in Subject \hfill 2019 -- 2024 \\ 62 | \textbf{University 2} -- MA in Subject \hfill 2017 -- 2019 \\ 63 | \textbf{University 3} -- BA in Subject 1, minor in Subject 2 \hfill 2013 -- 2017 64 | 65 | \begin{singlespace} 66 | 67 | {\footnotesize \ul{Teaching assistant} for Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas id quam condimentum, ultrices nulla sed, venenatis massa. Teaching evaluations available \href{https://en.wikibooks.org/wiki/LaTeX/Hyperlinks}{here}.} 68 | 69 | {\footnotesize \ul{Coursework} in measure-theoretic probability, martingales and Brownian motion, real and functional analysis, mathematical statistics, numerical linear algebra, functional programming, object-oriented programming and data structures.} 70 | 71 | \end{singlespace} 72 | 73 | \end{addmargin} 74 | 75 | % --- Section: Research experience --- 76 | 77 | \section*{Research experience \hfill {\normalfont\footnotesize Publications available on \href{https://scholar.google.com/}{Google Scholar}.}} 78 | 79 | \begin{addmargin}[1em]{0em} 80 | 81 | \textbf{Title of project or lab where research was conducted} \hfill Fall 2021 -- Present \\ 82 | Description of your work. Summary of findings available \href{https://en.wikibooks.org/wiki/LaTeX/Hyperlinks}{here}. Suspendisse sit amet cursus dui. Etiam id pretium sem. Donec ac libero nec nunc auctor lobortis in vel tellus. Fusce interdum, ligula convallis lacinia facilisis, nulla tortor porttitor odio, in maximus orci erat vel justo. 83 | 84 | \textbf{Title of project or lab where research was conducted} \hfill Spring 2021 -- Present \\ 85 | Phasellus luctus, purus id consequat euismod, lorem ante efficitur urna, vel placerat lacus diam at purus. Sed et dui et neque faucibus eleifend. Donec nec purus nunc. Sed vitae mattis neque. Aliquam eget ultricies sem, eget imperdiet ipsum. 86 | 87 | \textbf{Title of project or lab where research was conducted} \hfill Spring 2020 -- Fall 2021 \\ 88 | Nulla posuere ante sed tellus dictum vestibulum. Sed sit amet aliquam urna. Nunc sit amet libero id nibh condimentum posuere nec egestas diam. Phasellus non augue porta, efficitur odio quis, imperdiet tortor. 89 | 90 | \end{addmargin} 91 | 92 | % --- Section: Industry experience --- 93 | 94 | \section*{Industry experience} 95 | 96 | \begin{addmargin}[1em]{0em} 97 | 98 | \textbf{Name of company} -- Title of job or internship (City, State) \hfill Summer 2018 \\ 99 | Quisque convallis varius cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer vitae sagittis sem. 100 | 101 | \textbf{Name of company} -- Title of job or internship (City, State) \hfill Summer 2017 \\ 102 | Suspendisse malesuada sollicitudin sem, sit amet convallis velit faucibus at. Vivamus iaculis lorem velit, nec sodales sem aliquam sed. Nullam dolor risus, euismod non pharetra id, ultrices eu justo. 103 | 104 | \textbf{Name of company} -- Title of job or internship (City, State) \hfill Summer 2016 \\ 105 | Aliquam vel massa pretium, cursus massa non, suscipit dolor. Maecenas eget sapien lacus. 106 | 107 | \end{addmargin} 108 | 109 | % --- Section: Skills and interests --- 110 | 111 | \section*{Skills and interests} 112 | 113 | \begin{addmargin}[1em]{0em} 114 | 115 | \textbf{Statistics} -- Statistics and data science techniques you know\\ 116 | \textbf{Programming/Software} -- Programming languages you know \\ 117 | \textbf{Languages} -- English (native), Another language (advanced) \\ 118 | \textbf{Interests} -- Some of your hobbies, etc. 119 | 120 | \end{addmargin} 121 | 122 | % --- Document ends here --- 123 | 124 | \end{document} 125 | --------------------------------------------------------------------------------