I created a graphic with illustrator CS6. It is called D1.ai/pdf/eps (short for diagram 1). I successfully put the graphic into my document however I noticed that the line width has increased from the PDF I created using illustrator CS6 and the PDF produced from using the packages graphicx and epstopdf to import my graphic (D1.eps) into my document. I attached the two PDF files and the source code. Is there a better way to put exactly the PDF that I created using Illustrator into a LaTeX document without having style changes ? (I have used PDF files created from using MS Word 2010 and that did a pretty good job but I don't have MS Office 2010 installed at the present moment).
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\usepackage{microtype}
\usepackage{chemmacros}
\usepackage{chemfig}
\usepackage{mhchem}
\usepackage{graphicx}
\usepackage{epstopdf}
\begin{document}
\includegraphics{D1.eps}
\end{document}