2
votes
1answer
51 views

Create pdf with subset of slides

I use knitr and RStudio with XeLaTeX to create a presentation with many slides. But sometimes not all of the slides should appear in the final pdf. Is it possible to have a variable that I change ...
0
votes
1answer
38 views

Unable to find TFM file

I use TeXLive 2011 (installed with ISO) in Ubuntu. When I use the package bbding, it shows ** ERROR ** Unable to find TFM file bbding10 and I use the command locate bbding10.tfm that returns: ...
2
votes
1answer
80 views

Xelatex beamer Calibri: how to suppress unwanted ligatures [duplicate]

Solution: \setsansfont[Ligatures={NoRequired,NoCommon,NoContextual}]{Calibri} I'm no typographer, therefore I didn't know the techinical terms, but this Wikipedia article describes it: ...
3
votes
1answer
180 views

How to set lining numbers in math in Beamer (with EB Garamond) under XeLaTeX

I'm using EB Garamond with XeLaTeX and Beamer as follows. (I'm not actually sure whether it's all necessary--advice accepted.): \usepackage[T1]{fontenc} % not sure why ...
3
votes
1answer
205 views

xelatex doesn't work with beamer and true type font

I am trying to use a true type font in my presentation but I cannot do that withxelatex. Pdf is created although a warning is displayed but font is not chosen one. Warning is below: ...
4
votes
1answer
166 views

How to use color by number?

I'm trying to use Bettini's QSource Highlight IDE to colorize my python code. Generated LaTeX output is something like: \noindent ...
3
votes
1answer
184 views

Beamer shadows are different in pdfLateX and XeLaTeX

I am getting different results on the shadows beneath the boxes (title page and all others) depending on whether I compile with pfdLaTeX or XeLaTeX. When compiling with pdfLaTeX the shading works as ...
3
votes
1answer
240 views

Missing bullet points when using unicode-math in beamer

I'm using XeLaTeX on TeXShop trying to set up a presentation with the Beamer class, and wanted to take advantage of the Zapfino font in the frame titles. If I'm understanding correctly, in order to do ...
1
vote
2answers
405 views

XeLaTeX rotating my figures in Beamer

Whenever I compile my beamer presentations with xelatex, it forces any .pdf figures I've included with \includegraphics to rotate 90 degrees. If I compile with pdflatex or lualatex, I do not have this ...
1
vote
0answers
200 views

Beamerposter and fonts with xelatex/fontspec [closed]

Has anyone had success with using beamerposter and xelatex/fontspec? I am able to use fontspec for normal documents, but when I try with beamerposter I keep getting warnings such as LaTeX Font ...
1
vote
0answers
126 views

Weird problem with pgfsys-xetex.def and fadings (xelatex) [closed]

[...] Your graphic driver pgfsys-xetex.def does not support fadings [...] That's what the following MWE returns: \documentclass{beamer} \usecolortheme{rose} \usecolortheme{seahorse} ...
3
votes
0answers
306 views

Why do slide transitions in beamer not work with XeLaTeX? [closed]

I try to use some slide transitions in beamer with XeLaTex but it does not work. Why does this happens and how can I deal with it? But it works when I use slide transitions in beamer with PDFLaTeX. ...
1
vote
1answer
331 views

TeXLive2011, XeLaTex and Beamer won't compile lists

Approximately a year ago I created a beamer presentation using TeXLive 2009 on Ubuntu and XeLaTeX (since I wanted to use system fonts). Meanwhile I upgraded to TeXLive 2011. Yesterday I tried to run ...
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 ...
0
votes
0answers
81 views

Best way to include some Japanese text in a beamer presentation? [duplicate]

Possible Duplicate: How to write Japanese with LaTeX? What's the easiest way to use include some Japanese text in a beamer presentation? I'm looking for a way to include Japanese in a few ...
5
votes
2answers
1k views

XeLaTeX preventing beamer from using different backgrounds

I'm having an odd problem---it seems like XeLaTeX isn't working so well with beamer. I'm using MacTex 2011 and have updated to the latest packages using the TexLive utility. The problem is that ...
3
votes
1answer
975 views

Embedding Movies with XeTeX+beamer+movie15 in TeXLive 2011

I recently got a new computer and so installed MacTeX 2011, previously I had been using the 2009 version. I have used the TeXLive utility to bring the 2011 version up to date today. I use XeTeX with ...
6
votes
1answer
1k views

Can XeLaTeX | LuaTeX import movies ?

It seems that XeLaTeX cannot handle movies. I imported movies into PDF produced with pdflatex compiler using the multimedia package that comes with beamer. My search over various boards revealed that ...
2
votes
3answers
2k views

Force Computer Modern in math mode

I am writing a presentation using the beamer class and XeTeX. I have changed the sans font using \setsansfont. Now some symbols in my equations are rendered using the mono font (like the lowercase ...
12
votes
1answer
1k views

Beamer XeTeX Right to Left

I am preparing Farsi slides in beamer which is a right to left language just like Hebrew. I have problems in the presentation which I briefly discuss: The TOC is left to right: The itemize can be ...
10
votes
1answer
659 views

What is “\C” with xelatex and beamer?

When compiling a beamer document using xelatex, I encountered a problem with the macro \C. Basically, I want to use that to stand for the set of complex numbers so I want to redefine it to be ...