Posted By


greencocoa on 11/11/13

Tagged


Statistics


Viewed 614 times
Favorited by 0 user(s)

20131110_1331_r.7_math_response_sentence


/ 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{proof}[$1\)]
  4. \textbf{Antwort:}\\\\
  5. $2
  6. \end{proof}
  7. $3
  8. ]]></content>
  9. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  10. <tabTrigger>math_response_sentence</tabTrigger> -->
  11. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  12. <scope>text.tex.latex</scope> -->
  13. </snippet>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.