1# psfrag.perl by Ross Moore <ross@maths.mq.edu.au> 99-09-06 2# 3# Extension to LaTeX2HTML V 99.2 to supply support for the "psfrag" 4# LaTeX2e supported package. 5# 6# Change Log: 7# =========== 8 9package main; 10 11# Suppress option-warning messages: 12 13sub do_psfrag_scanall {} 14sub do_psfrag_2emode {} 15sub do_psfrag_209mode {} 16sub do_psfrag_debugshow {} 17sub do_graphics_debugshow {} 18 19 20# put commands into images.tex 21 22&process_commands_in_tex (<<_RAW_ARG_CMDS_); 23epsfbox # {} 24_RAW_ARG_CMDS_ 25 26&process_commands_nowrap_in_tex (<<_RAW_ARG_CMDS_); 27psfragstar # {} # {} 28psfrag # {} # {} 29_RAW_ARG_CMDS_ 30 31 32&ignore_commands( <<_IGNORED_CMDS_); 33\psfragspecial # {} # {} # {} # {} # {} # {} 34_IGNORED_CMDS_ 35 36 371; # Must be last line 38