Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible bug with latex / markdown #1818

Closed
jonathan-taylor opened this issue May 31, 2012 · 2 comments
Closed

possible bug with latex / markdown #1818

jonathan-taylor opened this issue May 31, 2012 · 2 comments
Milestone

Comments

@jonathan-taylor
Copy link
Contributor

It seems like the strings in the markdown cells may need to be prefixed with r''

I can see the problem within a markdown cells:

$$ \begin{pmatrix} 1 & \frac{1}{2} \\ \frac{1}{2} & 1 \end{pmatrix} $$

$$ \begin{pmatrix} 1 & \frac{1}{2} \frac{1}{2} & 1 \end{pmatrix} $$

The first one shows up as 2x2 while the second shows up as 1x4 most likely because '' is interpreted as '' unless the string is prefixed by 'r'

@jonathan-taylor
Copy link
Contributor Author

Hmm... the backslashes even disappeared in my above posting. There were actually 4 backslashes in the firstline, and 2 in the second line.

@ellisonbg
Copy link
Member

This is a duplicate of issue #1381, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants