Is there away I can add LaTeX text, fonts, equations on a image. After searching around I noticed there is a PGF package however it seems I will need significantly some time to learn the package!
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
closed as not a real question by lockstep, egreg, Joseph Wright♦ Oct 2 '11 at 8:36
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
If you can convert the image to an .eps file, then you can use the PS Tricks package:
However, if you use this approach, you won't be able to use pdflatex. |
|||
|
|
\drawcommand use\node at (⟨x⟩,⟨y⟩) {⟨LaTeX text⟩};– Caramdir Jul 24 '11 at 21:30latexas opposed topdflatex. – Werner Jul 25 '11 at 5:34