This is latex class UWletterhead.cls readme file.

=== USAGE ====================================================================

To create a file new.pdf using the template:
* Create an empty directory newDir on your computer.
* Copy to newDir all the files from /bin/.
* Create a latex file new.tex in newDir.
* Input content to new.tex (you can copy one of the examples there).
* Take care of input encoding if needed (i.e. add \usepackage[utf8]{inputenc})
* Execute command pdflatex new.tex twice (!!!)
* The produced file new.pdf contains the result of the template.

=== STRUCTURE ================================================================

The downloaded archive contains binaries for the class and examples.

* /bin			files needed to compile a new document
* /bin/Arimo-*		the fonts used by the class
* /bin/T1Arimo.fd	configuration of the Arimo font
* /bin/T1-WGL4.enc	a simple encoding file for Arimo font
* /bin/UWletterhead.cls	the class itself
* /bin/UWlogo*		logos of UW used in the headers of the documents
* /bin/MIMlogo.pdf	logo of MIM UW used in the headers of the documents

* /doc			documentation of the class and examples
* /doc/example*		two simple examples using UWletterhead.cls
* /doc/manual.tex	manual that discusses use of all the available options
			and macros provided by the class
* /doc/unit_list.tex	a template file with options setting up the class for
			all the units of Faculty

* /test/*		a copy of the files from /bin used to
			compile documents using UWletterhead.cls
* /test/test.tex	a test tex file

=== REQUIREMENTS =============================================================

The class is compatible with the pdflatex compiler. It does not work with
the pure LaTeX compiler.

=== INSTALLATION =============================================================

The class does not require any installation.

=== LIMIMTATIONS =============================================================

1) The class requires pdflatex to work, compiling using latex gives an error.
2) To properly find positions of all the elements of the layout, the class
	requires double compilation, i.e. to obtain a complete pdf file you
	need to run pdflatex twice.

=== TODO =====================================================================

* Consider adding an option to install UWletterhead as a latex package in
	your system (it would remove the need of copying bin to every
	directory where the class is used).

* The current way the font Arimo is provided to the package is a hack.
	There may be a simple way to install the font. It is NOT included in
	standard Latex distros (like texlive). It is tricky in general
	to add a custom font to latex.