Guest User

Untitled

a guest
Mar 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. newenvironment{myenv}{
  2. letmycaptionmyns@mycaption
  3.  
  4. begin{figure}[!h]
  5. caption{???whatgoeshere???}
  6. end{figure}
  7. }{}
  8.  
  9. begin{myenv}
  10. mycaption{Hello world}
  11. end{myenv}
  12.  
  13. newenvironment{myenv}{
  14. letmycaptionmyns@mycaption
  15.  
  16. begin{figure}[!h]
  17. if @mycaption is filled out
  18. caption{@mycaption}
  19. fi
  20. end{figure}
  21. }{}
Add Comment
Please, Sign In to add comment