TeXing an Application:
To TeX an application, a sample application is given by:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt,a4paper]{article}
\textwidth = 430pt
\marginparwidth = 10pt
\oddsidemargin = 21pt
\textheight = 600pt
\usepackage{titlesec}
\titleformat*{\section}{\normalfont\large\itshape}
\titleformat*{\subsection}{\normalfont\large\underline}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{A Sample Application}
\rhead{\today}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\begin{document}
\section*{To,}
\section*{The Country Manager,}
\section*{Nokia Siemens Network. Inc}
\begin{verbatim}
\end{verbatim}
\subsection*{Subject: \bfseries\italic{The subject of Application goes here...}}
The body of the Application goes here....
bla bla bla\newline
\begin{center}
\textbf{\textit{Thanking you} }\newline
\end{center}
Your Name goes here,\\
\begin{flushleft}
\textbf{Your Designation,}\\
\textbf{office and contact details}\\
\textbf{email goes here...}\\
\end{flushleft}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
The PDF output is as follows: