Skip to content

Instantly share code, notes, and snippets.

@m-wynn
Created February 28, 2016 21:01
Show Gist options
  • Save m-wynn/47b78ba6f98e2ed1a836 to your computer and use it in GitHub Desktop.
Save m-wynn/47b78ba6f98e2ed1a836 to your computer and use it in GitHub Desktop.
Lug fliers
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[letterpaper, oneside]{article}
\usepackage[margin=0.5in, bottom=1.3in]{geometry}
\usepackage{chngpage}
\usepackage{calc}
\usepackage{fancyhdr}
\fboxsep0pt
\renewcommand{\headrulewidth}{0pt}
\setlength\parindent{0pt}
\pagestyle{fancy}
\fancyhf{}
\usepackage{graphicx}
\usepackage{xcolor}
\definecolor{utdgreen}{HTML}{008542}
\definecolor{utdorange}{HTML}{C75B12}
\cfoot{\fontsize{8}{10} \selectfont This flyer is published by The Linux Users Group, a registered student organization. This flyer is not an official publication of UT Dallas and does not represent the views of the university or its officers. The University of Texas at Dallas is an Equal Opportunity/Affirmative Action University. Students with disabilities needing special assistance to attend please call 972-883-2946. Texas Relay Operation: 1-800-RELAYTX.}
\begin{document}
\noindent\includegraphics[width=\textwidth]{logo.png}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%% CONTENT HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{figure}[!ht]
\begin{adjustwidth}{-\oddsidemargin-.75in}{-\rightmargin}
\noindent\includegraphics[width=8in, height=3.8in]{asklug.png}\\
\end{adjustwidth}
\end{figure}
\LARGE
{\fontfamily{pag}\selectfont
\begin{center}
\Huge\textbf{Ask the Lug!}\\\bigskip
\Large
Got a Linux question, or just want to hang out? Stop by between 5:00 and 8:00 PM and say hi! We'll do our best to help you with any Linux-related issues.\\\bigskip
\Huge
\textbf{Sat 3/5 5:00 PM ECSS 2.306}
\end{center}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Large
\color{white}
\begin{center}
\colorbox{utdgreen}
{\parbox{0.48\textwidth}
{\fontfamily{pcr}\selectfont
\begin{center}
\textbf{lug.utdallas.edu\\
facebook.com/groups/utdlug}
\end{center}
}
}
\colorbox{utdorange}
{\parbox{0.48\textwidth}
{\fontfamily{pcr}\selectfont
\begin{center}
\textbf{lug.utdallas.edu/chat\\
\#utdlug on irc.oftc.net}
\end{center}
}
}
\end{center}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment