What LaTeX editors have an accessibility API?LaTeX accessibilityAccessibility issuesTikZ: add “alt...

What is the difference between rolling more dice versus fewer dice?

Why do we have to make "peinlich" start with a capital letter and also end with -s in this sentence?

How do I append a character to the end of every line in an excel cell?

What is a DAG (Graph Theory)?

Looking for a specific 6502 Assembler

Macro expansion inside href

Premature ending of generator in list comprehension

Is there a defined priority for pattern matching?

Building an exterior wall within an exterior wall for insulation

Globe trotting Grandpa. Where is he going next?

Boss asked me to sign a resignation paper without a date on it along with my new contract

Why do neural networks need so many training examples to perform?

What is the difference between "...", '...', $'...', and $"..." quotes?

How would an AI self awareness kill switch work?

How to assess the long-term stability of a college as part of a job search

After checking in online, how do I know whether I need to go show my passport at airport check-in?

Why don't key signatures indicate the tonic?

Can you tell from a blurry photo if focus was too close or too far?

Cat is tipping over bed-side lamps during the night

Decision problem that can be verified but not run in n^2 time

How do you catch Smeargle in Pokemon Go?

False written accusations not made public - is there law to cover this?

What game did these black and yellow dice come from?

Hilchos Shabbos English Sefer



What LaTeX editors have an accessibility API?


LaTeX accessibilityAccessibility issuesTikZ: add “alt tag/caption/invisible text” for accessibilityseeking information regarding the availability of voice recognition software for latex inputLyX Preview Functionality in EditorsAccessibility package in LaTeX (accessibility.sty)Typesetting an accessibility friendly diff-metric for changes per paragraph between two TeX documentsSection heading format with accessibility packagewhat latex editor support touch screensAdding document language and title for accessibility in LaTex













7















I am currently working with a couple others on a system for writing math by voice. An early demo here: https://www.youtube.com/watch?v=z-iHvPmjcas&feature=youtu.be
for more information see https://github.com/mrob95/mathfly



In order to decide on the best editors to do this in, I want to know if any LaTeX editors have an accessibility API. In particular, I’d like to know if any latex editors have the IAccessible2 API since that is the best one for voice recognition right now https://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/



A slightly less preferable API but still potentially good for voice recognition is the Linux AT-SPI API.



That’s pretty much my question so you can stop reading here, but if you’re interested in why why the accessibility API matters here, I explain below.



Dragon (the world’s leading voice recognition software, sold by Nuance) is especially powerful in certain applications – those applications in which Dragon is said to have “full text control” (sometimes also called “Select-and-Say”). Currently, neither Lyx nor Tex maker is one of those applications, but I would like them to be (see below). Here is a demonstration of me using some of the features made possible by full text control in Microsoft Word, an application in which Dragon does have full text control:
https://www.youtube.com/watch?v=5kyO6KVMbuw&feature=youtu.be



James at handsfreecoding.org has made some progress on extending full text control to more applications. His blog post discusses the issue with far more expertise than I have. (for our purposes here the 2nd half of the the blog post is probably most important): http://handsfreecoding.org/2018/12/27/enhanced-text-manipulation-using-accessibility-apis/



According to the blog post, an important requirement at the moment for making full text control work in an application is that the application in question use the accessibility API called IAccessible2 API.
Linux AT-SPI API may become supported eventually for full text control but this has not happened yet.










share|improve this question

























  • Emacs has Emacspeak (emacspeak.sourceforge.net), and there are people amazingly productive with it.

    – ShreevatsaR
    Feb 1 at 14:19
















7















I am currently working with a couple others on a system for writing math by voice. An early demo here: https://www.youtube.com/watch?v=z-iHvPmjcas&feature=youtu.be
for more information see https://github.com/mrob95/mathfly



In order to decide on the best editors to do this in, I want to know if any LaTeX editors have an accessibility API. In particular, I’d like to know if any latex editors have the IAccessible2 API since that is the best one for voice recognition right now https://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/



A slightly less preferable API but still potentially good for voice recognition is the Linux AT-SPI API.



That’s pretty much my question so you can stop reading here, but if you’re interested in why why the accessibility API matters here, I explain below.



Dragon (the world’s leading voice recognition software, sold by Nuance) is especially powerful in certain applications – those applications in which Dragon is said to have “full text control” (sometimes also called “Select-and-Say”). Currently, neither Lyx nor Tex maker is one of those applications, but I would like them to be (see below). Here is a demonstration of me using some of the features made possible by full text control in Microsoft Word, an application in which Dragon does have full text control:
https://www.youtube.com/watch?v=5kyO6KVMbuw&feature=youtu.be



James at handsfreecoding.org has made some progress on extending full text control to more applications. His blog post discusses the issue with far more expertise than I have. (for our purposes here the 2nd half of the the blog post is probably most important): http://handsfreecoding.org/2018/12/27/enhanced-text-manipulation-using-accessibility-apis/



According to the blog post, an important requirement at the moment for making full text control work in an application is that the application in question use the accessibility API called IAccessible2 API.
Linux AT-SPI API may become supported eventually for full text control but this has not happened yet.










