Hello
Now I want to insert a figure and the figure data were store in a .tex file.This figure is shown in attachment 1.png. how can I covert .tex to png or eps file, I attached my.tex file. i hope some one can help me .
General ⇒ .tex to .png
-
- Posts: 3
- Joined: Sat May 07, 2016 11:05 am
.tex to .png
- Attachments
-
- figure
- 屏幕快照 2016-05-07 11.04.39.png (31.56 KiB) Viewed 4795 times
-
- 1.tex
- .tex file
- (278.35 KiB) Downloaded 465 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
.tex to .png
You can use standalone or
tikzexternalise
to get a separate pdf of just the figure. You can convert that pdf to whatever you want.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
.tex to .png
Welcome to the forum!
Perhaps tell us, where the difficult point is. The
Btw. why PNG - what shall be the result, a PDF file or a print on paper? PNG is limited, there may be other options.
Stefan
Perhaps tell us, where the difficult point is. The
.tex
file is a tikzpicture
snippet, fine. Do you know how to compile it, as a TeX document?Btw. why PNG - what shall be the result, a PDF file or a print on paper? PNG is limited, there may be other options.
Stefan
LaTeX.org admin