2
votes
1answer
77 views

Vector images rasterized when converting to PDF? (XeTeX)

I've been using LyX with vector images in *.eps format for the longest time. Now I've moved to a new machine (a mac), tried to get the same work environment back, and ran into this problem: Creating ...
4
votes
2answers
100 views

Could not insert pdf graphics

Using \includegraphics[width=\linewidth]{mypdf} I tried to insert a PDF image to my XeLaTeX document. But instead of the images empty area places in its place. \documentclass{article} ...
4
votes
2answers
88 views

XeLaTeX: how do I make paper to be exactly the size of the content?

In LaTeX I can make a document to be exactly the size of the content: \documentclass{article} \usepackage[active]{preview} \begin{document} \begin{preview} \[ \pi = \sqrt{12}\sum^\infty_{k=0} ...
0
votes
0answers
58 views

Maximum image size [closed]

Using pandoc (with xelatex) to parse markdown content including images, sometimes I get the following error: Error producing PDF from TeX source. ! Dimension too large. What is the maximum size ...
0
votes
0answers
239 views

Including PDF in LaTeX - parsing error [closed]

I am trying to include PDF file (generated using Visio) in my LaTeX document. It is basically an image. I followed the instruction from here to convert visio diagrams into pdf and then cropped using ...
1
vote
1answer
86 views

How can I set the 'final' option for the graphicx package in XeTeX?

I'm using XeTeX and wondering how to set the final option of the graphicx package. I started my document with pdfTeX and the following lines: \documentclass[a4paper, 12pt, twoside, headsepline, ...
1
vote
1answer
132 views

How do I get LaTeX and XeLaTeX to place my images in the same way?

I've run into a problem when converting a book manuscript from LaTeX to XeLaTeX. The problem is that my image sizing and placement has not survived the conversion. The book has numerous picture ...
0
votes
0answers
22 views

Fancy header on the first page is not the same on subsequent pages [duplicate]

Possible Duplicate: fancyhdr - anomalous behaviour on first page I'm using XeLaTeX (but I've confirmed the same issue in LaTeX), and I can't seem to get my fancy headers to work properly. ...
4
votes
1answer
240 views

black background when including pdf with transparent background as image

I have a pdf image with transparent background that I'll include by using graphicx (\includegraphics). Everything is fine when using pdfLaTeX to build my pdf, but when I switch to XeTeX the image ...
4
votes
1answer
85 views

File format preference with graphicx

I'm using Mathematicato produce some of my graphics (when i'm not able to just TikZ them easily). All these images are availabvle as .eps and .pnghaving the same file name - let's use img.eps / ...
6
votes
1answer
81 views

href not working with image (but OK with text)

When I use a text in \href fine, but if I use an image it does not generate a link at all. \documentclass{article} \usepackage{hyperref} \usepackage{graphicx} \begin{document} ...
0
votes
0answers
26 views

XeLaTeX: \includegraphics with a .png file shows filename in output. How do I hide this? [duplicate]

Possible Duplicate: How to include graphics with spaces in their path? Ok, I was creating graphs in GNUPlot and inputing them in my XeLaTeX file as I usually do, and then I realized that ...
4
votes
1answer
104 views

Same font embedded twice when including graphics created with standalone [duplicate]

Possible Duplicate: How to create small PDF files for the Internet I use XeLaTeX, TikZ and standalone to create a figure, e.g. a flowchart. When I use includegraphics{} to include that ...
1
vote
1answer
129 views

PDFs included by XeLaTeX are rotated

When I include an image in pdf format, the image in the file is normal when compiling with pdfLaTeX, but it is rotated counterclockwise 90 degree when using XeLaTeX. The questions are: Why? How to ...
2
votes
1answer
308 views

Customizing \chapter command

