Archive for June 2008

Best feature of Wordpress 2.6

theme preview

Wordpress is in its beta stage 1 of version 2.6 right now.

Continue reading ‘Best feature of Wordpress 2.6’ »


Nuffnang vs Advertlets at random

This tutorial will show on how to make Nuffnang and Advertlets ads to display at random (not at the same time on each page).

Continue reading ‘Nuffnang vs Advertlets at random’ »


Vostro 1400 Bios Update

Dell had released the bios update for Vostro 1400 notebook: version A08.

Continue reading ‘Vostro 1400 Bios Update’ »


Who digg your article

Ever wonder who digg your submitted articles to digg.com.

Continue reading ‘Who digg your article’ »


New Yahoo! Mail Addresses

Yahoo! Mail is now offering new mail address:

@ymail and @rocketmail

Continue reading ‘New Yahoo! Mail Addresses’ »


Portable Defrag Tool

Do you ever need a portable file defragmentation tool? Now you can bring one in your thumb drive. It is called Defraggler.

Continue reading ‘Portable Defrag Tool’ »


LaTeX: Frequent Use Packages

This is a list of frequently use packages:
(Usage: Insert \usepackage{package} before \begin{document})

Continue reading ‘LaTeX: Frequent Use Packages’ »


One Day LaTeX Workshop

Venue: Makmal Komputer 3, UiTM Perlis

Organizer: URDC UiTM Perlis

Date: 17 June 2008 (8:30 am - 4:30 pm)

LaTeX Workshop

The General Syntax of a LaTeX File

This is a general syntax of a LaTeX file:

\documentclass[options]{class}
% Further global commands and specifications goes here
\begin{document}
% Text mixed with additional commands of local effect goes here
\end{document}

class:
book, report, article, letter, slides

options:
10pt/11pt/12pt, letterpaper/a4paper, twocolumn, twoside, landscape, draft


LaTeX: Change the chapter name

How to change the chapter name to something else? For example to have it in other language, such as Malay. In order to do it, put the code below in the preamble of your LaTeX document.

Continue reading ‘LaTeX: Change the chapter name’ »