itkach / mw2slob

A tool to convert MediaWiki content to dictionaries in slob format
GNU General Public License v3.0
19 stars 4 forks source link

some simple math formulas won't render #14

Closed rn-d closed 1 year ago

rn-d commented 1 year ago

It just displays small one line placeholder box containing icon and text '{\displaystyle '. correct should be 'a+b i + c j + d k' (i,j,k are in bold). Formula is from the top of article https://en.wikipedia.org/wiki/Quaternion: "Quaternions are generally represented in the form 'a+b i + c j + d k' " incorrect correct

strangely it renders many other more complex formulas flawlessly.

DETAILS: running under win 10 using command line Java\bin\java.exe -Dslobber.host="localhost" -Dslobber.port=80 -jar aard2-web-0.8.jar ..*.slob

using portable java

java -version java version "1.8.0_361" Java(TM) SE Runtime Environment (build 1.8.0_361-b09) Java HotSpot(TM) Client VM (build 25.361-b09, mixed mode)

itkach commented 1 year ago

@rn-d which dictionary is this? and which browser? I am trying with enwiki-20230301.slob and it renders correctly in Chrome and Firefox.

itkach commented 1 year ago

closing since the issue doesn't seem to be present in latest enwiki