[sage-devel] Re: Unknown control sequence '\texttt'

2010-01-31 Thread lutusp
Then why do you bother posting things that look like requests for help? In the hope that someone will fix the source, rather than offer new patches? It's not as though it hasn't been reported yet, or discussed yet, and several new releases have gone by without resolution. Meanwhile I'll get

[sage-devel] Re: Unknown control sequence '\texttt'

2010-01-31 Thread John H Palmieri
On Jan 31, 1:37 pm, lutusp lut...@gmail.com wrote: Then why do you bother posting things that look like requests for help? In the hope that someone will fix the source, rather than offer new patches? This is contradictory: the way the source gets fixed is that people post patches, and then

[sage-devel] Re: Unknown control sequence '\texttt'

2010-01-29 Thread lutusp
Give some examples, please. var(y R) a(y,R) = pi * (2*R - y) * y lbl = text($\int \ + latex(a(y,R)) + $,(3,20)) view(lbl) ... Graphics object consisting of 1 graphics primitive (not displayed) show(lbl) ... Unknown control sequence '\texttt' No graphics shown. By the way, have you

[sage-devel] Re: Unknown control sequence '\texttt'

2010-01-29 Thread John H Palmieri
On Jan 29, 2:09 am, lutusp lut...@gmail.com wrote: Give some examples, please. var(y R) a(y,R) = pi * (2*R - y) * y lbl = text($\int \   + latex(a(y,R)) + $,(3,20)) view(lbl)  ... Graphics object consisting of 1 graphics primitive (not displayed) show(lbl)  ...  Unknown control

[sage-devel] Re: Unknown control sequence '\texttt'

2010-01-26 Thread lutusp
Maybe use view instead of show? A good solution until text and graphics are mixed, then it fails (by requiring what 'show' has to offer). As I said elsewhere, this problem is worse in 4.3.1 than it was in 4.2. -- To post to this group, send an email to sage-devel@googlegroups.com To

[sage-devel] Re: Unknown control sequence '\texttt'

2010-01-26 Thread John H Palmieri
On Jan 26, 6:13 pm, lutusp lut...@gmail.com wrote: Maybe use view instead of show? A good solution until text and graphics are mixed, then it fails (by requiring what 'show' has to offer). As I said elsewhere, this problem is worse in 4.3.1 than it was in 4.2. Give some examples, please. By

[sage-devel] Re: Unknown control sequence '\texttt'

2010-01-25 Thread ma...@mendelu.cz
On 25 led, 21:40, John H Palmieri jhpalmier...@gmail.com wrote: sage: 'x^2' sage: type(factor) both work fine. A similar problem: sage:'x_2' (with checked Typeset button) and sage: view('x_2') produce unwanted backslash (but the TeX code \hbox{x\_2} is O.K. and jsmath should not include