diff options
author | Cyrus Omar <cyology@gmail.com> | 2015-07-16 12:15:24 -0400 |
---|---|---|
committer | Cyrus Omar <cyology@gmail.com> | 2015-07-16 12:15:24 -0400 |
commit | 3ddf81eee7850c1e85db0fabc7e99336dbfec887 (patch) | |
tree | 839bf3755e2e4a1dd8252040fe6e2a7610c48e83 | |
parent | Add a reasonable .gitignore (diff) |
Moved draft stamp to bottom
(to avoid conflict with synctex)
-rw-r--r-- | cmuthesis.cls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmuthesis.cls b/cmuthesis.cls index f69d36d..285e043 100644 --- a/cmuthesis.cls +++ b/cmuthesis.cls @@ -210,6 +210,7 @@ % area at the top of the page % 1.2 dkoes - made it big and rotated and light % 1.3 dkoes - made it small, and unrotated since Jonathan Aldrich complained +% 1.4 comar - moved it below the page number to avoid problem with synctex \RequirePackage{graphicx} \RequirePackage{eso-pic} \RequirePackage{color} @@ -218,7 +219,7 @@ %usage: \draftstamp{date}{label} \newcommand{\draftstamp}[2]{\definecolor{DraftGrey}{gray}{0.7} \ClearShipoutPicture\AddToShipoutPicture{ - \begin{minipage}[b][\paperheight][t]{\paperwidth} + \begin{minipage}[b][0.11\paperheight][t]{\paperwidth} \centering \vspace{.4in} \textcolor{DraftGrey}{\renewcommand{\baselinestretch}{1.0}\normalsize |