Posted By


greencocoa on 11/11/13

Tagged


Statistics


Viewed 640 times
Favorited by 0 user(s)

20130611_1330_math_ex_with_header


/ 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{taufgabe}[$1)]
  4. $2%\begin{align*}
  5. $2%\text{\textbf{Geg}.: $3}\\\
  6. $2%\text{\textbf{Ges}.: $4}
  7. $2%\end{align*}
  8. $5%\begin{align*}
  9. $6
  10. $5%\end{align*}
  11. $7\begin{align*}
  12. $8
  13. $7\end{align*}
  14. $9
  15. $10%\begin{center}
  16. $10 %\textbf{Antwort:} $11
  17. $10%\end{center}
  18. \end{taufgabe}
  19. $12
  20. ]]></content>
  21. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  22. <tabTrigger>math_ex_with_header</tabTrigger> -->
  23. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  24. <scope>text.tex.latex</scope> -->
  25. </snippet>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.