yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

Gnuplot generated images produce overfull hbox warnings #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have two graphs that are generated by Gnuplot in my project (tarball 
attached). These both lead to overfull hboxes on compilation.

Original issue reported on code.google.com by jshholl...@googlemail.com on 16 Apr 2010 at 3:13

Attachments:

GoogleCodeExporter commented 9 years ago
Is this really a problem with gnuplot?  This is not at all atypical when 
including external graphics sources.  Usually 
you have to specify a size in the graphix \includegraphics invocation, e.g.

\includegraphics[width=\textwidth]{myfile.pdf}

You can specify any valid measurement for width=, such as 8in, 5cm, etc.

Original comment by shiblon on 16 Apr 2010 at 3:22

GoogleCodeExporter commented 9 years ago
Ah, OK. I had expected it to automagically scale to a sensible size. How naïve 
of me.

Original comment by jshholl...@googlemail.com on 16 Apr 2010 at 3:53

GoogleCodeExporter commented 9 years ago
No problem.  This bites a lot of people initially (myself included)

:-)

Best of luck.

Original comment by shiblon on 16 Apr 2010 at 4:05