Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. documentclass{book}
  2. usepackage{graphicx}
  3. usepackage{wrapfig}
  4. begin{document}
  5. mainmatter
  6. chapter{Authors}
  7. begin{wrapfigure}{r}{0.3textwidth}
  8. includegraphics[width=0.28textwidth]{graphics/jimphoto}
  9. end{wrapfigure}
  10. end{document}
  11.  
  12. ! LaTeX Error: File `graphics/jimphoto' not found.
  13. See the LaTeX manual or LaTeX Companion for explanation.
  14. Type H <return> for immediate help.
  15. ...
  16.  
  17. l.8 ...cs[width=0.28textwidth]{graphics/jimphoto}
  18.  
  19. Preamble{xhtml}
  20. DeclareGraphicsExtensions{.jpg,.png,.gif,.svg}
  21. begin{document}
  22. EndPreamble
  23.  
  24. make4ht -c myconfig.cfg filename.tex
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement