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.
La recherche a retourné 10 résultats
Aller sur la recherche avancée
- dim. juil. 06, 2025 6:34 am
- Forum : Xcas - English
- Sujet : Landscape option
- Réponses : 7
- Vues : 643
- sam. juil. 05, 2025 4:30 am
- Forum : Xcas - English
- Sujet : Landscape option
- Réponses : 7
- Vues : 643
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.
- ven. juil. 04, 2025 6:16 am
- Forum : Xcas - English
- Sujet : Landscape option
- Réponses : 7
- Vues : 643
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.
- mer. juil. 02, 2025 7:13 am
- Forum : Xcas - English
- Sujet : Unable to build latest release
- Réponses : 5
- Vues : 606
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.
- mar. juil. 01, 2025 4:05 am
- Forum : Xcas - English
- Sujet : Unable to build latest release
- Réponses : 5
- Vues : 606
Re: Unable to build latest release
In fact that option is actually in Makefile. The problem seems to be with libfltk.a library: /usr/bin/ld: /home/german/Instalados/giac-2.0.0/src/fltk-1.3.8/lib/libfltk.a(fl_utf.o): relocation R_X86_64_32S against `.rodata.combining.0' can not be used when making a shared object; recompile with -fPIC...
- lun. juin 30, 2025 1:51 am
- Forum : Xcas - English
- Sujet : Unable to build latest release
- Réponses : 5
- Vues : 606
Unable to build latest release
Hi. I'm trying to build the latest release. But after configure and make I get this error: relocation R_X86_64_32S against '.rodata.combining.0' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: failed to set dynamic section sizes: bad value How should be added the optio...
- mar. mars 25, 2025 5:40 pm
- Forum : Xcas - English
- Sujet : Some graphics with plot and plotfunc
- Réponses : 2
- Vues : 3884
Re: Some graphics with plot and plotfunc
I see the different color in the graph. And it occurred to me for a moment that this was the imaginary part, but the help doesn't say anything about this (at least the Spanish help). For plot(x**(1/3),x) I imagined that xcas took 3 as a real number, but I couldn't find a way to tell it to take it as...
- lun. mars 24, 2025 4:55 am
- Forum : Xcas - English
- Sujet : Some graphics with plot and plotfunc
- Réponses : 2
- Vues : 3884
Some graphics with plot and plotfunc
Trying to draw a half sphere I came across an unexpected graphic with the following command: plotfunc(sqrt(9-x**2-y**2),[x,y]) I can plot a half-sphere with plotparam() command, but the graph from the previous command isn't what I expected. Is this a bug? Another question is with the following comma...
- sam. janv. 25, 2025 4:04 am
- Forum : Xcas - English
- Sujet : Question about function quadric
- Réponses : 2
- Vues : 21064
Re: Question about function quadric
Thanks, it works now 

- ven. janv. 24, 2025 6:14 am
- Forum : Xcas - English
- Sujet : Question about function quadric
- Réponses : 2
- Vues : 21064
Question about function quadric
Graphing several quadrics with the function quadric(), I found this problem with this entry: quadric(x^2-3y^2-2z-2,[x,y,z]) I get the message: Elliptical paraboloid with center [-0.0,-0.0,(x^2-3*y^2-2*z-2)/2.0] And the graph is just a plane. Is this a bug? Or am I doing something wrong? I'm using th...