I'm trying to compile a hebrew Lyx file on Linux, and I get an error that the file 'bidi.sty' is not found. Which package has this file? I'd like to install it and see if it works...
Asked
Active
Viewed 1,071 times
3
bidiyou are looking for the (aptly named)bidipackage in both MikTeX and TeX Live. – moewe Oct 15 '15 at 08:37tlmgr(TeX Live)/Package Manager (MikTeX) or manually? – moewe Oct 15 '15 at 08:40sudo apt-get install bidiwill probably not work, if you got TeX Live trough your Linux repositories, you will have to find the Linux package that includesbidi.sty.sudo apt-get install texlive-fullshould help but will install lots of files, can't you useapt-get's search function to fin out which package includesbidi? – moewe Oct 15 '15 at 08:45texlive-lang-arabicshould be enough. – moewe Oct 15 '15 at 08:47