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,325 public repositories matching this topic...

GoogleCodeExporter
GoogleCodeExporter commented Mar 12, 2015
The documentation should make note of any incompatibilities that exist
between the Tufte-LaTeX classes and the standard LaTeX classes.  That is,
what changes would need to be made to a document aside from changing the
\documentclass{...} line for things to work as they should?

Original issue reported on code.google.com by godbyk@gmail.com on 19 May 2009 at 11:28

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.