I used as many tags as I can. My excuses if there are still spelling mistakes. I compile .tex to .dvi using latex, convert .dvi to .ps using dvips and .ps to .pdf using ps2pdf. I am not sure if it is the best way, but currently I only see this way besides the GUI interface. And after each convert, I found the font face is changed. They always look different. Maybe a direct convert from GUI can solve the problem. Below are the file lists and code.

This is a CV for Martian Mars, a guy (creature) from Mars. He likes doing tests on human body, maybe guilty for one or more kidnaps happened on the planet earth during last earth century.

Source code of cv.tex

\documentclass[11pt, oneside, a4paper, titlepage]{article}
% PREAMBLE
\usepackage{graphicx}
 
\usepackage{fancyhdr}
\setlength{\headheight}{15.2pt}
\pagestyle{fancy}
\fancyhf{} 
\lhead{
\small{Reserved for graphic Logo}
}
\chead{CV - Martian Mars}
%\rhead{\includegraphics{SNELogo.png}}
 
\begin{document}
\title{CV - Martian Mars}
\author{Vic}
\maketitle
 
% CONTENTS
\tableofcontents
 
\paragraph{It is very strange for a CV to have title page and table of contents and kind of preface. But just would like to use as many tags as possible. Please execuse me if there is any typo or mis-spelling. }
 
\newpage
 
\section*{General information}
First name: Martian\\
Last name: Mars\\
Gender: unknow\\
Email: martian@mars.com\\
 
\section{Working experience}
 
\begin{description}
\item[0xAA to 0xAF] 
\textsc{IT supermarket shop assistant}\\
\textsl{Help arrange the shop and grab more customers as I can.}   
 
\item[0xBA to 0xBF]
\textsc{Human behaviour research center junior researcher}\\
\textsl{Worked as junior researcher, mainly assistant other senior in studying human structure}
 
\item[0xCA to 0xCF]
\textsc{Million\$ Company}\\
\textsl{Human test forbiddened, so I had to turn to other jobs though I still love my previous one. Only money making, nothing \underline{\emph{special}} here}
 
\item[0xDA to 0xDF]
\textsc{Why not evil Company}\\
\textsl{Good company, lots of motivation. \\ We eviled a lot, it turned out. It feels good.}
 
\end{description}
 
\section{Educational background}
\begin{description}
  \item[Bacholar] \textsc{\textit{not} a university}\\ major in InoT
  \item[MBA] \textsc{\textit{no} such university}\\ mentally below average
  \item[PHD] \textsc{without university}\\ Permanent head disordered, ``educated but not graduated''
\end{description}
 
\section{Social activity}
\begin{itemize}
  \item[-] Beauty contest on Planet 0x00C1 \footnote{First prize! Biggest contest in the world}
  \item[-] Ice cream eator \footnote{eats most ice cream in one hour}
  \item[<<] \tiny S\scriptsize e\footnotesize e \small i\normalsize f \large y\Large o\LARGE u \huge c\Huge a\huge n \LARGE r\Large e\large a\normalsize d \small t\footnotesize h\scriptsize i\tiny s \textbf line. 
\end{itemize}
\newpage{}
 
\end{document}