The Wayback Machine - https://web.archive.org/web/20191104145823/https://github.com/topics/latex
Skip to content
latex logo

LaTeX

LaTeX is a typesetting system used to create technical and scientific documents. It is an alternative to word processing, with an emphasis on content over appearance.

Here are 4,388 public repositories matching this topic...

egeerardyn
egeerardyn commented Apr 16, 2018

Since MATLAB R2016b, TMW introduced "strings" as a new data type to represent strings (in contrast to the old character arrays). See e.g. https://blogs.mathworks.com/loren/2018/04/13/accept-string-inputs-in-your-code/ for more information.

We, also, should make sure that at least we can handle such string inputs. Internally, we will not be able to get rid of character arrays (for forward/backwa

aelkady
aelkady commented May 13, 2019

What is the purpose of your issue?

  • Feature Request
  • Question
  • Other

Description

Down has recently updated to use AST parsing to generate an NSAttributedString from HTML instead of the usual NSAttributedString way of doing it. However, this has broken some tests and functionality in this library. The purpose of this ticket is to update to the latest Down library

You can’t perform that action at this time.