Sample LaTeX Resume
LaTeX Resume TemplateWhile Microsoft Word can be great, when it comes to writing technical documents like engineering reports, Word is irritating to say the least. LaTeX is a technical document creation program that allows engineers to write technical document...
Sample LaTeX Resume
LaTeX Resume Template
documentclass[11pt]{article} %Sets the default text size to 11pt and class to article. %------------------------Dimensions-------------------------------------------- topmargin=0.0in %length of margin at the top of the page (1 inch added by default) oddsidemargin=0.0in %length of margin on sides for odd pages evensidemargin=0in %length of margin on sides for even pages textwidth=6.5in %How wide you want your text to be marginparwidth=0.5in headheight=0pt %1in margins at top and bottom (1 inch is added to this value by default) headsep=0pt %Increase to increase white space in between headers and the top of the page textheight=9.0in %How tall the text body is allowed to be on each page
begin{document} end{document} %These two pieces of code tell LaTeX that everything that goes in between these tags is what you want displayed as your actual document.
centerline{} %Makes whatever text you put in parenthesis move to the center noindent %Prevents the following text from being indented large, Large, LARGE %Make the following text larger (each one is a bigger font) %This is the same as a return in Latex
noindent {Large bf Objective} %don't indent this line and make it bold and large smallskip %This creates a small gap but not quite as large as a return (it's a space saver) noindent %This is to make the following text not indented %Here is where you would put your text. In order for the noindent to take effect your text must be directly below the command. There cannot be a line gap between the command and your text (shown in picture below) bigskip %This makes a large line skip (smallskip is also a command but has a smaller gap noindent{Large bf Executive Summary} smallskip noindent %Here is again where you would put your text (again directly below the noindent command)
hfill %This command will create even spacing between whatever you put it in between (text and margin, text and text, etc.)
noindent %Make sure that there is no line skip for as long as you want this effect Can Program in a large variety of languages including: %The is the same as a return centerline{hfill $bullet$ C++ hfill $bullet$ Python hfill $bullet$ Perlhfill} centerline{hfill $bullet$ Bash hfill $bullet$ IDL hfill} Proficient with the following engineering applications: centerline{hfill $bullet$ MatLab hfill $bullet$ Solid Works hfill $bullet$ EES hfill} noindent{Large bf Professional Experience} smallskip centerline{ {large bf Laboratory for Atmospheric and Space Physics hfill 2011 Present} } $bullet$ Mission Operations and Subsystem Analysis $bullet$ Analysis of the SORCE and AIM Power Subsystems $bullet$ Analysis of the TIM SORCE Instrument and QSCAT Scatterometer bigskip