blob: 79d26f45de8e9e45060ff5bca4199a63b4cda464 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# 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)
* **`nologo`** - do not show logo image
## Recomended use:
\documentclass[12pt,fullcolor]{wmletterhead}
See also the [`example_wmletter.tex`](example_wmletter.tex) file for a more extensive
example.
# Download
The latest and previous versions can be downloaded from [here](refs/)
# Changelog
## v1.0
* initial release with logo placement via fancyhdr
## v2.0
* rewrite with header part generated internally
## v2.1
* added tagline
## v2.2
* template dependent layouts
* `nologo` option added
# 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/>.
|