blob: e88df9345dee8a3c34a9025e07d63e68ec68bc2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# W&M letterhead LaTeX class
This LaTeX class designed to make use of
the official W&M [template guidelines](http://styleguide.wm.edu/university-templates/)
and [logos](http://styleguide.wm.edu/university-logo/)
## Available options
The 'wmletterhead' class accepts all options of the 'letter' class
and the following additional options which specify the header logo
* **`prior2014dec`** - old logo prior 2014
* **`fullcolor`** - (*default*) full color logo with yellowish W&M cypher
* **`black`** - all black logo
* **`green`** - all green logo
* **`white`** - all white logo (quite use less on white background)
## Recomended use:
\documentclass[12pt,fullcolor]{wmletterhead}
See also the [`example_wmletter.tex`](example_wmletter.tex) file for a more extensive
example.
# LICENSE
The LaTeX class files and examples are distributed under
**do what ever you want condition**.
But please *add yourself* to the author list, so the original author is not blamed.
**Note** logo files in the `wmlogos` directory belong to W&M
and covered by W&M copyrights and other restrictions.
If you want to know the W&M restrictions contact <licensing@wm.edu>.
The logos were taken from <http://styleguide.wm.edu/downloads/>.
|