Questions   
Sort: 
 #1
avatar+2236 
+4

(Updated and corrected post)

Yes, there is a delimited code sequence to activate LaTeX for inline presentations.

The sequence is “\(” (backslash -open parenthesis –no quotes) to start the LaTex  and  “\)”  (backslash -close parenthesis –no quotes) to terminate and return to ascii mode.

 

There is one additional requirement to confirm the rendering the LaTeX:

Somewhere (anywhere) in the post must be this (compiler) command:

 

<span class="math-tex">\({}\) span>  

Or

Open a LaTeX box and type  {} < --- this is the easy way.

 

Note that these commands are functionally equivalent. They use a null character, becoming (and remaining) invisible after the first preview when returning to edit mode. 

Additional Notes:

 If the post already contains one or more standard LaTeX boxes then this is not necessary.  Without this command, the display will not render the LaTeX code. With this command, it always works, if the system is functioning normally.   

 

 

Here are three examples of inline LaTeX presented unrendered, in ASCII format:

 

Standard writing in ascii followed by LaTeX equation:  \(4*(\frac{1}{2}x)+x=432 \); followed by more ascii text.

 

Standard writing in ascii followed by LaTeX equation (inside parentheses) in LaTeX:  \((4*(\frac{1}{2}x)+x=432)\);  followed by more ascii text.

 

Standard writing in ascii followed by LaTeX equation (inside parentheses) with text in LaTeX:  \((4*(\frac{1}{2}x)+x=432) \text { text in LaTeX }\);  followed by more ascii text.

 

----------------

The examples coded in this post have hidden modifications to prevent rendering the LaTeX. The examples show just the ascii code for the LaTeX.  The post below does not have these modifications, so it will render the LaTeX in inline mode.

 

--------------------------

 Edits: Error correction, improved readability and coherency, and modified the examples to display the exact LaTeX code instead of rendering.

 

GA

Aug 9, 2019
Aug 8, 2019

1 Online Users