[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 07 Dec 2005 18:59:58 -0000


albertel		Wed Dec  7 13:59:58 2005 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - added the new jasMath 24 files to the install, and a unzip process for the font files
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.461 doc/loncapafiles/loncapafiles.lpml:1.462
--- doc/loncapafiles/loncapafiles.lpml:1.461	Tue Dec  6 00:02:05 2005
+++ doc/loncapafiles/loncapafiles.lpml	Wed Dec  7 13:59:57 2005
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.461 2005/12/06 05:02:05 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.462 2005/12/07 18:59:57 albertel Exp $ -->
 
 <!--
 
@@ -3464,6 +3464,7 @@
 jsMath-fallback-mac-mozilla.js;
 jsMath-fallback-mac-msie.js;
 jsMath-fallback-pc.js;
+jsMath-fallback-symbols.js;
 jsMath-fallback-unix.js;
 jsMath.js;
 jsMath-mozilla.js;
@@ -3472,6 +3473,38 @@
 </fileglob>
 
 <file>
+  <source>loncom/html/adm/jsMath/jsMath-fonts-1.2.zip</source>
+  <target dist='default'>home/httpd/html/adm/jsMath</target>
+  <categoryname>script</categoryname>
+  <description>
+    Dynamically converts JME strings into either a png or ps file.
+  </description>
+  <build trigger='always run'>
+loncom/html/adm/jsMath/commands /home/httpd/html/adm/jsMath
+  </build>
+  <dependencies>
+commands;
+jsMath-fonts-1.2.zip;
+  </dependencies>
+</file>
+
+<fileglob>
+  <glob>*.*</glob>
+  <sourcedir>loncom/html/adm/jsMath/plugins</sourcedir>
+  <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins</targetdir>
+  <categoryname>interface file</categoryname>
+  <description>
+jsMath is a Javascript solution to converting TeX to something the browser can see
+  </description>
+  <filenames>
+autoload.js;
+mimeTeX.js;
+noImageFonts.js;
+tex2math.js;
+  </filenames>
+</fileglob>
+
+<file>
 <source>loncom/interface/lontest.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 <categoryname>handler</categoryname>