Tagged Questions
1
vote
1answer
202 views
How to convert an SVG image with LaTeX in Inkscape, to PNG?
I'm using Inkscape to draw images, together with the ability to produce the separate LaTeX file with all the text, as described here. So far, this has been working great, but now I am restricted to ...
4
votes
1answer
146 views
Convert Title Page from LaTeX (or the resulting PDF) into a PNG thumbnail
I have written a book in LaTeX using TeXStudio. My title page, which is the book cover, is created using LaTeX source (including images in it), rather than drawn in a graphical program, such as ...
0
votes
1answer
51 views
dvipng: limit cropping in a single direction
I know that -tight switch arranges the image size to include all the ink on the page. For this instance, however, I want to give a width of my choice and crop only in the vertical direction.
...
2
votes
1answer
235 views
Graphing algebraic functions and converting to image (PNG)
My goal is to be able to generate, on-the-fly, a small variety of graphs--linear functions, quadratics, inequalities, multiple plots of each. Nothing more complex than what you'd see in a high school ...
3
votes
1answer
368 views
Avoid eps to png conversion using mk4ht oolatex
I have a big set of eps images and I need to place them into an OpenOffice (odt) document. I wrote a simple script that creates a tex file containing these eps images and now I'm trying to convert it ...
0
votes
1answer
397 views
LaTeX to HTML conversion with Kile
I am using Kile to convert a .tex file to HTML (LaTeX to web) but when I look at the HTML page it does not show me the images. I tried including them in PostScript and PNG but still the HTML page does ...
1
vote
2answers
233 views
Whitespace problems with DVIPNG with LaTeX
I am trying to use LaTeX to output DVI files, then use DVIPNG to make images for, say, a website. The problem is when I take something like this:
\documentclass{article}
\pagestyle{empty}
...
0
votes
1answer
331 views
Problem with pdflatex and colored output files: PNG and PDF
I need to create PNG and PDF files from the same .tex source using pdflatex (Texlive 2010, Ubuntu).
To make PNG files, there's no problem with dvipng utility.
But with PDF files (created by the ...
12
votes
4answers
676 views
What causes latex.exe to be unable to import *.jpg, *.png, *.pdf directly?
Internally, what causes latex.exe to be unable to import *.jpg, *.png, *.pdf directly?