Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 7f98338

Browse files
committed
[FIX] Katex with new latex exports
1 parent 906680c commit 7f98338

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+18510
-130
lines changed

Diff for: analysis.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -6515,7 +6515,7 @@
65156515
"column": 12
65166516
},
65176517
"end": {
6518-
"line": 106,
6518+
"line": 108,
65196519
"column": 13
65206520
}
65216521
},
@@ -6532,11 +6532,11 @@
65326532
"privacy": "protected",
65336533
"sourceRange": {
65346534
"start": {
6535-
"line": 108,
6535+
"line": 110,
65366536
"column": 12
65376537
},
65386538
"end": {
6539-
"line": 110,
6539+
"line": 112,
65406540
"column": 13
65416541
}
65426542
},
@@ -6553,11 +6553,11 @@
65536553
"privacy": "protected",
65546554
"sourceRange": {
65556555
"start": {
6556-
"line": 112,
6556+
"line": 114,
65576557
"column": 12
65586558
},
65596559
"end": {
6560-
"line": 114,
6560+
"line": 116,
65616561
"column": 13
65626562
}
65636563
},
@@ -6574,11 +6574,11 @@
65746574
"privacy": "protected",
65756575
"sourceRange": {
65766576
"start": {
6577-
"line": 116,
6577+
"line": 118,
65786578
"column": 12
65796579
},
65806580
"end": {
6581-
"line": 118,
6581+
"line": 120,
65826582
"column": 13
65836583
}
65846584
},
@@ -6595,11 +6595,11 @@
65956595
"privacy": "protected",
65966596
"sourceRange": {
65976597
"start": {
6598-
"line": 120,
6598+
"line": 122,
65996599
"column": 12
66006600
},
66016601
"end": {
6602-
"line": 122,
6602+
"line": 124,
66036603
"column": 13
66046604
}
66056605
},
@@ -6619,11 +6619,11 @@
66196619
"privacy": "protected",
66206620
"sourceRange": {
66216621
"start": {
6622-
"line": 124,
6622+
"line": 126,
66236623
"column": 12
66246624
},
66256625
"end": {
6626-
"line": 126,
6626+
"line": 128,
66276627
"column": 13
66286628
}
66296629
},
@@ -6643,11 +6643,11 @@
66436643
"privacy": "protected",
66446644
"sourceRange": {
66456645
"start": {
6646-
"line": 128,
6646+
"line": 130,
66476647
"column": 12
66486648
},
66496649
"end": {
6650-
"line": 130,
6650+
"line": 132,
66516651
"column": 13
66526652
}
66536653
},
@@ -6667,11 +6667,11 @@
66676667
"privacy": "protected",
66686668
"sourceRange": {
66696669
"start": {
6670-
"line": 132,
6670+
"line": 134,
66716671
"column": 12
66726672
},
66736673
"end": {
6674-
"line": 134,
6674+
"line": 136,
66756675
"column": 13
66766676
}
66776677
},
@@ -6691,11 +6691,11 @@
66916691
"privacy": "protected",
66926692
"sourceRange": {
66936693
"start": {
6694-
"line": 136,
6694+
"line": 138,
66956695
"column": 12
66966696
},
66976697
"end": {
6698-
"line": 138,
6698+
"line": 140,
66996699
"column": 13
67006700
}
67016701
},
@@ -7653,7 +7653,7 @@
76537653
"column": 8
76547654
},
76557655
"end": {
7656-
"line": 140,
7656+
"line": 142,
76577657
"column": 9
76587658
}
76597659
},

Diff for: docs/components/iron-icon/.github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* @bicknellr
2+
/.travis.yml @azakus

