Tagged Questions
3
votes
2answers
279 views
algorithmic + babel with Hebrew conflict: Numbering missing
If I use algorithmic with babel, having both Hebrew and English, the line numbers go missing. Using MikTeX 2.9.
\documentclass{article}
\usepackage[hebrew,english]{babel}
\usepackage{algorithm}
...