Here is the picture: The code is from this post. \documentclass[a4paper,12pt]{book} \usepackage{graphicx} \usepackage{lipsum} \usepackage{fontspec} \usepackage{titlesec} \setmainfont{EB Garamond ...
0
votes
0answers
204 views

Text appearing bold below images on some pages with JPG images [closed]

The previous question got closed due to being a duplicate but I don't believe the problem is the same as before. I have tried all solutions posted with no result. All the images are JPG format with ...
2
votes
1answer
398 views

Text appearing bold on some pages with images [duplicate]

Possible Duplicate: Why are some pages in my PDF coming out bold? For some reason, all the text on certain pages is appearing bold when there is a picture on the same page. I saw the other ...
0
votes
1answer
93 views

Render (export) entire document as image

Background Using LyX to create a document and xetex to leverage a TrueType font. The entire text is within a minipage. Ultimately, I'm trying to produce the following output (no white page ...
12
votes
2answers
337 views

How to tell when to use pdflatex, latex, and xelatex for any given tex file?

I'm writing an automatic compiling pipeline that should be able to compile any given tex file into a pdf. The diversity of the input tex files mainly shows up in what format of figures they use and ...
6
votes
1answer
1k views

Dimension too large on a PNG figure under xelatex and beamer

I have PNG image I want to introduce into my presentation. The figure is black and white and the edges are small. When I compile the file in pdflatex everything is fine but when I Compile it with ...
3
votes
1answer
621 views

Trim, crop, clip not working as expected in XeTeX [duplicate]

Possible Duplicate: Clipping support in XeTeX Why does the crop feature not work in this example? Secondary question: Is there a good and thorough example somewhere floating around the ...
3
votes
2answers
245 views

On the fly pdf conversion for inclusion

A while ago I asked how to Include Adobe Illustrator files (ai) with XeTeX. However, the PDF version of the Illustrator files is 1.5 and I compile my XeLateX documents to version 1.4 so the newer ...
8
votes
1answer
751 views

Include trimmed multipage PDF in XeTeX

I have a multipage PDF manuscript (for example, my_PDF.pdf) that I would like to include in a new document. I would also like to trim/clip off the header and footer from each page of this included ...
1
vote
1answer
206 views

How to avoid specifying the size of included graphic when the file has no extension?

I'm rendering the following code with xelatex: \documentclass{article} \usepackage[debugshow]{graphicx} \begin{document} %% This gives ! LaTeX Error: Cannot determine size of graphic in lowres (no ...
9
votes
4answers
1k views

Include Adobe Illustrator files (ai) with XeTeX

Adobe Illustrator files are PDF compatible. That is a regular PDF reader, ex. Sumatra-pdf, can open and view them. I was hoping it would be possible to have xetex (with xelatex) and graphicx to ...
4
votes
1answer
225 views

Font issue when including EPS from Metapost into XeLaTeX

I've run into strange problems with fonts in figures included in XeLaTeX document. I have figures generated from Metapost sources with rotated math labels. When I include resulting EPS into document ...
3
votes
1answer
989 views

Externalising TikZ pictures using XeTeX

I'm trying to use TikZ's external library with XeTeX, for example, and I'm running into some issues. Having set external/system call={xelatex \tikzexternalcheckshellescape -halt-on-error ...
1
vote
1answer
1k views

XeLaTeX, \includegraphics and \hyperlink

I have question regarding XeLaTeX. I have switched from LaTeX to XeLaTeX because I wanted to use ttf fonts and now I have a problem with \hyperlink. It works with text, but it doesn't with images. So ...
9
votes
4answers
2k views

Inkscape → PDF → includegraphics → XeLaTeX → changed colors

I have an SVG file, which I have made/edited with Inkscape. I want to include this image in my thesis. The svg file is here: http://brussense.be/temp/theSVG.svg (because Inkscape uses a non-standard ...
6
votes
1answer
3k views

Can \includegraphics be used to change an image color?

I'm including a number of PDF images in my document using \includegraphics. I'm wondering if there's a way for LaTeX to adjust their color profile, hopefully the same way it can flip images upside ...
0
votes
2answers
977 views

XeTeX and GraphicX

When processing with XeLaTeX, some .pdf (I really don't know the difference between them) files give the following error: ! LaTeX Error: Cannot determine size of graphic in xxxx.pdf (no BoundingBox). ...
19
votes
1answer
748 views

Clipping support in XeTeX

In pdflatex I'm used to clip graphics using something like this: \includegraphics[trim=14mm 0mm 14mm 0mm,clip,width=1.2cm]{image.jpg} When I attempt this in XeLaTeX, no clipping occurs and I get a ...
1
vote
0answers
104 views

Possible to Embed Base64 Encoded Images in TeX Documents? [duplicate]

Possible Duplicate: Embedding images with an encoding algorithm Most of the examples I've seen explain how to insert images by using graphicx and external images. But I'd like to know if ...
2
votes
1answer
756 views

XeTeX and graphicx: characters missing in .eps

I'm trying to include an .eps in a XeTeX file I am working on. The eps file contains an image and some painstakingly-spaced text labels. For some reason, however, some of the characters in the text do ...
3
votes
1answer
4k views

PNG: importing it with latex | pdflatex | xelatex

I never understood how (pdf)latex determines the size of imported bitmaps, but many years ago I experimentally elaborated simple rule that allowed me to get same output by running either latex or ...
6
votes
2answers
2k views

How do I include eps files using XeLaTeX?

According to everything I can find on Google, eps files in xelatex should work out-of-the-box. But that's not what I'm seeing (using TeX Live 2010 on Arch Linux). Consider the following simple input: ...
6
votes
4answers
2k views

On Ubuntu 10.10 with texlive-full installed, xelatex is rotating my figures 90 degrees counterclockwise

I am using the latest ubuntu with the texlive-full package. When I do a simple \includegraphics like this: \begin{figure}[h] \centering \rotatebox{-90}{\includegraphics[width=8cm]{problem1}} ...
0
votes
2answers
686 views

Why don't my images show up?

I am using LyX to create my documents. I then export them to plain LaTeX and use XeLaTeX to create a PDF output. My images show up in the LyX document but not in the PDF output. LyX generates this ...
2
votes
1answer
778 views

XeLaTeX portrait jpg photo insertion

I'm using XeLaTeX to produce photobooks. Searching for info on placing portrait jpg's on a page with adjacent column text similar to published photo books. Have no Problem with landscape mode with ...
9
votes
3answers
840 views

How do I include a click-to-zoom thumbnail picture in a non-beamer document?

The Beamer class for presentations provides a way (using the \framezoom command) to include a picture in the document on which one can click to zoom in, and then zoom back out with another click. How ...
4
votes
4answers
4k views

can't \includegraphics eps files anymore with xelatex (used to work fine)

I've just noticed that (most likely caused by upgrading to opensuse 11.3 with TexLive 2009) whenever I try to \includegraphics{filename.eps} an eps file, I get the error: Unable to load picture or ...