Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. documentclass{article}
  2. % usepackage[notablist,nofiglist,nomarkers]{endfloat} %% places all figures and tables at the end.
  3.  
  4. % includeonly{Doc1}
  5.  
  6. begin{document}
  7.  
  8. include{Doc1}
  9.  
  10. include{Doc2}
  11.  
  12. end{document}
  13.  
  14. As I show in Figure ref{fig1} in Doc2 ...
  15.  
  16. begin{figure}
  17. centeringrule{1cm}{1cm}
  18. caption{This is a figure}
  19. label{fig1}
  20. end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement