The alpha letter in math mode doesn't look well: its tails aren't clear.
The following are images of the alpha letter in math mode:
Notice how the tails aren't as clear as you'd normally write alpha on paper by hand.
Does there a better alpha letter?
Edit:
I'm using "TexMaths" plugin for Libreoffice writer, with probably xelatex as a rendering binary. (the path is /usr/bin but there're many *tex binaries in there)
I'm using with the following preamble:
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[usenames]{color}
\usepackage{cancel}
\usepackage{wasysym}
\usepackage{upgreek}
\newcommand{\dup}{\mathrm{d}}
% Uncomment this line for sans-serif font
%\everymath{\mathsf{\xdef\mysf{\mathgroup\the\mathgroup\relax}}\mysf}
% Uncomment these lines for colored equations
% Caution! Background color breaks transparency!
%\definecolor{fgcolor}{RGB}{0,0,255}
%\definecolor{bgcolor}{RGB}{255,0,0}
%\pagecolor{bgcolor}\color{fgcolor}
Edit 2:
Actually I use pdfLaTeX due to an error that I received:
! Package unicode-math Error: Cannot be run with pdfLaTeX! (unicode-math) Use XeLaTeX or LuaLaTeX instead..






\upalphafromupgreeka better variant? It's upright, therefore not really suited for math-typesetting – Sep 06 '15 at 21:53\setmainfont{Arial}but it doesn't seem to change anything. Could you please advice/suggest? – Dor Sep 06 '15 at 21:54XeLateX– Sep 06 '15 at 21:58It's upright, therefore not really suited for math-typesetting. French math typesetting isn't suitable? :o) – Bernard Sep 06 '15 at 22:04fontspecwithsetmainfont, you also want to loadunicode-mathwith\setmathfontto change math-mode. – Davislor Sep 06 '15 at 22:09unicode-mathis only useful if you want to use a font which supports the maths extension. Otherwise,mathspecmay be an option. – cfr Sep 06 '15 at 22:12mathspecwith Minion Pro a few years ago and gave up: too many hand corrections for the position of indices and exponents. The solution, in my opinion, is tp loadfontspecwith optionnomath. – Bernard Sep 06 '15 at 22:22fontspecat all. Besides, isn'tnomaththe default? I wasn't recommendingmathspecespecially: only pointing out that theunicode-mathoption is limited, however great it may be if you have a maths font you want to use with it. – cfr Sep 06 '15 at 22:30\setmainfont.... That command is provided byfontspecbut not only are you not loading it, but it is also incompatible with pdfTeX. – cfr Sep 06 '15 at 22:32lualatexandxelatexare newer, they supportunicode-mathandfontspec, and you can run either instead oflatex. If you’re stuck usingpdflatex, though, you can only use LaTeX fonts. – Davislor Sep 06 '15 at 22:43\setmainfont ...doesn't yield an error, though it makespdfLatexto output the text (= font name) that is written in that command. – Dor Sep 06 '15 at 22:48LaTeX– Dor Sep 06 '15 at 22:52.config/libreoffice/4/user/TexMaths/tmp/tmpfile.logand saw exactly the errors you'd expect when trying to use an undefined command. It doesn't show you the error even if this is in the preamble. That is quite unhelpful, in my opinion. Errors provide useful information. Ignoring them is a Very Bad Idea and this plugin doesn't even tell you that there are any errors. – cfr Sep 06 '15 at 23:28latexis a symbolic link topdflatex. But it is still running in non-PDF mode i.e. outputting DVI. – cfr Sep 06 '15 at 23:42mathastext. – Davislor Aug 03 '18 at 19:45