Posted By


greencocoa on 11/11/13

Tagged


Statistics


Viewed 57 times
Favorited by 0 user(s)

20130514_1442_r.7_align


/ Published in: LaTeX
Save to your folder(s)

Sublime Text


Copy this code and paste it in your HTML
  1. <snippet>
  2. <content><![CDATA[
  3. \begin{align*}
  4. $1
  5. \end{align*}
  6. $2
  7. ]]></content>
  8. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  9. <tabTrigger>align</tabTrigger>
  10. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  11. <scope>text.tex.latex</scope> -->
  12. </snippet>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.