Guest User

Untitled

a guest
May 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.53 KB | None | 0 0
  1. \definecolor{notecolor}{rgb}{1,0.9,0.3}
  2. \usepackage{fancybox}
  3. \newsavebox{\mybox}
  4. \newenvironment{sidenote}
  5. {
  6.        \begin{minipage}[t]{.15\textwidth}
  7.                \vspace{0pt}
  8.                \includegraphics[width=.5\textwidth]{pic.eps}
  9.        \end{minipage}
  10.        \begin{lrbox}{\mybox}
  11. }{
  12.        \end{lrbox}
  13.        \fcolorbox{black}{notecolor}{
  14.                \begin{minipage}[t]{.75\textwidth}
  15.                        \vspace{0pt}
  16.                        \unhbox\mybox
  17.                \end{minipage}
  18.        }
  19. }
Add Comment
Please, Sign In to add comment