Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. \documentclass[]{memoir}
  2.  
  3. \usepackage[pdftex]{graphicx}
  4. %\usepackage[capitalise]{cleveref}
  5. \usepackage{varioref}
  6. \newsubfloat{figure}
  7.  
  8. %\usepackage{subfig}
  9.  
  10. \begin{document}
  11.  
  12. %\mainmatter
  13. %\renewcommand{\thefigure}{\thechapter.\arabic{figure}}
  14.  
  15. \chapter{Hello}
  16.  
  17. \begin{figure}
  18. \subbottom[Caption 1]{\includegraphics[width=2.0in]{xw.png}\label{dnf-fig-a}}
  19. \subbottom[Caption 2]{\includegraphics[width=2.0in]{xw.png}\label{dnf-fig-b}}
  20. \caption{This is overall caption\label{dnf-fig}.}
  21. \end{figure}
  22.  
  23.  
  24. \chapter{World}
  25.  
  26. This is a ref to subbottom~\vref{dnf-fig-a}.
  27.  
  28. This is a ref to next subbottom~\ref{dnf-fig-b}.
  29.  
  30. More random text here~\ref{dnf-fig}.
  31.  
  32. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement