texlive[54389] trunk: latex2nemeth (18mar20)

commits+karl at tug.org commits+karl at tug.org
Wed Mar 18 22:17:46 CET 2020


Revision: 54389
          http://tug.org/svn/texlive?view=revision&revision=54389
Author:   karl
Date:     2020-03-18 22:17:45 +0100 (Wed, 18 Mar 2020)
Log Message:
-----------
latex2nemeth (18mar20)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/latex2nemeth/latex2nemeth
    trunk/Master/texmf-dist/doc/support/latex2nemeth/README
    trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth

Added Paths:
-----------
    trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.2.jar

Removed Paths:
-------------
    trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.1.jar

Modified: trunk/Build/source/texk/texlive/linked_scripts/latex2nemeth/latex2nemeth
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/latex2nemeth/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/latex2nemeth/README	2020-03-18 19:11:29 UTC (rev 54388)
+++ trunk/Master/texmf-dist/doc/support/latex2nemeth/README	2020-03-18 21:17:45 UTC (rev 54389)
@@ -1,7 +1,17 @@
 Latex2Nemeth
 ============
-Version 1.0.1
+Version 1.0.2
 
+====================================
+
+New addition in this version (compared to 1.0.1) 
+is basic macro support. The program supports 
+simple replacement commands (such as \newcommand{}{}) 
+and commands with optional arguments 
+(such as \newcommand{\inner}[2]{\langle#1,#2\rangle}). 
+
+=====================================
+
 This is the source tree for Latex2Nemeth, a tool for translating TeX files to Braille.
 
 
@@ -13,7 +23,7 @@
 Licence
 -------
 
-Copyright 2016-2017 by Andreas Papasalοuros, Antonis Tsolomitis.
+Copyright 2016-2020 by Andreas Papasalοuros, Antonis Tsolomitis.
 
 This program is distributed under the GPL, version 3 or later. Please see the COPYING file for details.
 
@@ -53,7 +63,7 @@
 -----
 
 After compiling the tool the executable `jar` will be located in the `target/` directory,
-e.g. `target/latex2nemeth-v1.0.1.jar`.
+e.g. `target/latex2nemeth-v1.0.2.jar`.
 
 A simple to way to run the tool is
 
@@ -69,13 +79,13 @@
 
 **Examples**
   A simple example:
-        java -jar target/latex2nemeth-v1.0.1.jar src/test/resources/com/latex2nemeth/bootstrap/mathtest.tex src/test/resources/com/latex2nemeth/bootstrap/mathtest.aux
+        java -jar target/latex2nemeth-v1.0.2.jar src/test/resources/com/latex2nemeth/bootstrap/mathtest.tex src/test/resources/com/latex2nemeth/bootstrap/mathtest.aux
  
   A more complicated example:
-        java -jar target/latex2nemeth-v1.0.1.jar src/test/resources/com/latex2nemeth/bootstrap/mathtest.tex src/test/resources/com/latex2nemeth/bootstrap/mathtest.aux -o ch -m nemeth -e src/test/resources/com/latex2nemeth/bootstrap/nemeth.json
+        java -jar target/latex2nemeth-v1.0.2.jar src/test/resources/com/latex2nemeth/bootstrap/mathtest.tex src/test/resources/com/latex2nemeth/bootstrap/mathtest.aux -o ch -m nemeth -e src/test/resources/com/latex2nemeth/bootstrap/nemeth.json
 
   An example with pictures:
-        java -jar target/latex2nemeth-v1.0.1.jar src/test/resources/com/latex2nemeth/bootstrap/mathpics.tex src/test/resources/com/latex2nemeth/bootstrap/mathpics.aux
+        java -jar target/latex2nemeth-v1.0.2.jar src/test/resources/com/latex2nemeth/bootstrap/mathpics.tex src/test/resources/com/latex2nemeth/bootstrap/mathpics.aux
 
 **Notes**
 -------------
@@ -85,7 +95,7 @@
 
         iconv -f iso8859-7 -t utf-8 source.tex > source-utf8.tex
 
-   or using your editor. Now run "java -jar latex2nemeth-v1.0.1.jar" as above with 
+   or using your editor. Now run "java -jar latex2nemeth-v1.0.2.jar" as above with 
    source-utf8.tex as the tex file and source.aux as the aux file. If errors are 
    produced you need to modify the source-utf8.tex at the line indicated. 
    Usually the errors have to do either with non supported shortcuts for macros 
@@ -119,7 +129,7 @@
 6. It is possible to translate TeX files using different Braille alphabets. A different Braille alphabet
 is  encoded in a JSON file. For example, in order to translate a texfile  into polytonic Greek, the command is as follows:
  
-	 java -jar latex2nemeth-v1.0.1.jar texfile.tex auxfile.aux  -e /path/to/polytonic.json
+	 java -jar latex2nemeth-v1.0.2.jar texfile.tex auxfile.aux  -e /path/to/polytonic.json
 
 Please report issues related to erratic output to a n d p a p a s [AT] a e g e a n . g r
 and issues related to the tex file handling/modifying to a n t o n i s . t s o l o m i t i s [AT] g m a i l . c o m 

Modified: trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth
===================================================================
(Binary files differ)

Deleted: trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.1.jar
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.2.jar
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.2.jar
===================================================================
--- trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.2.jar	2020-03-18 19:11:29 UTC (rev 54388)
+++ trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.2.jar	2020-03-18 21:17:45 UTC (rev 54389)

Property changes on: trunk/Master/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.2.jar
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property


More information about the tex-live-commits mailing list.