]> code.communitydata.science - uw_tex_letterhead.git/blob - README
added page numbers for longer letters
[uw_tex_letterhead.git] / README
1 This is a LaTeX version of the University of Washington "matrix"
2 stationery or letterhead.
3
4 It uses the fonts provided by the UW website (Matrix II and OpenSans)
5 and attempts to be pica-for-pica identical to the stationery template
6 distributed as a Microsoft Word "DOCX" file by UW Brand and Creative
7 Services.
8
9
10 Requirements
11 =============
12
13 Because this document requires an OpenType and a TrueType fonts, you
14 will need use to XeTeX—a modern TeX compiler. It is supported by
15 https://sharelatex.com/ although it not the default. It should be
16 installable on GNU/Linux, Windows, and MacOSX. More details are
17 available here: https://tug.org/xetex/
18
19 A number of the normal LaTeX font packages will not work with
20 XeLaTeX. For more information, see http://xetex.sourceforge.net/
21
22 The two required fonts Matrix-II And OpenSans are both included in
23 this repository.
24
25 There is a makefile included which allows you to run `make pdf` to
26 build the PDF and `make clean` to clean up from a build. Running this
27 will required:
28
29 * GNU Make: https://www.gnu.org/software/make/
30 * latexmk: https://ctan.org/pkg/latexmk?lang=en
31
32
33 Encrypted signatures files
34 ===========================
35
36 If you'd like, you can encrypt the signature file. There are several
37 lines you in the Makefile you can uncomment to do this. We've included
38 an optional encrypted copy of the fake signature file. To use it, the
39 passphrase is "weakpassword" (without quotes). You will want to
40 customize this. To use this, you will also need the GNU Privacy Guard
41 (GPG) installed on your system.
42
43
44 Contributing changes
45 =======================
46
47 If you notice issues with this template, please fix them contribute
48 back a patch so others can use them!
49
50 You can always find the latest version at the following URL:
51
52 https://code.communitydata.cc/uw_tex_letterhead.git
53
54 Information on contributing back can be found here:
55
56 https://code.communitydata.cc/
57
58 Please email any changes, or questions, to Benjamin Mako Hill at
59 makohill@uw.edu.
60
61
62 Copyright and Usage
63 =====================
64
65 This template was modeled after the Microsoft Word "Matrix" stationery
66 template published by UW Brand and Creative Services here:
67
68 https://www.washington.edu/brand/templates/stationery/
69
70 It is hopefully obvious that there are many ethical and legal
71 restrictions on when one can and cannot (and should or shouldn't) use
72 official university letterhead (e.g., it should only be used for
73 official communication).
74
75 If you have any questions, you should contact UW Brand and Creative
76 Services at the contact information available at the link above.
77
78 This TeX template itself was created, and is copyright, by:
79
80   (c) 2018 Benjamin Mako Hill <makohill@uw.edu>
81   (c) 2017 Sayamindu Dasgupta <sdg1@uw.ed>
82
83 We dedicated the work to the public domain by waiving all of our
84 rights to the work worldwide under copyright law, including all
85 related and neighboring rights, to the extent allowed by law.  You can
86 copy, modify, distribute and perform the work, even for commercial
87 purposes, all without asking permission.
88
89 See details here:
90
91 https://creativecommons.org/publicdomain/zero/1.0/
92
93 As a result, if you completely remove the UW branding, there are no
94 restrictions in how you can or cannot use the work in this repository.
95

Community Data Science Collective || Want to submit a patch?