Any ideas would be really helpful.
I am compiling it with:
Code: Select all
latex cv.tex
dvipdf cv.dvi cv.pdf
Rausted
Code: Select all
latex cv.tex
dvipdf cv.dvi cv.pdf
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage[noheadfoot,margin=2cm]{geometry}
\usepackage{textcomp}
\usepackage{array,tabularx}
\setlength{\parindent}{0em}
\pagestyle{empty}
\begin{document}
\section*{Education}
\begin{tabularx}{\textwidth}{@{}p{5cm}XXc>{\raggedleft\arraybackslash}X@{}}
\textbullet\ Senior High School & & & \textbullet & (2007--2008) \\
\textbullet\ Junior High School & & & \textbullet & (2004--2007) \\
\textbullet\ Primary School & & & \textbullet & (1998--2004)
\end{tabularx}
\section*{Standardized Test Scores}
\begin{tabularx}{\textwidth}{@{}p{5cm}XXc>{\raggedleft\arraybackslash}X@{}}
\textbullet\ \emph{PSAT} & & & \\
\quad -- Critical Reading: 60 & Math: 66 & Writing: 56 & \textbullet & -- (December 2007) \\[1ex]
\textbullet\ \emph{SAT Reasoning Test} & & & \\
\quad -- Critical Reading: 540 & Math: 650 & Writing: 590 & \textbullet & -- (October 2008) \\[1ex]
\textbullet\ \emph{SAT Subject Test} & & & \\
\quad -- Math Level 1: 750 & & & \textbullet & -- (October 2008) \\
\quad -- Math Level 2: 750 & & & \textbullet & -- (May 2009) \\
\quad -- Physics: ??0 & & & \textbullet & -- (November 2009) \\[1ex]
\textbullet\ \emph{TOEFL} & & & \\
\quad -- TOEFL iBT: ??? & & & \textbullet & -- (October 2008)
\end{tabularx}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.