Ask Your Question

jbaxter's profile - activity

2020-07-12 22:19:35 +0200 received badge  Student (source)
2020-07-09 01:14:43 +0200 commented answer how to render a latex string in a notebook cell

that worked! thank you much!

2020-07-06 22:33:13 +0200 asked a question how to render a latex string in a notebook cell

Say we have a string variable s = "some context: $x = 3$". The string s is rather simple latex, but is not just an equation. I would like to display the typeset version of s in a notebook cell, without having to retype the string by hand in the cell. Thanks for any help.

2020-07-06 22:33:13 +0200 asked a question how to display a predefined latex string in a notebook cell.

Suppose we have a variable s containing a latex string, say s = "context: $x = 5$". (So not just an equation.) I would like to display the typeset version of the string s in the cell. I don't want to have to retype the string in the cell by hand. Any help would be appreciated.