|
From: <ala...@us...> - 2014-05-02 19:38:57
|
Revision: 474
http://sourceforge.net/p/latex-access/code/474
Author: alastair-irving
Date: 2014-05-02 19:38:54 +0000 (Fri, 02 May 2014)
Log Message:
-----------
Updated homepage.
Modified Paths:
--------------
website/index.html
Modified: website/index.html
===================================================================
--- website/index.html 2014-04-07 17:00:56 UTC (rev 473)
+++ website/index.html 2014-05-02 19:38:54 UTC (rev 474)
@@ -1,7 +1,7 @@
<html>
<head>
-<title>latex-access, providing easy on-the-fly braille access to LaTeX documents</title>
+<title>latex-access, providing easy on-the-fly braille and speech access to LaTeX documents</title>
<meta name="keywords" content="latex-access,latex_access,braille,latex,braille translation,math,maths,mathematics,blind,blinndness,scripts,python">
</head>
<body>
@@ -11,7 +11,7 @@
-<h1>latex-access</h1> The latex-access project is designed to provide
+<h1>Latex-access</h1> The latex-access project is designed to provide
a realtime translation of a line of LaTeX into braille, using either the Nemeth or UEB code, which can be read on a refreshable braille
display. This will greatly improve the ease of use of LaTeX to blind
mathematicians and scientists. The project also translates the
@@ -33,7 +33,7 @@
<h2>Why the need for the project latex-access?</h2>
It is widely thought that LaTeX is a good system for a blind mathematician or scientist to use to create and read scientific documents, as it is a linear code and so the user does not have to interact with two-dimensional notation, such as fractions and column vectors.
By reading this linear code, a blind person can take in and understand scientific documents in the same way that a sighted person would do by studying a printed document.
-It should be noted that normally, laTeX is just a source from which documents are converted in to an attractive-looking, typeset document that can be printed or viewed on screen, often in a .pdf, .dvi or .ps format. For various technical reasons, documents in such formats are currently inaccessible with current screen-reading technology. The best current sollution therefore is not to concern ourselves with documents in these formats, but rather to read and interpret the LaTeX source code itself.
+It should be noted that normally, laTeX is just a source from which documents are converted into an attractive-looking, typeset document that can be printed or viewed on screen, often in a .pdf, .dvi or .ps format. For various technical reasons, documents in such formats are currently inaccessible with current screen-reading technology. The best current sollution therefore is not to concern ourselves with documents in these formats, but rather to read and interpret the LaTeX source code itself.
<h2>Reading a laTeX document</h2>
It is entirely possible to read a LaTeX document simply by reading the LaTeX source itself. This however, is often a time-consuming and pain-staking process, and it is often not particularly nice to read. For example, the LaTeX source for the quadratic formula is <br>
@@ -54,9 +54,9 @@
</ul>
<li>A matrix browser feature to enable easier reading of larger matrices in LaTeX, see the description below.</li>
<li> Support for custom defined LaTeX commands.</li>
-<li>An interface to the Windows screen reader Jaws.</li>
-<li>Interfaces to Brltty and Emacspeak under Linux.</li>
-<li>When using Brltty, cursor routing keys on Braille displays are supported making navigation much simpler.</li>
+<li>An interface to the Windows screen reader <a href="http://www.freedomscientific.com/">Jaws</a>.</li>
+<li>Interfaces to <a href="http://mielke.cc/brltty/">BRLTTY</a> and <a href="http://emacspeak.sourceforge.net/">Emacspeak</a> under Linux.</li>
+<li>When using BRLTTY, cursor routing keys on Braille displays are supported making navigation much simpler.</li>
</ul>
<h2>The matrix browser</h2>
@@ -86,7 +86,7 @@
<p>
Last edit: <br>
-28/07/2013 <br>
+02/05/2014 <br>
by Alastair Irving.
</body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|