On Sat, 1 May 2021, Ralf Hemmecke wrote:
While it is easily possible to do this with UTF-8 encoding like

delta := "𝛿"::Symbol

and show nicely in jfricas with FormatMathJax enabled.
However, right-clicking on the output and exporting the expression as
TeX, gives back a UTF-8 symbol. If you want to include that expression
in a LaTeX document, then one must enable the right encoding. In my
experience you need something like lualatex or xelatex to work reliably
with 8bit characters.
Why? Normal pdflatex (and, I think, latex) work fine with UTF-8, if you include

\usepackage[utf8]{inputenc}

in the preamble. I always use this line when writing LaTeX files in Russian. So, I think, UTF-8 symbols are fine for including in LaTeX.

Andrey

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/3b8c1087-36bb-bcf6-e8b4-2ff3ca91e6b%40starnew.inp.nsk.su.

Reply via email to