Posted By


greencocoa on 11/11/13

Tagged


Statistics


Viewed 621 times
Favorited by 0 user(s)

20131011_2222_r.7_picture_page_width


/ 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{figure}
  4. \includegraphics[width=\textwidth]{C:/Users/Moritz/Pictures/Judentum/$1}
  5. \caption{$2\label{$3}\cite{$4}}
  6. \end{figure}
  7. ]]></content>
  8.  
  9. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  10. <tabTrigger>pic_page_width</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.