File: brackets_tags.xml

package info (click to toggle)
texstudio 2.3%2Bdebian-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,992 kB
  • sloc: cpp: 61,734; ansic: 4,300; xml: 726; sh: 125; makefile: 25
file content (29 lines) | stat: -rw-r--r-- 972 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<texmakertags title="Left/Right" id="brackets">
<section title="Left" id="left">
<item tag="\\left( "/>
<item tag="\\left[ "/>
<item txt="\\left{ " tag="\\left\\lbrace "/>
<item txt="\\left&lt; " tag="\\left\\langle "/>
<item tag="\\left) "/>
<item tag="\\left] "/>
<item txt="\\left} " tag="\\left\\rbrace "/>
<item txt="\\left&gt; " tag="\\left\\rangle "/>
<item txt="\\left| " tag="\\left| "/>
<item txt="\\left\\| " tag="\\left\\| "/>
<item tag="\\left. "/>
</section>
<section title="Right" id="right">
<item tag="\\right) "/>
<item tag="\\right] "/>
<item txt="\\right} " tag="\\right\\rbrace "/>
<item txt="\\right&gt; " tag="\\right\\rangle "/>
<item tag="\\right( "/>
<item tag="\\right[ "/>
<item txt="\\right{ " tag="\\right\\lbrace "/>
<item txt="\\right&lt; " tag="\\right\\langle "/>
<item txt="\\right| " tag="\\right| "/>
<item txt="\\right\\| " tag="\\right\\| "/>
<item tag="\\right. "/>
</section>
</texmakertags>