I have a problem with including, or better to say, scaling figures I am inserting when using the package mhchem.
When I do not use mhchem the figures are included and scaled as I want, but once I load the mhchem package everything goes wrong.
The image is included, but its not possible to scale it in any way and it also appears on top of other parts of the document. It does not matter what kind of image I am trying to include (png, jpg,eps,pdf).
Has anyone an idea what is going wrong or what I am doing wrong?
I am using Latex on a Windows machine using Texmaker. Following the latex code I am using.
Code: Select all
\documentclass{article}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage{tabularx}
\usepackage{array}
\usepackage{upgreek}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{siunitx}
\usepackage{tabu}
\usepackage{float}
%\usepackage[version=4]{mhchem}
\usepackage[square,sort,comma,numbers]{natbib}
\usepackage{texshade}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{graphicx}
\usepackage{seqsplit}
\usepackage{enumitem}
\begin{document}
\includegraphics[width=\textwidth]{D://Bilder/Keira2.jpeg}
\end{document}