Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. % Double-line for start and end of epigraph.
  2. newcommand{epiline}{hrule vskip -.2em hrule}
  3. % Massively humongous opening quotation mark.
  4. newcommand{hugequote}{%
  5. fontsize{42}{48}selectfontcolor{quotationmarkcolour}textbf{``}%
  6. vskip -.5em%
  7. }
  8.  
  9. % Make the box around quotations fit snugly to the epilines.
  10. setlengthfboxrule{0pt}
  11. setlengthfboxsep{0pt}
  12.  
  13. % Beautify quotations.
  14. newcommand{epigraph}[2]{%
  15. vskip -1.5em%
  16. colorbox{quotationcolour}{%
  17. begin{minipage}{linewidth}%
  18. hangindent 1.1em%
  19. epiline vskip 1em {hugequote} vskip -.5em%
  20. parindent 2.2em%
  21. setlengthmarginparsep{-1.1em}%
  22. #1begin{flushright}color{quotationmarkcolour}textsc{#2}hspace*{1em} ~end{flushright}%
  23. epiline%
  24. end{minipage}%
  25. }%
  26. bigskip
  27. }
  28.  
  29. newcommand{epigraph}[2]{%
  30. vskip -1.5em%
  31. colorbox{quotationcolour}{%
  32. begin{minipage}{linewidth}%
  33. dimen0linewidth
  34. advancedimen0 by -3.3em
  35. hangindent 1.1em%
  36. epiline vskip 1em hspace{1.1em}{hugequote} vskip -.5em%
  37. hspace{1.1em}
  38. parbox{thedimen0}{
  39. parindent 2.2em%
  40. setlengthmarginparsep{-1.1em}%
  41. #1}%
  42. begin{flushright}color{quotationmarkcolour}textsc{#2}hspace*{1em} ~end{flushright}%
  43. epiline%
  44. end{minipage}%
  45. }%
  46. bigskip
  47. }
  48.  
  49. begin{minipage}{linewidth-6pt}%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement