texjava
create a Java file from an associated LaTex file
Install
- All systems
-
curl cmd.cat/texjava.sh
- Debian
-
apt-get install tcode
- Ubuntu
-
apt-get install tcode
- Kali Linux
-
apt-get install tcode
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tcode
- Raspbian
-
apt-get install tcode
- Dockerfile
- dockerfile.run/texjava
tcode
create a Java file from an associated LaTex file
Tcode is a precondition for libssj-java (SSJ) that creates a Java file from an associated LaTeX file. All SSJ code is written in LaTex format with special commands that allows Tcode to extract the Java code from the LaTex file. After which, Javadoc and LaTeX2HTML will create the HTML documentation. This guarantees that the source code and its documentation will never diverge.