/ Published in: LaTeX
Sublime Text
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<snippet> <content><![CDATA[ \begin{figure} \includegraphics[width=\textwidth]{C:/Users/Moritz/Pictures/Judentum/$1} \end{figure} ]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>pic_page_width</tabTrigger> <!-- Optional: Set a scope to limit where the snippet will trigger --> <scope>text.tex.latex</scope> </snippet>