La recherche a retourné 21 résultats

par GermanXG
mer. oct. 29, 2025 5:15 pm
Forum : Xcas - English
Sujet : Xcas on the Mate desktop
Réponses : 2
Vues : 428

Re: Xcas on the Mate desktop

Ok, thanks
par GermanXG
dim. oct. 26, 2025 1:26 am
Forum : Xcas - English
Sujet : Xcas on the Mate desktop
Réponses : 2
Vues : 428

Xcas on the Mate desktop

A few weeks ago I was having problems with Xfce, so I switched to Mate. The first thing I noticed was that Xcas uses a different color palette on this desktop. Is this some kind of FLTK dynamic theme that tries to emulate the Gtk theme? Or is it something internal to Xcas? I'm asking because in Mate...
par GermanXG
dim. oct. 19, 2025 11:17 pm
Forum : Xcas - English
Sujet : Highlighted in the expression entry
Réponses : 4
Vues : 1617

Re: Highlighted in the expression entry

I compiled xcas from source (latest release) on another laptop running Lubuntu 24. I have the same problem described in the video in my previous post. However, on another computer running Lubuntu 24, I have xcas 1.9.0 installed, and I have no problems with that version. I've also noticed that if I c...
par GermanXG
jeu. oct. 09, 2025 7:27 am
Forum : Xcas - English
Sujet : Highlighted in the expression entry
Réponses : 4
Vues : 1617

Re: Highlighted in the expression entry

Here a video that show the differences in select with arrows and with the button. I have this issue no matter if I use MATE or Xfce. This is with fltk 1.3.

https://youtu.be/-N3pem7RtBY
par GermanXG
mar. oct. 07, 2025 6:05 am
Forum : Xcas - English
Sujet : Plotting with Xcas in TeXmacs
Réponses : 0
Vues : 1060

Plotting with Xcas in TeXmacs

Is there any way to change the resolution of images generated when plotting from TeXmacs? It appears that a very high resolution is used in all images.
par GermanXG
mar. oct. 07, 2025 5:42 am
Forum : Xcas - English
Sujet : Highlighted in the expression entry
Réponses : 4
Vues : 1617

Highlighted in the expression entry

After insert an expression entry, if a write something and press the arrows, I don't see any highlighted region. The characters just become italic (I suppose this is because they are selected). I have to press the right button "Sel" and then I can see the highlighted region. But if I understand corr...
par GermanXG
mar. oct. 07, 2025 4:58 am
Forum : Xcas - English
Sujet : (a<b)+c
Réponses : 5
Vues : 2189

Re: (a<b)+c

I understand that (a<b)+c is interpreted as "the result of inequality a<b plus c". But I also understand what you want. However it can be done in this way:

Code : Tout sélectionner

ineq: = a<b [enter} b>a
ineq+c [enter] (b+c)>(a+c) 
par GermanXG
dim. oct. 05, 2025 6:55 am
Forum : Xcas - English
Sujet : Problem with examples from Help
Réponses : 6
Vues : 2482

Re: Problem with examples from Help

Thanks, it works fine now.
par GermanXG
sam. oct. 04, 2025 4:52 am
Forum : Xcas - English
Sujet : Problem with examples from Help
Réponses : 6
Vues : 2482

Re: Problem with examples from Help

I compiled Xcas from source and linked with fltk 1.3. Here a link to a video that show the problem. Notice both examples use the same point (1,1), which seems to be the problem (Or I think so):

https://youtu.be/8cL6Evk4aD0
par GermanXG
jeu. oct. 02, 2025 6:43 pm
Forum : Xcas - English
Sujet : Problem with examples from Help
Réponses : 6
Vues : 2482

Re: Problem with examples from Help

Linux, PCLinux OS distro
par GermanXG
mer. oct. 01, 2025 6:12 am
Forum : Xcas - English
Sujet : Problem with examples from Help
Réponses : 6
Vues : 2482

Problem with examples from Help

I get an strange error doing this: 1) Launch Xcas 2) Add a 2D geometry entry 3) Launch Help panel 4) Search command "segment" 5) Select example "segment(point(i),point(1+i),A,B)" and execute it. 6) Launch Help panel 7) Search command "line" 8.) Select example "line(1+i,slope=2)" and execute it. 9) N...
par GermanXG
dim. juil. 06, 2025 6:34 am
Forum : Xcas - English
Sujet : Landscape option
Réponses : 7
Vues : 2755

Re: Landscape option

Thanks, but I'm on linux. Supposedly the tool pdflatex convert tex files to pdf, but it returns some errors. Strange because GNU Texmacs works perfectly. Anyway, the generations of postcript works, not in landscape orientation but works.
Regards.
par GermanXG
sam. juil. 05, 2025 4:30 am
Forum : Xcas - English
Sujet : Landscape option
Réponses : 7
Vues : 2755

Re: Landscape option

Thanks for your reply. Searching in french documentation the menu option I'm talking is "Fisch -> Imprimer -> Pre-visualisation". With this option I don't see any tex file generated, just the .ps file.
par GermanXG
ven. juil. 04, 2025 6:16 am
Forum : Xcas - English
Sujet : Landscape option
Réponses : 7
Vues : 2755

Landscape option

In general configuration the Landscape option don't seems to work, the generated postscript is always vertical. If I understand correctly this option indicates the orientation of the generated postscript.
par GermanXG
mer. juil. 02, 2025 7:13 am
Forum : Xcas - English
Sujet : Unable to build latest release
Réponses : 5
Vues : 2645

Re: Unable to build latest release

Ok, I installed FLTK 1.3 devel files (I had installed 2.0) and after this xcas compiles without problems. Thanks.