fixed formatting on template comments
authordaniel watson <ozzloy@gmail.com>
Mon, 17 May 2010 07:05:02 +0000 (00:05 -0700)
committerdaniel watson <ozzloy@gmail.com>
Mon, 17 May 2010 07:05:02 +0000 (00:05 -0700)
Makefile [new file with mode: 0644]
makefile [deleted file]
temp.tex [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..cf8a8df
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+
+all:
+       latex daniel_watson_resume.tex
+
+clean:
+       rm -f *.dvi *.pdf *.log
diff --git a/makefile b/makefile
deleted file mode 100644 (file)
index cf8a8df..0000000
--- a/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all:
-       latex daniel_watson_resume.tex
-
-clean:
-       rm -f *.dvi *.pdf *.log
diff --git a/temp.tex b/temp.tex
new file mode 100644 (file)
index 0000000..fddc77a
--- /dev/null
+++ b/temp.tex
@@ -0,0 +1,116 @@
+%% start of file `template_en.tex'.
+%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License version 1.3c,
+% available at http://www.latex-project.org/lppl/.
+
+
+\documentclass[11pt,a4paper]{moderncv}
+
+% moderncv themes
+% optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and
+% 'roman' (for roman fonts, instead of sans serif fonts)
+\moderncvtheme[blue]{casual}
+%\moderncvtheme[green]{classic}                % idem
+
+% character encoding
+% replace by the encoding you are using
+\usepackage[utf8]{inputenc}
+
+% adjust the page margins
+\usepackage[scale=0.8]{geometry}
+% if you want to change the width of the column with the dates
+%\setlength{\hintscolumnwidth}{3cm}
+% only for the classic theme, if you want to change the width of your name
+% placeholder (to leave more space for your address details
+%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}}
+% required when changes are made to page layout lengths
+\AtBeginDocument{\recomputelengths}
+
+% personal data
+\firstname{John}
+\familyname{Doe}
+% optional, remove the line if not wanted
+\title{Resumé title (optional)}
+% optional, remove the line if not wanted
+\address{street and number}{postcode city}
+% optional, remove the line if not wanted
+\mobile{mobile (optional)}
+% optional, remove the line if not wanted
+\phone{phone (optional)}
+% optional, remove the line if not wanted
+\fax{fax (optional)}
+% optional, remove the line if not wanted
+\email{email (optional)}
+% optional, remove the line if not wanted
+\extrainfo{additional information (optional)}
+% '64pt' is the height the picture must be resized to and 'picture' is the name
+% of the picture file; optional, remove the line if not wanted
+\photo[64pt]{picture}
+% optional, remove the line if not wanted
+\quote{Some quote (optional)}
+
+% uncomment to suppress automatic page numbering for CVs longer than one page
+%\nopagenumbers{}
+
+
+%-------------------------------------------------------------------------------
+%            content
+%-------------------------------------------------------------------------------
+\begin{document}
+\maketitle
+
+\section{Education}
+% arguments 3 to 6 are optional
+\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
+% arguments 3 to 6 are optional
+\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
+
+\section{Master thesis}
+\cvline{title}{\emph{Title}}
+\cvline{supervisors}{Supervisors}
+\cvline{description}{\small Short thesis abstract}
+
+\section{Experience}
+\subsection{Vocational}
+% arguments 3 to 6 are optional
+\cventry{year--year}{Job title}{Employer}{City}{}{Description}
+% arguments 3 to 6 are optional
+\cventry{year--year}{Job title}{Employer}{City}{}{Description}
+\subsection{Miscellaneous}
+% arguments 3 to 6 are optional
+\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
+
+\section{Languages}
+\cvlanguage{language 1}{Skill level}{Comment}
+\cvlanguage{language 2}{Skill level}{Comment}
+\cvlanguage{language 3}{Skill level}{Comment}
+
+\section{Computer skills}
+\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
+\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
+\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
+
+\section{Interests}
+\cvline{hobby 1}{\small Description}
+\cvline{hobby 2}{\small Description}
+\cvline{hobby 3}{\small Description}
+
+% change the symbol for lists
+\renewcommand{\listitemsymbol}{-}
+
+\section{Extra 1}
+\cvlistitem{Item 1}
+\cvlistitem{Item 2}
+%\cvlistitem[+]{Item 3}            % optional other symbol
+
+\section{Extra 2}
+\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
+\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
+\cvlistdoubleitem[\Neutral]{Item 3}{}
+
+\end{document}
+
+
+%% end of file `template_en.tex'.