diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/apa/teched.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/apa/teched.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apa/teched.html b/Master/texmf-dist/doc/latex/latex-web-companion/apa/teched.html new file mode 100644 index 00000000000..838cda2a55b --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/apa/teched.html @@ -0,0 +1,47 @@ +<HTML> +<!-- teched.html --> +<!-- (C) Copyright 1998 by Robert S. Sutor. All rights reserved. --> +<HEAD> + <META HTTP-EQUIV="Content-Type" + CONTENT="text/html; charset=iso-8859-1"> + <META NAME="GENERATOR" + CONTENT="Mozilla/4.01 [en] (Win95; I) [Netscape]"> + <TITLE>teched Sample LaTeX Editor</TITLE> +</HEAD> + +<!-- This is a very simple LaTeX editor built using the --> +<!-- IBM techexplorer Hypermedia Browser and a Java applet. --> + +<BODY> +<CENTER> + +<!-- The upper window is controlled by techexplorer. We --> +<!-- give the name 'teInput' to this window. We are --> +<!-- using a table to put a frame around the window. --> + +<TABLE BORDER=1> + <TR> + <TD> + <EMBED TYPE="application/x-techexplorer" + TEXDATA="\(\)" + NAME="teInput" WIDTH=600 HEIGHT=150> + </TD> + </TR> +</TABLE> + +<!-- The lower window is handled by the 'teched' Java --> +<!-- applet. Like the techexplorer window, it is 600 --> +<!-- pixels wide. --> + +<TABLE BORDER=1> + <TR> + <TD> + <APPLET CODE="teched.class" + NAME="teched" ALIGN=CENTER + WIDTH=600 HEIGHT=130 MAYSCRIPT></APPLET> + </TD> + </TR> +</TABLE> +</CENTER> +</BODY> +</HTML>
\ No newline at end of file |