-1

chapitre1.tex, line 32 Package keyval Error: heigth undefined.

See the keyval package documentation for explanation. Type H for immediate help. ...

l.32 ...[heigth=6cm,width=5cm]{img/e-commerce.png}

Try typing to proceed. If that doesn't work, type X to quit.

1 Answers1

0

The key defined by graphicx for specifying the height of including graphics is height, not heigth:

\includegraphics[height = 6cm, width = 5cm]{img/e-commerce.png}
Werner
  • 14,324
  • 7
  • 55
  • 77