I copy Mathematica’s code into beamer. How can I get the result?
There are a couple of problems:
-
missing
}
after\begin{frame
-
same as in https://topanswers.xyz/tex?q=7398 : if you want show source code, use the
fragile
frame option -
you could just use the normal
verbatim
environment, however I’d suggest thelistings
package to allow automatic line breaks and other nice features