share|improve this question

























  • Emacs has Emacspeak (emacspeak.sourceforge.net), and there are people amazingly productive with it.

    – ShreevatsaR
    Feb 1 at 14:19














7












7








7


3






I am currently working with a couple others on a system for writing math by voice. An early demo here: https://www.youtube.com/watch?v=z-iHvPmjcas&feature=youtu.be
for more information see https://github.com/mrob95/mathfly



In order to decide on the best editors to do this in, I want to know if any LaTeX editors have an accessibility API. In particular, I’d like to know if any latex editors have the IAccessible2 API since that is the best one for voice recognition right now https://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/



A slightly less preferable API but still potentially good for voice recognition is the Linux AT-SPI API.



That’s pretty much my question so you can stop reading here, but if you’re interested in why why the accessibility API matters here, I explain below.



Dragon (the world’s leading voice recognition software, sold by Nuance) is especially powerful in certain applications – those applications in which Dragon is said to have “full text control” (sometimes also called “Select-and-Say”). Currently, neither Lyx nor Tex maker is one of those applications, but I would like them to be (see below). Here is a demonstration of me using some of the features made possible by full text control in Microsoft Word, an application in which Dragon does have full text control:
https://www.youtube.com/watch?v=5kyO6KVMbuw&feature=youtu.be



James at handsfreecoding.org has made some progress on extending full text control to more applications. His blog post discusses the issue with far more expertise than I have. (for our purposes here the 2nd half of the the blog post is probably most important): http://handsfreecoding.org/2018/12/27/enhanced-text-manipulation-using-accessibility-apis/



According to the blog post, an important requirement at the moment for making full text control work in an application is that the application in question use the accessibility API called IAccessible2 API.
Linux AT-SPI API may become supported eventually for full text control but this has not happened yet.










share|improve this question
















I am currently working with a couple others on a system for writing math by voice. An early demo here: https://www.youtube.com/watch?v=z-iHvPmjcas&feature=youtu.be
for more information see https://github.com/mrob95/mathfly



In order to decide on the best editors to do this in, I want to know if any LaTeX editors have an accessibility API. In particular, I’d like to know if any latex editors have the IAccessible2 API since that is the best one for voice recognition right now https://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/



A slightly less preferable API but still potentially good for voice recognition is the Linux AT-SPI API.



That’s pretty much my question so you can stop reading here, but if you’re interested in why why the accessibility API matters here, I explain below.



Dragon (the world’s leading voice recognition software, sold by Nuance) is especially powerful in certain applications – those applications in which Dragon is said to have “full text control” (sometimes also called “Select-and-Say”). Currently, neither Lyx nor Tex maker is one of those applications, but I would like them to be (see below). Here is a demonstration of me using some of the features made possible by full text control in Microsoft Word, an application in which Dragon does have full text control:
https://www.youtube.com/watch?v=5kyO6KVMbuw&feature=youtu.be



James at handsfreecoding.org has made some progress on extending full text control to more applications. His blog post discusses the issue with far more expertise than I have. (for our purposes here the 2nd half of the the blog post is probably most important): http://handsfreecoding.org/2018/12/27/enhanced-text-manipulation-using-accessibility-apis/



According to the blog post, an important requirement at the moment for making full text control work in an application is that the application in question use the accessibility API called IAccessible2 API.
Linux AT-SPI API may become supported eventually for full text control but this has not happened yet.







lyx texstudio texmaker accessibility






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 14 at 9:56







Alex Boche

















asked Jan 17 at 11:39









Alex BocheAlex Boche

765




765













  • Emacs has Emacspeak (emacspeak.sourceforge.net), and there are people amazingly productive with it.

    – ShreevatsaR
    Feb 1 at 14:19



















  • Emacs has Emacspeak (emacspeak.sourceforge.net), and there are people amazingly productive with it.

    – ShreevatsaR
    Feb 1 at 14:19

















Emacs has Emacspeak (emacspeak.sourceforge.net), and there are people amazingly productive with it.

– ShreevatsaR
Feb 1 at 14:19





Emacs has Emacspeak (emacspeak.sourceforge.net), and there are people amazingly productive with it.

– ShreevatsaR
Feb 1 at 14:19










1 Answer
1






active

oldest

votes


















1














The handsfreecoding.org implementation of full text control does work in Tex Maker. However it does not currently work in Tex Studio or Lyx






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470519%2fwhat-latex-editors-have-an-accessibility-api%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    The handsfreecoding.org implementation of full text control does work in Tex Maker. However it does not currently work in Tex Studio or Lyx






    share|improve this answer




























      1














      The handsfreecoding.org implementation of full text control does work in Tex Maker. However it does not currently work in Tex Studio or Lyx






      share|improve this answer


























        1












        1








        1







        The handsfreecoding.org implementation of full text control does work in Tex Maker. However it does not currently work in Tex Studio or Lyx






        share|improve this answer













        The handsfreecoding.org implementation of full text control does work in Tex Maker. However it does not currently work in Tex Studio or Lyx







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 12 mins ago









        Alex BocheAlex Boche

        765




        765






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470519%2fwhat-latex-editors-have-an-accessibility-api%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

            Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

            How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...