Skip to content

Instantly share code, notes, and snippets.

@ChengLuFred
Last active June 21, 2020 02:30
Show Gist options
  • Save ChengLuFred/99dbdce3309845a730e0ac1245b60af6 to your computer and use it in GitHub Desktop.
Save ChengLuFred/99dbdce3309845a730e0ac1245b60af6 to your computer and use it in GitHub Desktop.
[Math Syntax in Latex] #Latex
<object data="http://yoursite.com/the.pdf" type="application/pdf" width="700px" height="700px">
    <embed src="http://yoursite.com/the.pdf">
        <p>This browser does not support PDFs. Please download the PDF to view it: <a href="http://yoursite.com/the.pdf">Download PDF</a>.</p>
    </embed>
</object>

$$ \left[ \begin{array}{c} x_1 \ x_2 \end{array} \right] = \begin{bmatrix} A & B \ C & D \end{bmatrix} \times \left[ \begin{array}{c} y_1 \ y_2 \end{array} \right] $$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment