diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-25 17:10:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-25 17:10:49 +0200 |
| commit | d6c61d988bfa4255baf9cdae42db59ebee38363f (patch) | |
| tree | 118ff3c2424e735149c145524965a4a337e50beb /src/Lecture1/slides/1-Introduction.vrb | |
| parent | 46eef66b1e1571c77dc828d7e950b129b4c8bfd0 (diff) | |
| download | mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.tar.gz mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.zip | |
Added files
Diffstat (limited to 'src/Lecture1/slides/1-Introduction.vrb')
| -rw-r--r-- | src/Lecture1/slides/1-Introduction.vrb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Lecture1/slides/1-Introduction.vrb b/src/Lecture1/slides/1-Introduction.vrb new file mode 100644 index 0000000..5a53bf5 --- /dev/null +++ b/src/Lecture1/slides/1-Introduction.vrb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | \frametitle{Latex - Example} | ||
| 2 | An equation like this: | ||
| 3 | \begin{align*} | ||
| 4 | e^x =& \sum_{n=0}^{\infty} \frac{x^n}{n!} \\ | ||
| 5 | =& 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots | ||
| 6 | \end{align*} | ||
| 7 | is written in LaTeX as: | ||
| 8 | \begin{verbatim} | ||
| 9 | \begin{align*} | ||
| 10 | e^x =& \sum_{n=0}^{\infty} \frac{x^n}{n!} \\ | ||
| 11 | =& 1 + x + \frac{x^2}{2} + | ||
| 12 | \frac{x^3}{6} + \cdots | ||
| 13 | \end{align*} | ||
| 14 | \end{verbatim} | ||
