Others ⇒ I can't include images in a XeLatex a0poster
I can't include images in a XeLatex a0poster
I'm using XeLatex to compile a a0poster in landscape mode. I was simply using Latex, but with the pstricks package, I couldn't get any result, so I switched to XeLatex.
Now that I want to include images, I get an error message saying that the \includegraphics command is an undefined sequence. I don't understand since I included the graphixs package.
Thanks in advance !
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
I can't include images in a XeLatex a0poster
with the given information, any advice is hard to give. Did you load package graphicx?
Please try to boil your document down to a minimal working example. This gives us exactly what we need to know in order to help you. You can find a pretty good tutorial at How to create a minimal working example.
Re: I can't include images in a XeLatex a0poster
Thank you for the advices, I will try to stick to them in my next post. Instead of putting my code this time, I will simply say for the next persons that will have the same issue, XeLatex can perfectly include images with the same classical command and options. The reason I was getting errors on \includegraphics is that I was skipping a line. I simply deleted it and everything worked fine !
May be XeLatex doesn't like much skipping lines, I don't know. I was really surprised !
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
I can't include images in a XeLatex a0poster
- Stefan Kottwitz
- Site Admin
- Posts: 10326
- Joined: Mon Mar 10, 2008 9:44 pm
Re: I can't include images in a XeLatex a0poster

Stefan