home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / gedit-2 / plugins / snippets / latex.xml < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-27  |  1.1 KB  |  39 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <snippets language="LaTeX">
  3.   <snippet id="command">
  4.     <text><![CDATA[{\\${1:bf} $GEDIT_SELECTED_TEXT}]]></text>
  5.     <accelerator><![CDATA[<Shift><Alt>w]]></accelerator>
  6.     <description>Wrap Selection in Command</description>
  7.   </snippet>
  8.   <snippet id="$">
  9.     <text><![CDATA[\\[
  10.     $1
  11. \\]]]></text>
  12.     <description>Displaymath</description>
  13.     <tag>$</tag>
  14.   </snippet>
  15.   <snippet id="itd">
  16.     <text><![CDATA[\\item[${1:description}] ${0:item}]]></text>
  17.     <description>\item[description]</description>
  18.     <tag>itd</tag>
  19.   </snippet>
  20.   <snippet id="sec">
  21.     <text><![CDATA[\\section{${1:section name}}\\label{${2:label}}
  22. ]]></text>
  23.     <description>Section</description>
  24.     <tag>sec</tag>
  25.   </snippet>
  26.   <snippet id="sub">
  27.     <text><![CDATA[\\subsection{${1:subsection name}}\\label{${2:label}}
  28. ]]></text>
  29.     <description>Sub Section</description>
  30.     <tag>sub</tag>
  31.   </snippet>
  32.   <snippet id="ssub">
  33.     <text><![CDATA[\\subsubsection{${1:subsubsection name}}\\label{${2:label}}
  34. ]]></text>
  35.     <description>Sub Sub Section</description>
  36.     <tag>ssub</tag>
  37.   </snippet>
  38. </snippets>
  39.