Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OK, got it: in sage-code cells you have to escape the backslashen.

Example:

\frac{a}{b} doesn't work, but

\\frac{a}{b} does.

Another example: in an 'aligned' environment you need 4 backslashes to make a linebreak:

\\begin{aligned} ... \\ \\ ... \\end{aligned}

OK, got it: in sage-code cells you have to escape the backslashen.

Example:

\frac{a}{b} doesn't work, but

\\frac{a}{b} does.

Another example: in an 'aligned' environment you need 4 backslashes to make a linebreak:

\\begin{aligned} ... \\ \\ ... \\end{aligned}

OK, got it: in sage-code cells you have to escape the backslashen. backslashes.

Example:

\frac{a}{b} doesn't work, but

\\frac{a}{b} does.

Another example: in an 'aligned' environment you need 4 backslashes to make a linebreak:

\\begin{aligned} ... \\ \\ ... \\end{aligned}