Guest User

Untitled

a guest
Oct 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. documentclass[10pt,english,xcolor={usenames,dvipsnames}]{beamer}
  2. begin{document}
  3.  
  4.  
  5. begin{frame}[label=id1]
  6. frametitle{A non-identification result}
  7. begin{itemize}
  8. item<1-> 1
  9. begin{itemize}
  10. item<2-> The equation is
  11. only<2>{begin{equation*}
  12. x = y
  13. end{equation*}}
  14. only<3>{begin{equation*}x = z
  15. end{equation*}}
  16. onslide<4->{begin{equation*}x=textcolor{red}{z}
  17. end{equation*}}
  18. item<4-> yet \
  19. onslide<5->... $x = u$
  20. end{itemize}
  21. item<6-> There is a jump at 2
  22. item<7-> and at 4
  23. end{itemize}
  24. end{frame}
  25. end{document}
Add Comment
Please, Sign In to add comment