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
texlive-fonts-recommended
texlive-fonts-recommended-doc
texlive-generic-recommended
texlive-latex-base
texlive-latex-base-doc
texlive-latex-extra
texlive-latex-extra-doc
texlive-latex-recommended
texlive-latex-recommended-doc
texlive-luatex
texlive-pictures
texlive-pictures-doc
texlive-pstricks
texlive-pstricks-doc


On Nov 27, 2:04 am, Carlo Hamalainen <carlo.hamalai...@gmail.com>
wrote:
> Hi,
>
> I can't render a LaTeX cell in the notebook. I am running Sage 4.6 on
> Ubuntu 10.10 64bit. I made a cell in the notebook that just says
>
> ------------------------------------------------------------------------------------------
> %latex
>
> boo
> ------------------------------------------------------------------------------------------
>
> When I try to evaluate the cell I get an error:
>
> ------------------------------------------------------------------------------------------
> File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
> LaTeX Font Info:    Redeclaring font encoding T1 on input line 43.
> )
> ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not 
> fou
> nd.
> <to be read again>
>                    relax
> l.100 \fontencoding\encodingdefault\selectfont
>
> I wasn't able to read the size data for this font,
> so I will ignore the font specification.
> [Wizards can fix TFM files using TFtoPL/PLtoTF.]
> You might try inserting a different font spec;
> e.g., type `I\font<same font id>=<substitute font name>'.
> ------------------------------------------------------------------------------------------
>
> Here is the full 
> output:http://carlo-hamalainen.net/sage/full_output_ubuntu1010_sage4.6.txt
>
> And here are the installed texlive packages on my system:
>
> ca...@r500:~$ dpkg -l|grep texlive|grep ^ii|awk '{print $2}'
> texlive-base
> texlive-binaries
> texlive-common
> texlive-doc-base
> texlive-extra-utils
> texlive-font-utils
> texlive-fonts-extra
> texlive-fonts-extra-doc
> texlive-fonts-recommended
> texlive-fonts-recommended-doc
> texlive-generic-extra
> texlive-generic-recommended
> texlive-latex-base
> texlive-latex-base-doc
> texlive-luatex
> texlive-math-extra
> texlive-pstricks
> texlive-pstricks-doc
>
> Am I missing another texlive package? Or some other kind of preamble
> for my LaTeX cell?
>
> Thanks,
>
> --
> Carlo Hamalainenhttp://carlo-hamalainen.net

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to