Skip to content

Commit

Permalink
gradient frames
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Apr 21, 2012
1 parent df2d208 commit fb8a887
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions machines.tex
@@ -1,6 +1,7 @@
\documentclass[letterpaper,draft]{memoir}
% Use [final] to include the graphics despite [draft] above.
\usepackage[final]{graphicx}
\usepackage{gradientframe}
%\usepackage{pstricks,pst-grad,pst-slpe}
\usepackage[latin,german,greek,english]{babel}
\usepackage[small]{caption}
Expand Down Expand Up @@ -36,7 +37,7 @@
\hrulefill\par
{\LARGE\raggedleft \@author\par}%
\begin{center}
\includegraphics[width=\textwidth]{background.png}
\gradientframe{\includegraphics[width=6in]{background.png}}
\end{center}
\end{center}%
\end{leftbar}
Expand Down Expand Up @@ -308,9 +309,9 @@ \chapter*{Index}
\printindex

\addtocontents{toc}{\vspace{1in}
\protect \begin{figure}[htb]
\protect \centering
\protect \includegraphics[width=4in,keepaspectratio]{theoryofeverything.jpg}
\protect \begin{figure}[htb]
\protect \centering
\protect \gradientframe{\protect \includegraphics[width=4in,keepaspectratio]{theoryofeverything.jpg}}
\protect \caption{\emph{``What Goes on at the Top?''} Max Tegmark, 2001. Used with permission.}
\protect \end{figure}
}
Expand Down

0 comments on commit fb8a887

Please sign in to comment.