Coder Social home page Coder Social logo

illinois-letterhead's Introduction

What is this

This is an attempt to reproduce the Illinois letterhead in Latex using the new brand, the block-I.

The official [typogrophy] recommendation is the Montserrat font, used here and included in TexLive. The main text defaults to Montserrat, but the body can be easily changed.

How to use

Copy (or link) the illinois-letterhead.sty and .pdf logo files to your working directory. In addition, you will need sig.png or some other signature if you plan to use one. Then start with template.tex and modify.

The following commands are optional:

Command Description
\fromdept{<text>} Department name
\fromdeptaddress{<text>} Department address
\fromtel{<text>} Phone number (footer)
\fromemail{<text>} Email address (footer)
\fromweb{<text>} URL (footer)
\fromname{<text>} From name (closing)
\closing{<text>} Closing text (e.g. Sincerely,, closing)
\signaturefile{<filename>} Signature file (closing)

How to use, writing many letters

Script startletter.sh is simple script that can create a directory for each letter. For example,

./startletter.sh some_topic_2024

will create

some_topic_2024
├── illinois-letterhead.sty
├── Illinois-Logo-Full-Color-CMYK.pdf
├── Illinois-Wordmark-Horizontal-Full-Color-CMYK.pdf
├── sig.png
└── some_topic_2024.tex

Each letter is then self-contained to a directory. Replace sig.png and/or modify the script.

What it looks like

full pdf

example

Details

You can see details by using the layout option: \usepackage[layout]{illinois-letterhead}. Setting this shows the measurements similar to here.

example example example

Other versions (not maintained)

illinois-letterhead's People

Contributors

jwbowers avatar lukeolson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

illinois-letterhead's Issues

email and web hyperlinks backwards in template

In the template letter, replace the line lines

\providecommand\fromemail{\url{[email protected]}} \providecommand\fromweb{\href{http://netid.cs.illinois.edu}{netid.cs.illinois.edu}}

with the lines

\providecommand\fromemail{\href{mailto:[email protected]}{[email protected]}} \providecommand\fromweb{\url{http://netid.cs.illinois.edu}}

The \url macro uses its argument both as text and as a hyperlink target, and raw email addresses are not valid hyperlink targets.

This should be a package instead of a raw latex file

This really should be formatted as a latex package, so the user can write \usepackage{illinois-letterhead} in the preamble instead of \input{illinois}.

This could be as simple as renaming the file "illinois-letterhead.sty".

high quality image

imark_1867_bold.pdf is b&w. imark.png is Illinois blue but low quality.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.