I have a question regarding the research journals and conference templates given by majority of templates from IEEE, Springer.
I need to add few block diagrams, tree diagram such as spanning tree, graphs from graph theory in my paper. The template provided for conference or journals are not supporting any additional style files or packages to use like tikz or pstricks except graphicx package.
If I draw pictures, save them in .jpg and convert into .eps formats and then use in documents in such cases the rendering of images is bad and clarity of diagrams/graphs are lost/not maintained. Also, some conference and journals asks for the source file of tex and not only pdf file so use of additional packages are discouraged.
What I am supposed to do in such cases?
\includegraphics[width=\linewidth]{image}where\linewidthcan be a length like1in. For position, read this: How to influence the position of float environments like figure and table in LaTeX? – Mar 14 '15 at 12:49