summaryrefslogtreecommitdiffstats
path: root/tex
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-25 06:31:29 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-25 07:48:49 -0500
commitb2ef61ec63464874c4ed6c6fc99b4c8f27bbd01d (patch)
treefad9f65ba43b8082602e77f49477d5db852c837e /tex
parent00e002ef4ff86a72accfc5f52af517c9f9c4d54f (diff)
downloadconf-b2ef61ec63464874c4ed6c6fc99b4c8f27bbd01d.tar.gz
conf-b2ef61ec63464874c4ed6c6fc99b4c8f27bbd01d.zip
aha, it's the calc package i was looking for
Diffstat (limited to 'tex')
-rw-r--r--tex/jesse_resume.sty7
1 files changed, 2 insertions, 5 deletions
diff --git a/tex/jesse_resume.sty b/tex/jesse_resume.sty
index 09d622d..a722370 100644
--- a/tex/jesse_resume.sty
+++ b/tex/jesse_resume.sty
@@ -7,7 +7,7 @@
% http://www.courtesan.com/todd/resume.html
% <<< packages
-\RequirePackage{latexsym,amsmath,amssymb,charter,color,jesse_macros}
+\RequirePackage{latexsym,amsmath,amssymb,charter,color,calc,jesse_macros}
\RequirePackage[empty]{fullpage}
% >>>
% <<< dimensions/margins
@@ -29,13 +29,10 @@
\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}
% >>>
% <<< \resheading
-\newlength{\@mywidth}
-\setlength{\@mywidth}{\textwidth}
-\addtolength{\@mywidth}{-0.175in}
\newcommand{\resheading}[1]{
{\large \colorbox{mygrey}{
\begin{minipage}
- {\@mywidth}
+ {\textwidth-0.175in}
{\textbf{#1 \vphantom{p\^{E}}}}
\end{minipage}
}}