Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. documentclass{beamer}
  2. defexamplecommand#1{parbox{linewidth}{#1}}
  3. begin{document}
  4. begin{frame}{}
  5. begin{itemize}
  6. item examplecommand{I do not want to be wrapped each time}
  7. item examplecommand{I do not want to be wrapped each time}
  8. item examplecommand{I do not want to be wrapped each time}
  9. item examplecommand{I do not want to be wrapped each time}
  10. end{itemize}
  11. end{frame}
  12. end{document}
  13.  
  14. item I do not want to be wrapped each time
  15.  
  16. newenvironment{hytemize}{%
  17. letolditemitem%
  18. renewcommanditem[2][]{olditem ##1 examplecommand{##2}}%
  19. begin{itemize}}{end{itemize}%
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement