Tagged Questions
1
vote
2answers
241 views
Generate plot with embedded tools useable externally
I use a both latex and M$ Word for my technical reports, depending on the person I have to deliver it.
To generate my plot, I love using the tikz2pdf script given by Hans Meine but as far as it ...
4
votes
2answers
856 views
Good quality images in pdflatex
Generally I include images in my latex document by the command
\includegraphics[scale=0.5]{image.png}
However, after doing pdflatex the image quality is always very poor in the resulting pdf file. ...