Guest User

Untitled

a guest
Dec 17th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. newcommand{oneimage}[2]{
  2. begin{figure}
  3. fbox{%
  4. parbox[b][0.3textheight][t]{textwidth}{%
  5. fbox{parbox[b][0.26textheight][c]{textwidth}{%
  6. centering%
  7. includegraphics[width=textwidth,height=0.26textheight,keepaspectratio]{img/#1}%
  8. }}%
  9. par%
  10. fbox{parbox[b][0.04textheight][t]{textwidth}{%
  11. caption{#2}%
  12. label{fig:#1}%
  13. }}%
  14. }%
  15. }
  16. end{figure}
  17. }
Add Comment
Please, Sign In to add comment