"Fossies" - the Fresh Open Source Software Archive

Member "laspack/html/images.pl" (13 Aug 1995, 1124 Bytes) of package /linux/privat/old/laspack.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Perl source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


    1 # LaTeX2HTML 95 (Thu Jan 19 1995)
    2 # Associate image original text (scrambled) with physical files.
    3 
    4 $key = q/{figure}[htb]htmlimagescale=1.5centerunitlength0.8mmpicture(156.0,119.0)thinlinesput(14.0,95.0)framebox(128.0,10.0)LargettMLSOLVput(14.0,78.0)framebox(128.0,10.0)LargettITERSOLVput(14.0,61.0)makebox(128.0,17.0)LargettRTCput(14.0,44.0)framebox(96.0,10.0)LargettPRECONDput(110.0,44.0)framebox(32.0,10.0)LargettEIGENVALput(14.0,27.0)framebox(80.0,10.0)LargettOPERATSput(94.0,27.0)framebox(48.0,10.0)LargettFACTORput(14.0,17.0)framebox(32.0,10.0)LargettVECTORput(46.0,17.0)framebox(32.0,10.0)LargettMATRIXput(78.0,17.0)framebox(64.0,10.0)LargettQMATRIXput(14.0,0.0)makebox(128.0,17.0)LargettERRHANDLthicklinesput(14.0,95.0)framebox(128.0,10.0)put(14.0,78.0)framebox(128.0,10.0)put(7.0,61.0)framebox(142.0,51.0)put(14.0,44.0)framebox(128.0,10.0)put(14.0,17.0)framebox(128.0,20.0)put(0.0,0.0)framebox(156.0,119.0)picturecenter{figure}/;
    5 $cached_env_img{$key} ='<IMG  ALIGN=BOTTOM ALT="" SRC="img2.gif">'; 
    6 $key = q/{_inline}$65times65${_inline}/;
    7 $cached_env_img{$key} ='<IMG  ALIGN=MIDDLE ALT="" SRC="img1.gif">'; 
    8 
    9 1;
   10