euler-otf
euler-otf copied to clipboard
An abandoned OpenType/Unicode math port of AMS Euler font
Hi, I was wondering what would be needed to finish the font. I’m learning font designing and I do like this font so I’d like to help porting eulervm to...
Only design, kerning and spacing still need to be done and improvement in the number (and type) of points is necessary. Please give me some feedback. Is the shape ok?...
Hi, In ConTeXt `\widetilde` does not scale with the size of the glyph. For example, using `context 2016.09.09` the following test file: ``` \usetypescriptfile[euler] \definetypeface[mainfont][rm][serif][palatino][default] \definetypeface[mainfont][mm][math] [pagellaovereuler][default] \setupbodyfont[mainfont,12pt] \appendtoks \rm...
The `\widehat` symbol does not seem to stretch in the way that it does in other fonts, as this example shows: ``` latex \documentclass{article} \usepackage{fontspec} \setmainfont{TeX Gyre Pagella} \usepackage{unicode-math} \begin{document}...
The OFL FAQ recommends to use "Reserved Font Name" and to include a font log. http://scripts.sil.org/cms/scripts/page.php?item_id=OFL-FAQ_web#7c3969d3
I've recently been working with free Open Type Math fonts and noticed that Neo Euler was the only one missing the following characters: - Double-Struck - SansSerif - Monospace The...
Blackboard bold does not work with Context. Not sure if it is the fault of context mappings or are the glyphs missing from the font. ``` \starttypescript [math] [euler][name] \definefontsynonym[MathRoman][name:Neo...
It seems to me that the font is missing vertical ellipsis ($\vdots$, uni22EE). At least ConTeXt doesn't print them when I try to typeset a matrix.
The symbols \prec, \succ, and their "or equals" equivalents \preccurlyeq, \succcurlyeq, \preceq, \succeq, (U+227A, U+227B, U+227C, U+227D, U+2AAF, U+2AB0) seem to be missing. (Other variants on the \prec and \succ...
Hi, it seems that \dagger (U+2020) symbol is missing? It would be nice to add this commonly used symbol.