Showing posts with label png. Show all posts
Showing posts with label png. Show all posts

Friday, June 17, 2016

Convert latex equation to png

A nice web resource to convert latex equation to .png figures is latex2png

Thursday, February 28, 2013

How to use .tiff figures in MATLAB

Well, I was digging deep, and this issue does not seem to be solved :(
The best thing to do is to use png, pdf or eps instead.
When using linux the imagemagick package can be used for example as

$ convert myfile.tif myfile.pdf