Math & ScienceA Times' clone that distinguishes between α and a

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
user49915
Posts: 81
Joined: Wed Apr 17, 2019 12:51 pm

A Times' clone that distinguishes between α and a

Post by user49915 »

Sometimes we wish to typeset Reo timed data streams. Following §12 of Arbab's http://homepages.cwi.nl/~farhad/MSCS03Reo.pdf , we write ⟨α, a⟩:

Code: Select all

\documentclass{standalone}
\usepackage{unicode-math}
\setmathfont[Ligatures=TeX]{TeX Gyre Termes Math}%%% Using Times (more realistically: a Times' clone) is a must.
%\setmathfont[Ligatures=TeX]{CambriaMath.ttf}%%% Not Times, but is not better anyway
\begin{document}
\(\langle \alpha,a\rangle\)
\end{document}
The result given by xelatex or lualatex, is, erm, no better than in Arbab's paper:
mwe.png
mwe.png (3.77 KiB) Viewed 2567 times
Is there any Times' clone as TTF or OTF that provides a better distinction between the two symbols?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

A Times' clone that distinguishes between α and a

Post by kaiserkarl13 »

The glyph that comes with txfonts and newtxmath is slightly different than the one below (last stroke is a bit more curly, initial stroke thinner and at a different angle), but it depends on what you mean by "distinguish." I personally think the difference in the font you showed is similar to that in the lmodern fonts, but evidently that's me.
user49915
Posts: 81
Joined: Wed Apr 17, 2019 12:51 pm

A Times' clone that distinguishes between α and a

Post by user49915 »

kaiserkarl13 wrote:The glyph that comes with txfonts and newtxmath is slightly different than the one below (last stroke is a bit more curly, initial stroke thinner and at a different angle)
So, do you suggest that we try out txfonts and newtxmath? Recall that TTF/OTF was asked for in the OP.
Further, I don't quite understand what you mean by "below".
Post Reply