[sage-devel] Re: LaTeX font issue with notebook

2010-11-29 Thread Carlo Hämäläinen
Hi, Thanks Rob and Reg. Turns out that I was missing texlive-latex-extra. LaTeX cells render fine now with these packages installed: $ dpkg -l|grep texlive|grep ^ii|awk '{print $2}'|sort texlive-base texlive-binaries texlive-common texlive-doc-base texlive-extra-utils texlive-fonts-extra texlive-

[sage-devel] Re: LaTeX font issue with notebook

2010-11-28 Thread RegB
Your example works on my virtual box encased UBUNTU 10.10, Sage 4.6. Without knowing exactly which ones do what, I offer the list of mine; dpkg -l|grep texlive|grep ^ii|awk '{print $2}' texlive texlive-base texlive-binaries texlive-common texlive-doc-base texlive-extra-utils texlive-font-utils texl

[sage-devel] Re: LaTeX font issue with notebook

2010-11-27 Thread Rob Beezer
Your example works fine for me without any extra preamble or anything. 64-bit Ubuntu 10.04, Sage 4.6.1.alpha2, Firefox, installed packages below. I presume your TeX installation is working fine outside the notebook? Rob Packages: texlive-base texlive-binaries texlive-common texlive-doc-base te