This is a reproduction of the UVT (West University of Timișoara) letterhead in LaTeX. It uses the UVT branding and replicates this document. A full description of the various parts of the branding can be found in the Official Manual.
This template style is fairly complete and working well, but any feature requests or bug reports to improve it are very welcome!
Copy uvt-letterhead.sty
, template.tex
, and the relevant logos from assets/
to your working directory. You will need signature.png
or some other signature
image if you want to use one. Modify template.tex
as appropriate and build with
PDFLaTeX
(or XeLaTeX
or LuaLaTeX
for the adventurous).
The package defines the following options used as \usepacakge[opts]{uvt-letterhead}
.
Option | Description |
---|---|
doublespacing |
Use double spaced paragraphs (default onehalfspacing ) |
nomyriadpro |
Do not load the Myriad Pro fonts (default loads if available) |
headerlogo |
Place the department logo in header instead of footer |
department=<value> |
Use predefined department info (header and footer) |
layoutgrid |
Adds a debug grid to check alignment |
The standard branding colors are given below.
Color | RGB |
---|---|
UVTLightBlue |
(52, 113, 183) |
UVTDarkBlue |
(3, 75, 119) |
UVTYellow |
(228, 172, 36) |
The following helper macros are defined for some standard functionality.
Macro | Description |
---|---|
\uvtdate |
Current date formatted in DD.MM.YYYY |
\uvtopenletter |
Adds a standard letter opening on the left |
\uvtcloseletter |
Adds a standard letter signature on the left |
\uvtcloseform |
Adds date on the left and name on the right |
The following commands are available to define the department, author, etc. The entries marked letter refer to the letter oppening or closing statement, the entries marked header will appear in the header, and the entries marked footer will appear in the footer.
Command | Description |
---|---|
\fromdate{<text>} |
Date (default \today ) |
\closing{<text>} |
Closing text (e.g. Sincerely ) (optional) |
\fromsignature{<filename>} |
Signature file (letter) (optional) |
\fromname{<text>} |
Author name (letter) |
\fromemail{<text>} |
Author email (letter) (optional) |
\fromweb{<text>} |
Author website (letter) (optional) |
\fromoffice{<text>} |
Author office / sub-department (header) (optional) |
\fromuniversity{<text>} |
University name |
\fromuniversitylogo{<filename>} |
Logo for the university |
\fromdept{<text>} |
Department name (header) |
\fromdeptlogo{<filename>} |
Department logo (header) |
\fromdeptaddress{<text>} |
Department address (footer) |
\fromdeptphone{<text>} |
Department phone (footer) |
\fromdeptemail{<text>} |
Department email (footer) |
\fromdeptweb{<text>} |
Department website (footer) |
The \fromdept*
commands can be used to overwrite department information set
using department=name
or to define custom departments that are not yet included.
The following departments are currently defined. Notably, this does not include
any of the administrative offices that also have logos in the official branding.
Help to add these is very appreciated!
Keyword | Department |
---|---|
arte | Faculty of Arts and Design |
cbg | Faculty of Chemistry, Biology, Geography |
drept | Faculty of Law |
feaa | Faculty of Economy and Business Administration |
fefs | Faculty of Sports |
fizica | Faculty of Physics |
fmi | Faculty of Mathematics and Computer Science |
fmt | Faculty of Music and Theater |
fsp | Faculty of Sociology and Psychology |
lift | Faculty of Letters, History, Philosophy and Teology |
fsgc | Faculty of Political Science and Communication |
icam | ICAM |
csud | University Doctoral Studies Council |
uvt | Dean / Main office |
uvt80 | Dean / Main office (80 year anniversary logo) |
Their logos are all expected to live in assets/uvt-logo-<dept>.png
, but can be
easily overwritten using
\fromdeptlogo{figures/my-dept-logo.png}
Note that, by default this uses the Myriad Pro
font. This font is generally not available for free, but can be purchased from
Adobe or a reseller. The
OTF fonts can be directly loaded by the XeLaTeX
or LuaLaTeX
engines. To
get it working on PDFLaTeX
, use the FontPro
distribution. If you cannot obtain the font (or the installation does not work
for some reason), it can be disabled with the nomyriadpro
option. In general,
we recommend using a free sans serif font instead, e.g \usepackage{helvet}
for
the Helvetica look-alike Nimbus Sans L or \usepackage{paratype}
for the PT Sans
fonts that resemble Myriad Pro better.
If you are using XeLaTeX
or LuaLaTeX
, there are many other nice fonts to
keep in mind that would work well. For example: Carlito (a Calibri clone),
Caladea (a Cambria clone), Montserrat (inspired by Gotham), Adobe Source Sans,
and many others. A nice font will always make your letter look nicer!
The skeleton of uvt-letterhead.sty
was copied from
Luke Olson's reproduction of
the University of Illinois at Urbana-Champaign letterhead, though little of
the original remains.
Creative Commons Attribution 4.0 International