- Combination of the words "Andri" and "Droid"
- Sysadmin, developer and a student
- Born in Reykjavík, Iceland
- Studying in Aalborg, Denmark
- Not the Google project
Logo creation, the (extremely) geeky way!
Recently, me and my excellent group have been working on our semester report and we're currently down to the tiny details and hopefully we'll soon be ready to print. What has annoyed me for a while is the quality of the logo that the university hands out to its students. The only logo that has any actual colors is a JPG version that doesn't scale (or print) very well. There is also a Postscript version, but that only has one color.
I've been creating various graphics with PGF/TikZ (other examples) and LaTeX during the semester so why not use this to create the logo as well?


Plan
- Extract the actual logo (coordinates of the path) from scalable logo
- Use the coordinates to draw it in TikZ
- Use the original colors from the JPG version
- Use LaTeX to render the text under the logo
- Brag about it on the Internet
Result

Howto
- Convert the EPS to a SVG to determine the coordinates (easier than to draw it by hand)
How to convert EPS to SVG. I was lucky enough to find the SVG online. - Fetch the Inkscape to TikZ exporter and export the path to a LaTeX file
- Tweak the TikZ code until you're satisfied with the results and run pdflatex on it.
Source
Disclaimer
The artwork is not of my design. It belongs the University of Aalborg and is a registered trademark. Their official logo is available here.
I just hope this little experiment of mine is ok with the AAU lawyers.
Fellow students:I would appreciate a link back to this story if you decide to use this version of the logo. The LaTeX source is hereby licensed to the public domain.
Comments
Post new comment