Guest User

Untitled

a guest
Jan 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. documentclass{book}
  2. usepackage{graphicx}
  3. usepackage{subfig}%
  4. captionsetup[subfloat]{%
  5. font=normalsize,labelformat=parens,labelsep=space}
  6.  
  7.  
  8. begin{document}
  9.  
  10. begin{figure}
  11. subfloat[label{fig:eBoxEndowment}]{includegraphics[width=0.47columnwidth]{10821_001_fig_001a.pdf}}hfill
  12. subfloat[label{fig:eBoxPrices}]{includegraphics[width=0.47columnwidth]{10821_001_fig_001b.pdf}}
  13. caption{The Edgeworth box. The axes along which the endowment and
  14. }
  15. end{figure}
  16.  
  17. end{document}
Add Comment
Please, Sign In to add comment