diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | example_wmletter.tex | 13 |
2 files changed, 9 insertions, 5 deletions
@@ -12,6 +12,7 @@ and the following additional options which specify the header logo * **`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} diff --git a/example_wmletter.tex b/example_wmletter.tex index ec8b72b..2dadcf2 100644 --- a/example_wmletter.tex +++ b/example_wmletter.tex @@ -2,10 +2,11 @@ % '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 - full color logo with yellowish WM cypher -% black - all black logo -% green - all green logo -% white - all white logo (quite use less on white background) +% fullcolor - (default) full color logo with yellowish WM 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 % DEFAULT options: [fullcolor] % Recomended use: % \documentclass[12pt,fullcolor]{wmletterhead} @@ -59,13 +60,15 @@ December 2014) W\&M logos. By selecting a particular option \item {\tt prior2014dec} - old logo prior 2014 \item - {\tt fullcolor} - full color logo with yellowish WM cypher + {\tt fullcolor} - (default) full color logo with yellowish WM cypher \item {\tt black} - all black logo \item {\tt green} - all green logo \item {\tt white} - all white logo (quite use less on white background) + \item + {\tt nologo} - do not show logo image \end{itemize} The recommended usage is |