Guest User

Untitled

a guest
Apr 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. documentclass{beamer}
  2. begin{document}
  3. begin{frame}
  4. frametitle{What's going on here?}
  5. xdefmytext{underline{duck}}
  6. underline{underline is not the problem}
  7. end{frame}
  8. end{document}
  9.  
  10. ! Use of beamer@@frametitle doesn't match its definition.
  11. new@ifnextchar ...served@d = #1def reserved@a {
  12. #2}def reserved@b {#3}f...
  13. l.7 end{frame}
  14.  
  15. documentclass{beamer}
  16. begin{document}
  17. begin{frame}
  18. frametitle{What's going on here?}
  19. xdefmytext{noexpandunderline{duck}}
  20. underline{underline is not the problem}
  21. end{frame}
  22. end{document}
Add Comment
Please, Sign In to add comment