]> code.communitydata.science - uw_tex_letterhead.git/blob - README
several cleanup steps
[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 The signature file (a gray image) is GPG encrypted file using a
33 symmetric cipher. The passphrase is "weakpassword" (without
34 quotes). You will want to customize this. For this file, you will also
35 need GPG installed in the system.
36
37
38 Contributing changes
39 =======================
40
41 If you notice issues with this template, please fix them contribute
42 back a patch so others can use them!
43
44 You can always find the latest version at the following URL:
45
46 https://code.communitydata.cc/uw_tex_letterhead.git
47
48 Information on contributing back can be found here:
49
50 https://code.communitydata.cc/
51
52 Please email any changes, or questions, to Benjamin Mako Hill at
53 makohill@uw.edu.
54
55
56 Copyright and Usage
57 =====================
58
59 This template was modeled after the Microsoft Word "Matrix" stationery
60 template published by UW Brand and Creative Services here:
61
62 https://www.washington.edu/brand/templates/stationery/
63
64 It is hopefully obvious that there are many ethical and legal
65 restrictions on when one can and cannot (and should or shouldn't) use
66 official university letterhead (e.g., it should only be used for
67 official communication).
68
69 If you have any questions, you should contact UW Brand and Creative
70 Services at the contact information available at the link above.
71
72 This TeX template itself was created, and is copyright, by:
73
74   (c) 2018 Benjamin Mako Hill <makohill@uw.edu>
75   (c) 2017 Sayamindu Dasgupta <sdg1@uw.ed>
76
77 We dedicated the work to the public domain by waiving all of our
78 rights to the work worldwide under copyright law, including all
79 related and neighboring rights, to the extent allowed by law.  You can
80 copy, modify, distribute and perform the work, even for commercial
81 purposes, all without asking permission.
82
83 See details here:
84
85 https://creativecommons.org/publicdomain/zero/1.0/
86
87 As a result, if you completely remove the UW branding, there are no
88 restrictions in how you can or cannot use the work in this repository.
89

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