TeX

Simple TeX

TeX is great. But this greatness is severely diminished by not using it to proclaim Arch's superiority.

Arch is the best!
\end

~ Barrucadu, 2008-05-15 15:49:36

More complex...

An A4 document proclaiming Arch's superiority!

\documentclass[11pt,a4paper]{scrartcl}
\usepackage{ifpdf}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\title{Arch is the best!}
\author{Barrucadu}
\date{\today}
\ifpdf
\pdfinfo {
	/Author (Barrucadu)
	/Title (Arch is the best!)
	/Subject (Arch is the best!)
	/Keywords (Arch)
	/CreationDate (D:20080515160447)
}
\fi
\begin{document}
	\maketitle
	Arch is the best!
\end{document}

~ Barrucadu, 2008-05-15 16:01:37