summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert J. Simmons <robsimmons@gmail.com>2017-05-30 10:32:43 -0400
committerGitHub <noreply@github.com>2017-05-30 10:32:43 -0400
commit326f8a88c20627acdfc21a1e5945352234a7392e (patch)
treeeb791d56d40ecfdba088b4de7d3d93e68b5994a3
parentAdd a reasonable .gitignore (diff)
parentFixed bibpreamble in template (diff)
Merge pull request #1 from cyrus-/master
Moved draft stamp to bottom
-rw-r--r--cmuthesis.cls3
-rw-r--r--cmuthesis_template.tex3
2 files changed, 4 insertions, 2 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
diff --git a/cmuthesis_template.tex b/cmuthesis_template.tex
index 311b5bf..e16548a 100644
--- a/cmuthesis_template.tex
+++ b/cmuthesis_template.tex
@@ -9,6 +9,7 @@
% bnoble = Brian Noble
% caruana = Rich Caruana
% colohan = Chris Colohan
+% comar = Cyrus Omar
% jab = Justin Boyan
% josullvn = Joseph O'Sullivan
% jrs = Jonathan Shewchuk
@@ -130,7 +131,7 @@ My advisor is cool.
% By default \bibsection is \chapter*, but we really want this to show
% up in the table of contents and pdf bookmarks.
\renewcommand{\bibsection}{\chapter{\bibname}}
-%\newcommand{\bibpreamble}{This text goes between the ``Bibliography''
+%\renewcommand{\bibpreamble}{This text goes between the ``Bibliography''
% header and the actual list of references}
\bibliographystyle{plainnat}
\bibliography{register} %your bib file