Need hekp with font in latex

Posted by laspal on Stack Overflow See other posts from Stack Overflow or by laspal
Published on 2010-04-30T05:33:57Z Indexed on 2010/04/30 5:37 UTC
Read the original article Hit count: 479

Filed under:

Hi, Mine tex file looks like

\documentclass[a4paper,twoside]{article}`
\usepackage{graphics} 
\usepackage{color} 
\usepackage{hyperref}  
\usepackage{multirow}
\usepackage{longtable}
\usepackage{fullpage}
\usepackage[pdftex]{graphicx}
\usepackage{fancyhdr}
\oddsidemargin 0cm
\evensidemargin 0cm
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0.0pt}
\rfoot{Raval, Ketan R -13223}

\textwidth 15.5cm
\topmargin -1cm
\parindent 0cm
\textheight 26.5cm
\parskip 1mm


\begin{document}

\fontencoding{\encodingdefault}
\renewcommand{\familydefault}{\sfdefault}
\fontshape{\shapedefault}
\selectfont

So how can I improve my overall look and feel of the pdf. Right now all fonts are coming too dim. Is there any thing I can do to try out differnt look and feel of the pdfs.

Thanks

© Stack Overflow or respective owner

Related posts about latex