Tagged Questions
6
votes
1answer
291 views
A problem with beamer, tikz and fonts
I am having a weird problem with beamer and tikz. The following MWE doesn't compile. Removing the \alert from the author line, or the \usepackage{tikz} or the math content in the frame is enough to ...
1
vote
1answer
102 views
Babel + Hebrew + aeguill incompatiblility
(Question split off from here.)
If you try to use the aeguill package (which adds some guillemets to the ae fonts) with Babel and Hebrew:
\documentclass{standalone}
...
3
votes
2answers
82 views
Physymb not working with fontspec unless a different font is loaded not via fontspec
I am having trouble using the physymb and fontspec packages together. When I compile using PDFLaTeX, everything works, even with the lmodern package. However, when I compile with XeLaTeX, it does not ...
2
votes
2answers
267 views
Math numerals and text numerals in mtpro2
I am using baskerville for my text font and mtpro2 for the math. But the numerals in text and in math are different. After looking at mtpro2 documentation I could not find an option for forcing the ...
3
votes
1answer
255 views
MTPro2 and amsbook conflict
I am using the MTPro2 fonts with amsbook class. However something strange happens when I activate the mtpfrak option for the alternate fraktur fonts. LaTeX simply ignores it! That is I see the old AMS ...
5
votes
2answers
872 views
textcomp makes \textbullet smaller when using helvet font
I'm writing a document which requires the helvet font and, in order to get access to the euro symbol, I am now trying to load the textcomp package.
However this package has the strange side effect of ...
3
votes
2answers
426 views
ntheorem and mathdesign are incompatible
I want to use mathdesign fonts (namely bitstream-charter) and I also want to use the ntheorem package. However, it looks like ntheorem tries to load amssymb which is incompatible with mathdesign (it ...
18
votes
2answers
1k views
Should the fontenc package be loaded before or after font packages?
I seem to recall reading somewhere that fontenc should be loaded either before or after the packages loading fonts, but I cannot remember which. I don't see differences between loading it before and ...