-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathxkeyvalkvcompat.xml
59 lines (59 loc) · 2.18 KB
/
xkeyvalkvcompat.xml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<?latexml class="article"?>
<?latexml package="xkeyval"?>
<?latexml RelaxNGSchema="LaTeXML"?>
<document xmlns="http://dlmf.nist.gov/LaTeXML">
<resource src="LaTeXML.css" type="text/css"/>
<resource src="ltx-article.css" type="text/css"/>
<section inlist="toc" xml:id="S1">
<tags>
<tag>1</tag>
<tag role="refnum">1</tag>
<tag role="typerefnum">§1</tag>
</tags>
<title><tag close=" ">1</tag>Package xkeyval keyval compatibility</title>
<para xml:id="S1.p1">
<p>Setting no arguments.</p>
</para>
<para xml:id="S1.p2">
<p>Setting ‘key=value’.
Key has been set to <text font="typewriter">value</text>.</p>
</para>
<para xml:id="S1.p3">
<p>Setting ‘keyword’.
Keyword has been set to <text font="typewriter">true</text>.</p>
</para>
<para xml:id="S1.p4">
<p>Setting ‘keyword=true’.
Keyword has been set to <text font="typewriter">true</text>.</p>
</para>
<para xml:id="S1.p5">
<p>Setting ‘keyword=false’.
Keyword has been set to <text font="typewriter">false</text>.</p>
</para>
<para xml:id="S1.p6">
<p>Setting ‘key=value,keyword’.
Key has been set to <text font="typewriter">value</text>. Keyword has been set to <text font="typewriter">true</text>.</p>
</para>
<para xml:id="S1.p7">
<p>Setting ‘key=value,keyword=true’.
Key has been set to <text font="typewriter">value</text>. Keyword has been set to <text font="typewriter">true</text>.</p>
</para>
<para xml:id="S1.p8">
<p>Setting ‘keyword=true,key=value’.
Keyword has been set to <text font="typewriter">true</text>. Key has been set to <text font="typewriter">value</text>.</p>
</para>
<para xml:id="S1.p9">
<p>Setting ‘key=value,keyword=false’.
Key has been set to <text font="typewriter">value</text>. Keyword has been set to <text font="typewriter">false</text>.</p>
</para>
<para xml:id="S1.p10">
<p>Setting ‘stuff’.
Stuff has been set to default.</p>
</para>
<para xml:id="S1.p11">
<p>Setting ‘stuff=things’.
Stuff has been set to <text font="typewriter">things</text>.</p>
</para>
</section>
</document>