Graphics, Figures & TablesInserted EPS Picture doesn't show any Text on it

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
gaziz
Posts: 2
Joined: Thu Jul 07, 2011 1:08 am

Inserted EPS Picture doesn't show any Text on it

Post by gaziz »

Hi all,

I'm new to latex.

To have better quality in my article I want to use .eps format graph originally generated in matlab. Once I insert the graph into my code I end up with the graph with all the text on it missing. With .png and .jpg format graphs I don't have any problem, but that is not what I need.

Does anyone know solution form my problem? please, help me!!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

5gon12eder
Posts: 126
Joined: Sun Feb 13, 2011 8:36 pm

Re: Inserted EPS Picture doesn't show any Text on it

Post by 5gon12eder »

I don't use matlab but as far as I know from gnuplot, the EPS produced is just the graph while the text part is written to a .tex file that has code inside to include the EPS and print the text over it. Maybe this is the same with matlab...

Hope I could help.
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).
gaziz
Posts: 2
Joined: Thu Jul 07, 2011 1:08 am

Inserted EPS Picture doesn't show any Text on it

Post by gaziz »

5gon12eder wrote:I don't use matlab but as far as I know from gnuplot, the EPS produced is just the graph while the text part is written to a .tex file that has code inside to include the EPS and print the text over it. Maybe this is the same with matlab...

Hope I could help.
Thank you for reply! I am not familiar with gnuplot, but is there any solution to have text in latex within .eps format graph generated in gnuplot, to imlement the same for matlab generated file?
Post Reply