dwave-examples / template

A template for code examples on this account. See for details on contribution guidelines.
Apache License 2.0
25 stars 43 forks source link

LaTeX recommendations #15

Open necaisej opened 3 years ago

necaisej commented 3 years ago

The HTML tag using the codecogs renderer allows for the most readable latex formula using symbols that do not need to be percent encoded in the url. In the IDE, the url may contain spaces and render just fine, but any spaces will need to be replaced by %20 for proper rendering in GitHub.

necaisej commented 3 years ago

Added color inversion which will be picked up in IDE; this renders white text transparent background SVG of equations in Leap, and black text transparent background SVG of equations on Github.