Diff for: docs/components/iron-icon/iron-icon.d.ts

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
/**
2+
* DO NOT EDIT
3+
*
4+
* This file was automatically generated by
5+
* https://github.com/Polymer/gen-typescript-declarations
6+
*
7+
* To modify these typings, edit the source file(s):
8+
* iron-icon.html
9+
*/
10+
11+
/// <reference path="../polymer/types/polymer.d.ts" />
12+
/// <reference path="../iron-meta/iron-meta.d.ts" />
13+
/// <reference path="../iron-flex-layout/iron-flex-layout.d.ts" />
14+
15+
/**
16+
* The `iron-icon` element displays an icon. By default an icon renders as a 24px square.
17+
*
18+
* Example using src:
19+
*
20+
* <iron-icon src="star.png"></iron-icon>
21+
*
22+
* Example setting size to 32px x 32px:
23+
*
24+
* <iron-icon class="big" src="big_star.png"></iron-icon>
25+
*
26+
* <style is="custom-style">
27+
* .big {
28+
* --iron-icon-height: 32px;
29+
* --iron-icon-width: 32px;
30+
* }
31+
* </style>
32+
*
33+
* The iron elements include several sets of icons.
34+
* To use the default set of icons, import `iron-icons.html` and use the `icon` attribute to specify an icon:
35+
*
36+
* <link rel="import" href="/components/iron-icons/iron-icons.html">
37+
*
38+
* <iron-icon icon="menu"></iron-icon>
39+
*
40+
* To use a different built-in set of icons, import the specific `iron-icons/<iconset>-icons.html`, and
41+
* specify the icon as `<iconset>:<icon>`. For example, to use a communication icon, you would
42+
* use:
43+
*
44+
* <link rel="import" href="/components/iron-icons/communication-icons.html">
45+
*
46+
* <iron-icon icon="communication:email"></iron-icon>
47+
*
48+
* You can also create custom icon sets of bitmap or SVG icons.
49+
*
50+
* Example of using an icon named `cherry` from a custom iconset with the ID `fruit`:
51+
*
52+
* <iron-icon icon="fruit:cherry"></iron-icon>
53+
*
54+
* See [iron-iconset](iron-iconset) and [iron-iconset-svg](iron-iconset-svg) for more information about
55+
* how to create a custom iconset.
56+
*
57+
* See the [iron-icons demo](iron-icons?view=demo:demo/index.html) to see the icons available
58+
* in the various iconsets.
59+
*
60+
* To load a subset of icons from one of the default `iron-icons` sets, you can
61+
* use the [poly-icon](https://poly-icon.appspot.com/) tool. It allows you
62+
* to select individual icons, and creates an iconset from them that you can
63+
* use directly in your elements.
64+
*
65+
* ### Styling
66+
*
67+
* The following custom properties are available for styling:
68+
*
69+
* Custom property | Description | Default
70+
* ----------------|-------------|----------
71+
* `--iron-icon` | Mixin applied to the icon | {}
72+
* `--iron-icon-width` | Width of the icon | `24px`
73+
* `--iron-icon-height` | Height of the icon | `24px`
74+
* `--iron-icon-fill-color` | Fill color of the svg icon | `currentcolor`
75+
* `--iron-icon-stroke-color` | Stroke color of the svg icon | none
76+
*/
77+
interface IronIconElement extends Polymer.Element {
78+
79+
/**
80+
* The name of the icon to use. The name should be of the form:
81+
* `iconset_name:icon_name`.
82+
*/
83+
icon: string|null|undefined;
84+
85+
/**
86+
* The name of the theme to used, if one is specified by the
87+
* iconset.
88+
*/
89+
theme: string|null|undefined;
90+
91+
/**
92+
* If using iron-icon without an iconset, you can set the src to be
93+
* the URL of an individual icon image file. Note that this will take
94+
* precedence over a given icon attribute.
95+
*/
96+
src: string|null|undefined;
97+
_meta: Polymer.IronMeta;
98+
_DEFAULT_ICONSET: string;
99+
_iconChanged(icon: any): void;
100+
_srcChanged(src: any): void;
101+
_usesIconset(): any;
102+
_updateIcon(): void;
103+
}
104+
105+
interface HTMLElementTagNameMap {
106+
"iron-icon": IronIconElement;
107+
}

0 commit comments

Comments
 (0)