Wednesday, May 19
Life
I just noticed today that the version of Postfix that ships with RedHat-9.0 is called "postfix-1.1.11-11"..just a coincidence?
Monday, May 17
Sci/Tech
I had a peep into TeX today, and I wish I'd tried it much earlier! No more project reports to be done :(
A Super Short guide to TeX
1. In a text editor, write this:
\documentstyle{report}
\begin{document}
\author{Pramod}
\title{Test Report}
\maketitle
\tableofcontents
\newpage
\chapter{Introduction}
\section{Beginning}
\begin{itemize}
\item{First, u have to}
\item{Then u should}
\end{itemize}
This is first chapter
\chapter{Details}
This is second chapter
\end{document}
2. Save the file as try.tex
3. At the shell, run pdflatex try.tex
4. xpdf try.pdf