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

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