Posted By


greencocoa on 11/11/13

Tagged


Statistics


Viewed 642 times
Favorited by 0 user(s)

20131110_1326_r.7_picture_with_text_beside_it


/ 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.  
  4. \begin{figure} [!ht]
  5. \begin{minipage} {0.6\linewidth}
  6. \includegraphics[scale=0.75]{C:/Users/Moritz/Pictures/Judentum/$1}
  7. \caption{$2\label{$3}\cite{$4}}
  8. \end{minipage}
  9. \begin {minipage}{0.3\linewidth}
  10. $5
  11. \end{minipage}
  12. \end {figure}
  13. ]]></content>
  14.  
  15. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  16. <tabTrigger>pic_with_beside_it</tabTrigger>
  17. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  18. <scope>text.tex.latex</scope>
  19. </snippet>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.