Skip to content

Commit

Permalink
All of istvan's changes to the Jaws scripts are now implemented so de…
Browse files Browse the repository at this point in the history
…lete the modified by Istvan folder.

Note that speech.py still needs to be updated with his new superscript code for the new voice to take effect.
  • Loading branch information
ajirving committed Oct 31, 2014
1 parent b953c93 commit df995b4
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 618 deletions.
Binary file modified jaws/latex.jsb
Binary file not shown.
6 changes: 4 additions & 2 deletions jaws/latex.jss
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ let input = latex_access.speech(input)
let input = StringReplaceSubstrings (input, "&", "&")
let input = StringReplaceSubstrings (input, "<sub>", smmGetStartMarkupForAttributes (attrib_subscript|attrib_text))
let input = StringReplaceSubstrings (input, "</sub>", smmGetEndMarkupForAttributes (attrib_subscript|attrib_text))
let input = StringReplaceSubstrings (input, "<sup>", smmGetStartMarkupForAttributes (attrib_superscript|attrib_text))
let input = StringReplaceSubstrings (input, "</sup>", smmGetEndMarkupForAttributes (attrib_superscript|attrib_text))
let input = StringReplaceSubstrings (input, "<bold>", smmGetStartMarkupForAttributes (attrib_bold|attrib_text))
let input = StringReplaceSubstrings (input, "</bold>", smmGetEndMarkupForAttributes (attrib_bold|attrib_text))
let input=StringReplaceSubstrings (input, "<mathcal>", smmGetStartMarkupForAttributes (attrib_italic|attrib_text))
let input=StringReplaceSubstrings (input, "</mathcal>", smmGetEndMarkupForAttributes (attrib_italic|attrib_text))
let input=StringReplaceSubstrings (input, "<mathcal>", smmGetStartMarkupForAttributes (attrib_double_strikeout|attrib_text))
let input=StringReplaceSubstrings (input, "</mathcal>", smmGetEndMarkupForAttributes (attrib_double_strikeout|attrib_text))
endif
Say (input, ot_selected_item, true)
else
Expand Down
4 changes: 2 additions & 2 deletions jaws/latex.smf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Attribute Behavior Table]
default=0|MessageVoice|||
3=3|||BoldVoice|
1025=3|||SuperscriptVoice|
2049=3|||SubscriptVoice|
1025=3|||DoubleStrikeoutVoice|
2049=3|||SuperscriptVoice|
4097=3|||SubscriptVoice|
5=3|||ItalicVoice|
[Indentation Behavior Table]
Expand Down
7 changes: 0 additions & 7 deletions jaws/modified_by_istvan/latex.JCF

This file was deleted.

258 changes: 0 additions & 258 deletions jaws/modified_by_istvan/latex.JSS

This file was deleted.

33 changes: 0 additions & 33 deletions jaws/modified_by_istvan/latex.jkm

This file was deleted.

Binary file removed jaws/modified_by_istvan/latex.jsb
Binary file not shown.
56 changes: 0 additions & 56 deletions jaws/modified_by_istvan/latex.jsd

This file was deleted.

Loading

0 comments on commit df995b4

Please sign in to comment.