Ask Your Question

laug's profile - activity

2019-10-25 06:12:49 +0200 received badge  Notable Question (source)
2018-02-02 12:21:19 +0200 received badge  Popular Question (source)
2015-05-14 18:45:25 +0200 asked a question hyphen in subscript

Sometimes, the hyphen as subscript doesn't appear : see the A_- in the fragment

sage: pp=  Graphics()
sage: pp+=text("$A_-$",(0,0),axes=False,fontsize=20)
sage: pp+=text("$B_-C_+$",(1,0),axes=False,fontsize=20)
sage: pp

Some hint ?

lg

2015-01-28 21:54:08 +0200 received badge  Nice Question (source)
2015-01-28 17:04:38 +0200 received badge  Student (source)
2015-01-28 14:43:55 +0200 asked a question Sagetex : hyphen in filename forbidden ?

I want to cross-compile (pdflatex + sage + pdflatex) a TeX file : it's ok with the filename "a-b.tex", but not for a-n.tex, where i get the error message

CRITICAL:root:unknown notebook: None Error, notebook must be one of default, ipython, sagenb but got None

It seems that the problem is with the "-n" part of a-n.tex

it's a bug or a feature ? lg

macosX 10.10.1 + sage 6.4.1