Skip to content

Commit

Permalink
Merge pull request #496 from zorkow/issue_447
Browse files Browse the repository at this point in the history
Resolves issue #447.
  • Loading branch information
zorkow authored Apr 9, 2021
2 parents 86feb46 + cfe7e12 commit 613e37c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
6 changes: 3 additions & 3 deletions src/l10n/locale_nemeth.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ sre.Locale.nemeth = {
'longdiv': 'long division',
'actuarial': 'actuarial symbol',
'radical': 'square root',
'box': 'box',
'box': '',
'roundedbox': 'rounded box',
'circle': 'circle',
'circle': '',
'left': 'left vertical-line',
'right': 'right vertical-line',
'top': 'overbar',
Expand All @@ -214,7 +214,7 @@ sre.Locale.nemeth = {
'horizontalstrike': 'crossout',
'madruwb': 'Arabic factorial symbol',
'updiagonalarrow': 'diagonal arrow',
'phasorangle': 'phasor angle',
'phasorangle': '',
// Unknown
'unknown': 'long division'
},
Expand Down
29 changes: 9 additions & 20 deletions src/mathmaps/nemeth/rules/nemeth_rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -806,14 +806,6 @@
"self::line",
"@role=\"binomial\""
],
[
"Rule",
"row-with-label",
"default",
"[t] \"with Label\"; [n] content/*[1]; [t] \"EndLabel\"(pause: 200); [m] children/* (ctxtFunc:CTFordinalCounter,context:\"Column\")",
"self::row",
"content"
],
[
"Rule",
"empty-row",
Expand Down Expand Up @@ -863,14 +855,6 @@
"[m] children/*",
"self::line"
],
[
"Rule",
"line-with-label",
"default",
"[t] \"with Label\"; [n] content/*[1]; [t] \"EndLabel\" (pause: 200); [m] children/*",
"self::line",
"content"
],
[
"Rule",
"empty-line",
Expand All @@ -882,11 +866,16 @@
],
[
"Rule",
"empty-line-with-label",
"row-with-label",
"default",
"[t] \"with Label\"; [n] content/*[1]; [t] \"EndLabel\"(pause: 200); [t] \"Blank\"",
"[m] children/* (separator:\"⠀\"); [t] \"⠀⠀⠀\"; [m] content/*",
"self::row",
"content"
],
[
"Aliases",
"row-with-label",
"self::line",
"count(children/*)=0",
"content"
],
[
Expand All @@ -900,7 +889,7 @@
"Rule",
"enclose",
"default",
"[t] \"StartEnclose\"; [t] @role (grammar:localEnclose); [n] children/*[1]; [t] \"EndEnclose\"",
"[t] \"\"; [t] @role (grammar:localEnclose); [t] \"⠸⠫\"; [n] children/*[1]; [t] \"\"",
"self::enclose"
],
[
Expand Down

0 comments on commit 613e37c

Please sign in to comment.