~kile/kile/livepreview-xenial

« back to all changes in this revision

Viewing changes to src/data/symbols-ng/draft-version-symbolFormat.xml

  • Committer: Package Import Robot
  • Author(s): Prasad Murthy
  • Date: 2013-01-24 19:03:35 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130124190335-29sj32fdx0d2kcmw
Tags: 1:2.1.3-0ubuntu1
* New upstream release
* Drop kubuntu_02_disable_embedded_kbibtex.diff as kbibtex is now usable with kde4
* Add kbibtex to suggests
* Change the Vcs links to the Ubuntu bzr branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
<!-- These two identify the file as symbol source file -->
10
10
<!DOCTYPE KileSymbolSources>
11
 
<symbols> 
 
11
<symbols>
12
12
 
13
13
        <!-- define the file format, therefore allow future changes
14
14
             version 0.20 was added to subversion-->
15
15
        <formatVersion major="0" minor ="22" />
16
 
        
 
16
 
17
17
        <!-- This is part of the png filename, e.g. "math" results in img001math.png, img002math.png and so on-->
18
18
        <symbolGroupName>math</symbolGroupName>
19
 
        
 
19
 
20
20
        <!-- Define the preamble of the latex document, the default preamble should work for all cases
21
21
             Note: Using \usepackage{} in <additional> will _not_ result in the symbol being dependend on the package-->
22
22
        <preamble>
35
35
               <name>ucs</name>
36
36
            </package>
37
37
        </unicodeCommandPackages>
38
 
        
 
38
 
39
39
        <!-- define the command for which the png should be created, only <latexCommand> is mandatory-->
40
40
        <commandDefinition>
41
41
                <latexCommand>\"{a}</latexCommand>
42
42
        </commandDefinition>
43
43
 
44
 
        <!-- example with implicit mathMode, usually best when the command needs mathMode        
 
44
        <!-- example with implicit mathMode, usually best when the command needs mathMode
45
45
             the command is being placed inside \ensuremath{}-->
46
46
        <commandDefinition>
47
47
                <latexCommand>\neq</latexCommand>
48
48
                <mathMode>true</mathMode>
49
49
        </commandDefinition>
50
 
        
 
50
 
51
51
        <!-- example including all optional tags:
52
52
                <unicodeCommand>The UTF-8 version of <latexCommand> result
53
53
                <imageCommand>  Use this latex command for generating the image instead of <latexCommand>
61
61
                <unicodeCommand>≠</unicodeCommand>
62
62
                <imageCommand>\neq</imageCommand>
63
63
                <mathMode>true</mathMode>
64
 
                <comment>This command gives nice weather! And one can use 
 
64
                <comment>This command gives nice weather! And one can use
65
65
                any fancy UTF-8 characters like ä,ö,ü,ß or even Берлин. 8 мая and 了防疫第.
66
66
                Even HTML markup like &lt;b&gt; bold &lt;/b&gt; is possible.</comment>
67
67
                <package>
69
69
                        <arguments>fleqn</arguments>
70
70
                </package>
71
71
        </commandDefinition>
72
 
        
 
72
 
73
73
</symbols>