summaryrefslogtreecommitdiffstats
path: root/tex
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-27 01:37:34 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-27 01:37:34 -0500
commitc5db7cca066592b7446d472dbe9fd2c2b62962ac (patch)
tree8c157b07d6f11cec90647de38858cac7c8f71140 /tex
parent654ddb23e7cd81bea9f1bec5c1a33fc2535ff76f (diff)
downloadconf-c5db7cca066592b7446d472dbe9fd2c2b62962ac.tar.gz
conf-c5db7cca066592b7446d472dbe9fd2c2b62962ac.zip
use \textwidth in more places, rather than hardcoding width
Diffstat (limited to 'tex')
-rw-r--r--tex/jesse_resume.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/jesse_resume.sty b/tex/jesse_resume.sty
index 46f593f..006b656 100644
--- a/tex/jesse_resume.sty
+++ b/tex/jesse_resume.sty
@@ -27,7 +27,7 @@
% <<< Custom commands
% <<< \resheader
\newcommand{\resheader}[5]{
- \begin{tabular*}{7in}{l@{\extracolsep{\fill}}cr}
+ \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}cr}
#2 & \textbf{\LARGE #1} & #4\\
#3 & & #5\\
\end{tabular*}
@@ -50,7 +50,7 @@
% >>>
% \ressubheading <<<
\newcommand{\ressubheading}[4]{
- \begin{tabular*}{6.5in}{l@{\extracolsep{\fill}}r}
+ \begin{tabular*}{\textwidth-0.5in}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{#3} & \textit{#4} \\
\end{tabular*}
@@ -59,7 +59,7 @@
% >>>
% \resshortsubheading <<<
\newcommand{\resshortsubheading}[2]{
- \begin{tabular*}{6.5in}{l@{\extracolsep{\fill}}r}
+ \begin{tabular*}{\textwidth-0.5in}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\end{tabular*}
\vspace{-6pt}
@@ -73,7 +73,7 @@
\setlength{\resclassgradesep}{0.1in}
\setlength{\resclasscolsep}{0.75in}
\newcommand{\resclasses}[2]{
-\begin{minipage}[t]{7in}
+\begin{minipage}[t]{\textwidth}
\begin{center}
\vspace{0.01in}
\begin{minipage}[t]{\resclasscolwidth}