Tagged Questions
3
votes
0answers
99 views
Submitting to a journal with only LaTeX, how to include transparent images and bitmaps?
The LaTeX submission process to the journal JCP involves
Bundling all the bibliographies into a single file and embdeeding that into the source
No external libraries
Compile with latex not pdflatex
...
4
votes
1answer
142 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 ...
6
votes
1answer
364 views
PNG DPI and image size
I created a PNG file (763px by 600px at 72DPI) from a free image. I opened the image in GIMP and changed the DPI to 300 and saved it. After including it in a LaTeX file with
...
12
votes
2answers
351 views
How to convert a png into pdf using LaTeX?
I have a larger png image: width is 5400 pixels and height is 3850 pixels. I need to transform it into a pdf file in SPA3 size, which means 320mm x 450mm. Is there a way to do it with LaTeX? What I ...
4
votes
1answer
155 views
inserting png introduces inputenc error
I want to write an article in Chinese, which needs to insert pictures.
It's fine when I insert pictures as .pdf but the following problem occurs if .png is inserted:
! Package inputenc Error: ...
3
votes
3answers
525 views
Including graphics for both DVI and PNG
I'm asking a question is quite similar to this one (where I don't seem to be able to leave comments):
MikTex error for PNG images when trying to produce DVI
I'm producing a PDF document, but I'm ...
1
vote
0answers
405 views
beamer doesn't show png and pdf files [closed]
I have included .png and .pdf files in my beamer presentation. When I compile the document I can't see them. The documentation I read claim that both .png and .pdf should are readable by beamer. How ...
0
votes
1answer
324 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
666 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?