1
vote
1answer
101 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} ...
7
votes
1answer
202 views

Babel + Hebrew + lipsum incompatibility

With: \documentclass{article} \usepackage[hebrew,english]{babel} \usepackage{lipsum} \begin{document} \lipsum \end{document} You get: ! Missing \endcsname inserted. <to be read again> ...
2
votes
2answers
366 views

algorithmicx conflicts with babel with Hebrew

When trying to create any document with box algorithmicx and algorithmicx: \documentclass{article} \usepackage[hebrew,english]{babel} \usepackage{algorithmicx} \begin{document} Hello, world. ...