Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. newtheorem{What I use to summon the environment}{Name of the environment}
  2.  
  3. newtheorem{definition}[thm]{Definition}
  4.  
  5. begin{def}
  6.  
  7. Let $G$ be an open subset of $mathbb{C}$ and let $f: G to mathbb{C}$ be a
  8. function. We say that $f$ is differentiable at $z in G$ if
  9.  
  10. $$lim_{h to 0} dfrac {f(z+h) - f(z)}{h}$$
  11.  
  12. exists. If it exists, we denote this limit as $f'(z)$.
  13.  
  14. end{def}
  15.  
  16. ! Missing $ inserted.
  17. <inserted text>
  18. $
  19. l.49 ...n subset of $mathbb{C}$ and let $f: G to
  20. mathbb{C}$ be a function...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement