On Sun, Jan 31, 2016 at 11:27 PM, PerilousGourd <[email protected]> wrote: > Is there a way to make a text cell in a SageMath notebook interpret > everything as a LaTeX editor would, not just single line equations like > markdown and HTML LaTeX integrations ($, $$) allow? E.g. \hrule, \section, > \begin{align*} etc would all render as appropriate?
Put "%latex" as the first line of the cell. -- William > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
