home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / hypertext / latex2html_1 / OtherStuff / dbug_list < prev    next >
Text File  |  1996-01-25  |  163KB  |  4,907 lines

  1.  
  2. Loading DB routines from $RCSfile: perl5db.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:07 $
  3. Emacs support available.
  4.  
  5. Enter h for help.
  6.  
  7. main::(latex2html:3): 'di';
  8.   DB<1> 
  9.  
  10.   DB<1> s
  11. main::(latex2html:4): 'ig00';
  12.   DB<1> 
  13. main::(latex2html:8): $LATEX2HTMLDIR='files.';$INC[2] = 'ADFS::IDEDisc4.$.Internet.latex2html'; # Last bit for RiscOs Perl
  14.   DB<1> 
  15. main::(latex2html:8): $LATEX2HTMLDIR='files.';$INC[2] = 'ADFS::IDEDisc4.$.Internet.latex2html'; # Last bit for RiscOs Perl
  16.   DB<1> 
  17. main::(latex2html:90): $TEXEXPAND = 'texexpand';
  18.   DB<1> 
  19. main::(latex2html:91): $LATEX = 'latex';
  20.   DB<1> 
  21. main::(latex2html:92): $DVIPS = 'dvips';
  22.   DB<1> 
  23. main::(latex2html:94): $TEX2HTMLVERSION = '95 (Thu Jan 19 1995)';
  24.   DB<1> 
  25. main::(latex2html:95): $TEX2HTMLADDRESS = "http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html";
  26.   DB<1> 
  27. main::(latex2html:96): $AUTHORADDRESS = "http://cbl.leeds.ac.uk/nikos/personal.html";
  28.   DB<1> 
  29. main::(latex2html:98): push(@INC,$ENV{'HOME'});
  30.   DB<1> 
  31. main::(latex2html:100): $| = 1; # flush stdout with every print -- gives better feedback during
  32.   DB<1> 
  33. main::(latex2html:106): $DESTDIR = '.';
  34.   DB<1> 
  35. main::(latex2html:111): $MAX_SPLIT_DEPTH = 8;
  36.   DB<1> 
  37. main::(latex2html:118): $MAX_LINK_DEPTH = 4;
  38.   DB<1> 
  39. main::(latex2html:123): $NOLATEX = 0;
  40.   DB<1> 
  41. main::(latex2html:126): $EXTERNAL_IMAGES = 0;
  42.   DB<1> 
  43. main::(latex2html:129): $PS_IMAGES = 0;
  44.   DB<1> 
  45. main::(latex2html:135): $ASCII_MODE = 0;
  46.   DB<1> 
  47. main::(latex2html:139): $default_title = 'No Title';
  48.   DB<1> 
  49. main::(latex2html:140): $TITLE = $default_title;
  50.   DB<1> 
  51. main::(latex2html:143): $NO_NAVIGATION = 0;
  52.   DB<1> 
  53. main::(latex2html:147): $TOP_NAVIGATION = 1;
  54.   DB<1> 
  55. main::(latex2html:151): $BOTTOM_NAVIGATION = 0;
  56.   DB<1> 
  57. main::(latex2html:155): $AUTO_NAVIGATION = 1;
  58.   DB<1> 
  59. main::(latex2html:156): $WORDS_IN_PAGE = 200;
  60.   DB<1> 
  61. main::(latex2html:159): $INDEX_IN_NAVIGATION = 1;
  62.   DB<1> 
  63. main::(latex2html:162): $CONTENTS_IN_NAVIGATION = 1;
  64.   DB<1> 
  65. main::(latex2html:167): $NEXT_PAGE_IN_NAVIGATION = 1;
  66.   DB<1> 
  67. main::(latex2html:170): $PREVIOUS_PAGE_IN_NAVIGATION = 1;
  68.   DB<1> 
  69. main::(latex2html:176): $INFO = 1;
  70.   DB<1> 
  71. main::(latex2html:179): $CHILDLINE = "<BR><HR>\n";
  72.   DB<1> 
  73. main::(latex2html:192): $DONT_INCLUDE = "";
  74.   DB<1> 
  75. main::(latex2html:195): $REUSE = 0;   # If 1 it Causes images to be reused  
  76.   DB<1> 
  77. main::(latex2html:206): $SHOW_SECTION_NUMBERS = 0;
  78.   DB<1> 
  79. main::(latex2html:210): $LINE_WIDTH = 450;
  80.   DB<1> 
  81. main::(latex2html:218): $MATH_SCALE_FACTOR = 1.6;
  82.   DB<1> 
  83. main::(latex2html:224): $FIGURE_SCALE_FACTOR = 1.6;
  84.   DB<1> 
  85. main::(latex2html:229): $NO_IMAGES = 0;
  86.   DB<1> 
  87. main::(latex2html:237): $IMAGES_ONLY = 0;
  88.   DB<1> 
  89. main::(latex2html:242): $NO_SUBDIR = 0;
  90.   DB<1> 
  91. main::(latex2html:245): $default_language = 'english';
  92.   DB<1> 
  93. main::(latex2html:248): (&usage && die "No files to process!\n") unless @ARGV;
  94.   DB<1> 
  95. main::(latex2html:251): $HOME = $ENV{'HOME'};
  96.   DB<1> 
  97. main::(latex2html:254): @address_data = &address_data;
  98.   DB<1> 
  99. main::address_data(latex2html:3809):     local($user, $date, $_);
  100.   DB<1> 
  101. main::(latex2html:257): eval "require 'getcwd.pl'";
  102.   DB<1> 
  103. main::((eval 2):1): require 'getcwd.pl'
  104. main::((eval 2):2): ;  DB<1> 
  105. main::(<PerlPrivLib$Dir>.getcwd.pl:62):
  106. 62: 1;
  107.   DB<1> 
  108. main::(latex2html:260): eval "sub getcwd { `pwd` };" unless (defined &getcwd);
  109.   DB<1> 
  110. main::(latex2html:263): require("$LATEX2HTMLDIR/startup.config") if
  111. main::(latex2html:264):     ((-e "$LATEX2HTMLDIR/startup.config") ||
  112. main::(latex2html:265):      die "LaTeX2HTML has not been installed correctly:".main::(latex2html:266):      "\nCould not find file $LATEX2HTMLDIR/startup.config\n");
  113.   DB<1> 
  114. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:7):
  115. 7: $LATEX2HTMLDIR = 'files.';
  116.   DB<1> 
  117. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:10):
  118. 10: $PBMPLUSDIR = "/path/to/pbmplusdir";
  119.   DB<1> 
  120. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:15):
  121. 15: $USENETPBM = 0;
  122.   DB<1> 
  123. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:17):
  124. 17: $LATEX = "latex";  # LaTeX
  125.   DB<1> 
  126. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:19):
  127. 19: $DVIPS = "dvips";  # Dvips
  128.   DB<1> 
  129. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:25):
  130. 25: $ENV{'GS'} = "gs";  # Ghostscript
  131.   DB<1> 
  132. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:36):
  133. 36: $GIFTRANS = "";
  134.   DB<1> 
  135. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:42):
  136. 42: $ICONSERVER = 'http://cbl.leeds.ac.uk/nikos/figs/';
  137.   DB<1> 
  138. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:45):
  139. 45: $TEXEXPAND = "$LATEX2HTMLDIR/texexpand";       # supplied with the translator
  140.   DB<1> 
  141. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:46):
  142. 46: $PSTOGIF = "$LATEX2HTMLDIR/pstogif";           # supplied with the translator
  143.   DB<1> 
  144. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:47):
  145. 47: $BLANKPBM = "$LATEX2HTMLDIR/icons/blank.pbm";  # supplied with the translator
  146.   DB<1> 
  147. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:48):
  148. 48: $ENV{'PSTOPPM'} = "$LATEX2HTMLDIR/pstoppm.ps"; # supplied with the translator
  149.   DB<1> 
  150. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:50):
  151. 50: $ENV{'PNMCROP'} = "$PBMPLUSDIR/pnmcrop";
  152.   DB<1> 
  153. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:51):
  154. 51: $ENV{'PPMTOGIF'} = "$PBMPLUSDIR/ppmtogif";
  155.   DB<1> 
  156. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:53):
  157. 53: $ENV{'PPMQUANT'} = "$PBMPLUSDIR/ppmquant 256";
  158.   DB<1> 
  159. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:56):
  160. 56: $PNMFILE =  "$PBMPLUSDIR/pnmfile";
  161.   DB<1> 
  162. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:57):
  163. 57: $PNMTILE = "$PBMPLUSDIR/pnmtile";
  164.   DB<1> 
  165. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:58):
  166. 58: $PNMCAT = "$PBMPLUSDIR/pnmcat";
  167.   DB<1> 
  168. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:59):
  169. 59: $PPMTOGIF = "$PBMPLUSDIR/ppmtogif";  
  170.   DB<1> 
  171. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:61):
  172. 61: if ($USENETPBM) {
  173.   DB<1> 
  174. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:64):
  175. 64:     $GIFTOPPM = "$PBMPLUSDIR/giftoppm"};
  176.   DB<1> 
  177. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:67):
  178. 67: $LATEX2HTMLSTYLES = "$LATEX2HTMLDIR/styles";
  179.   DB<1> 
  180. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:76):
  181. 76: $MAX_SPLIT_DEPTH = 8; # Stop making separate files at this depth
  182.   DB<1> 
  183. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:78):
  184. 78: $MAX_LINK_DEPTH = 4;    # Stop showing child nodes at this depth   
  185.   DB<1> 
  186. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:80):
  187. 80: $NOLATEX = 0;           # 1 = do not pass unknown environments to Latex
  188.   DB<1> 
  189. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:82):
  190. 82: $EXTERNAL_IMAGES = 0;   # 1 = leave the images outside the document 
  191.   DB<1> 
  192. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:85):
  193. 85: $PS_IMAGES = 0;
  194.   DB<1> 
  195. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:87):
  196. 87: $ASCII_MODE = 0;        # 1 = do not use any icons or internal images
  197.   DB<1> 
  198. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:89):
  199. 89: $TITLE = $default_title;      # The default is "No Title" 
  200.   DB<1> 
  201. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:91):
  202. 91: $DESTDIR = '';         # Put the result in this directory 
  203.   DB<1> 
  204. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:94):
  205. 94: $ADDRESS = "<I>$address_data[0] <BR>\n$address_data[1]</I>";
  206.   DB<1> 
  207. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:96):
  208. 96: $NO_NAVIGATION = 0; # 1 = do not put a navigation panel at the top of each page
  209.   DB<1> 
  210. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:100):
  211. 100: $AUTO_NAVIGATION = 1;
  212.   DB<1> 
  213. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:103):
  214. 103: $INDEX_IN_NAVIGATION = 1;
  215.   DB<1> 
  216. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:106):
  217. 106: $CONTENTS_IN_NAVIGATION = 1;
  218.   DB<1> 
  219. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:109):
  220. 109: $NEXT_PAGE_IN_NAVIGATION = 1;
  221.   DB<1> 
  222. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:112):
  223. 112: $PREVIOUS_PAGE_IN_NAVIGATION = 1;
  224.   DB<1> 
  225. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:114):
  226. 114: $INFO = 1;              # 0 = do not make a "About this document..." section 
  227.   DB<1> 
  228. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:119):
  229. 119: $DONT_INCLUDE = "memo:psfig:dvipsfig:epsf:a4:memo:makeidx:times:margins:aaii2:" .
  230. 120:                 "preprint:revtex:eqsecnum:aps:html:pictex:german:french:art12:" .
  231. 121:   "12pt:doublespace:float:harvard:tabls:twoside";
  232.   DB<1> 
  233. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:124):
  234. 124: $REUSE = 1;
  235.   DB<1> 
  236. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:133):
  237. 133: $SHOW_SECTION_NUMBERS = 0;
  238.   DB<1> 
  239. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:138):
  240. 138: $NO_IMAGES = 0;
  241.   DB<1> 
  242. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:143):
  243. 143: $IMAGES_ONLY = 0;
  244.   DB<1> 
  245. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:146):
  246. 146: $CHILDLINE = "<BR> <HR>\n";
  247.   DB<1> 
  248. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:150):
  249. 150: $LINE_WIDTH = 500;
  250.   DB<1> 
  251. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:153):
  252. 153: $WORDS_IN_PAGE = 300;
  253.   DB<1> 
  254. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:156):
  255. 156: $default_language = 'english';
  256.   DB<1> 
  257. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:161):
  258. 161: $WORDS_IN_NAVIGATION_PANEL_TITLES = 4;
  259.   DB<1> 
  260. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:169):
  261. 169: $MATH_SCALE_FACTOR = 1.6;
  262.   DB<1> 
  263. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:175):
  264. 175: $FIGURE_SCALE_FACTOR = 0;
  265.   DB<1> 
  266. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:182):
  267. 182: $DEBUG = 0;
  268.   DB<1> 
  269. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:188):
  270. 188: $EXTERNAL_UP_LINK = "";
  271.   DB<1> 
  272. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:189):
  273. 189: $EXTERNAL_UP_TITLE = "";
  274.   DB<1> 
  275. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:193):
  276. 193: $TRANSPARENT_FIGURES = 1;
  277.   DB<1> 
  278. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:196):
  279. 196: $NETSCAPE_HTML = 0;
  280.   DB<1> 
  281. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:203):
  282. 203: $PAPERSIZE = "a4";
  283.   DB<1> 
  284. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:231):
  285. 231: $TITLES_LANGUAGE = "english";
  286.   DB<1> 
  287. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:313):
  288. 313: %icons = 
  289. 314: (
  290. 315:  'cross_ref_visible_mark' ,'cross_ref_motif.gif',
  291. 316:  'anchor_mark' ,' ',
  292. 317:  'anchor_invisible_mark' ,' ', 
  293. 318:  'up_visible_mark' ,'up_motif.gif', 
  294. 319:  'next_visible_mark' ,'next_group_motif.gif', 
  295. 320:  'previous_visible_mark' ,'previous_group_motif.gif',
  296. 321:  'next_page_visible_mark' ,'next_motif.gif',
  297. 322:  'previous_page_visible_mark' ,'previous_motif.gif',
  298. 323:  'contents_visible_mark' ,'contents_motif.gif',
  299. 324:  'index_visible_mark' ,'index_motif.gif',
  300. 325:  'footnote_mark' ,'foot_motif.gif',
  301. 326:  'up_inactive_visible_mark' ,'up_motif_gr.gif', 
  302. 327:  'next_inactive_visible_mark' ,'next_group_motif_gr.gif', 
  303. 328:  'previous_inactive_visible_mark' ,'previous_group_motif_gr.gif',
  304. 329:  'next_page_inactive_visible_mark' ,'next_motif_gr.gif',
  305. 330:  'previous_page_inactive_visible_mark' ,'previous_motif_gr.gif',
  306. 331:  'change_begin_visible_mark','change_begin.gif',
  307. 332:  'change_end_visible_mark','change_end.gif',
  308. 333:  'change_delete_visible_mark','change_delete.gif'
  309. 334:  );
  310.   DB<1> 
  311. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:336):
  312. 336: $extern_image_mark = &extern_image_mark;
  313.   DB<1> 
  314. main::extern_image_mark(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:339):
  315. 339:     "[IMAGE $type]";
  316.   DB<1> 
  317. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:398):
  318. 398: &ignore_commands( <<_IGNORED_CMDS_);
  319. 399: savebox# {}# []# [] 
  320. 400: center
  321. 401: _IGNORED_CMDS_
  322.   DB<1> 
  323. main::ignore_commands(latex2html:2800):
  324. 2800:     local($_) = @_;
  325.   DB<1> 
  326. main::ignore_commands(latex2html:2801):
  327. 2801:     foreach (/.*\n?/g) {
  328.   DB<1> 
  329. main::ignore_commands(latex2html:2802):
  330. 2802:  s/\n//g;
  331.   DB<1> 
  332. main::ignore_commands(latex2html:2804):
  333. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  334.   DB<1> 
  335. main::ignore_commands(latex2html:2805):
  336. 2805:  next unless $cmd;
  337.   DB<1> 
  338. main::ignore_commands(latex2html:2806):
  339. 2806:  $cmd =~ s/ //;
  340.   DB<1> 
  341. main::ignore_commands(latex2html:2807):
  342. 2807:  ++$ignore{$cmd};
  343.   DB<1> 
  344. main::ignore_commands(latex2html:2808):
  345. 2808:  do {
  346.   DB<1> 
  347. main::ignore_commands(latex2html:2810):
  348. 2810:      grep(($_ = do { s/ //;
  349.   DB<1> 
  350. main::ignore_commands(latex2html:2810):
  351. 2810:      grep(($_ = do { s/ //;
  352.   DB<1> 
  353. main::ignore_commands(latex2html:2811):
  354. 2811:        if (/{}/) {
  355.   DB<1> 
  356. main::ignore_commands(latex2html:2812):
  357. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  358.   DB<1> 
  359. main::ignore_commands(latex2html:2810):
  360. 2810:      grep(($_ = do { s/ //;
  361.   DB<1> 
  362. main::ignore_commands(latex2html:2811):
  363. 2811:        if (/{}/) {
  364.   DB<1> 
  365. main::ignore_commands(latex2html:2813):
  366. 2813:        elsif (/[[][]]/) {
  367.   DB<1> 
  368. main::ignore_commands(latex2html:2814):
  369. 2814:     '&get_next_optional_argument;';}
  370. 2815:        else { # We have arbitrary code - just add it
  371.   DB<1> 
  372. main::ignore_commands(latex2html:2810):
  373. 2810:      grep(($_ = do { s/ //;
  374.   DB<1> 
  375. main::ignore_commands(latex2html:2811):
  376. 2811:        if (/{}/) {
  377.   DB<1> 
  378. main::ignore_commands(latex2html:2813):
  379. 2813:        elsif (/[[][]]/) {
  380.   DB<1> 
  381. main::ignore_commands(latex2html:2814):
  382. 2814:     '&get_next_optional_argument;';}
  383. 2815:        else { # We have arbitrary code - just add it
  384.   DB<1> 
  385. main::ignore_commands(latex2html:2820):
  386. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  387.   DB<1> 
  388. main::ignore_commands(latex2html:2802):
  389. 2802:  s/\n//g;
  390.   DB<1> 
  391. main::ignore_commands(latex2html:2804):
  392. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  393.   DB<1> 
  394. main::ignore_commands(latex2html:2805):
  395. 2805:  next unless $cmd;
  396.   DB<1> 
  397. main::ignore_commands(latex2html:2806):
  398. 2806:  $cmd =~ s/ //;
  399.   DB<1> 
  400. main::ignore_commands(latex2html:2807):
  401. 2807:  ++$ignore{$cmd};
  402.   DB<1> 
  403. main::ignore_commands(latex2html:2808):
  404. 2808:  do {
  405.   DB<1> 
  406. main::ignore_commands(latex2html:2802):
  407. 2802:  s/\n//g;
  408.   DB<1> 
  409. main::ignore_commands(latex2html:2804):
  410. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  411.   DB<1> 
  412. main::ignore_commands(latex2html:2805):
  413. 2805:  next unless $cmd;
  414.   DB<1> 
  415. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:408):
  416. 408: &process_commands_in_tex (<<_RAW_ARG_CMDS_);
  417. 409: fbox # {}
  418. 410: framebox # [] # [] # {}
  419. 411: _RAW_ARG_CMDS_
  420.   DB<1> 
  421. main::process_commands_in_tex(latex2html:3195):
  422. 3195:     local($_) = @_;
  423.   DB<1> 
  424. main::process_commands_in_tex(latex2html:3196):
  425. 3196:     foreach (/.*\n?/g) {
  426.   DB<1> 
  427. main::process_commands_in_tex(latex2html:3198):
  428. 3198:  chop;
  429.   DB<1> 
  430. main::process_commands_in_tex(latex2html:3201):
  431. 3201:  local($cmd, @args) = split('#',$_);
  432.   DB<1> 
  433. main::process_commands_in_tex(latex2html:3202):
  434. 3202:  next unless $cmd;
  435.   DB<1> 
  436. main::process_commands_in_tex(latex2html:3204):
  437. 3204:  $cmd =~ s/ //g;
  438.   DB<1> 
  439. main::process_commands_in_tex(latex2html:3208):
  440. 3208:  local ($body, $code) = ("", "");
  441.   DB<1> 
  442. main::process_commands_in_tex(latex2html:3209):
  443. 3209:  foreach (@args) {
  444.   DB<1> 
  445. main::process_commands_in_tex(latex2html:3210):
  446. 3210:      if (/\{\}/) {
  447.   DB<1> 
  448. main::process_commands_in_tex(latex2html:3211):
  449. 3211:   $body .= '$args .= $& if s/$next_pair_rx//o;' . "\n"
  450.   DB<1> 
  451. main::process_commands_in_tex(latex2html:3221):
  452. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  453. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  454. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  455. 3225:   ."\n";
  456.   DB<1> 
  457. main::process_commands_in_tex(latex2html:3226):
  458. 3226:  eval $code;
  459.   DB<1> 
  460. main::process_commands_in_tex(latex2html:3230):
  461. 3230:  $raw_arg_cmds{$cmd} = 1;
  462.   DB<1> 
  463. main::process_commands_in_tex(latex2html:3198):
  464. 3198:  chop;
  465.   DB<1> 
  466. main::process_commands_in_tex(latex2html:3201):
  467. 3201:  local($cmd, @args) = split('#',$_);
  468.   DB<1> 
  469. main::process_commands_in_tex(latex2html:3202):
  470. 3202:  next unless $cmd;
  471.   DB<1> 
  472. main::process_commands_in_tex(latex2html:3204):
  473. 3204:  $cmd =~ s/ //g;
  474.   DB<1> 
  475. main::process_commands_in_tex(latex2html:3208):
  476. 3208:  local ($body, $code) = ("", "");
  477.   DB<1> 
  478. main::process_commands_in_tex(latex2html:3209):
  479. 3209:  foreach (@args) {
  480.   DB<1> 
  481. main::process_commands_in_tex(latex2html:3210):
  482. 3210:      if (/\{\}/) {
  483.   DB<1> 
  484. main::process_commands_in_tex(latex2html:3212):
  485. 3212:      } elsif (/\[\]/) {
  486.   DB<1> 
  487. main::process_commands_in_tex(latex2html:3213):
  488. 3213:   $body .= '($dummy, $pat) = &get_next_optional_argument;' .
  489. 3214:            "\n". '$args .= $pat;';
  490.   DB<1> 
  491. main::process_commands_in_tex(latex2html:3210):
  492. 3210:      if (/\{\}/) {
  493.   DB<1> 
  494. main::process_commands_in_tex(latex2html:3212):
  495. 3212:      } elsif (/\[\]/) {
  496.   DB<1> 
  497. main::process_commands_in_tex(latex2html:3213):
  498. 3213:   $body .= '($dummy, $pat) = &get_next_optional_argument;' .
  499. 3214:            "\n". '$args .= $pat;';
  500.   DB<1> 
  501. main::process_commands_in_tex(latex2html:3210):
  502. 3210:      if (/\{\}/) {
  503.   DB<1> 
  504. main::process_commands_in_tex(latex2html:3211):
  505. 3211:   $body .= '$args .= $& if s/$next_pair_rx//o;' . "\n"
  506.   DB<1> 
  507. main::process_commands_in_tex(latex2html:3221):
  508. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  509. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  510. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  511. 3225:   ."\n";
  512.   DB<1> 
  513. main::process_commands_in_tex(latex2html:3226):
  514. 3226:  eval $code;
  515.   DB<1> 
  516. main::process_commands_in_tex(latex2html:3230):
  517. 3230:  $raw_arg_cmds{$cmd} = 1;
  518.   DB<1> 
  519. main::process_commands_in_tex(latex2html:3198):
  520. 3198:  chop;
  521.   DB<1> 
  522. main::process_commands_in_tex(latex2html:3201):
  523. 3201:  local($cmd, @args) = split('#',$_);
  524.   DB<1> 
  525. main::process_commands_in_tex(latex2html:3202):
  526. 3202:  next unless $cmd;
  527.   DB<1> 
  528. main::(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:413):
  529. 413: 1; # This must be the last line
  530.   DB<1> 
  531. main::(latex2html:269): require("$ENV{'HOME'}/.latex2html-init") if (-f "$ENV{'HOME'}/.latex2html-init");
  532.   DB<1> 
  533. main::(latex2html:272): require("./.latex2html-init") if ( (! (&getcwd eq $ENV{'HOME'} )) &&
  534. main::(latex2html:273):        (-f "./.latex2html-init"));
  535.   DB<1> 
  536. main::getcwd(<PerlPrivLib$Dir>.getcwd.pl:7):
  537. 7:     local($dotdots, $cwd, @pst, @cst, $dir, @tst);
  538.   DB<1> 
  539. main::getcwd(<PerlPrivLib$Dir>.getcwd.pl:9):
  540. 9:     unless (@cst = stat('.'))
  541. 10:     {
  542.   DB<1> 
  543. main::getcwd(<PerlPrivLib$Dir>.getcwd.pl:11):
  544. 11:  warn "stat(.): $!";
  545.   DB<1> 
  546. stat(.):  at <PerlPrivLib$Dir>.getcwd.pl line 11.
  547. main::getcwd(<PerlPrivLib$Dir>.getcwd.pl:12):
  548. 12:  return '';
  549.   DB<1> 
  550. main::(latex2html:275): $ADDRESS = "$address_data[0]\n$address_data[1]" unless $ADDRESS;
  551.   DB<1> 
  552. main::(latex2html:279): $argv = join(' ',@ARGV);   # Save the command line arguments
  553.   DB<1> 
  554. main::(latex2html:280): while ($ARGV[0] =~ /^-/) {
  555.   DB<1> 
  556. main::(latex2html:387): $NO_NAVIGATION = 1 unless $MAX_SPLIT_DEPTH;
  557.   DB<1> 
  558. main::(latex2html:388): $NO_FOOTNODE = 1 unless $MAX_SPLIT_DEPTH;
  559.   DB<1> 
  560. main::(latex2html:389): $NO_SPLIT = 1 unless $MAX_SPLIT_DEPTH;
  561.   DB<1> 
  562. main::(latex2html:402): %accent_type = (
  563. main::(latex2html:403):  '18', 'grave',   # \`
  564. main::(latex2html:404):  '19', 'acute',   # `'
  565. main::(latex2html:405):  '20', '',   # \v (I don't know)
  566. main::(latex2html:406):  '21', '',   # \u (I don't know)
  567. main::(latex2html:407):  '22', 'overscore',  # \= (I'm not sure)
  568. main::(latex2html:408):  '94', 'circ',   # \^
  569. main::(latex2html:409):  '95', '',   # \. (I don't know)
  570. main::(latex2html:410):  '7D', '',   # \H (I don't know)
  571. main::(latex2html:411):  '7d', '',   # \H (I don't know)
  572. main::(latex2html:412):  '7E', 'tilde',   # \~
  573. main::(latex2html:413):  '7e', 'tilde',   # \~
  574. main::(latex2html:414):  '7F', 'uml',   # \"
  575. main::(latex2html:415):  '7f', 'uml',   # \"
  576. main::(latex2html:416): );
  577.   DB<1> 
  578. main::(latex2html:418): &driver;
  579.   DB<1> 
  580. main::driver(latex2html:422):     local($FILE, $texfilepath, $orig_cwd, %unknown_commands, $bbl_cnt);
  581.   DB<1> 
  582. main::driver(latex2html:423):     $orig_cwd = &getcwd;
  583.   DB<1> 
  584. main::getcwd(<PerlPrivLib$Dir>.getcwd.pl:7):
  585. 7:     local($dotdots, $cwd, @pst, @cst, $dir, @tst);
  586.   DB<1> 
  587. main::getcwd(<PerlPrivLib$Dir>.getcwd.pl:9):
  588. 9:     unless (@cst = stat('.'))
  589. 10:     {
  590.   DB<1> 
  591. main::getcwd(<PerlPrivLib$Dir>.getcwd.pl:11):
  592. 11:  warn "stat(.): $!";
  593.   DB<1> 
  594. stat(.):  at <PerlPrivLib$Dir>.getcwd.pl line 11.
  595. main::getcwd(<PerlPrivLib$Dir>.getcwd.pl:12):
  596. 12:  return '';
  597.   DB<1> 
  598. main::driver(latex2html:424):     &initialise;  # Initialise some global variables
  599.   DB<1> 
  600. main::initialise(latex2html:3923):     $OUT_NODE = 0;  # Used in making filenames of HTML nodes unique
  601.   DB<1> 
  602. main::initialise(latex2html:3924):     ($O , $C, $OP, $CP) = ('<<' , '>>', '<#', '#>'); # Open/Close Markers
  603.   DB<1> 
  604. main::initialise(latex2html:3925):     $name = 0;   # Used in the HREF NAME= field
  605.   DB<1> 
  606. main::initialise(latex2html:3926):     $wrap_toggle = 'end';
  607.   DB<1> 
  608. main::initialise(latex2html:3927):     $delim = '%:%';  # Delimits items of sectioning information 
  609.   DB<1> 
  610. main::initialise(latex2html:3930):     $cross_ref_mark = '<tex2html_cr_mark>';
  611.   DB<1> 
  612. main::initialise(latex2html:3931):     $external_ref_mark = '<tex2html_ext_cr_mark>';
  613.   DB<1> 
  614. main::initialise(latex2html:3932):     $cite_mark = '<tex2html_cite_mark>';
  615.   DB<1> 
  616. main::initialise(latex2html:3933):     $bbl_mark = '<tex2html_bbl_mark>';
  617.   DB<1> 
  618. main::initialise(latex2html:3934):     $toc_mark = '<tex2html_toc_mark>';
  619.   DB<1> 
  620. main::initialise(latex2html:3935):     $lof_mark = '<tex2html_lof_mark>';
  621.   DB<1> 
  622. main::initialise(latex2html:3936):     $lot_mark = '<tex2html_lot_mark>';
  623.   DB<1> 
  624. main::initialise(latex2html:3937):     $idx_mark = '<tex2html_idx_mark>';
  625.   DB<1> 
  626. main::initialise(latex2html:3938):     $verbatim_mark = '<tex2html_verbatim_mark>';
  627.   DB<1> 
  628. main::initialise(latex2html:3939):     $verb_mark = '<tex2html_verb_mark>';
  629.   DB<1> 
  630. main::initialise(latex2html:3940):     $image_mark = '<tex2html_image_mark>';
  631.   DB<1> 
  632. main::initialise(latex2html:3941):     $mydb_mark =  '<tex2html_mydb_mark>';
  633.   DB<1> 
  634. main::initialise(latex2html:3942):     $percent_mark = '<tex2html_percent_mark>';
  635.   DB<1> 
  636. main::initialise(latex2html:3944):     $bibitem_counter = 0;
  637.   DB<1> 
  638. main::initialise(latex2html:3945):     $undef_mark = '<tex2html_undef_mark>';
  639.   DB<1> 
  640. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  641.   DB<1> 
  642. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  643.   DB<1> 
  644. main::initialise((eval 6):1): $change_begin_visible_mark = '<tex2html_change_begin_visible_mark>'
  645. main::initialise((eval 6):2): ;  DB<1> 
  646. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  647.   DB<1> 
  648. main::initialise((eval 7):1): $previous_page_inactive_visible_mark = '<tex2html_previous_page_inactive_visible_mark>'
  649. main::initialise((eval 7):2): ;  DB<1> 
  650. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  651.   DB<1> 
  652. main::initialise((eval 8):1): $next_page_inactive_visible_mark = '<tex2html_next_page_inactive_visible_mark>'
  653. main::initialise((eval 8):2): ;  DB<1> 
  654. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  655.   DB<1> 
  656. main::initialise((eval 9):1): $contents_visible_mark = '<tex2html_contents_visible_mark>'
  657. main::initialise((eval 9):2): ;  DB<1> 
  658. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  659.   DB<1> 
  660. main::initialise((eval 10):1): $anchor_mark = '<tex2html_anchor_mark>'
  661. main::initialise((eval 10):2): ;  DB<1> 
  662. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  663.   DB<1> 
  664. main::initialise((eval 11):1): $previous_inactive_visible_mark = '<tex2html_previous_inactive_visible_mark>'
  665. main::initialise((eval 11):2): ;  DB<1> 
  666. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  667.   DB<1> 
  668. main::initialise((eval 12):1): $next_inactive_visible_mark = '<tex2html_next_inactive_visible_mark>'
  669. main::initialise((eval 12):2): ;  DB<1> 
  670. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  671.   DB<1> 
  672. main::initialise((eval 13):1): $anchor_invisible_mark = '<tex2html_anchor_invisible_mark>'
  673. main::initialise((eval 13):2): ;  DB<1> 
  674. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  675.   DB<1> 
  676. main::initialise((eval 14):1): $up_inactive_visible_mark = '<tex2html_up_inactive_visible_mark>'
  677. main::initialise((eval 14):2): ;  DB<1> 
  678. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  679.   DB<1> 
  680. main::initialise((eval 15):1): $change_delete_visible_mark = '<tex2html_change_delete_visible_mark>'
  681. main::initialise((eval 15):2): ;  DB<1> 
  682. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  683.   DB<1> 
  684. main::initialise((eval 16):1): $index_visible_mark = '<tex2html_index_visible_mark>'
  685. main::initialise((eval 16):2): ;  DB<1> 
  686. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  687.   DB<1> 
  688. main::initialise((eval 17):1): $previous_page_visible_mark = '<tex2html_previous_page_visible_mark>'
  689. main::initialise((eval 17):2): ;  DB<1> 
  690. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  691.   DB<1> 
  692. main::initialise((eval 18):1): $next_page_visible_mark = '<tex2html_next_page_visible_mark>'
  693. main::initialise((eval 18):2): ;  DB<1> 
  694. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  695.   DB<1> 
  696. main::initialise((eval 19):1): $change_end_visible_mark = '<tex2html_change_end_visible_mark>'
  697. main::initialise((eval 19):2): ;  DB<1> 
  698. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  699.   DB<1> 
  700. main::initialise((eval 20):1): $previous_visible_mark = '<tex2html_previous_visible_mark>'
  701. main::initialise((eval 20):2): ;  DB<1> 
  702. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  703.   DB<1> 
  704. main::initialise((eval 21):1): $next_visible_mark = '<tex2html_next_visible_mark>'
  705. main::initialise((eval 21):2): ;  DB<1> 
  706. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  707.   DB<1> 
  708. main::initialise((eval 22):1): $footnote_mark = '<tex2html_footnote_mark>'
  709. main::initialise((eval 22):2): ;  DB<1> 
  710. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  711.   DB<1> 
  712. main::initialise((eval 23):1): $up_visible_mark = '<tex2html_up_visible_mark>'
  713. main::initialise((eval 23):2): ;  DB<1> 
  714. main::initialise(latex2html:3950):     foreach $icon (keys %icons) {eval "\$$icon = '<tex2html_$icon>'"};
  715.   DB<1> 
  716. main::initialise((eval 24):1): $cross_ref_visible_mark = '<tex2html_cross_ref_visible_mark>'
  717. main::initialise((eval 24):2): ;  DB<1> 
  718. main::initialise(latex2html:3952):     %declarations =
  719. main::initialise(latex2html:3953):     ('em' , 'em',
  720. main::initialise(latex2html:3954):      'it' , 'i',
  721. main::initialise(latex2html:3955):      'bf' , 'b',
  722. main::initialise(latex2html:3956):      'tt' , 'tt',
  723. main::initialise(latex2html:3957):      'sl' , 'i',  # Oops!
  724. main::initialise(latex2html:3958):      'sf' , 'i',  # Oops!
  725. main::initialise(latex2html:3959):      'boldmath' , 'b',
  726. main::initialise(latex2html:3960):      'quote', 'blockquote',
  727. main::initialise(latex2html:3961):      'quotation', 'blockquote',
  728. main::initialise(latex2html:3962):      'large', 'H5',
  729. main::initialise(latex2html:3963):      'Large', 'H4',
  730. main::initialise(latex2html:3964):      'LARGE', 'H3',
  731. main::initialise(latex2html:3965):      'huge', 'H2',
  732. main::initialise(latex2html:3966):      'Huge', 'H1',
  733. main::initialise(latex2html:3967):      %declarations  # Just in case someone extends it in the init file
  734. main::initialise(latex2html:3968):      );
  735.   DB<1> 
  736. main::initialise(latex2html:3969):     &generate_declaration_subs; # Generate code to handle declarations
  737.   DB<1> 
  738. main::generate_declaration_subs(latex2html:2840):
  739. 2840:     local($key, $val);
  740.   DB<1> 
  741. main::generate_declaration_subs(latex2html:2841):
  742. 2841:     while ( ($key, $val) = each %declarations) {
  743.   DB<1> 
  744. main::generate_declaration_subs(latex2html:2842):
  745. 2842:  if ($val) {
  746.   DB<1> 
  747. main::generate_declaration_subs(latex2html:2843):
  748. 2843:      eval "sub do_env_$key {" 
  749. 2844:                       . 'local($_) = @_;' 
  750. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  751.   DB<1> 
  752. main::generate_declaration_subs(latex2html:2842):
  753. 2842:  if ($val) {
  754.   DB<1> 
  755. main::generate_declaration_subs(latex2html:2843):
  756. 2843:      eval "sub do_env_$key {" 
  757. 2844:                       . 'local($_) = @_;' 
  758. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  759.   DB<1> 
  760. main::generate_declaration_subs(latex2html:2842):
  761. 2842:  if ($val) {
  762.   DB<1> 
  763. main::generate_declaration_subs(latex2html:2843):
  764. 2843:      eval "sub do_env_$key {" 
  765. 2844:                       . 'local($_) = @_;' 
  766. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  767.   DB<1> 
  768. main::generate_declaration_subs(latex2html:2842):
  769. 2842:  if ($val) {
  770.   DB<1> 
  771. main::generate_declaration_subs(latex2html:2843):
  772. 2843:      eval "sub do_env_$key {" 
  773. 2844:                       . 'local($_) = @_;' 
  774. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  775.   DB<1> 
  776. main::generate_declaration_subs(latex2html:2842):
  777. 2842:  if ($val) {
  778.   DB<1> 
  779. main::generate_declaration_subs(latex2html:2843):
  780. 2843:      eval "sub do_env_$key {" 
  781. 2844:                       . 'local($_) = @_;' 
  782. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  783.   DB<1> 
  784. main::generate_declaration_subs(latex2html:2842):
  785. 2842:  if ($val) {
  786.   DB<1> 
  787. main::generate_declaration_subs(latex2html:2843):
  788. 2843:      eval "sub do_env_$key {" 
  789. 2844:                       . 'local($_) = @_;' 
  790. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  791.   DB<1> 
  792. main::generate_declaration_subs(latex2html:2842):
  793. 2842:  if ($val) {
  794.   DB<1> 
  795. main::generate_declaration_subs(latex2html:2843):
  796. 2843:      eval "sub do_env_$key {" 
  797. 2844:                       . 'local($_) = @_;' 
  798. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  799.   DB<1> 
  800. main::generate_declaration_subs(latex2html:2842):
  801. 2842:  if ($val) {
  802.   DB<1> 
  803. main::generate_declaration_subs(latex2html:2843):
  804. 2843:      eval "sub do_env_$key {" 
  805. 2844:                       . 'local($_) = @_;' 
  806. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  807.   DB<1> 
  808. main::generate_declaration_subs(latex2html:2842):
  809. 2842:  if ($val) {
  810.   DB<1> 
  811. main::generate_declaration_subs(latex2html:2843):
  812. 2843:      eval "sub do_env_$key {" 
  813. 2844:                       . 'local($_) = @_;' 
  814. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  815.   DB<1> 
  816. main::generate_declaration_subs(latex2html:2842):
  817. 2842:  if ($val) {
  818.   DB<1> 
  819. main::generate_declaration_subs(latex2html:2843):
  820. 2843:      eval "sub do_env_$key {" 
  821. 2844:                       . 'local($_) = @_;' 
  822. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  823.   DB<1> 
  824. main::generate_declaration_subs(latex2html:2842):
  825. 2842:  if ($val) {
  826.   DB<1> 
  827. main::generate_declaration_subs(latex2html:2843):
  828. 2843:      eval "sub do_env_$key {" 
  829. 2844:                       . 'local($_) = @_;' 
  830. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  831.   DB<1> 
  832. main::generate_declaration_subs(latex2html:2842):
  833. 2842:  if ($val) {
  834.   DB<1> 
  835. main::generate_declaration_subs(latex2html:2843):
  836. 2843:      eval "sub do_env_$key {" 
  837. 2844:                       . 'local($_) = @_;' 
  838. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  839.   DB<1> 
  840. main::generate_declaration_subs(latex2html:2842):
  841. 2842:  if ($val) {
  842.   DB<1> 
  843. main::generate_declaration_subs(latex2html:2843):
  844. 2843:      eval "sub do_env_$key {" 
  845. 2844:                       . 'local($_) = @_;' 
  846. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  847.   DB<1> 
  848. main::generate_declaration_subs(latex2html:2842):
  849. 2842:  if ($val) {
  850.   DB<1> 
  851. main::generate_declaration_subs(latex2html:2843):
  852. 2843:      eval "sub do_env_$key {" 
  853. 2844:                       . 'local($_) = @_;' 
  854. 2845:         . "\"<$val> " . '$_'  . "</$val>\"};";
  855.   DB<1> 
  856. main::initialise(latex2html:3971):     %section_commands =
  857. main::initialise(latex2html:3972):  ('partstar' , '1' , 'chapterstar', '2', 'sectionstar', '3',
  858. main::initialise(latex2html:3973):   'subsectionstar', '4', 'subsubsectionstar', '5', 'paragraphstar',
  859. main::initialise(latex2html:3974):   '6', 'subparagraphstar', '7',
  860. main::initialise(latex2html:3975):   'part' , '1' , 'chapter', '2', 'section', '3','subsection', '4',
  861. main::initialise(latex2html:3976):   'subsubsection', '5', 'paragraph', '6', 'subparagraph', '7' ,
  862. main::initialise(latex2html:3977):   'slidehead', '3');
  863.   DB<1> 
  864. main::initialise(latex2html:3982):     %section_headings = 
  865. main::initialise(latex2html:3983):  ('part' , 'H1' , 'chapter' , 'H1', 'section', 'H1', 'subsection', 'H2',
  866. main::initialise(latex2html:3984):   'subsubsection', 'H3', 'paragraph', 'H4', 'subparagraph', 'H5');
  867.   DB<1> 
  868. main::initialise(latex2html:3985):     &generate_sectioning_subs; # Generates code to handle sectioning commands
  869.   DB<1> 
  870. main::generate_sectioning_subs(latex2html:2852):
  871. 2852:     local($key, $val);
  872.   DB<1> 
  873. main::generate_sectioning_subs(latex2html:2853):
  874. 2853:     while ( ($key, $val) = each %section_headings) {
  875.   DB<1> 
  876. main::generate_sectioning_subs(latex2html:2854):
  877. 2854:  eval "sub do_cmd_$key {" 
  878. 2855:                       . 'local($after) = @_;'
  879. 2856:      . '&do_cmd_section_helper(' . $val . ',' . $key . ');}';
  880.   DB<1> 
  881. main::generate_sectioning_subs(latex2html:2859):
  882. 2859:  eval "sub do_cmd_$key" . "star {" 
  883. 2860:                       . 'local($after) = @_;'
  884. 2861:      . '&do_cmd_section_helper(' . $val . ');}';
  885.   DB<1> 
  886. main::generate_sectioning_subs(latex2html:2854):
  887. 2854:  eval "sub do_cmd_$key {" 
  888. 2855:                       . 'local($after) = @_;'
  889. 2856:      . '&do_cmd_section_helper(' . $val . ',' . $key . ');}';
  890.   DB<1> 
  891. main::generate_sectioning_subs(latex2html:2859):
  892. 2859:  eval "sub do_cmd_$key" . "star {" 
  893. 2860:                       . 'local($after) = @_;'
  894. 2861:      . '&do_cmd_section_helper(' . $val . ');}';
  895.   DB<1> 
  896. main::generate_sectioning_subs(latex2html:2854):
  897. 2854:  eval "sub do_cmd_$key {" 
  898. 2855:                       . 'local($after) = @_;'
  899. 2856:      . '&do_cmd_section_helper(' . $val . ',' . $key . ');}';
  900.   DB<1> 
  901. main::generate_sectioning_subs(latex2html:2859):
  902. 2859:  eval "sub do_cmd_$key" . "star {" 
  903. 2860:                       . 'local($after) = @_;'
  904. 2861:      . '&do_cmd_section_helper(' . $val . ');}';
  905.   DB<1> 
  906. main::generate_sectioning_subs(latex2html:2854):
  907. 2854:  eval "sub do_cmd_$key {" 
  908. 2855:                       . 'local($after) = @_;'
  909. 2856:      . '&do_cmd_section_helper(' . $val . ',' . $key . ');}';
  910.   DB<1> 
  911. main::generate_sectioning_subs(latex2html:2859):
  912. 2859:  eval "sub do_cmd_$key" . "star {" 
  913. 2860:                       . 'local($after) = @_;'
  914. 2861:      . '&do_cmd_section_helper(' . $val . ');}';
  915.   DB<1> 
  916. main::generate_sectioning_subs(latex2html:2854):
  917. 2854:  eval "sub do_cmd_$key {" 
  918. 2855:                       . 'local($after) = @_;'
  919. 2856:      . '&do_cmd_section_helper(' . $val . ',' . $key . ');}';
  920.   DB<1> 
  921. main::generate_sectioning_subs(latex2html:2859):
  922. 2859:  eval "sub do_cmd_$key" . "star {" 
  923. 2860:                       . 'local($after) = @_;'
  924. 2861:      . '&do_cmd_section_helper(' . $val . ');}';
  925.   DB<1> 
  926. main::generate_sectioning_subs(latex2html:2854):
  927. 2854:  eval "sub do_cmd_$key {" 
  928. 2855:                       . 'local($after) = @_;'
  929. 2856:      . '&do_cmd_section_helper(' . $val . ',' . $key . ');}';
  930.   DB<1> 
  931. main::generate_sectioning_subs(latex2html:2859):
  932. 2859:  eval "sub do_cmd_$key" . "star {" 
  933. 2860:                       . 'local($after) = @_;'
  934. 2861:      . '&do_cmd_section_helper(' . $val . ');}';
  935.   DB<1> 
  936. main::generate_sectioning_subs(latex2html:2854):
  937. 2854:  eval "sub do_cmd_$key {" 
  938. 2855:                       . 'local($after) = @_;'
  939. 2856:      . '&do_cmd_section_helper(' . $val . ',' . $key . ');}';
  940.   DB<1> 
  941. main::generate_sectioning_subs(latex2html:2859):
  942. 2859:  eval "sub do_cmd_$key" . "star {" 
  943. 2860:                       . 'local($after) = @_;'
  944. 2861:      . '&do_cmd_section_helper(' . $val . ');}';
  945.   DB<1> 
  946. main::initialise(latex2html:3986):     %section_headings = 
  947. main::initialise(latex2html:3987):  ('partstar' , 'H1' , 'chapterstar' , 'H1', 'sectionstar', 'subsectionstar',
  948. main::initialise(latex2html:3988):   'H1', 'H2', 'subsubsectionstar', 'H3', 'paragraphstar',
  949. main::initialise(latex2html:3989):   'H4', 'subparagraphstar', 'H5');
  950.   DB<1> 
  951. main::initialise(latex2html:3992):     %section_headings = 
  952. main::initialise(latex2html:3993):  ('tableofcontents', 'H1', 'listoffigures', 'H1', 'listoftables', 'H1',
  953. main::initialise(latex2html:3994):   'bibliography', 'H1', 'tex2htmlindex', 'H1', %section_headings);
  954.   DB<1> 
  955. main::initialise(latex2html:3996):     &generate_accent_commands; # Code to handle accent commands
  956.   DB<1> 
  957. main::generate_accent_commands(latex2html:3663):
  958. 3663:     local($accent);
  959.   DB<1> 
  960. main::generate_accent_commands(latex2html:3664):
  961. 3664:     foreach $accent  ("tilde", "ring", "overscore",
  962. 3665:         "u", "v", "H", "t", "d", "b") {
  963.   DB<1> 
  964. main::generate_accent_commands(latex2html:3666):
  965. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  966. 3667:      "&replace_next_char($accent);" . '$_}';
  967.   DB<1> 
  968. main::generate_accent_commands(latex2html:3666):
  969. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  970. 3667:      "&replace_next_char($accent);" . '$_}';
  971.   DB<1> 
  972. main::generate_accent_commands(latex2html:3666):
  973. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  974. 3667:      "&replace_next_char($accent);" . '$_}';
  975.   DB<1> 
  976. main::generate_accent_commands(latex2html:3666):
  977. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  978. 3667:      "&replace_next_char($accent);" . '$_}';
  979.   DB<1> 
  980. main::generate_accent_commands(latex2html:3666):
  981. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  982. 3667:      "&replace_next_char($accent);" . '$_}';
  983.   DB<1> 
  984. main::generate_accent_commands(latex2html:3666):
  985. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  986. 3667:      "&replace_next_char($accent);" . '$_}';
  987.   DB<1> 
  988. main::generate_accent_commands(latex2html:3666):
  989. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  990. 3667:      "&replace_next_char($accent);" . '$_}';
  991.   DB<1> 
  992. main::generate_accent_commands(latex2html:3666):
  993. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  994. 3667:      "&replace_next_char($accent);" . '$_}';
  995.   DB<1> 
  996. main::generate_accent_commands(latex2html:3666):
  997. 3666:  eval "sub do_cmd_$accent {" . 'local($_) = @_;'  .
  998. 3667:      "&replace_next_char($accent);" . '$_}';
  999.   DB<1> 
  1000. main::initialise(latex2html:3999):     %html_specials = ('<', ';SPM_lt;' ,
  1001. main::initialise(latex2html:4000):         '>', ';SPM_gt;',
  1002. main::initialise(latex2html:4001):         '&', ';SPM_amp;',
  1003. main::initialise(latex2html:4002):         '"', ';SPM_quot;');
  1004.   DB<1> 
  1005. main::initialise(latex2html:4005):     %html_specials_inv = ( ';SPM_lt;' ,'<',
  1006. main::initialise(latex2html:4006):      ';SPM_gt;','>',
  1007. main::initialise(latex2html:4007):      ';SPM_amp;','&',
  1008. main::initialise(latex2html:4008):      ';SPM_quot;','"');
  1009.   DB<1> 
  1010. main::initialise(latex2html:4014):     %normalize = ('\\', 'dbackslash',
  1011. main::initialise(latex2html:4015):     '/', 'esc_slash', "`", 'grave',
  1012. main::initialise(latex2html:4016):     "'", 'acute', "^", 'circ', '"', 'uml',
  1013. main::initialise(latex2html:4017):     '~', 'tilde', '.', 'ring', '=', 'overscore',
  1014. main::initialise(latex2html:4018):     '@', 'at');
  1015.   DB<1> 
  1016. main::initialise(latex2html:4025):     %language_translations =
  1017. main::initialise(latex2html:4026):  ('english', 'english_translation',
  1018. main::initialise(latex2html:4027):   'USenglish',   'english_translation',
  1019. main::initialise(latex2html:4028):   'original', 'english_translation',
  1020. main::initialise(latex2html:4029):   'german', 'german_translation',
  1021. main::initialise(latex2html:4030):   'austrian', 'german_translation',
  1022. main::initialise(latex2html:4031):   'french',      'french_translation'
  1023. main::initialise(latex2html:4032):   );
  1024.   DB<1> 
  1025. main::initialise(latex2html:4037):     %ignore = ('sloppypar', 1,  'document', 1,  'mbox', 1,  'newblock', 1, 
  1026. main::initialise(latex2html:4038):         ',', 1,  '@', 1, ' ', 1,  '-', 1,  'tiny', 1,  'scriptsize', 
  1027.   DB<1> 
  1028. main::initialise(latex2html:4052): &ignore_commands( <<_IGNORED_CMDS_);
  1029. main::initialise(latex2html:4053): and # \$_ = join(''," - ",\$_)
  1030. main::initialise(latex2html:4054): documentclass # [] # {}
  1031. main::initialise(latex2html:4055): usepackage # [] # {}
  1032. main::initialise(latex2html:4056): documentstyle # [] # {}
  1033. main::initialise(latex2html:4057): pagestyle # {}
  1034. main::initialise(latex2html:4058): thispagestyle # {}
  1035. main::initialise(latex2html:4059): pagenumbering #{}
  1036. main::initialise(latex2html:4060): nolinebreak# []
  1037. main::initialise(latex2html:4061): pagebreak# [] # \$_ = join('',"<P>",\$_)
  1038. main::initialise(latex2html:4062): nopagebreak #[]
  1039. main::initialise(latex2html:4063): mbox
  1040. main::initialise(latex2html:4064): makebox# []# []  
  1041. main::initialise(latex2html:4065): newsavebox# {}
  1042. main::initialise(latex2html:4066): sbox# {}
  1043. main::initialise(latex2html:4067): savebox# {}# []# [] 
  1044. main::initialise(latex2html:4068): usebox # {}
  1045. main::initialise(latex2html:4069): newlength# {}
  1046. main::initialise(latex2html:4070): setlength# {}# {}
  1047. main::initialise(latex2html:4071): addtolength# {}# {}
  1048. main::initialise(latex2html:4072): settowidth# {}# {}
  1049. main::initialise(latex2html:4073): newlength # {}
  1050. main::initialise(latex2html:4074): hspace # {}# &ignore_numeric_argument 
  1051. main::initialise(latex2html:4075): hspacestar # {}# &ignore_numeric_argument
  1052. main::initialise(latex2html:4076): vspace# {}# &ignore_numeric_argument
  1053. main::initialise(latex2html:4077): vspacestar # {}# &ignore_numeric_argument
  1054. main::initialise(latex2html:4078): newsavebox# {}
  1055. main::initialise(latex2html:4079): samepage 
  1056. main::initialise(latex2html:4080): newpage
  1057. main::initialise(latex2html:4081): clearpage
  1058. main::initialise(latex2html:4082): hfill
  1059. main::initialise(latex2html:4083): vfill
  1060. main::initialise(latex2html:4084): vfil
  1061. main::initialise(latex2html:4085): vskip # &ignore_numeric_argument
  1062. main::initialise(latex2html:4086): hskip # &ignore_numeric_argument
  1063. main::initialise(latex2html:4087): penalty # &ignore_numeric_argument
  1064. main::initialise(latex2html:4088): fill
  1065. main::initialise(latex2html:4089): parindent # &ignore_numeric_argument
  1066. main::initialise(latex2html:4090): nocite # {}
  1067. main::initialise(latex2html:4091): bibliographystyle # {}
  1068. main::initialise(latex2html:4092): center
  1069. main::initialise(latex2html:4093): and
  1070. main::initialise(latex2html:4094): makeindex
  1071. main::initialise(latex2html:4095): marginpar
  1072. main::initialise(latex2html:4096): reversemarginpar
  1073. main::initialise(latex2html:4097): normalmarginpar
  1074. main::initialise(latex2html:4098): markboth # {} # {}
  1075. main::initialise(latex2html:4099): itemsep # &ignore_numeric_argument    
  1076. main::initialise(latex2html:4100): marginparsep # &ignore_numeric_argument
  1077. main::initialise(latex2html:4101): marginparwidth # &ignore_numeric_argument
  1078. main::initialise(latex2html:4102): headheight # &ignore_numeric_argument 
  1079. main::initialise(latex2html:4103): headsep # &ignore_numeric_argument
  1080. main::initialise(latex2html:4104): textwidth # &ignore_numeric_argument
  1081. main::initialise(latex2html:4105): textheight # &ignore_numeric_argument
  1082. main::initialise(latex2html:4106): topskip # &ignore_numeric_argument
  1083. main::initialise(latex2html:4107): footheight # &ignore_numeric_argument
  1084. main::initialise(latex2html:4108): footskip  # &ignore_numeric_argument
  1085. main::initialise(latex2html:4109): parskip # &ignore_numeric_argument
  1086. main::initialise(latex2html:4110): baselineskip # &ignore_numeric_argument
  1087. main::initialise(latex2html:4111): raise # &ignore_numeric_argument
  1088. main::initialise(latex2html:4112): lower # &ignore_numeric_argument
  1089. main::initialise(latex2html:4113): kern # &ignore_numeric_argument
  1090. main::initialise(latex2html:4114): space 
  1091. main::initialise(latex2html:4115): addcontentsline # {} # {} # {}
  1092. main::initialise(latex2html:4116): addtocontents # {} # {}
  1093. main::initialise(latex2html:4117): rule # [] # {} # {}
  1094. main::initialise(latex2html:4118): centerline
  1095. main::initialise(latex2html:4119): indent
  1096. main::initialise(latex2html:4120): noindent
  1097. main::initialise(latex2html:4121): oddsidemargin # &ignore_numeric_argument
  1098. main::initialise(latex2html:4122): evensidemargin # &ignore_numeric_argument
  1099. main::initialise(latex2html:4123): topmargin # &ignore_numeric_argument
  1100. main::initialise(latex2html:4124): rightmargin # &ignore_numeric_argument
  1101. main::initialise(latex2html:4125): leftmargin # &ignore_numeric_argument
  1102. main::initialise(latex2html:4126): protect
  1103. main::initialise(latex2html:4127): typeout # {}
  1104. main::initialise(latex2html:4128): relax 
  1105. main::initialise(latex2html:4129): numberline 
  1106. main::initialise(latex2html:4130): string 
  1107. main::initialise(latex2html:4131): ignorespaces 
  1108. main::initialise(latex2html:4132): contentsline 
  1109. main::initialise(latex2html:4133): bibdata
  1110. main::initialise(latex2html:4134): bibstyle 
  1111. main::initialise(latex2html:4135): citation 
  1112. main::initialise(latex2html:4136): bibcite
  1113. main::initialise(latex2html:4137): newfont # {} # {}
  1114. main::initialise(latex2html:4138): end # {}
  1115. main::initialise(latex2html:4139): addvspace # {} # &ignore_numeric_argument
  1116. main::initialise(latex2html:4140): hyphenation # {}
  1117. main::initialise(latex2html:4141): html
  1118. main::initialise(latex2html:4142): citeauthoryear
  1119. main::initialise(latex2html:4143): psfigurepath # {}
  1120. main::initialise(latex2html:4144): pssilent
  1121. main::initialise(latex2html:4145): psdraft
  1122. main::initialise(latex2html:4146): global
  1123. main::initialise(latex2html:4147): bgroup
  1124. main::initialise(latex2html:4148): egroup
  1125. main::initialise(latex2html:4149): _IGNORED_CMDS_
  1126.   DB<1> 
  1127. main::ignore_commands(latex2html:2800):
  1128. 2800:     local($_) = @_;
  1129.   DB<1> 
  1130. main::ignore_commands(latex2html:2801):
  1131. 2801:     foreach (/.*\n?/g) {
  1132.   DB<1> 
  1133. main::ignore_commands(latex2html:2802):
  1134. 2802:  s/\n//g;
  1135.   DB<1> 
  1136. main::ignore_commands(latex2html:2804):
  1137. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1138.   DB<1> 
  1139. main::ignore_commands(latex2html:2805):
  1140. 2805:  next unless $cmd;
  1141.   DB<1> 
  1142. main::ignore_commands(latex2html:2806):
  1143. 2806:  $cmd =~ s/ //;
  1144.   DB<1> 
  1145. main::ignore_commands(latex2html:2807):
  1146. 2807:  ++$ignore{$cmd};
  1147.   DB<1> 
  1148. main::ignore_commands(latex2html:2808):
  1149. 2808:  do {
  1150.   DB<1> 
  1151. main::ignore_commands(latex2html:2810):
  1152. 2810:      grep(($_ = do { s/ //;
  1153.   DB<1> 
  1154. main::ignore_commands(latex2html:2810):
  1155. 2810:      grep(($_ = do { s/ //;
  1156.   DB<1> 
  1157. main::ignore_commands(latex2html:2811):
  1158. 2811:        if (/{}/) {
  1159.   DB<1> 
  1160. main::ignore_commands(latex2html:2813):
  1161. 2813:        elsif (/[[][]]/) {
  1162.   DB<1> 
  1163. main::ignore_commands(latex2html:2816):
  1164. 2816:     "$_".';';} # 
  1165.   DB<1> 
  1166. main::ignore_commands(latex2html:2820):
  1167. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1168.   DB<1> 
  1169. main::ignore_commands(latex2html:2802):
  1170. 2802:  s/\n//g;
  1171.   DB<1> 
  1172. main::ignore_commands(latex2html:2804):
  1173. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1174.   DB<1> 
  1175. main::ignore_commands(latex2html:2805):
  1176. 2805:  next unless $cmd;
  1177.   DB<1> 
  1178. main::ignore_commands(latex2html:2806):
  1179. 2806:  $cmd =~ s/ //;
  1180.   DB<1> 
  1181. main::ignore_commands(latex2html:2807):
  1182. 2807:  ++$ignore{$cmd};
  1183.   DB<1> 
  1184. main::ignore_commands(latex2html:2808):
  1185. 2808:  do {
  1186.   DB<1> 
  1187. main::ignore_commands(latex2html:2810):
  1188. 2810:      grep(($_ = do { s/ //;
  1189.   DB<1> 
  1190. main::ignore_commands(latex2html:2810):
  1191. 2810:      grep(($_ = do { s/ //;
  1192.   DB<1> 
  1193. main::ignore_commands(latex2html:2811):
  1194. 2811:        if (/{}/) {
  1195.   DB<1> 
  1196. main::ignore_commands(latex2html:2813):
  1197. 2813:        elsif (/[[][]]/) {
  1198.   DB<1> 
  1199. main::ignore_commands(latex2html:2814):
  1200. 2814:     '&get_next_optional_argument;';}
  1201. 2815:        else { # We have arbitrary code - just add it
  1202.   DB<1> 
  1203. main::ignore_commands(latex2html:2810):
  1204. 2810:      grep(($_ = do { s/ //;
  1205.   DB<1> 
  1206. main::ignore_commands(latex2html:2811):
  1207. 2811:        if (/{}/) {
  1208.   DB<1> 
  1209. main::ignore_commands(latex2html:2812):
  1210. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1211.   DB<1> 
  1212. main::ignore_commands(latex2html:2820):
  1213. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1214.   DB<1> 
  1215. main::ignore_commands(latex2html:2802):
  1216. 2802:  s/\n//g;
  1217.   DB<1> 
  1218. main::ignore_commands(latex2html:2804):
  1219. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1220.   DB<1> 
  1221. main::ignore_commands(latex2html:2805):
  1222. 2805:  next unless $cmd;
  1223.   DB<1> 
  1224. main::ignore_commands(latex2html:2806):
  1225. 2806:  $cmd =~ s/ //;
  1226.   DB<1> 
  1227. main::ignore_commands(latex2html:2807):
  1228. 2807:  ++$ignore{$cmd};
  1229.   DB<1> 
  1230. main::ignore_commands(latex2html:2808):
  1231. 2808:  do {
  1232.   DB<1> 
  1233. main::ignore_commands(latex2html:2810):
  1234. 2810:      grep(($_ = do { s/ //;
  1235.   DB<1> 
  1236. main::ignore_commands(latex2html:2810):
  1237. 2810:      grep(($_ = do { s/ //;
  1238.   DB<1> 
  1239. main::ignore_commands(latex2html:2811):
  1240. 2811:        if (/{}/) {
  1241.   DB<1> 
  1242. main::ignore_commands(latex2html:2813):
  1243. 2813:        elsif (/[[][]]/) {
  1244.   DB<1> 
  1245. main::ignore_commands(latex2html:2814):
  1246. 2814:     '&get_next_optional_argument;';}
  1247. 2815:        else { # We have arbitrary code - just add it
  1248.   DB<1> 
  1249. main::ignore_commands(latex2html:2810):
  1250. 2810:      grep(($_ = do { s/ //;
  1251.   DB<1> 
  1252. main::ignore_commands(latex2html:2811):
  1253. 2811:        if (/{}/) {
  1254.   DB<1> 
  1255. main::ignore_commands(latex2html:2812):
  1256. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1257.   DB<1> 
  1258. main::ignore_commands(latex2html:2820):
  1259. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1260.   DB<1> 
  1261. main::ignore_commands(latex2html:2802):
  1262. 2802:  s/\n//g;
  1263.   DB<1> 
  1264. main::ignore_commands(latex2html:2804):
  1265. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1266.   DB<1> 
  1267. main::ignore_commands(latex2html:2805):
  1268. 2805:  next unless $cmd;
  1269.   DB<1> 
  1270. main::ignore_commands(latex2html:2806):
  1271. 2806:  $cmd =~ s/ //;
  1272.   DB<1> 
  1273. main::ignore_commands(latex2html:2807):
  1274. 2807:  ++$ignore{$cmd};
  1275.   DB<1> 
  1276. main::ignore_commands(latex2html:2808):
  1277. 2808:  do {
  1278.   DB<1> 
  1279. main::ignore_commands(latex2html:2810):
  1280. 2810:      grep(($_ = do { s/ //;
  1281.   DB<1> 
  1282. main::ignore_commands(latex2html:2810):
  1283. 2810:      grep(($_ = do { s/ //;
  1284.   DB<1> 
  1285. main::ignore_commands(latex2html:2811):
  1286. 2811:        if (/{}/) {
  1287.   DB<1> 
  1288. main::ignore_commands(latex2html:2813):
  1289. 2813:        elsif (/[[][]]/) {
  1290.   DB<1> 
  1291. main::ignore_commands(latex2html:2814):
  1292. 2814:     '&get_next_optional_argument;';}
  1293. 2815:        else { # We have arbitrary code - just add it
  1294.   DB<1> 
  1295. main::ignore_commands(latex2html:2810):
  1296. 2810:      grep(($_ = do { s/ //;
  1297.   DB<1> 
  1298. main::ignore_commands(latex2html:2811):
  1299. 2811:        if (/{}/) {
  1300.   DB<1> 
  1301. main::ignore_commands(latex2html:2812):
  1302. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1303.   DB<1> 
  1304. main::ignore_commands(latex2html:2820):
  1305. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1306.   DB<1> 
  1307. main::ignore_commands(latex2html:2802):
  1308. 2802:  s/\n//g;
  1309.   DB<1> 
  1310. main::ignore_commands(latex2html:2804):
  1311. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1312.   DB<1> 
  1313. main::ignore_commands(latex2html:2805):
  1314. 2805:  next unless $cmd;
  1315.   DB<1> 
  1316. main::ignore_commands(latex2html:2806):
  1317. 2806:  $cmd =~ s/ //;
  1318.   DB<1> 
  1319. main::ignore_commands(latex2html:2807):
  1320. 2807:  ++$ignore{$cmd};
  1321.   DB<1> 
  1322. main::ignore_commands(latex2html:2808):
  1323. 2808:  do {
  1324.   DB<1> 
  1325. main::ignore_commands(latex2html:2810):
  1326. 2810:      grep(($_ = do { s/ //;
  1327.   DB<1> 
  1328. main::ignore_commands(latex2html:2810):
  1329. 2810:      grep(($_ = do { s/ //;
  1330.   DB<1> 
  1331. main::ignore_commands(latex2html:2811):
  1332. 2811:        if (/{}/) {
  1333.   DB<1> 
  1334. main::ignore_commands(latex2html:2812):
  1335. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1336.   DB<1> 
  1337. main::ignore_commands(latex2html:2820):
  1338. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1339.   DB<1> 
  1340. main::ignore_commands(latex2html:2802):
  1341. 2802:  s/\n//g;
  1342.   DB<1> 
  1343. main::ignore_commands(latex2html:2804):
  1344. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1345.   DB<1> 
  1346. main::ignore_commands(latex2html:2805):
  1347. 2805:  next unless $cmd;
  1348.   DB<1> 
  1349. main::ignore_commands(latex2html:2806):
  1350. 2806:  $cmd =~ s/ //;
  1351.   DB<1> 
  1352. main::ignore_commands(latex2html:2807):
  1353. 2807:  ++$ignore{$cmd};
  1354.   DB<1> 
  1355. main::ignore_commands(latex2html:2808):
  1356. 2808:  do {
  1357.   DB<1> 
  1358. main::ignore_commands(latex2html:2810):
  1359. 2810:      grep(($_ = do { s/ //;
  1360.   DB<1> 
  1361. main::ignore_commands(latex2html:2810):
  1362. 2810:      grep(($_ = do { s/ //;
  1363.   DB<1> 
  1364. main::ignore_commands(latex2html:2811):
  1365. 2811:        if (/{}/) {
  1366.   DB<1> 
  1367. main::ignore_commands(latex2html:2812):
  1368. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1369.   DB<1> 
  1370. main::ignore_commands(latex2html:2820):
  1371. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1372.   DB<1> 
  1373. main::ignore_commands(latex2html:2802):
  1374. 2802:  s/\n//g;
  1375.   DB<1> 
  1376. main::ignore_commands(latex2html:2804):
  1377. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1378.   DB<1> 
  1379. main::ignore_commands(latex2html:2805):
  1380. 2805:  next unless $cmd;
  1381.   DB<1> 
  1382. main::ignore_commands(latex2html:2806):
  1383. 2806:  $cmd =~ s/ //;
  1384.   DB<1> 
  1385. main::ignore_commands(latex2html:2807):
  1386. 2807:  ++$ignore{$cmd};
  1387.   DB<1> 
  1388. main::ignore_commands(latex2html:2808):
  1389. 2808:  do {
  1390.   DB<1> 
  1391. main::ignore_commands(latex2html:2810):
  1392. 2810:      grep(($_ = do { s/ //;
  1393.   DB<1> 
  1394. main::ignore_commands(latex2html:2810):
  1395. 2810:      grep(($_ = do { s/ //;
  1396.   DB<1> 
  1397. main::ignore_commands(latex2html:2811):
  1398. 2811:        if (/{}/) {
  1399.   DB<1> 
  1400. main::ignore_commands(latex2html:2812):
  1401. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1402.   DB<1> 
  1403. main::ignore_commands(latex2html:2820):
  1404. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1405.   DB<1> 
  1406. main::ignore_commands(latex2html:2802):
  1407. 2802:  s/\n//g;
  1408.   DB<1> 
  1409. main::ignore_commands(latex2html:2804):
  1410. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1411.   DB<1> 
  1412. main::ignore_commands(latex2html:2805):
  1413. 2805:  next unless $cmd;
  1414.   DB<1> 
  1415. main::ignore_commands(latex2html:2806):
  1416. 2806:  $cmd =~ s/ //;
  1417.   DB<1> 
  1418. main::ignore_commands(latex2html:2807):
  1419. 2807:  ++$ignore{$cmd};
  1420.   DB<1> 
  1421. main::ignore_commands(latex2html:2808):
  1422. 2808:  do {
  1423.   DB<1> 
  1424. main::ignore_commands(latex2html:2810):
  1425. 2810:      grep(($_ = do { s/ //;
  1426.   DB<1> 
  1427. main::ignore_commands(latex2html:2810):
  1428. 2810:      grep(($_ = do { s/ //;
  1429.   DB<1> 
  1430. main::ignore_commands(latex2html:2811):
  1431. 2811:        if (/{}/) {
  1432.   DB<1> 
  1433. main::ignore_commands(latex2html:2813):
  1434. 2813:        elsif (/[[][]]/) {
  1435.   DB<1> 
  1436. main::ignore_commands(latex2html:2814):
  1437. 2814:     '&get_next_optional_argument;';}
  1438. 2815:        else { # We have arbitrary code - just add it
  1439.   DB<1> 
  1440. main::ignore_commands(latex2html:2820):
  1441. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1442.   DB<1> 
  1443. main::ignore_commands(latex2html:2802):
  1444. 2802:  s/\n//g;
  1445.   DB<1> 
  1446. main::ignore_commands(latex2html:2804):
  1447. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1448.   DB<1> 
  1449. main::ignore_commands(latex2html:2805):
  1450. 2805:  next unless $cmd;
  1451.   DB<1> 
  1452. main::ignore_commands(latex2html:2806):
  1453. 2806:  $cmd =~ s/ //;
  1454.   DB<1> 
  1455. main::ignore_commands(latex2html:2807):
  1456. 2807:  ++$ignore{$cmd};
  1457.   DB<1> 
  1458. main::ignore_commands(latex2html:2808):
  1459. 2808:  do {
  1460.   DB<1> 
  1461. main::ignore_commands(latex2html:2810):
  1462. 2810:      grep(($_ = do { s/ //;
  1463.   DB<1> 
  1464. main::ignore_commands(latex2html:2810):
  1465. 2810:      grep(($_ = do { s/ //;
  1466.   DB<1> 
  1467. main::ignore_commands(latex2html:2811):
  1468. 2811:        if (/{}/) {
  1469.   DB<1> 
  1470. main::ignore_commands(latex2html:2813):
  1471. 2813:        elsif (/[[][]]/) {
  1472.   DB<1> 
  1473. main::ignore_commands(latex2html:2814):
  1474. 2814:     '&get_next_optional_argument;';}
  1475. 2815:        else { # We have arbitrary code - just add it
  1476.   DB<1> 
  1477. main::ignore_commands(latex2html:2810):
  1478. 2810:      grep(($_ = do { s/ //;
  1479.   DB<1> 
  1480. main::ignore_commands(latex2html:2811):
  1481. 2811:        if (/{}/) {
  1482.   DB<1> 
  1483. main::ignore_commands(latex2html:2813):
  1484. 2813:        elsif (/[[][]]/) {
  1485.   DB<1> 
  1486. main::ignore_commands(latex2html:2816):
  1487. 2816:     "$_".';';} # 
  1488.   DB<1> 
  1489. main::ignore_commands(latex2html:2820):
  1490. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1491.   DB<1> 
  1492. main::ignore_commands(latex2html:2802):
  1493. 2802:  s/\n//g;
  1494.   DB<1> 
  1495. main::ignore_commands(latex2html:2804):
  1496. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1497.   DB<1> 
  1498. main::ignore_commands(latex2html:2805):
  1499. 2805:  next unless $cmd;
  1500.   DB<1> 
  1501. main::ignore_commands(latex2html:2806):
  1502. 2806:  $cmd =~ s/ //;
  1503.   DB<1> 
  1504. main::ignore_commands(latex2html:2807):
  1505. 2807:  ++$ignore{$cmd};
  1506.   DB<1> 
  1507. main::ignore_commands(latex2html:2808):
  1508. 2808:  do {
  1509.   DB<1> 
  1510. main::ignore_commands(latex2html:2810):
  1511. 2810:      grep(($_ = do { s/ //;
  1512.   DB<1> 
  1513. main::ignore_commands(latex2html:2810):
  1514. 2810:      grep(($_ = do { s/ //;
  1515.   DB<1> 
  1516. main::ignore_commands(latex2html:2811):
  1517. 2811:        if (/{}/) {
  1518.   DB<1> 
  1519. main::ignore_commands(latex2html:2813):
  1520. 2813:        elsif (/[[][]]/) {
  1521.   DB<1> 
  1522. main::ignore_commands(latex2html:2814):
  1523. 2814:     '&get_next_optional_argument;';}
  1524. 2815:        else { # We have arbitrary code - just add it
  1525.   DB<1> 
  1526. main::ignore_commands(latex2html:2820):
  1527. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1528.   DB<1> 
  1529. main::ignore_commands(latex2html:2802):
  1530. 2802:  s/\n//g;
  1531.   DB<1> 
  1532. main::ignore_commands(latex2html:2804):
  1533. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1534.   DB<1> 
  1535. main::ignore_commands(latex2html:2805):
  1536. 2805:  next unless $cmd;
  1537.   DB<1> 
  1538. main::ignore_commands(latex2html:2806):
  1539. 2806:  $cmd =~ s/ //;
  1540.   DB<1> 
  1541. main::ignore_commands(latex2html:2807):
  1542. 2807:  ++$ignore{$cmd};
  1543.   DB<1> 
  1544. main::ignore_commands(latex2html:2808):
  1545. 2808:  do {
  1546.   DB<1> 
  1547. main::ignore_commands(latex2html:2802):
  1548. 2802:  s/\n//g;
  1549.   DB<1> 
  1550. main::ignore_commands(latex2html:2804):
  1551. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1552.   DB<1> 
  1553. main::ignore_commands(latex2html:2805):
  1554. 2805:  next unless $cmd;
  1555.   DB<1> 
  1556. main::ignore_commands(latex2html:2806):
  1557. 2806:  $cmd =~ s/ //;
  1558.   DB<1> 
  1559. main::ignore_commands(latex2html:2807):
  1560. 2807:  ++$ignore{$cmd};
  1561.   DB<1> 
  1562. main::ignore_commands(latex2html:2808):
  1563. 2808:  do {
  1564.   DB<1> 
  1565. main::ignore_commands(latex2html:2810):
  1566. 2810:      grep(($_ = do { s/ //;
  1567.   DB<1> 
  1568. main::ignore_commands(latex2html:2810):
  1569. 2810:      grep(($_ = do { s/ //;
  1570.   DB<1> 
  1571. main::ignore_commands(latex2html:2811):
  1572. 2811:        if (/{}/) {
  1573.   DB<1> 
  1574. main::ignore_commands(latex2html:2813):
  1575. 2813:        elsif (/[[][]]/) {
  1576.   DB<1> 
  1577. main::ignore_commands(latex2html:2814):
  1578. 2814:     '&get_next_optional_argument;';}
  1579. 2815:        else { # We have arbitrary code - just add it
  1580.   DB<1> 
  1581. main::ignore_commands(latex2html:2810):
  1582. 2810:      grep(($_ = do { s/ //;
  1583.   DB<1> 
  1584. main::ignore_commands(latex2html:2811):
  1585. 2811:        if (/{}/) {
  1586.   DB<1> 
  1587. main::ignore_commands(latex2html:2813):
  1588. 2813:        elsif (/[[][]]/) {
  1589.   DB<1> 
  1590. main::ignore_commands(latex2html:2814):
  1591. 2814:     '&get_next_optional_argument;';}
  1592. 2815:        else { # We have arbitrary code - just add it
  1593.   DB<1> 
  1594. main::ignore_commands(latex2html:2820):
  1595. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1596.   DB<1> 
  1597. main::ignore_commands(latex2html:2802):
  1598. 2802:  s/\n//g;
  1599.   DB<1> 
  1600. main::ignore_commands(latex2html:2804):
  1601. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1602.   DB<1> 
  1603. main::ignore_commands(latex2html:2805):
  1604. 2805:  next unless $cmd;
  1605.   DB<1> 
  1606. main::ignore_commands(latex2html:2806):
  1607. 2806:  $cmd =~ s/ //;
  1608.   DB<1> 
  1609. main::ignore_commands(latex2html:2807):
  1610. 2807:  ++$ignore{$cmd};
  1611.   DB<1> 
  1612. main::ignore_commands(latex2html:2808):
  1613. 2808:  do {
  1614.   DB<1> 
  1615. main::ignore_commands(latex2html:2810):
  1616. 2810:      grep(($_ = do { s/ //;
  1617.   DB<1> 
  1618. main::ignore_commands(latex2html:2810):
  1619. 2810:      grep(($_ = do { s/ //;
  1620.   DB<1> 
  1621. main::ignore_commands(latex2html:2811):
  1622. 2811:        if (/{}/) {
  1623.   DB<1> 
  1624. main::ignore_commands(latex2html:2812):
  1625. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1626.   DB<1> 
  1627. main::ignore_commands(latex2html:2820):
  1628. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1629.   DB<1> 
  1630. main::ignore_commands(latex2html:2802):
  1631. 2802:  s/\n//g;
  1632.   DB<1> 
  1633. main::ignore_commands(latex2html:2804):
  1634. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1635.   DB<1> 
  1636. main::ignore_commands(latex2html:2805):
  1637. 2805:  next unless $cmd;
  1638.   DB<1> 
  1639. main::ignore_commands(latex2html:2806):
  1640. 2806:  $cmd =~ s/ //;
  1641.   DB<1> 
  1642. main::ignore_commands(latex2html:2807):
  1643. 2807:  ++$ignore{$cmd};
  1644.   DB<1> 
  1645. main::ignore_commands(latex2html:2808):
  1646. 2808:  do {
  1647.   DB<1> 
  1648. main::ignore_commands(latex2html:2810):
  1649. 2810:      grep(($_ = do { s/ //;
  1650.   DB<1> 
  1651. main::ignore_commands(latex2html:2810):
  1652. 2810:      grep(($_ = do { s/ //;
  1653.   DB<1> 
  1654. main::ignore_commands(latex2html:2811):
  1655. 2811:        if (/{}/) {
  1656.   DB<1> 
  1657. main::ignore_commands(latex2html:2812):
  1658. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1659.   DB<1> 
  1660. main::ignore_commands(latex2html:2820):
  1661. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1662.   DB<1> 
  1663. main::ignore_commands(latex2html:2802):
  1664. 2802:  s/\n//g;
  1665.   DB<1> 
  1666. main::ignore_commands(latex2html:2804):
  1667. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1668.   DB<1> 
  1669. main::ignore_commands(latex2html:2805):
  1670. 2805:  next unless $cmd;
  1671.   DB<1> 
  1672. main::ignore_commands(latex2html:2806):
  1673. 2806:  $cmd =~ s/ //;
  1674.   DB<1> 
  1675. main::ignore_commands(latex2html:2807):
  1676. 2807:  ++$ignore{$cmd};
  1677.   DB<1> 
  1678. main::ignore_commands(latex2html:2808):
  1679. 2808:  do {
  1680.   DB<1> 
  1681. main::ignore_commands(latex2html:2810):
  1682. 2810:      grep(($_ = do { s/ //;
  1683.   DB<1> 
  1684. main::ignore_commands(latex2html:2810):
  1685. 2810:      grep(($_ = do { s/ //;
  1686.   DB<1> 
  1687. main::ignore_commands(latex2html:2811):
  1688. 2811:        if (/{}/) {
  1689.   DB<1> 
  1690. main::ignore_commands(latex2html:2812):
  1691. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1692.   DB<1> 
  1693. main::ignore_commands(latex2html:2810):
  1694. 2810:      grep(($_ = do { s/ //;
  1695.   DB<1> 
  1696. main::ignore_commands(latex2html:2811):
  1697. 2811:        if (/{}/) {
  1698.   DB<1> 
  1699. main::ignore_commands(latex2html:2813):
  1700. 2813:        elsif (/[[][]]/) {
  1701.   DB<1> 
  1702. main::ignore_commands(latex2html:2814):
  1703. 2814:     '&get_next_optional_argument;';}
  1704. 2815:        else { # We have arbitrary code - just add it
  1705.   DB<1> 
  1706. main::ignore_commands(latex2html:2810):
  1707. 2810:      grep(($_ = do { s/ //;
  1708.   DB<1> 
  1709. main::ignore_commands(latex2html:2811):
  1710. 2811:        if (/{}/) {
  1711.   DB<1> 
  1712. main::ignore_commands(latex2html:2813):
  1713. 2813:        elsif (/[[][]]/) {
  1714.   DB<1> 
  1715. main::ignore_commands(latex2html:2814):
  1716. 2814:     '&get_next_optional_argument;';}
  1717. 2815:        else { # We have arbitrary code - just add it
  1718.   DB<1> 
  1719. main::ignore_commands(latex2html:2820):
  1720. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1721.   DB<1> 
  1722. main::ignore_commands(latex2html:2802):
  1723. 2802:  s/\n//g;
  1724.   DB<1> 
  1725. main::ignore_commands(latex2html:2804):
  1726. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1727.   DB<1> 
  1728. main::ignore_commands(latex2html:2805):
  1729. 2805:  next unless $cmd;
  1730.   DB<1> 
  1731. main::ignore_commands(latex2html:2806):
  1732. 2806:  $cmd =~ s/ //;
  1733.   DB<1> 
  1734. main::ignore_commands(latex2html:2807):
  1735. 2807:  ++$ignore{$cmd};
  1736.   DB<1> 
  1737. main::ignore_commands(latex2html:2808):
  1738. 2808:  do {
  1739.   DB<1> 
  1740. main::ignore_commands(latex2html:2810):
  1741. 2810:      grep(($_ = do { s/ //;
  1742.   DB<1> 
  1743. main::ignore_commands(latex2html:2810):
  1744. 2810:      grep(($_ = do { s/ //;
  1745.   DB<1> 
  1746. main::ignore_commands(latex2html:2811):
  1747. 2811:        if (/{}/) {
  1748.   DB<1> 
  1749. main::ignore_commands(latex2html:2812):
  1750. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1751.   DB<1> 
  1752. main::ignore_commands(latex2html:2820):
  1753. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1754.   DB<1> 
  1755. main::ignore_commands(latex2html:2802):
  1756. 2802:  s/\n//g;
  1757.   DB<1> 
  1758. main::ignore_commands(latex2html:2804):
  1759. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1760.   DB<1> 
  1761. main::ignore_commands(latex2html:2805):
  1762. 2805:  next unless $cmd;
  1763.   DB<1> 
  1764. main::ignore_commands(latex2html:2806):
  1765. 2806:  $cmd =~ s/ //;
  1766.   DB<1> 
  1767. main::ignore_commands(latex2html:2807):
  1768. 2807:  ++$ignore{$cmd};
  1769.   DB<1> 
  1770. main::ignore_commands(latex2html:2808):
  1771. 2808:  do {
  1772.   DB<1> 
  1773. main::ignore_commands(latex2html:2810):
  1774. 2810:      grep(($_ = do { s/ //;
  1775.   DB<1> 
  1776. main::ignore_commands(latex2html:2810):
  1777. 2810:      grep(($_ = do { s/ //;
  1778.   DB<1> 
  1779. main::ignore_commands(latex2html:2811):
  1780. 2811:        if (/{}/) {
  1781.   DB<1> 
  1782. main::ignore_commands(latex2html:2812):
  1783. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1784.   DB<1> 
  1785. main::ignore_commands(latex2html:2820):
  1786. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1787.   DB<1> 
  1788. main::ignore_commands(latex2html:2802):
  1789. 2802:  s/\n//g;
  1790.   DB<1> 
  1791. main::ignore_commands(latex2html:2804):
  1792. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1793.   DB<1> 
  1794. main::ignore_commands(latex2html:2805):
  1795. 2805:  next unless $cmd;
  1796.   DB<1> 
  1797. main::ignore_commands(latex2html:2806):
  1798. 2806:  $cmd =~ s/ //;
  1799.   DB<1> 
  1800. main::ignore_commands(latex2html:2807):
  1801. 2807:  ++$ignore{$cmd};
  1802.   DB<1> 
  1803. main::ignore_commands(latex2html:2808):
  1804. 2808:  do {
  1805.   DB<1> 
  1806. main::ignore_commands(latex2html:2810):
  1807. 2810:      grep(($_ = do { s/ //;
  1808.   DB<1> 
  1809. main::ignore_commands(latex2html:2810):
  1810. 2810:      grep(($_ = do { s/ //;
  1811.   DB<1> 
  1812. main::ignore_commands(latex2html:2811):
  1813. 2811:        if (/{}/) {
  1814.   DB<1> 
  1815. main::ignore_commands(latex2html:2812):
  1816. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1817.   DB<1> 
  1818. main::ignore_commands(latex2html:2810):
  1819. 2810:      grep(($_ = do { s/ //;
  1820.   DB<1> 
  1821. main::ignore_commands(latex2html:2811):
  1822. 2811:        if (/{}/) {
  1823.   DB<1> 
  1824. main::ignore_commands(latex2html:2812):
  1825. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1826.   DB<1> 
  1827. main::ignore_commands(latex2html:2820):
  1828. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1829.   DB<1> 
  1830. main::ignore_commands(latex2html:2802):
  1831. 2802:  s/\n//g;
  1832.   DB<1> 
  1833. main::ignore_commands(latex2html:2804):
  1834. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1835.   DB<1> 
  1836. main::ignore_commands(latex2html:2805):
  1837. 2805:  next unless $cmd;
  1838.   DB<1> 
  1839. main::ignore_commands(latex2html:2806):
  1840. 2806:  $cmd =~ s/ //;
  1841.   DB<1> 
  1842. main::ignore_commands(latex2html:2807):
  1843. 2807:  ++$ignore{$cmd};
  1844.   DB<1> 
  1845. main::ignore_commands(latex2html:2808):
  1846. 2808:  do {
  1847.   DB<1> 
  1848. main::ignore_commands(latex2html:2810):
  1849. 2810:      grep(($_ = do { s/ //;
  1850.   DB<1> 
  1851. main::ignore_commands(latex2html:2810):
  1852. 2810:      grep(($_ = do { s/ //;
  1853.   DB<1> 
  1854. main::ignore_commands(latex2html:2811):
  1855. 2811:        if (/{}/) {
  1856.   DB<1> 
  1857. main::ignore_commands(latex2html:2812):
  1858. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1859.   DB<1> 
  1860. main::ignore_commands(latex2html:2810):
  1861. 2810:      grep(($_ = do { s/ //;
  1862.   DB<1> 
  1863. main::ignore_commands(latex2html:2811):
  1864. 2811:        if (/{}/) {
  1865.   DB<1> 
  1866. main::ignore_commands(latex2html:2812):
  1867. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1868.   DB<1> 
  1869. main::ignore_commands(latex2html:2820):
  1870. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1871.   DB<1> 
  1872. main::ignore_commands(latex2html:2802):
  1873. 2802:  s/\n//g;
  1874.   DB<1> 
  1875. main::ignore_commands(latex2html:2804):
  1876. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1877.   DB<1> 
  1878. main::ignore_commands(latex2html:2805):
  1879. 2805:  next unless $cmd;
  1880.   DB<1> 
  1881. main::ignore_commands(latex2html:2806):
  1882. 2806:  $cmd =~ s/ //;
  1883.   DB<1> 
  1884. main::ignore_commands(latex2html:2807):
  1885. 2807:  ++$ignore{$cmd};
  1886.   DB<1> 
  1887. main::ignore_commands(latex2html:2808):
  1888. 2808:  do {
  1889.   DB<1> 
  1890. main::ignore_commands(latex2html:2810):
  1891. 2810:      grep(($_ = do { s/ //;
  1892.   DB<1> 
  1893. main::ignore_commands(latex2html:2810):
  1894. 2810:      grep(($_ = do { s/ //;
  1895.   DB<1> 
  1896. main::ignore_commands(latex2html:2811):
  1897. 2811:        if (/{}/) {
  1898.   DB<1> 
  1899. main::ignore_commands(latex2html:2812):
  1900. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1901.   DB<1> 
  1902. main::ignore_commands(latex2html:2810):
  1903. 2810:      grep(($_ = do { s/ //;
  1904.   DB<1> 
  1905. main::ignore_commands(latex2html:2811):
  1906. 2811:        if (/{}/) {
  1907.   DB<1> 
  1908. main::ignore_commands(latex2html:2812):
  1909. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1910.   DB<1> 
  1911. main::ignore_commands(latex2html:2820):
  1912. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1913.   DB<1> 
  1914. main::ignore_commands(latex2html:2802):
  1915. 2802:  s/\n//g;
  1916.   DB<1> 
  1917. main::ignore_commands(latex2html:2804):
  1918. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1919.   DB<1> 
  1920. main::ignore_commands(latex2html:2805):
  1921. 2805:  next unless $cmd;
  1922.   DB<1> 
  1923. main::ignore_commands(latex2html:2806):
  1924. 2806:  $cmd =~ s/ //;
  1925.   DB<1> 
  1926. main::ignore_commands(latex2html:2807):
  1927. 2807:  ++$ignore{$cmd};
  1928.   DB<1> 
  1929. main::ignore_commands(latex2html:2808):
  1930. 2808:  do {
  1931.   DB<1> 
  1932. main::ignore_commands(latex2html:2810):
  1933. 2810:      grep(($_ = do { s/ //;
  1934.   DB<1> 
  1935. main::ignore_commands(latex2html:2810):
  1936. 2810:      grep(($_ = do { s/ //;
  1937.   DB<1> 
  1938. main::ignore_commands(latex2html:2811):
  1939. 2811:        if (/{}/) {
  1940.   DB<1> 
  1941. main::ignore_commands(latex2html:2812):
  1942. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1943.   DB<1> 
  1944. main::ignore_commands(latex2html:2820):
  1945. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1946.   DB<1> 
  1947. main::ignore_commands(latex2html:2802):
  1948. 2802:  s/\n//g;
  1949.   DB<1> 
  1950. main::ignore_commands(latex2html:2804):
  1951. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1952.   DB<1> 
  1953. main::ignore_commands(latex2html:2805):
  1954. 2805:  next unless $cmd;
  1955.   DB<1> 
  1956. main::ignore_commands(latex2html:2806):
  1957. 2806:  $cmd =~ s/ //;
  1958.   DB<1> 
  1959. main::ignore_commands(latex2html:2807):
  1960. 2807:  ++$ignore{$cmd};
  1961.   DB<1> 
  1962. main::ignore_commands(latex2html:2808):
  1963. 2808:  do {
  1964.   DB<1> 
  1965. main::ignore_commands(latex2html:2810):
  1966. 2810:      grep(($_ = do { s/ //;
  1967.   DB<1> 
  1968. main::ignore_commands(latex2html:2810):
  1969. 2810:      grep(($_ = do { s/ //;
  1970.   DB<1> 
  1971. main::ignore_commands(latex2html:2811):
  1972. 2811:        if (/{}/) {
  1973.   DB<1> 
  1974. main::ignore_commands(latex2html:2812):
  1975. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  1976.   DB<1> 
  1977. main::ignore_commands(latex2html:2810):
  1978. 2810:      grep(($_ = do { s/ //;
  1979.   DB<1> 
  1980. main::ignore_commands(latex2html:2811):
  1981. 2811:        if (/{}/) {
  1982.   DB<1> 
  1983. main::ignore_commands(latex2html:2813):
  1984. 2813:        elsif (/[[][]]/) {
  1985.   DB<1> 
  1986. main::ignore_commands(latex2html:2816):
  1987. 2816:     "$_".';';} # 
  1988.   DB<1> 
  1989. main::ignore_commands(latex2html:2820):
  1990. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  1991.   DB<1> 
  1992. main::ignore_commands(latex2html:2802):
  1993. 2802:  s/\n//g;
  1994.   DB<1> 
  1995. main::ignore_commands(latex2html:2804):
  1996. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  1997.   DB<1> 
  1998. main::ignore_commands(latex2html:2805):
  1999. 2805:  next unless $cmd;
  2000.   DB<1> 
  2001. main::ignore_commands(latex2html:2806):
  2002. 2806:  $cmd =~ s/ //;
  2003.   DB<1> 
  2004. main::ignore_commands(latex2html:2807):
  2005. 2807:  ++$ignore{$cmd};
  2006.   DB<1> 
  2007. main::ignore_commands(latex2html:2808):
  2008. 2808:  do {
  2009.   DB<1> 
  2010. main::ignore_commands(latex2html:2810):
  2011. 2810:      grep(($_ = do { s/ //;
  2012.   DB<1> 
  2013. main::ignore_commands(latex2html:2810):
  2014. 2810:      grep(($_ = do { s/ //;
  2015.   DB<1> 
  2016. main::ignore_commands(latex2html:2811):
  2017. 2811:        if (/{}/) {
  2018.   DB<1> 
  2019. main::ignore_commands(latex2html:2812):
  2020. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  2021.   DB<1> 
  2022. main::ignore_commands(latex2html:2810):
  2023. 2810:      grep(($_ = do { s/ //;
  2024.   DB<1> 
  2025. main::ignore_commands(latex2html:2811):
  2026. 2811:        if (/{}/) {
  2027.   DB<1> 
  2028. main::ignore_commands(latex2html:2813):
  2029. 2813:        elsif (/[[][]]/) {
  2030.   DB<1> 
  2031. main::ignore_commands(latex2html:2816):
  2032. 2816:     "$_".';';} # 
  2033.   DB<1> 
  2034. main::ignore_commands(latex2html:2820):
  2035. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2036.   DB<1> 
  2037. main::ignore_commands(latex2html:2802):
  2038. 2802:  s/\n//g;
  2039.   DB<1> 
  2040. main::ignore_commands(latex2html:2804):
  2041. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2042.   DB<1> 
  2043. main::ignore_commands(latex2html:2805):
  2044. 2805:  next unless $cmd;
  2045.   DB<1> 
  2046. main::ignore_commands(latex2html:2806):
  2047. 2806:  $cmd =~ s/ //;
  2048.   DB<1> 
  2049. main::ignore_commands(latex2html:2807):
  2050. 2807:  ++$ignore{$cmd};
  2051.   DB<1> 
  2052. main::ignore_commands(latex2html:2808):
  2053. 2808:  do {
  2054.   DB<1> 
  2055. main::ignore_commands(latex2html:2810):
  2056. 2810:      grep(($_ = do { s/ //;
  2057.   DB<1> 
  2058. main::ignore_commands(latex2html:2810):
  2059. 2810:      grep(($_ = do { s/ //;
  2060.   DB<1> 
  2061. main::ignore_commands(latex2html:2811):
  2062. 2811:        if (/{}/) {
  2063.   DB<1> 
  2064. main::ignore_commands(latex2html:2812):
  2065. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  2066.   DB<1> 
  2067. main::ignore_commands(latex2html:2810):
  2068. 2810:      grep(($_ = do { s/ //;
  2069.   DB<1> 
  2070. main::ignore_commands(latex2html:2811):
  2071. 2811:        if (/{}/) {
  2072.   DB<1> 
  2073. main::ignore_commands(latex2html:2813):
  2074. 2813:        elsif (/[[][]]/) {
  2075.   DB<1> 
  2076. main::ignore_commands(latex2html:2816):
  2077. 2816:     "$_".';';} # 
  2078.   DB<1> 
  2079. main::ignore_commands(latex2html:2820):
  2080. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2081.   DB<1> 
  2082. main::ignore_commands(latex2html:2802):
  2083. 2802:  s/\n//g;
  2084.   DB<1> 
  2085. main::ignore_commands(latex2html:2804):
  2086. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2087.   DB<1> 
  2088. main::ignore_commands(latex2html:2805):
  2089. 2805:  next unless $cmd;
  2090.   DB<1> 
  2091. main::ignore_commands(latex2html:2806):
  2092. 2806:  $cmd =~ s/ //;
  2093.   DB<1> 
  2094. main::ignore_commands(latex2html:2807):
  2095. 2807:  ++$ignore{$cmd};
  2096.   DB<1> 
  2097. main::ignore_commands(latex2html:2808):
  2098. 2808:  do {
  2099.   DB<1> 
  2100. main::ignore_commands(latex2html:2810):
  2101. 2810:      grep(($_ = do { s/ //;
  2102.   DB<1> 
  2103. main::ignore_commands(latex2html:2810):
  2104. 2810:      grep(($_ = do { s/ //;
  2105.   DB<1> 
  2106. main::ignore_commands(latex2html:2811):
  2107. 2811:        if (/{}/) {
  2108.   DB<1> 
  2109. main::ignore_commands(latex2html:2812):
  2110. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  2111.   DB<1> 
  2112. main::ignore_commands(latex2html:2810):
  2113. 2810:      grep(($_ = do { s/ //;
  2114.   DB<1> 
  2115. main::ignore_commands(latex2html:2811):
  2116. 2811:        if (/{}/) {
  2117.   DB<1> 
  2118. main::ignore_commands(latex2html:2813):
  2119. 2813:        elsif (/[[][]]/) {
  2120.   DB<1> 
  2121. main::ignore_commands(latex2html:2816):
  2122. 2816:     "$_".';';} # 
  2123.   DB<1> 
  2124. main::ignore_commands(latex2html:2820):
  2125. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2126.   DB<1> 
  2127. main::ignore_commands(latex2html:2802):
  2128. 2802:  s/\n//g;
  2129.   DB<1> 
  2130. main::ignore_commands(latex2html:2804):
  2131. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2132.   DB<1> 
  2133. main::ignore_commands(latex2html:2805):
  2134. 2805:  next unless $cmd;
  2135.   DB<1> 
  2136. main::ignore_commands(latex2html:2806):
  2137. 2806:  $cmd =~ s/ //;
  2138.   DB<1> 
  2139. main::ignore_commands(latex2html:2807):
  2140. 2807:  ++$ignore{$cmd};
  2141.   DB<1> 
  2142. main::ignore_commands(latex2html:2808):
  2143. 2808:  do {
  2144.   DB<1> 
  2145. main::ignore_commands(latex2html:2810):
  2146. 2810:      grep(($_ = do { s/ //;
  2147.   DB<1> 
  2148. main::ignore_commands(latex2html:2810):
  2149. 2810:      grep(($_ = do { s/ //;
  2150.   DB<1> 
  2151. main::ignore_commands(latex2html:2811):
  2152. 2811:        if (/{}/) {
  2153.   DB<1> 
  2154. main::ignore_commands(latex2html:2812):
  2155. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  2156.   DB<1> 
  2157. main::ignore_commands(latex2html:2820):
  2158. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2159.   DB<1> 
  2160. main::ignore_commands(latex2html:2802):
  2161. 2802:  s/\n//g;
  2162.   DB<1> 
  2163. main::ignore_commands(latex2html:2804):
  2164. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2165.   DB<1> 
  2166. main::ignore_commands(latex2html:2805):
  2167. 2805:  next unless $cmd;
  2168.   DB<1> 
  2169. main::ignore_commands(latex2html:2806):
  2170. 2806:  $cmd =~ s/ //;
  2171.   DB<1> 
  2172. main::ignore_commands(latex2html:2807):
  2173. 2807:  ++$ignore{$cmd};
  2174.   DB<1> 
  2175. main::ignore_commands(latex2html:2808):
  2176. 2808:  do {
  2177.   DB<1> 
  2178. main::ignore_commands(latex2html:2802):
  2179. 2802:  s/\n//g;
  2180.   DB<1> 
  2181. main::ignore_commands(latex2html:2804):
  2182. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2183.   DB<1> 
  2184. main::ignore_commands(latex2html:2805):
  2185. 2805:  next unless $cmd;
  2186.   DB<1> 
  2187. main::ignore_commands(latex2html:2806):
  2188. 2806:  $cmd =~ s/ //;
  2189.   DB<1> 
  2190. main::ignore_commands(latex2html:2807):
  2191. 2807:  ++$ignore{$cmd};
  2192.   DB<1> 
  2193. main::ignore_commands(latex2html:2808):
  2194. 2808:  do {
  2195.   DB<1> 
  2196. main::ignore_commands(latex2html:2802):
  2197. 2802:  s/\n//g;
  2198.   DB<1> 
  2199. main::ignore_commands(latex2html:2804):
  2200. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2201.   DB<1> 
  2202. main::ignore_commands(latex2html:2805):
  2203. 2805:  next unless $cmd;
  2204.   DB<1> 
  2205. main::ignore_commands(latex2html:2806):
  2206. 2806:  $cmd =~ s/ //;
  2207.   DB<1> 
  2208. main::ignore_commands(latex2html:2807):
  2209. 2807:  ++$ignore{$cmd};
  2210.   DB<1> 
  2211. main::ignore_commands(latex2html:2808):
  2212. 2808:  do {
  2213.   DB<1> 
  2214. main::ignore_commands(latex2html:2802):
  2215. 2802:  s/\n//g;
  2216.   DB<1> 
  2217. main::ignore_commands(latex2html:2804):
  2218. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2219.   DB<1> 
  2220. main::ignore_commands(latex2html:2805):
  2221. 2805:  next unless $cmd;
  2222.   DB<1> 
  2223. main::ignore_commands(latex2html:2806):
  2224. 2806:  $cmd =~ s/ //;
  2225.   DB<1> 
  2226. main::ignore_commands(latex2html:2807):
  2227. 2807:  ++$ignore{$cmd};
  2228.   DB<1> 
  2229. main::ignore_commands(latex2html:2808):
  2230. 2808:  do {
  2231.   DB<1> 
  2232. main::ignore_commands(latex2html:2802):
  2233. 2802:  s/\n//g;
  2234.   DB<1> 
  2235. main::ignore_commands(latex2html:2804):
  2236. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2237.   DB<1> 
  2238. main::ignore_commands(latex2html:2805):
  2239. 2805:  next unless $cmd;
  2240.   DB<1> 
  2241. main::ignore_commands(latex2html:2806):
  2242. 2806:  $cmd =~ s/ //;
  2243.   DB<1> 
  2244. main::ignore_commands(latex2html:2807):
  2245. 2807:  ++$ignore{$cmd};
  2246.   DB<1> 
  2247. main::ignore_commands(latex2html:2808):
  2248. 2808:  do {
  2249.   DB<1> 
  2250. main::ignore_commands(latex2html:2802):
  2251. 2802:  s/\n//g;
  2252.   DB<1> 
  2253. main::ignore_commands(latex2html:2804):
  2254. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2255.   DB<1> 
  2256. main::ignore_commands(latex2html:2805):
  2257. 2805:  next unless $cmd;
  2258.   DB<1> 
  2259. main::ignore_commands(latex2html:2806):
  2260. 2806:  $cmd =~ s/ //;
  2261.   DB<1> 
  2262. main::ignore_commands(latex2html:2807):
  2263. 2807:  ++$ignore{$cmd};
  2264.   DB<1> 
  2265. main::ignore_commands(latex2html:2808):
  2266. 2808:  do {
  2267.   DB<1> 
  2268. main::ignore_commands(latex2html:2802):
  2269. 2802:  s/\n//g;
  2270.   DB<1> 
  2271. main::ignore_commands(latex2html:2804):
  2272. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2273.   DB<1> 
  2274. main::ignore_commands(latex2html:2805):
  2275. 2805:  next unless $cmd;
  2276.   DB<1> 
  2277. main::ignore_commands(latex2html:2806):
  2278. 2806:  $cmd =~ s/ //;
  2279.   DB<1> 
  2280. main::ignore_commands(latex2html:2807):
  2281. 2807:  ++$ignore{$cmd};
  2282.   DB<1> 
  2283. main::ignore_commands(latex2html:2808):
  2284. 2808:  do {
  2285.   DB<1> 
  2286. main::ignore_commands(latex2html:2810):
  2287. 2810:      grep(($_ = do { s/ //;
  2288.   DB<1> 
  2289. main::ignore_commands(latex2html:2810):
  2290. 2810:      grep(($_ = do { s/ //;
  2291.   DB<1> 
  2292. main::ignore_commands(latex2html:2811):
  2293. 2811:        if (/{}/) {
  2294.   DB<1> 
  2295. main::ignore_commands(latex2html:2813):
  2296. 2813:        elsif (/[[][]]/) {
  2297.   DB<1> 
  2298. main::ignore_commands(latex2html:2816):
  2299. 2816:     "$_".';';} # 
  2300.   DB<1> 
  2301. main::ignore_commands(latex2html:2820):
  2302. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2303.   DB<1> 
  2304. main::ignore_commands(latex2html:2802):
  2305. 2802:  s/\n//g;
  2306.   DB<1> 
  2307. main::ignore_commands(latex2html:2804):
  2308. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2309.   DB<1> 
  2310. main::ignore_commands(latex2html:2805):
  2311. 2805:  next unless $cmd;
  2312.   DB<1> 
  2313. main::ignore_commands(latex2html:2806):
  2314. 2806:  $cmd =~ s/ //;
  2315.   DB<1> 
  2316. main::ignore_commands(latex2html:2807):
  2317. 2807:  ++$ignore{$cmd};
  2318.   DB<1> 
  2319. main::ignore_commands(latex2html:2808):
  2320. 2808:  do {
  2321.   DB<1> 
  2322. main::ignore_commands(latex2html:2810):
  2323. 2810:      grep(($_ = do { s/ //;
  2324.   DB<1> 
  2325. main::ignore_commands(latex2html:2810):
  2326. 2810:      grep(($_ = do { s/ //;
  2327.   DB<1> 
  2328. main::ignore_commands(latex2html:2811):
  2329. 2811:        if (/{}/) {
  2330.   DB<1> 
  2331. main::ignore_commands(latex2html:2813):
  2332. 2813:        elsif (/[[][]]/) {
  2333.   DB<1> 
  2334. main::ignore_commands(latex2html:2816):
  2335. 2816:     "$_".';';} # 
  2336.   DB<1> 
  2337. main::ignore_commands(latex2html:2820):
  2338. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2339.   DB<1> 
  2340. main::ignore_commands(latex2html:2802):
  2341. 2802:  s/\n//g;
  2342.   DB<1> 
  2343. main::ignore_commands(latex2html:2804):
  2344. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2345.   DB<1> 
  2346. main::ignore_commands(latex2html:2805):
  2347. 2805:  next unless $cmd;
  2348.   DB<1> 
  2349. main::ignore_commands(latex2html:2806):
  2350. 2806:  $cmd =~ s/ //;
  2351.   DB<1> 
  2352. main::ignore_commands(latex2html:2807):
  2353. 2807:  ++$ignore{$cmd};
  2354.   DB<1> 
  2355. main::ignore_commands(latex2html:2808):
  2356. 2808:  do {
  2357.   DB<1> 
  2358. main::ignore_commands(latex2html:2810):
  2359. 2810:      grep(($_ = do { s/ //;
  2360.   DB<1> 
  2361. main::ignore_commands(latex2html:2810):
  2362. 2810:      grep(($_ = do { s/ //;
  2363.   DB<1> 
  2364. main::ignore_commands(latex2html:2811):
  2365. 2811:        if (/{}/) {
  2366.   DB<1> 
  2367. main::ignore_commands(latex2html:2813):
  2368. 2813:        elsif (/[[][]]/) {
  2369.   DB<1> 
  2370. main::ignore_commands(latex2html:2816):
  2371. 2816:     "$_".';';} # 
  2372.   DB<1> 
  2373. main::ignore_commands(latex2html:2820):
  2374. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2375.   DB<1> 
  2376. main::ignore_commands(latex2html:2802):
  2377. 2802:  s/\n//g;
  2378.   DB<1> 
  2379. main::ignore_commands(latex2html:2804):
  2380. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2381.   DB<1> 
  2382. main::ignore_commands(latex2html:2805):
  2383. 2805:  next unless $cmd;
  2384.   DB<1> 
  2385. main::ignore_commands(latex2html:2806):
  2386. 2806:  $cmd =~ s/ //;
  2387.   DB<1> 
  2388. main::ignore_commands(latex2html:2807):
  2389. 2807:  ++$ignore{$cmd};
  2390.   DB<1> 
  2391. main::ignore_commands(latex2html:2808):
  2392. 2808:  do {
  2393.   DB<1> 
  2394. main::ignore_commands(latex2html:2802):
  2395. 2802:  s/\n//g;
  2396.   DB<1> 
  2397. main::ignore_commands(latex2html:2804):
  2398. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2399.   DB<1> 
  2400. main::ignore_commands(latex2html:2805):
  2401. 2805:  next unless $cmd;
  2402.   DB<1> 
  2403. main::ignore_commands(latex2html:2806):
  2404. 2806:  $cmd =~ s/ //;
  2405.   DB<1> 
  2406. main::ignore_commands(latex2html:2807):
  2407. 2807:  ++$ignore{$cmd};
  2408.   DB<1> 
  2409. main::ignore_commands(latex2html:2808):
  2410. 2808:  do {
  2411.   DB<1> 
  2412. main::ignore_commands(latex2html:2810):
  2413. 2810:      grep(($_ = do { s/ //;
  2414.   DB<1> 
  2415. main::ignore_commands(latex2html:2810):
  2416. 2810:      grep(($_ = do { s/ //;
  2417.   DB<1> 
  2418. main::ignore_commands(latex2html:2811):
  2419. 2811:        if (/{}/) {
  2420.   DB<1> 
  2421. main::ignore_commands(latex2html:2813):
  2422. 2813:        elsif (/[[][]]/) {
  2423.   DB<1> 
  2424. main::ignore_commands(latex2html:2816):
  2425. 2816:     "$_".';';} # 
  2426.   DB<1> 
  2427. main::ignore_commands(latex2html:2820):
  2428. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2429.   DB<1> 
  2430. main::ignore_commands(latex2html:2802):
  2431. 2802:  s/\n//g;
  2432.   DB<1> 
  2433. main::ignore_commands(latex2html:2804):
  2434. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2435.   DB<1> 
  2436. main::ignore_commands(latex2html:2805):
  2437. 2805:  next unless $cmd;
  2438.   DB<1> 
  2439. main::ignore_commands(latex2html:2806):
  2440. 2806:  $cmd =~ s/ //;
  2441.   DB<1> 
  2442. main::ignore_commands(latex2html:2807):
  2443. 2807:  ++$ignore{$cmd};
  2444.   DB<1> 
  2445. main::ignore_commands(latex2html:2808):
  2446. 2808:  do {
  2447.   DB<1> 
  2448. main::ignore_commands(latex2html:2810):
  2449. 2810:      grep(($_ = do { s/ //;
  2450.   DB<1> 
  2451. main::ignore_commands(latex2html:2810):
  2452. 2810:      grep(($_ = do { s/ //;
  2453.   DB<1> 
  2454. main::ignore_commands(latex2html:2811):
  2455. 2811:        if (/{}/) {
  2456.   DB<1> 
  2457. main::ignore_commands(latex2html:2812):
  2458. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  2459.   DB<1> 
  2460. main::ignore_commands(latex2html:2820):
  2461. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2462.   DB<1> 
  2463. main::ignore_commands(latex2html:2802):
  2464. 2802:  s/\n//g;
  2465.   DB<1> 
  2466. main::ignore_commands(latex2html:2804):
  2467. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2468.   DB<1> 
  2469. main::ignore_commands(latex2html:2805):
  2470. 2805:  next unless $cmd;
  2471.   DB<1> 
  2472. main::ignore_commands(latex2html:2806):
  2473. 2806:  $cmd =~ s/ //;
  2474.   DB<1> 
  2475. main::ignore_commands(latex2html:2807):
  2476. 2807:  ++$ignore{$cmd};
  2477.   DB<1> 
  2478. main::ignore_commands(latex2html:2808):
  2479. 2808:  do {
  2480.   DB<1> 
  2481. main::ignore_commands(latex2html:2810):
  2482. 2810:      grep(($_ = do { s/ //;
  2483.   DB<1> 
  2484. main::ignore_commands(latex2html:2810):
  2485. 2810:      grep(($_ = do { s/ //;
  2486.   DB<1> 
  2487. main::ignore_commands(latex2html:2811):
  2488. 2811:        if (/{}/) {
  2489.   DB<1> 
  2490. main::ignore_commands(latex2html:2812):
  2491. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  2492.   DB<1> 
  2493. main::ignore_commands(latex2html:2820):
  2494. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2495.   DB<1> 
  2496. main::ignore_commands(latex2html:2802):
  2497. 2802:  s/\n//g;
  2498.   DB<1> 
  2499. main::ignore_commands(latex2html:2804):
  2500. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2501.   DB<1> 
  2502. main::ignore_commands(latex2html:2805):
  2503. 2805:  next unless $cmd;
  2504.   DB<1> 
  2505. main::ignore_commands(latex2html:2806):
  2506. 2806:  $cmd =~ s/ //;
  2507.   DB<1> 
  2508. main::ignore_commands(latex2html:2807):
  2509. 2807:  ++$ignore{$cmd};
  2510.   DB<1> 
  2511. main::ignore_commands(latex2html:2808):
  2512. 2808:  do {
  2513.   DB<1> 
  2514. main::ignore_commands(latex2html:2802):
  2515. 2802:  s/\n//g;
  2516.   DB<1> 
  2517. main::ignore_commands(latex2html:2804):
  2518. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2519.   DB<1> 
  2520. main::ignore_commands(latex2html:2805):
  2521. 2805:  next unless $cmd;
  2522.   DB<1> 
  2523. main::ignore_commands(latex2html:2806):
  2524. 2806:  $cmd =~ s/ //;
  2525.   DB<1> 
  2526. main::ignore_commands(latex2html:2807):
  2527. 2807:  ++$ignore{$cmd};
  2528.   DB<1> 
  2529. main::ignore_commands(latex2html:2808):
  2530. 2808:  do {
  2531.   DB<1> 
  2532. main::ignore_commands(latex2html:2802):
  2533. 2802:  s/\n//g;
  2534.   DB<1> 
  2535. main::ignore_commands(latex2html:2804):
  2536. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2537.   DB<1> 
  2538. main::ignore_commands(latex2html:2805):
  2539. 2805:  next unless $cmd;
  2540.   DB<1> 
  2541. main::ignore_commands(latex2html:2806):
  2542. 2806:  $cmd =~ s/ //;
  2543.   DB<1> 
  2544. main::ignore_commands(latex2html:2807):
  2545. 2807:  ++$ignore{$cmd};
  2546.   DB<1> 
  2547. main::ignore_commands(latex2html:2808):
  2548. 2808:  do {
  2549.   DB<1> 
  2550. main::ignore_commands(latex2html:2802):
  2551. 2802:  s/\n//g;
  2552.   DB<1> 
  2553. main::ignore_commands(latex2html:2804):
  2554. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2555.   DB<1> 
  2556. main::ignore_commands(latex2html:2805):
  2557. 2805:  next unless $cmd;
  2558.   DB<1> 
  2559. main::ignore_commands(latex2html:2806):
  2560. 2806:  $cmd =~ s/ //;
  2561.   DB<1> 
  2562. main::ignore_commands(latex2html:2807):
  2563. 2807:  ++$ignore{$cmd};
  2564.   DB<1> 
  2565. main::ignore_commands(latex2html:2808):
  2566. 2808:  do {
  2567.   DB<1> 
  2568. main::ignore_commands(latex2html:2802):
  2569. 2802:  s/\n//g;
  2570.   DB<1> 
  2571. main::ignore_commands(latex2html:2804):
  2572. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2573.   DB<1> 
  2574. main::ignore_commands(latex2html:2805):
  2575. 2805:  next unless $cmd;
  2576.   DB<1> 
  2577. main::ignore_commands(latex2html:2806):
  2578. 2806:  $cmd =~ s/ //;
  2579.   DB<1> 
  2580. main::ignore_commands(latex2html:2807):
  2581. 2807:  ++$ignore{$cmd};
  2582.   DB<1> 
  2583. main::ignore_commands(latex2html:2808):
  2584. 2808:  do {
  2585.   DB<1> 
  2586. main::ignore_commands(latex2html:2802):
  2587. 2802:  s/\n//g;
  2588.   DB<1> 
  2589. main::ignore_commands(latex2html:2804):
  2590. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2591.   DB<1> 
  2592. main::ignore_commands(latex2html:2805):
  2593. 2805:  next unless $cmd;
  2594.   DB<1> 
  2595. main::ignore_commands(latex2html:2806):
  2596. 2806:  $cmd =~ s/ //;
  2597.   DB<1> 
  2598. main::ignore_commands(latex2html:2807):
  2599. 2807:  ++$ignore{$cmd};
  2600.   DB<1> 
  2601. main::ignore_commands(latex2html:2808):
  2602. 2808:  do {
  2603.   DB<1> 
  2604. main::ignore_commands(latex2html:2802):
  2605. 2802:  s/\n//g;
  2606.   DB<1> 
  2607. main::ignore_commands(latex2html:2804):
  2608. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2609.   DB<1> 
  2610. main::ignore_commands(latex2html:2805):
  2611. 2805:  next unless $cmd;
  2612.   DB<1> 
  2613. main::ignore_commands(latex2html:2806):
  2614. 2806:  $cmd =~ s/ //;
  2615.   DB<1> 
  2616. main::ignore_commands(latex2html:2807):
  2617. 2807:  ++$ignore{$cmd};
  2618.   DB<1> 
  2619. main::ignore_commands(latex2html:2808):
  2620. 2808:  do {
  2621.   DB<1> 
  2622. main::ignore_commands(latex2html:2810):
  2623. 2810:      grep(($_ = do { s/ //;
  2624.   DB<1> 
  2625. main::ignore_commands(latex2html:2810):
  2626. 2810:      grep(($_ = do { s/ //;
  2627.   DB<1> 
  2628. main::ignore_commands(latex2html:2811):
  2629. 2811:        if (/{}/) {
  2630.   DB<1> 
  2631. main::ignore_commands(latex2html:2812):
  2632. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  2633.   DB<1> 
  2634. main::ignore_commands(latex2html:2810):
  2635. 2810:      grep(($_ = do { s/ //;
  2636.   DB<1> 
  2637. main::ignore_commands(latex2html:2811):
  2638. 2811:        if (/{}/) {
  2639.   DB<1> 
  2640. main::ignore_commands(latex2html:2812):
  2641. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  2642.   DB<1> 
  2643. main::ignore_commands(latex2html:2820):
  2644. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2645.   DB<1> 
  2646. main::ignore_commands(latex2html:2802):
  2647. 2802:  s/\n//g;
  2648.   DB<1> 
  2649. main::ignore_commands(latex2html:2804):
  2650. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2651.   DB<1> 
  2652. main::ignore_commands(latex2html:2805):
  2653. 2805:  next unless $cmd;
  2654.   DB<1> 
  2655. main::ignore_commands(latex2html:2806):
  2656. 2806:  $cmd =~ s/ //;
  2657.   DB<1> 
  2658. main::ignore_commands(latex2html:2807):
  2659. 2807:  ++$ignore{$cmd};
  2660.   DB<1> 
  2661. main::ignore_commands(latex2html:2808):
  2662. 2808:  do {
  2663.   DB<1> 
  2664. main::ignore_commands(latex2html:2810):
  2665. 2810:      grep(($_ = do { s/ //;
  2666.   DB<1> 
  2667. main::ignore_commands(latex2html:2810):
  2668. 2810:      grep(($_ = do { s/ //;
  2669.   DB<1> 
  2670. main::ignore_commands(latex2html:2811):
  2671. 2811:        if (/{}/) {
  2672.   DB<1> 
  2673. main::ignore_commands(latex2html:2813):
  2674. 2813:        elsif (/[[][]]/) {
  2675.   DB<1> 
  2676. main::ignore_commands(latex2html:2816):
  2677. 2816:     "$_".';';} # 
  2678.   DB<1> 
  2679. main::ignore_commands(latex2html:2820):
  2680. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2681.   DB<1> 
  2682. main::ignore_commands(latex2html:2802):
  2683. 2802:  s/\n//g;
  2684.   DB<1> 
  2685. main::ignore_commands(latex2html:2804):
  2686. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2687.   DB<1> 
  2688. main::ignore_commands(latex2html:2805):
  2689. 2805:  next unless $cmd;
  2690.   DB<1> 
  2691. main::ignore_commands(latex2html:2806):
  2692. 2806:  $cmd =~ s/ //;
  2693.   DB<1> 
  2694. main::ignore_commands(latex2html:2807):
  2695. 2807:  ++$ignore{$cmd};
  2696.   DB<1> 
  2697. main::ignore_commands(latex2html:2808):
  2698. 2808:  do {
  2699.   DB<1> 
  2700. main::ignore_commands(latex2html:2810):
  2701. 2810:      grep(($_ = do { s/ //;
  2702.   DB<1> 
  2703. main::ignore_commands(latex2html:2810):
  2704. 2810:      grep(($_ = do { s/ //;
  2705.   DB<1> 
  2706. main::ignore_commands(latex2html:2811):
  2707. 2811:        if (/{}/) {
  2708.   DB<1> 
  2709. main::ignore_commands(latex2html:2813):
  2710. 2813:        elsif (/[[][]]/) {
  2711.   DB<1> 
  2712. main::ignore_commands(latex2html:2816):
  2713. 2816:     "$_".';';} # 
  2714.   DB<1> 
  2715. main::ignore_commands(latex2html:2820):
  2716. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2717.   DB<1> 
  2718. main::ignore_commands(latex2html:2802):
  2719. 2802:  s/\n//g;
  2720.   DB<1> 
  2721. main::ignore_commands(latex2html:2804):
  2722. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2723.   DB<1> 
  2724. main::ignore_commands(latex2html:2805):
  2725. 2805:  next unless $cmd;
  2726.   DB<1> 
  2727. main::ignore_commands(latex2html:2806):
  2728. 2806:  $cmd =~ s/ //;
  2729.   DB<1> 
  2730. main::ignore_commands(latex2html:2807):
  2731. 2807:  ++$ignore{$cmd};
  2732.   DB<1> 
  2733. main::ignore_commands(latex2html:2808):
  2734. 2808:  do {
  2735.   DB<1> 
  2736. main::ignore_commands(latex2html:2810):
  2737. 2810:      grep(($_ = do { s/ //;
  2738.   DB<1> 
  2739. main::ignore_commands(latex2html:2810):
  2740. 2810:      grep(($_ = do { s/ //;
  2741.   DB<1> 
  2742. main::ignore_commands(latex2html:2811):
  2743. 2811:        if (/{}/) {
  2744.   DB<1> 
  2745. main::ignore_commands(latex2html:2813):
  2746. 2813:        elsif (/[[][]]/) {
  2747.   DB<1> 
  2748. main::ignore_commands(latex2html:2816):
  2749. 2816:     "$_".';';} # 
  2750.   DB<1> 
  2751. main::ignore_commands(latex2html:2820):
  2752. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2753.   DB<1> 
  2754. main::ignore_commands(latex2html:2802):
  2755. 2802:  s/\n//g;
  2756.   DB<1> 
  2757. main::ignore_commands(latex2html:2804):
  2758. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2759.   DB<1> 
  2760. main::ignore_commands(latex2html:2805):
  2761. 2805:  next unless $cmd;
  2762.   DB<1> 
  2763. main::ignore_commands(latex2html:2806):
  2764. 2806:  $cmd =~ s/ //;
  2765.   DB<1> 
  2766. main::ignore_commands(latex2html:2807):
  2767. 2807:  ++$ignore{$cmd};
  2768.   DB<1> 
  2769. main::ignore_commands(latex2html:2808):
  2770. 2808:  do {
  2771.   DB<1> 
  2772. main::ignore_commands(latex2html:2810):
  2773. 2810:      grep(($_ = do { s/ //;
  2774.   DB<1> 
  2775. main::ignore_commands(latex2html:2810):
  2776. 2810:      grep(($_ = do { s/ //;
  2777.   DB<1> 
  2778. main::ignore_commands(latex2html:2811):
  2779. 2811:        if (/{}/) {
  2780.   DB<1> 
  2781. main::ignore_commands(latex2html:2813):
  2782. 2813:        elsif (/[[][]]/) {
  2783.   DB<1> 
  2784. main::ignore_commands(latex2html:2816):
  2785. 2816:     "$_".';';} # 
  2786.   DB<1> 
  2787. main::ignore_commands(latex2html:2820):
  2788. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2789.   DB<1> 
  2790. main::ignore_commands(latex2html:2802):
  2791. 2802:  s/\n//g;
  2792.   DB<1> 
  2793. main::ignore_commands(latex2html:2804):
  2794. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2795.   DB<1> 
  2796. main::ignore_commands(latex2html:2805):
  2797. 2805:  next unless $cmd;
  2798.   DB<1> 
  2799. main::ignore_commands(latex2html:2806):
  2800. 2806:  $cmd =~ s/ //;
  2801.   DB<1> 
  2802. main::ignore_commands(latex2html:2807):
  2803. 2807:  ++$ignore{$cmd};
  2804.   DB<1> 
  2805. main::ignore_commands(latex2html:2808):
  2806. 2808:  do {
  2807.   DB<1> 
  2808. main::ignore_commands(latex2html:2810):
  2809. 2810:      grep(($_ = do { s/ //;
  2810.   DB<1> 
  2811. main::ignore_commands(latex2html:2810):
  2812. 2810:      grep(($_ = do { s/ //;
  2813.   DB<1> 
  2814. main::ignore_commands(latex2html:2811):
  2815. 2811:        if (/{}/) {
  2816.   DB<1> 
  2817. main::ignore_commands(latex2html:2813):
  2818. 2813:        elsif (/[[][]]/) {
  2819.   DB<1> 
  2820. main::ignore_commands(latex2html:2816):
  2821. 2816:     "$_".';';} # 
  2822.   DB<1> 
  2823. main::ignore_commands(latex2html:2820):
  2824. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2825.   DB<1> 
  2826. main::ignore_commands(latex2html:2802):
  2827. 2802:  s/\n//g;
  2828.   DB<1> 
  2829. main::ignore_commands(latex2html:2804):
  2830. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2831.   DB<1> 
  2832. main::ignore_commands(latex2html:2805):
  2833. 2805:  next unless $cmd;
  2834.   DB<1> 
  2835. main::ignore_commands(latex2html:2806):
  2836. 2806:  $cmd =~ s/ //;
  2837.   DB<1> 
  2838. main::ignore_commands(latex2html:2807):
  2839. 2807:  ++$ignore{$cmd};
  2840.   DB<1> 
  2841. main::ignore_commands(latex2html:2808):
  2842. 2808:  do {
  2843.   DB<1> 
  2844. main::ignore_commands(latex2html:2810):
  2845. 2810:      grep(($_ = do { s/ //;
  2846.   DB<1> 
  2847. main::ignore_commands(latex2html:2810):
  2848. 2810:      grep(($_ = do { s/ //;
  2849.   DB<1> 
  2850. main::ignore_commands(latex2html:2811):
  2851. 2811:        if (/{}/) {
  2852.   DB<1> 
  2853. main::ignore_commands(latex2html:2813):
  2854. 2813:        elsif (/[[][]]/) {
  2855.   DB<1> 
  2856. main::ignore_commands(latex2html:2816):
  2857. 2816:     "$_".';';} # 
  2858.   DB<1> 
  2859. main::ignore_commands(latex2html:2820):
  2860. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2861.   DB<1> 
  2862. main::ignore_commands(latex2html:2802):
  2863. 2802:  s/\n//g;
  2864.   DB<1> 
  2865. main::ignore_commands(latex2html:2804):
  2866. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2867.   DB<1> 
  2868. main::ignore_commands(latex2html:2805):
  2869. 2805:  next unless $cmd;
  2870.   DB<1> 
  2871. main::ignore_commands(latex2html:2806):
  2872. 2806:  $cmd =~ s/ //;
  2873.   DB<1> 
  2874. main::ignore_commands(latex2html:2807):
  2875. 2807:  ++$ignore{$cmd};
  2876.   DB<1> 
  2877. main::ignore_commands(latex2html:2808):
  2878. 2808:  do {
  2879.   DB<1> 
  2880. main::ignore_commands(latex2html:2810):
  2881. 2810:      grep(($_ = do { s/ //;
  2882.   DB<1> 
  2883. main::ignore_commands(latex2html:2810):
  2884. 2810:      grep(($_ = do { s/ //;
  2885.   DB<1> 
  2886. main::ignore_commands(latex2html:2811):
  2887. 2811:        if (/{}/) {
  2888.   DB<1> 
  2889. main::ignore_commands(latex2html:2813):
  2890. 2813:        elsif (/[[][]]/) {
  2891.   DB<1> 
  2892. main::ignore_commands(latex2html:2816):
  2893. 2816:     "$_".';';} # 
  2894.   DB<1> 
  2895. main::ignore_commands(latex2html:2820):
  2896. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2897.   DB<1> 
  2898. main::ignore_commands(latex2html:2802):
  2899. 2802:  s/\n//g;
  2900.   DB<1> 
  2901. main::ignore_commands(latex2html:2804):
  2902. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2903.   DB<1> 
  2904. main::ignore_commands(latex2html:2805):
  2905. 2805:  next unless $cmd;
  2906.   DB<1> 
  2907. main::ignore_commands(latex2html:2806):
  2908. 2806:  $cmd =~ s/ //;
  2909.   DB<1> 
  2910. main::ignore_commands(latex2html:2807):
  2911. 2807:  ++$ignore{$cmd};
  2912.   DB<1> 
  2913. main::ignore_commands(latex2html:2808):
  2914. 2808:  do {
  2915.   DB<1> 
  2916. main::ignore_commands(latex2html:2810):
  2917. 2810:      grep(($_ = do { s/ //;
  2918.   DB<1> 
  2919. main::ignore_commands(latex2html:2810):
  2920. 2810:      grep(($_ = do { s/ //;
  2921.   DB<1> 
  2922. main::ignore_commands(latex2html:2811):
  2923. 2811:        if (/{}/) {
  2924.   DB<1> 
  2925. main::ignore_commands(latex2html:2813):
  2926. 2813:        elsif (/[[][]]/) {
  2927.   DB<1> 
  2928. main::ignore_commands(latex2html:2816):
  2929. 2816:     "$_".';';} # 
  2930.   DB<1> 
  2931. main::ignore_commands(latex2html:2820):
  2932. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2933.   DB<1> 
  2934. main::ignore_commands(latex2html:2802):
  2935. 2802:  s/\n//g;
  2936.   DB<1> 
  2937. main::ignore_commands(latex2html:2804):
  2938. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2939.   DB<1> 
  2940. main::ignore_commands(latex2html:2805):
  2941. 2805:  next unless $cmd;
  2942.   DB<1> 
  2943. main::ignore_commands(latex2html:2806):
  2944. 2806:  $cmd =~ s/ //;
  2945.   DB<1> 
  2946. main::ignore_commands(latex2html:2807):
  2947. 2807:  ++$ignore{$cmd};
  2948.   DB<1> 
  2949. main::ignore_commands(latex2html:2808):
  2950. 2808:  do {
  2951.   DB<1> 
  2952. main::ignore_commands(latex2html:2810):
  2953. 2810:      grep(($_ = do { s/ //;
  2954.   DB<1> 
  2955. main::ignore_commands(latex2html:2810):
  2956. 2810:      grep(($_ = do { s/ //;
  2957.   DB<1> 
  2958. main::ignore_commands(latex2html:2811):
  2959. 2811:        if (/{}/) {
  2960.   DB<1> 
  2961. main::ignore_commands(latex2html:2813):
  2962. 2813:        elsif (/[[][]]/) {
  2963.   DB<1> 
  2964. main::ignore_commands(latex2html:2816):
  2965. 2816:     "$_".';';} # 
  2966.   DB<1> 
  2967. main::ignore_commands(latex2html:2820):
  2968. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  2969.   DB<1> 
  2970. main::ignore_commands(latex2html:2802):
  2971. 2802:  s/\n//g;
  2972.   DB<1> 
  2973. main::ignore_commands(latex2html:2804):
  2974. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  2975.   DB<1> 
  2976. main::ignore_commands(latex2html:2805):
  2977. 2805:  next unless $cmd;
  2978.   DB<1> 
  2979. main::ignore_commands(latex2html:2806):
  2980. 2806:  $cmd =~ s/ //;
  2981.   DB<1> 
  2982. main::ignore_commands(latex2html:2807):
  2983. 2807:  ++$ignore{$cmd};
  2984.   DB<1> 
  2985. main::ignore_commands(latex2html:2808):
  2986. 2808:  do {
  2987.   DB<1> 
  2988. main::ignore_commands(latex2html:2810):
  2989. 2810:      grep(($_ = do { s/ //;
  2990.   DB<1> 
  2991. main::ignore_commands(latex2html:2810):
  2992. 2810:      grep(($_ = do { s/ //;
  2993.   DB<1> 
  2994. main::ignore_commands(latex2html:2811):
  2995. 2811:        if (/{}/) {
  2996.   DB<1> 
  2997. main::ignore_commands(latex2html:2813):
  2998. 2813:        elsif (/[[][]]/) {
  2999.   DB<1> 
  3000. main::ignore_commands(latex2html:2816):
  3001. 2816:     "$_".';';} # 
  3002.   DB<1> 
  3003. main::ignore_commands(latex2html:2820):
  3004. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3005.   DB<1> 
  3006. main::ignore_commands(latex2html:2802):
  3007. 2802:  s/\n//g;
  3008.   DB<1> 
  3009. main::ignore_commands(latex2html:2804):
  3010. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3011.   DB<1> 
  3012. main::ignore_commands(latex2html:2805):
  3013. 2805:  next unless $cmd;
  3014.   DB<1> 
  3015. main::ignore_commands(latex2html:2806):
  3016. 2806:  $cmd =~ s/ //;
  3017.   DB<1> 
  3018. main::ignore_commands(latex2html:2807):
  3019. 2807:  ++$ignore{$cmd};
  3020.   DB<1> 
  3021. main::ignore_commands(latex2html:2808):
  3022. 2808:  do {
  3023.   DB<1> 
  3024. main::ignore_commands(latex2html:2810):
  3025. 2810:      grep(($_ = do { s/ //;
  3026.   DB<1> 
  3027. main::ignore_commands(latex2html:2810):
  3028. 2810:      grep(($_ = do { s/ //;
  3029.   DB<1> 
  3030. main::ignore_commands(latex2html:2811):
  3031. 2811:        if (/{}/) {
  3032.   DB<1> 
  3033. main::ignore_commands(latex2html:2813):
  3034. 2813:        elsif (/[[][]]/) {
  3035.   DB<1> 
  3036. main::ignore_commands(latex2html:2816):
  3037. 2816:     "$_".';';} # 
  3038.   DB<1> 
  3039. main::ignore_commands(latex2html:2820):
  3040. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3041.   DB<1> 
  3042. main::ignore_commands(latex2html:2802):
  3043. 2802:  s/\n//g;
  3044.   DB<1> 
  3045. main::ignore_commands(latex2html:2804):
  3046. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3047.   DB<1> 
  3048. main::ignore_commands(latex2html:2805):
  3049. 2805:  next unless $cmd;
  3050.   DB<1> 
  3051. main::ignore_commands(latex2html:2806):
  3052. 2806:  $cmd =~ s/ //;
  3053.   DB<1> 
  3054. main::ignore_commands(latex2html:2807):
  3055. 2807:  ++$ignore{$cmd};
  3056.   DB<1> 
  3057. main::ignore_commands(latex2html:2808):
  3058. 2808:  do {
  3059.   DB<1> 
  3060. main::ignore_commands(latex2html:2810):
  3061. 2810:      grep(($_ = do { s/ //;
  3062.   DB<1> 
  3063. main::ignore_commands(latex2html:2810):
  3064. 2810:      grep(($_ = do { s/ //;
  3065.   DB<1> 
  3066. main::ignore_commands(latex2html:2811):
  3067. 2811:        if (/{}/) {
  3068.   DB<1> 
  3069. main::ignore_commands(latex2html:2813):
  3070. 2813:        elsif (/[[][]]/) {
  3071.   DB<1> 
  3072. main::ignore_commands(latex2html:2816):
  3073. 2816:     "$_".';';} # 
  3074.   DB<1> 
  3075. main::ignore_commands(latex2html:2820):
  3076. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3077.   DB<1> 
  3078. main::ignore_commands(latex2html:2802):
  3079. 2802:  s/\n//g;
  3080.   DB<1> 
  3081. main::ignore_commands(latex2html:2804):
  3082. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3083.   DB<1> 
  3084. main::ignore_commands(latex2html:2805):
  3085. 2805:  next unless $cmd;
  3086.   DB<1> 
  3087. main::ignore_commands(latex2html:2806):
  3088. 2806:  $cmd =~ s/ //;
  3089.   DB<1> 
  3090. main::ignore_commands(latex2html:2807):
  3091. 2807:  ++$ignore{$cmd};
  3092.   DB<1> 
  3093. main::ignore_commands(latex2html:2808):
  3094. 2808:  do {
  3095.   DB<1> 
  3096. main::ignore_commands(latex2html:2810):
  3097. 2810:      grep(($_ = do { s/ //;
  3098.   DB<1> 
  3099. main::ignore_commands(latex2html:2810):
  3100. 2810:      grep(($_ = do { s/ //;
  3101.   DB<1> 
  3102. main::ignore_commands(latex2html:2811):
  3103. 2811:        if (/{}/) {
  3104.   DB<1> 
  3105. main::ignore_commands(latex2html:2813):
  3106. 2813:        elsif (/[[][]]/) {
  3107.   DB<1> 
  3108. main::ignore_commands(latex2html:2816):
  3109. 2816:     "$_".';';} # 
  3110.   DB<1> 
  3111. main::ignore_commands(latex2html:2820):
  3112. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3113.   DB<1> 
  3114. main::ignore_commands(latex2html:2802):
  3115. 2802:  s/\n//g;
  3116.   DB<1> 
  3117. main::ignore_commands(latex2html:2804):
  3118. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3119.   DB<1> 
  3120. main::ignore_commands(latex2html:2805):
  3121. 2805:  next unless $cmd;
  3122.   DB<1> 
  3123. main::ignore_commands(latex2html:2806):
  3124. 2806:  $cmd =~ s/ //;
  3125.   DB<1> 
  3126. main::ignore_commands(latex2html:2807):
  3127. 2807:  ++$ignore{$cmd};
  3128.   DB<1> 
  3129. main::ignore_commands(latex2html:2808):
  3130. 2808:  do {
  3131.   DB<1> 
  3132. main::ignore_commands(latex2html:2810):
  3133. 2810:      grep(($_ = do { s/ //;
  3134.   DB<1> 
  3135. main::ignore_commands(latex2html:2810):
  3136. 2810:      grep(($_ = do { s/ //;
  3137.   DB<1> 
  3138. main::ignore_commands(latex2html:2811):
  3139. 2811:        if (/{}/) {
  3140.   DB<1> 
  3141. main::ignore_commands(latex2html:2813):
  3142. 2813:        elsif (/[[][]]/) {
  3143.   DB<1> 
  3144. main::ignore_commands(latex2html:2816):
  3145. 2816:     "$_".';';} # 
  3146.   DB<1> 
  3147. main::ignore_commands(latex2html:2820):
  3148. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3149.   DB<1> 
  3150. main::ignore_commands(latex2html:2802):
  3151. 2802:  s/\n//g;
  3152.   DB<1> 
  3153. main::ignore_commands(latex2html:2804):
  3154. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3155.   DB<1> 
  3156. main::ignore_commands(latex2html:2805):
  3157. 2805:  next unless $cmd;
  3158.   DB<1> 
  3159. main::ignore_commands(latex2html:2806):
  3160. 2806:  $cmd =~ s/ //;
  3161.   DB<1> 
  3162. main::ignore_commands(latex2html:2807):
  3163. 2807:  ++$ignore{$cmd};
  3164.   DB<1> 
  3165. main::ignore_commands(latex2html:2808):
  3166. 2808:  do {
  3167.   DB<1> 
  3168. main::ignore_commands(latex2html:2810):
  3169. 2810:      grep(($_ = do { s/ //;
  3170.   DB<1> 
  3171. main::ignore_commands(latex2html:2810):
  3172. 2810:      grep(($_ = do { s/ //;
  3173.   DB<1> 
  3174. main::ignore_commands(latex2html:2811):
  3175. 2811:        if (/{}/) {
  3176.   DB<1> 
  3177. main::ignore_commands(latex2html:2813):
  3178. 2813:        elsif (/[[][]]/) {
  3179.   DB<1> 
  3180. main::ignore_commands(latex2html:2816):
  3181. 2816:     "$_".';';} # 
  3182.   DB<1> 
  3183. main::ignore_commands(latex2html:2820):
  3184. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3185.   DB<1> 
  3186. main::ignore_commands(latex2html:2802):
  3187. 2802:  s/\n//g;
  3188.   DB<1> 
  3189. main::ignore_commands(latex2html:2804):
  3190. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3191.   DB<1> 
  3192. main::ignore_commands(latex2html:2805):
  3193. 2805:  next unless $cmd;
  3194.   DB<1> 
  3195. main::ignore_commands(latex2html:2806):
  3196. 2806:  $cmd =~ s/ //;
  3197.   DB<1> 
  3198. main::ignore_commands(latex2html:2807):
  3199. 2807:  ++$ignore{$cmd};
  3200.   DB<1> 
  3201. main::ignore_commands(latex2html:2808):
  3202. 2808:  do {
  3203.   DB<1> 
  3204. main::ignore_commands(latex2html:2802):
  3205. 2802:  s/\n//g;
  3206.   DB<1> 
  3207. main::ignore_commands(latex2html:2804):
  3208. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3209.   DB<1> 
  3210. main::ignore_commands(latex2html:2805):
  3211. 2805:  next unless $cmd;
  3212.   DB<1> 
  3213. main::ignore_commands(latex2html:2806):
  3214. 2806:  $cmd =~ s/ //;
  3215.   DB<1> 
  3216. main::ignore_commands(latex2html:2807):
  3217. 2807:  ++$ignore{$cmd};
  3218.   DB<1> 
  3219. main::ignore_commands(latex2html:2808):
  3220. 2808:  do {
  3221.   DB<1> 
  3222. main::ignore_commands(latex2html:2810):
  3223. 2810:      grep(($_ = do { s/ //;
  3224.   DB<1> 
  3225. main::ignore_commands(latex2html:2810):
  3226. 2810:      grep(($_ = do { s/ //;
  3227.   DB<1> 
  3228. main::ignore_commands(latex2html:2811):
  3229. 2811:        if (/{}/) {
  3230.   DB<1> 
  3231. main::ignore_commands(latex2html:2812):
  3232. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3233.   DB<1> 
  3234. main::ignore_commands(latex2html:2810):
  3235. 2810:      grep(($_ = do { s/ //;
  3236.   DB<1> 
  3237. main::ignore_commands(latex2html:2811):
  3238. 2811:        if (/{}/) {
  3239.   DB<1> 
  3240. main::ignore_commands(latex2html:2812):
  3241. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3242.   DB<1> 
  3243. main::ignore_commands(latex2html:2810):
  3244. 2810:      grep(($_ = do { s/ //;
  3245.   DB<1> 
  3246. main::ignore_commands(latex2html:2811):
  3247. 2811:        if (/{}/) {
  3248.   DB<1> 
  3249. main::ignore_commands(latex2html:2812):
  3250. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3251.   DB<1> 
  3252. main::ignore_commands(latex2html:2820):
  3253. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3254.   DB<1> 
  3255. main::ignore_commands(latex2html:2802):
  3256. 2802:  s/\n//g;
  3257.   DB<1> 
  3258. main::ignore_commands(latex2html:2804):
  3259. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3260.   DB<1> 
  3261. main::ignore_commands(latex2html:2805):
  3262. 2805:  next unless $cmd;
  3263.   DB<1> 
  3264. main::ignore_commands(latex2html:2806):
  3265. 2806:  $cmd =~ s/ //;
  3266.   DB<1> 
  3267. main::ignore_commands(latex2html:2807):
  3268. 2807:  ++$ignore{$cmd};
  3269.   DB<1> 
  3270. main::ignore_commands(latex2html:2808):
  3271. 2808:  do {
  3272.   DB<1> 
  3273. main::ignore_commands(latex2html:2810):
  3274. 2810:      grep(($_ = do { s/ //;
  3275.   DB<1> 
  3276. main::ignore_commands(latex2html:2810):
  3277. 2810:      grep(($_ = do { s/ //;
  3278.   DB<1> 
  3279. main::ignore_commands(latex2html:2811):
  3280. 2811:        if (/{}/) {
  3281.   DB<1> 
  3282. main::ignore_commands(latex2html:2812):
  3283. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3284.   DB<1> 
  3285. main::ignore_commands(latex2html:2810):
  3286. 2810:      grep(($_ = do { s/ //;
  3287.   DB<1> 
  3288. main::ignore_commands(latex2html:2811):
  3289. 2811:        if (/{}/) {
  3290.   DB<1> 
  3291. main::ignore_commands(latex2html:2812):
  3292. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3293.   DB<1> 
  3294. main::ignore_commands(latex2html:2820):
  3295. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3296.   DB<1> 
  3297. main::ignore_commands(latex2html:2802):
  3298. 2802:  s/\n//g;
  3299.   DB<1> 
  3300. main::ignore_commands(latex2html:2804):
  3301. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3302.   DB<1> 
  3303. main::ignore_commands(latex2html:2805):
  3304. 2805:  next unless $cmd;
  3305.   DB<1> 
  3306. main::ignore_commands(latex2html:2806):
  3307. 2806:  $cmd =~ s/ //;
  3308.   DB<1> 
  3309. main::ignore_commands(latex2html:2807):
  3310. 2807:  ++$ignore{$cmd};
  3311.   DB<1> 
  3312. main::ignore_commands(latex2html:2808):
  3313. 2808:  do {
  3314.   DB<1> 
  3315. main::ignore_commands(latex2html:2810):
  3316. 2810:      grep(($_ = do { s/ //;
  3317.   DB<1> 
  3318. main::ignore_commands(latex2html:2810):
  3319. 2810:      grep(($_ = do { s/ //;
  3320.   DB<1> 
  3321. main::ignore_commands(latex2html:2811):
  3322. 2811:        if (/{}/) {
  3323.   DB<1> 
  3324. main::ignore_commands(latex2html:2813):
  3325. 2813:        elsif (/[[][]]/) {
  3326.   DB<1> 
  3327. main::ignore_commands(latex2html:2814):
  3328. 2814:     '&get_next_optional_argument;';}
  3329. 2815:        else { # We have arbitrary code - just add it
  3330.   DB<1> 
  3331. main::ignore_commands(latex2html:2810):
  3332. 2810:      grep(($_ = do { s/ //;
  3333.   DB<1> 
  3334. main::ignore_commands(latex2html:2811):
  3335. 2811:        if (/{}/) {
  3336.   DB<1> 
  3337. main::ignore_commands(latex2html:2812):
  3338. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3339.   DB<1> 
  3340. main::ignore_commands(latex2html:2810):
  3341. 2810:      grep(($_ = do { s/ //;
  3342.   DB<1> 
  3343. main::ignore_commands(latex2html:2811):
  3344. 2811:        if (/{}/) {
  3345.   DB<1> 
  3346. main::ignore_commands(latex2html:2812):
  3347. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3348.   DB<1> 
  3349. main::ignore_commands(latex2html:2820):
  3350. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3351.   DB<1> 
  3352. main::ignore_commands(latex2html:2802):
  3353. 2802:  s/\n//g;
  3354.   DB<1> 
  3355. main::ignore_commands(latex2html:2804):
  3356. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3357.   DB<1> 
  3358. main::ignore_commands(latex2html:2805):
  3359. 2805:  next unless $cmd;
  3360.   DB<1> 
  3361. main::ignore_commands(latex2html:2806):
  3362. 2806:  $cmd =~ s/ //;
  3363.   DB<1> 
  3364. main::ignore_commands(latex2html:2807):
  3365. 2807:  ++$ignore{$cmd};
  3366.   DB<1> 
  3367. main::ignore_commands(latex2html:2808):
  3368. 2808:  do {
  3369.   DB<1> 
  3370. main::ignore_commands(latex2html:2802):
  3371. 2802:  s/\n//g;
  3372.   DB<1> 
  3373. main::ignore_commands(latex2html:2804):
  3374. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3375.   DB<1> 
  3376. main::ignore_commands(latex2html:2805):
  3377. 2805:  next unless $cmd;
  3378.   DB<1> 
  3379. main::ignore_commands(latex2html:2806):
  3380. 2806:  $cmd =~ s/ //;
  3381.   DB<1> 
  3382. main::ignore_commands(latex2html:2807):
  3383. 2807:  ++$ignore{$cmd};
  3384.   DB<1> 
  3385. main::ignore_commands(latex2html:2808):
  3386. 2808:  do {
  3387.   DB<1> 
  3388. main::ignore_commands(latex2html:2802):
  3389. 2802:  s/\n//g;
  3390.   DB<1> 
  3391. main::ignore_commands(latex2html:2804):
  3392. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3393.   DB<1> 
  3394. main::ignore_commands(latex2html:2805):
  3395. 2805:  next unless $cmd;
  3396.   DB<1> 
  3397. main::ignore_commands(latex2html:2806):
  3398. 2806:  $cmd =~ s/ //;
  3399.   DB<1> 
  3400. main::ignore_commands(latex2html:2807):
  3401. 2807:  ++$ignore{$cmd};
  3402.   DB<1> 
  3403. main::ignore_commands(latex2html:2808):
  3404. 2808:  do {
  3405.   DB<1> 
  3406. main::ignore_commands(latex2html:2802):
  3407. 2802:  s/\n//g;
  3408.   DB<1> 
  3409. main::ignore_commands(latex2html:2804):
  3410. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3411.   DB<1> 
  3412. main::ignore_commands(latex2html:2805):
  3413. 2805:  next unless $cmd;
  3414.   DB<1> 
  3415. main::ignore_commands(latex2html:2806):
  3416. 2806:  $cmd =~ s/ //;
  3417.   DB<1> 
  3418. main::ignore_commands(latex2html:2807):
  3419. 2807:  ++$ignore{$cmd};
  3420.   DB<1> 
  3421. main::ignore_commands(latex2html:2808):
  3422. 2808:  do {
  3423.   DB<1> 
  3424. main::ignore_commands(latex2html:2810):
  3425. 2810:      grep(($_ = do { s/ //;
  3426.   DB<1> 
  3427. main::ignore_commands(latex2html:2810):
  3428. 2810:      grep(($_ = do { s/ //;
  3429.   DB<1> 
  3430. main::ignore_commands(latex2html:2811):
  3431. 2811:        if (/{}/) {
  3432.   DB<1> 
  3433. main::ignore_commands(latex2html:2813):
  3434. 2813:        elsif (/[[][]]/) {
  3435.   DB<1> 
  3436. main::ignore_commands(latex2html:2816):
  3437. 2816:     "$_".';';} # 
  3438.   DB<1> 
  3439. main::ignore_commands(latex2html:2820):
  3440. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3441.   DB<1> 
  3442. main::ignore_commands(latex2html:2802):
  3443. 2802:  s/\n//g;
  3444.   DB<1> 
  3445. main::ignore_commands(latex2html:2804):
  3446. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3447.   DB<1> 
  3448. main::ignore_commands(latex2html:2805):
  3449. 2805:  next unless $cmd;
  3450.   DB<1> 
  3451. main::ignore_commands(latex2html:2806):
  3452. 2806:  $cmd =~ s/ //;
  3453.   DB<1> 
  3454. main::ignore_commands(latex2html:2807):
  3455. 2807:  ++$ignore{$cmd};
  3456.   DB<1> 
  3457. main::ignore_commands(latex2html:2808):
  3458. 2808:  do {
  3459.   DB<1> 
  3460. main::ignore_commands(latex2html:2810):
  3461. 2810:      grep(($_ = do { s/ //;
  3462.   DB<1> 
  3463. main::ignore_commands(latex2html:2810):
  3464. 2810:      grep(($_ = do { s/ //;
  3465.   DB<1> 
  3466. main::ignore_commands(latex2html:2811):
  3467. 2811:        if (/{}/) {
  3468.   DB<1> 
  3469. main::ignore_commands(latex2html:2813):
  3470. 2813:        elsif (/[[][]]/) {
  3471.   DB<1> 
  3472. main::ignore_commands(latex2html:2816):
  3473. 2816:     "$_".';';} # 
  3474.   DB<1> 
  3475. main::ignore_commands(latex2html:2820):
  3476. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3477.   DB<1> 
  3478. main::ignore_commands(latex2html:2802):
  3479. 2802:  s/\n//g;
  3480.   DB<1> 
  3481. main::ignore_commands(latex2html:2804):
  3482. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3483.   DB<1> 
  3484. main::ignore_commands(latex2html:2805):
  3485. 2805:  next unless $cmd;
  3486.   DB<1> 
  3487. main::ignore_commands(latex2html:2806):
  3488. 2806:  $cmd =~ s/ //;
  3489.   DB<1> 
  3490. main::ignore_commands(latex2html:2807):
  3491. 2807:  ++$ignore{$cmd};
  3492.   DB<1> 
  3493. main::ignore_commands(latex2html:2808):
  3494. 2808:  do {
  3495.   DB<1> 
  3496. main::ignore_commands(latex2html:2810):
  3497. 2810:      grep(($_ = do { s/ //;
  3498.   DB<1> 
  3499. main::ignore_commands(latex2html:2810):
  3500. 2810:      grep(($_ = do { s/ //;
  3501.   DB<1> 
  3502. main::ignore_commands(latex2html:2811):
  3503. 2811:        if (/{}/) {
  3504.   DB<1> 
  3505. main::ignore_commands(latex2html:2813):
  3506. 2813:        elsif (/[[][]]/) {
  3507.   DB<1> 
  3508. main::ignore_commands(latex2html:2816):
  3509. 2816:     "$_".';';} # 
  3510.   DB<1> 
  3511. main::ignore_commands(latex2html:2820):
  3512. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3513.   DB<1> 
  3514. main::ignore_commands(latex2html:2802):
  3515. 2802:  s/\n//g;
  3516.   DB<1> 
  3517. main::ignore_commands(latex2html:2804):
  3518. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3519.   DB<1> 
  3520. main::ignore_commands(latex2html:2805):
  3521. 2805:  next unless $cmd;
  3522.   DB<1> 
  3523. main::ignore_commands(latex2html:2806):
  3524. 2806:  $cmd =~ s/ //;
  3525.   DB<1> 
  3526. main::ignore_commands(latex2html:2807):
  3527. 2807:  ++$ignore{$cmd};
  3528.   DB<1> 
  3529. main::ignore_commands(latex2html:2808):
  3530. 2808:  do {
  3531.   DB<1> 
  3532. main::ignore_commands(latex2html:2810):
  3533. 2810:      grep(($_ = do { s/ //;
  3534.   DB<1> 
  3535. main::ignore_commands(latex2html:2810):
  3536. 2810:      grep(($_ = do { s/ //;
  3537.   DB<1> 
  3538. main::ignore_commands(latex2html:2811):
  3539. 2811:        if (/{}/) {
  3540.   DB<1> 
  3541. main::ignore_commands(latex2html:2813):
  3542. 2813:        elsif (/[[][]]/) {
  3543.   DB<1> 
  3544. main::ignore_commands(latex2html:2816):
  3545. 2816:     "$_".';';} # 
  3546.   DB<1> 
  3547. main::ignore_commands(latex2html:2820):
  3548. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3549.   DB<1> 
  3550. main::ignore_commands(latex2html:2802):
  3551. 2802:  s/\n//g;
  3552.   DB<1> 
  3553. main::ignore_commands(latex2html:2804):
  3554. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3555.   DB<1> 
  3556. main::ignore_commands(latex2html:2805):
  3557. 2805:  next unless $cmd;
  3558.   DB<1> 
  3559. main::ignore_commands(latex2html:2806):
  3560. 2806:  $cmd =~ s/ //;
  3561.   DB<1> 
  3562. main::ignore_commands(latex2html:2807):
  3563. 2807:  ++$ignore{$cmd};
  3564.   DB<1> 
  3565. main::ignore_commands(latex2html:2808):
  3566. 2808:  do {
  3567.   DB<1> 
  3568. main::ignore_commands(latex2html:2810):
  3569. 2810:      grep(($_ = do { s/ //;
  3570.   DB<1> 
  3571. main::ignore_commands(latex2html:2810):
  3572. 2810:      grep(($_ = do { s/ //;
  3573.   DB<1> 
  3574. main::ignore_commands(latex2html:2811):
  3575. 2811:        if (/{}/) {
  3576.   DB<1> 
  3577. main::ignore_commands(latex2html:2813):
  3578. 2813:        elsif (/[[][]]/) {
  3579.   DB<1> 
  3580. main::ignore_commands(latex2html:2816):
  3581. 2816:     "$_".';';} # 
  3582.   DB<1> 
  3583. main::ignore_commands(latex2html:2820):
  3584. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3585.   DB<1> 
  3586. main::ignore_commands(latex2html:2802):
  3587. 2802:  s/\n//g;
  3588.   DB<1> 
  3589. main::ignore_commands(latex2html:2804):
  3590. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3591.   DB<1> 
  3592. main::ignore_commands(latex2html:2805):
  3593. 2805:  next unless $cmd;
  3594.   DB<1> 
  3595. main::ignore_commands(latex2html:2806):
  3596. 2806:  $cmd =~ s/ //;
  3597.   DB<1> 
  3598. main::ignore_commands(latex2html:2807):
  3599. 2807:  ++$ignore{$cmd};
  3600.   DB<1> 
  3601. main::ignore_commands(latex2html:2808):
  3602. 2808:  do {
  3603.   DB<1> 
  3604. main::ignore_commands(latex2html:2802):
  3605. 2802:  s/\n//g;
  3606.   DB<1> 
  3607. main::ignore_commands(latex2html:2804):
  3608. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3609.   DB<1> 
  3610. main::ignore_commands(latex2html:2805):
  3611. 2805:  next unless $cmd;
  3612.   DB<1> 
  3613. main::ignore_commands(latex2html:2806):
  3614. 2806:  $cmd =~ s/ //;
  3615.   DB<1> 
  3616. main::ignore_commands(latex2html:2807):
  3617. 2807:  ++$ignore{$cmd};
  3618.   DB<1> 
  3619. main::ignore_commands(latex2html:2808):
  3620. 2808:  do {
  3621.   DB<1> 
  3622. main::ignore_commands(latex2html:2810):
  3623. 2810:      grep(($_ = do { s/ //;
  3624.   DB<1> 
  3625. main::ignore_commands(latex2html:2810):
  3626. 2810:      grep(($_ = do { s/ //;
  3627.   DB<1> 
  3628. main::ignore_commands(latex2html:2811):
  3629. 2811:        if (/{}/) {
  3630.   DB<1> 
  3631. main::ignore_commands(latex2html:2812):
  3632. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3633.   DB<1> 
  3634. main::ignore_commands(latex2html:2820):
  3635. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3636.   DB<1> 
  3637. main::ignore_commands(latex2html:2802):
  3638. 2802:  s/\n//g;
  3639.   DB<1> 
  3640. main::ignore_commands(latex2html:2804):
  3641. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3642.   DB<1> 
  3643. main::ignore_commands(latex2html:2805):
  3644. 2805:  next unless $cmd;
  3645.   DB<1> 
  3646. main::ignore_commands(latex2html:2806):
  3647. 2806:  $cmd =~ s/ //;
  3648.   DB<1> 
  3649. main::ignore_commands(latex2html:2807):
  3650. 2807:  ++$ignore{$cmd};
  3651.   DB<1> 
  3652. main::ignore_commands(latex2html:2808):
  3653. 2808:  do {
  3654.   DB<1> 
  3655. main::ignore_commands(latex2html:2802):
  3656. 2802:  s/\n//g;
  3657.   DB<1> 
  3658. main::ignore_commands(latex2html:2804):
  3659. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3660.   DB<1> 
  3661. main::ignore_commands(latex2html:2805):
  3662. 2805:  next unless $cmd;
  3663.   DB<1> 
  3664. main::ignore_commands(latex2html:2806):
  3665. 2806:  $cmd =~ s/ //;
  3666.   DB<1> 
  3667. main::ignore_commands(latex2html:2807):
  3668. 2807:  ++$ignore{$cmd};
  3669.   DB<1> 
  3670. main::ignore_commands(latex2html:2808):
  3671. 2808:  do {
  3672.   DB<1> 
  3673. main::ignore_commands(latex2html:2802):
  3674. 2802:  s/\n//g;
  3675.   DB<1> 
  3676. main::ignore_commands(latex2html:2804):
  3677. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3678.   DB<1> 
  3679. main::ignore_commands(latex2html:2805):
  3680. 2805:  next unless $cmd;
  3681.   DB<1> 
  3682. main::ignore_commands(latex2html:2806):
  3683. 2806:  $cmd =~ s/ //;
  3684.   DB<1> 
  3685. main::ignore_commands(latex2html:2807):
  3686. 2807:  ++$ignore{$cmd};
  3687.   DB<1> 
  3688. main::ignore_commands(latex2html:2808):
  3689. 2808:  do {
  3690.   DB<1> 
  3691. main::ignore_commands(latex2html:2802):
  3692. 2802:  s/\n//g;
  3693.   DB<1> 
  3694. main::ignore_commands(latex2html:2804):
  3695. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3696.   DB<1> 
  3697. main::ignore_commands(latex2html:2805):
  3698. 2805:  next unless $cmd;
  3699.   DB<1> 
  3700. main::ignore_commands(latex2html:2806):
  3701. 2806:  $cmd =~ s/ //;
  3702.   DB<1> 
  3703. main::ignore_commands(latex2html:2807):
  3704. 2807:  ++$ignore{$cmd};
  3705.   DB<1> 
  3706. main::ignore_commands(latex2html:2808):
  3707. 2808:  do {
  3708.   DB<1> 
  3709. main::ignore_commands(latex2html:2802):
  3710. 2802:  s/\n//g;
  3711.   DB<1> 
  3712. main::ignore_commands(latex2html:2804):
  3713. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3714.   DB<1> 
  3715. main::ignore_commands(latex2html:2805):
  3716. 2805:  next unless $cmd;
  3717.   DB<1> 
  3718. main::ignore_commands(latex2html:2806):
  3719. 2806:  $cmd =~ s/ //;
  3720.   DB<1> 
  3721. main::ignore_commands(latex2html:2807):
  3722. 2807:  ++$ignore{$cmd};
  3723.   DB<1> 
  3724. main::ignore_commands(latex2html:2808):
  3725. 2808:  do {
  3726.   DB<1> 
  3727. main::ignore_commands(latex2html:2802):
  3728. 2802:  s/\n//g;
  3729.   DB<1> 
  3730. main::ignore_commands(latex2html:2804):
  3731. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3732.   DB<1> 
  3733. main::ignore_commands(latex2html:2805):
  3734. 2805:  next unless $cmd;
  3735.   DB<1> 
  3736. main::ignore_commands(latex2html:2806):
  3737. 2806:  $cmd =~ s/ //;
  3738.   DB<1> 
  3739. main::ignore_commands(latex2html:2807):
  3740. 2807:  ++$ignore{$cmd};
  3741.   DB<1> 
  3742. main::ignore_commands(latex2html:2808):
  3743. 2808:  do {
  3744.   DB<1> 
  3745. main::ignore_commands(latex2html:2802):
  3746. 2802:  s/\n//g;
  3747.   DB<1> 
  3748. main::ignore_commands(latex2html:2804):
  3749. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3750.   DB<1> 
  3751. main::ignore_commands(latex2html:2805):
  3752. 2805:  next unless $cmd;
  3753.   DB<1> 
  3754. main::ignore_commands(latex2html:2806):
  3755. 2806:  $cmd =~ s/ //;
  3756.   DB<1> 
  3757. main::ignore_commands(latex2html:2807):
  3758. 2807:  ++$ignore{$cmd};
  3759.   DB<1> 
  3760. main::ignore_commands(latex2html:2808):
  3761. 2808:  do {
  3762.   DB<1> 
  3763. main::ignore_commands(latex2html:2802):
  3764. 2802:  s/\n//g;
  3765.   DB<1> 
  3766. main::ignore_commands(latex2html:2804):
  3767. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3768.   DB<1> 
  3769. main::ignore_commands(latex2html:2805):
  3770. 2805:  next unless $cmd;
  3771.   DB<1> 
  3772. main::ignore_commands(latex2html:2806):
  3773. 2806:  $cmd =~ s/ //;
  3774.   DB<1> 
  3775. main::ignore_commands(latex2html:2807):
  3776. 2807:  ++$ignore{$cmd};
  3777.   DB<1> 
  3778. main::ignore_commands(latex2html:2808):
  3779. 2808:  do {
  3780.   DB<1> 
  3781. main::ignore_commands(latex2html:2802):
  3782. 2802:  s/\n//g;
  3783.   DB<1> 
  3784. main::ignore_commands(latex2html:2804):
  3785. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3786.   DB<1> 
  3787. main::ignore_commands(latex2html:2805):
  3788. 2805:  next unless $cmd;
  3789.   DB<1> 
  3790. main::ignore_commands(latex2html:2806):
  3791. 2806:  $cmd =~ s/ //;
  3792.   DB<1> 
  3793. main::ignore_commands(latex2html:2807):
  3794. 2807:  ++$ignore{$cmd};
  3795.   DB<1> 
  3796. main::ignore_commands(latex2html:2808):
  3797. 2808:  do {
  3798.   DB<1> 
  3799. main::ignore_commands(latex2html:2802):
  3800. 2802:  s/\n//g;
  3801.   DB<1> 
  3802. main::ignore_commands(latex2html:2804):
  3803. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3804.   DB<1> 
  3805. main::ignore_commands(latex2html:2805):
  3806. 2805:  next unless $cmd;
  3807.   DB<1> 
  3808. main::ignore_commands(latex2html:2806):
  3809. 2806:  $cmd =~ s/ //;
  3810.   DB<1> 
  3811. main::ignore_commands(latex2html:2807):
  3812. 2807:  ++$ignore{$cmd};
  3813.   DB<1> 
  3814. main::ignore_commands(latex2html:2808):
  3815. 2808:  do {
  3816.   DB<1> 
  3817. main::ignore_commands(latex2html:2810):
  3818. 2810:      grep(($_ = do { s/ //;
  3819.   DB<1> 
  3820. main::ignore_commands(latex2html:2810):
  3821. 2810:      grep(($_ = do { s/ //;
  3822.   DB<1> 
  3823. main::ignore_commands(latex2html:2811):
  3824. 2811:        if (/{}/) {
  3825.   DB<1> 
  3826. main::ignore_commands(latex2html:2812):
  3827. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3828.   DB<1> 
  3829. main::ignore_commands(latex2html:2810):
  3830. 2810:      grep(($_ = do { s/ //;
  3831.   DB<1> 
  3832. main::ignore_commands(latex2html:2811):
  3833. 2811:        if (/{}/) {
  3834.   DB<1> 
  3835. main::ignore_commands(latex2html:2812):
  3836. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3837.   DB<1> 
  3838. main::ignore_commands(latex2html:2820):
  3839. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3840.   DB<1> 
  3841. main::ignore_commands(latex2html:2802):
  3842. 2802:  s/\n//g;
  3843.   DB<1> 
  3844. main::ignore_commands(latex2html:2804):
  3845. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3846.   DB<1> 
  3847. main::ignore_commands(latex2html:2805):
  3848. 2805:  next unless $cmd;
  3849.   DB<1> 
  3850. main::ignore_commands(latex2html:2806):
  3851. 2806:  $cmd =~ s/ //;
  3852.   DB<1> 
  3853. main::ignore_commands(latex2html:2807):
  3854. 2807:  ++$ignore{$cmd};
  3855.   DB<1> 
  3856. main::ignore_commands(latex2html:2808):
  3857. 2808:  do {
  3858.   DB<1> 
  3859. main::ignore_commands(latex2html:2810):
  3860. 2810:      grep(($_ = do { s/ //;
  3861.   DB<1> 
  3862. main::ignore_commands(latex2html:2810):
  3863. 2810:      grep(($_ = do { s/ //;
  3864.   DB<1> 
  3865. main::ignore_commands(latex2html:2811):
  3866. 2811:        if (/{}/) {
  3867.   DB<1> 
  3868. main::ignore_commands(latex2html:2812):
  3869. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3870.   DB<1> 
  3871. main::ignore_commands(latex2html:2820):
  3872. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3873.   DB<1> 
  3874. main::ignore_commands(latex2html:2802):
  3875. 2802:  s/\n//g;
  3876.   DB<1> 
  3877. main::ignore_commands(latex2html:2804):
  3878. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3879.   DB<1> 
  3880. main::ignore_commands(latex2html:2805):
  3881. 2805:  next unless $cmd;
  3882.   DB<1> 
  3883. main::ignore_commands(latex2html:2806):
  3884. 2806:  $cmd =~ s/ //;
  3885.   DB<1> 
  3886. main::ignore_commands(latex2html:2807):
  3887. 2807:  ++$ignore{$cmd};
  3888.   DB<1> 
  3889. main::ignore_commands(latex2html:2808):
  3890. 2808:  do {
  3891.   DB<1> 
  3892. main::ignore_commands(latex2html:2810):
  3893. 2810:      grep(($_ = do { s/ //;
  3894.   DB<1> 
  3895. main::ignore_commands(latex2html:2810):
  3896. 2810:      grep(($_ = do { s/ //;
  3897.   DB<1> 
  3898. main::ignore_commands(latex2html:2811):
  3899. 2811:        if (/{}/) {
  3900.   DB<1> 
  3901. main::ignore_commands(latex2html:2812):
  3902. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3903.   DB<1> 
  3904. main::ignore_commands(latex2html:2810):
  3905. 2810:      grep(($_ = do { s/ //;
  3906.   DB<1> 
  3907. main::ignore_commands(latex2html:2811):
  3908. 2811:        if (/{}/) {
  3909.   DB<1> 
  3910. main::ignore_commands(latex2html:2813):
  3911. 2813:        elsif (/[[][]]/) {
  3912.   DB<1> 
  3913. main::ignore_commands(latex2html:2816):
  3914. 2816:     "$_".';';} # 
  3915.   DB<1> 
  3916. main::ignore_commands(latex2html:2820):
  3917. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3918.   DB<1> 
  3919. main::ignore_commands(latex2html:2802):
  3920. 2802:  s/\n//g;
  3921.   DB<1> 
  3922. main::ignore_commands(latex2html:2804):
  3923. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3924.   DB<1> 
  3925. main::ignore_commands(latex2html:2805):
  3926. 2805:  next unless $cmd;
  3927.   DB<1> 
  3928. main::ignore_commands(latex2html:2806):
  3929. 2806:  $cmd =~ s/ //;
  3930.   DB<1> 
  3931. main::ignore_commands(latex2html:2807):
  3932. 2807:  ++$ignore{$cmd};
  3933.   DB<1> 
  3934. main::ignore_commands(latex2html:2808):
  3935. 2808:  do {
  3936.   DB<1> 
  3937. main::ignore_commands(latex2html:2810):
  3938. 2810:      grep(($_ = do { s/ //;
  3939.   DB<1> 
  3940. main::ignore_commands(latex2html:2810):
  3941. 2810:      grep(($_ = do { s/ //;
  3942.   DB<1> 
  3943. main::ignore_commands(latex2html:2811):
  3944. 2811:        if (/{}/) {
  3945.   DB<1> 
  3946. main::ignore_commands(latex2html:2812):
  3947. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  3948.   DB<1> 
  3949. main::ignore_commands(latex2html:2820):
  3950. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  3951.   DB<1> 
  3952. main::ignore_commands(latex2html:2802):
  3953. 2802:  s/\n//g;
  3954.   DB<1> 
  3955. main::ignore_commands(latex2html:2804):
  3956. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3957.   DB<1> 
  3958. main::ignore_commands(latex2html:2805):
  3959. 2805:  next unless $cmd;
  3960.   DB<1> 
  3961. main::ignore_commands(latex2html:2806):
  3962. 2806:  $cmd =~ s/ //;
  3963.   DB<1> 
  3964. main::ignore_commands(latex2html:2807):
  3965. 2807:  ++$ignore{$cmd};
  3966.   DB<1> 
  3967. main::ignore_commands(latex2html:2808):
  3968. 2808:  do {
  3969.   DB<1> 
  3970. main::ignore_commands(latex2html:2802):
  3971. 2802:  s/\n//g;
  3972.   DB<1> 
  3973. main::ignore_commands(latex2html:2804):
  3974. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3975.   DB<1> 
  3976. main::ignore_commands(latex2html:2805):
  3977. 2805:  next unless $cmd;
  3978.   DB<1> 
  3979. main::ignore_commands(latex2html:2806):
  3980. 2806:  $cmd =~ s/ //;
  3981.   DB<1> 
  3982. main::ignore_commands(latex2html:2807):
  3983. 2807:  ++$ignore{$cmd};
  3984.   DB<1> 
  3985. main::ignore_commands(latex2html:2808):
  3986. 2808:  do {
  3987.   DB<1> 
  3988. main::ignore_commands(latex2html:2802):
  3989. 2802:  s/\n//g;
  3990.   DB<1> 
  3991. main::ignore_commands(latex2html:2804):
  3992. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  3993.   DB<1> 
  3994. main::ignore_commands(latex2html:2805):
  3995. 2805:  next unless $cmd;
  3996.   DB<1> 
  3997. main::ignore_commands(latex2html:2806):
  3998. 2806:  $cmd =~ s/ //;
  3999.   DB<1> 
  4000. main::ignore_commands(latex2html:2807):
  4001. 2807:  ++$ignore{$cmd};
  4002.   DB<1> 
  4003. main::ignore_commands(latex2html:2808):
  4004. 2808:  do {
  4005.   DB<1> 
  4006. main::ignore_commands(latex2html:2810):
  4007. 2810:      grep(($_ = do { s/ //;
  4008.   DB<1> 
  4009. main::ignore_commands(latex2html:2810):
  4010. 2810:      grep(($_ = do { s/ //;
  4011.   DB<1> 
  4012. main::ignore_commands(latex2html:2811):
  4013. 2811:        if (/{}/) {
  4014.   DB<1> 
  4015. main::ignore_commands(latex2html:2812):
  4016. 2812:     's/$next_pair_pr_rx//o || print "\nCannot find argument for $cmd!\n";';}
  4017.   DB<1> 
  4018. main::ignore_commands(latex2html:2820):
  4019. 2820:      eval "sub do_cmd_$cmd {" . 'local($_) = @_;'  . join('',@args) . '$_}';
  4020.   DB<1> 
  4021. main::ignore_commands(latex2html:2802):
  4022. 2802:  s/\n//g;
  4023.   DB<1> 
  4024. main::ignore_commands(latex2html:2804):
  4025. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  4026.   DB<1> 
  4027. main::ignore_commands(latex2html:2805):
  4028. 2805:  next unless $cmd;
  4029.   DB<1> 
  4030. main::ignore_commands(latex2html:2806):
  4031. 2806:  $cmd =~ s/ //;
  4032.   DB<1> 
  4033. main::ignore_commands(latex2html:2807):
  4034. 2807:  ++$ignore{$cmd};
  4035.   DB<1> 
  4036. main::ignore_commands(latex2html:2808):
  4037. 2808:  do {
  4038.   DB<1> 
  4039. main::ignore_commands(latex2html:2802):
  4040. 2802:  s/\n//g;
  4041.   DB<1> 
  4042. main::ignore_commands(latex2html:2804):
  4043. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  4044.   DB<1> 
  4045. main::ignore_commands(latex2html:2805):
  4046. 2805:  next unless $cmd;
  4047.   DB<1> 
  4048. main::ignore_commands(latex2html:2806):
  4049. 2806:  $cmd =~ s/ //;
  4050.   DB<1> 
  4051. main::ignore_commands(latex2html:2807):
  4052. 2807:  ++$ignore{$cmd};
  4053.   DB<1> 
  4054. main::ignore_commands(latex2html:2808):
  4055. 2808:  do {
  4056.   DB<1> 
  4057. main::ignore_commands(latex2html:2802):
  4058. 2802:  s/\n//g;
  4059.   DB<1> 
  4060. main::ignore_commands(latex2html:2804):
  4061. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  4062.   DB<1> 
  4063. main::ignore_commands(latex2html:2805):
  4064. 2805:  next unless $cmd;
  4065.   DB<1> 
  4066. main::ignore_commands(latex2html:2806):
  4067. 2806:  $cmd =~ s/ //;
  4068.   DB<1> 
  4069. main::ignore_commands(latex2html:2807):
  4070. 2807:  ++$ignore{$cmd};
  4071.   DB<1> 
  4072. main::ignore_commands(latex2html:2808):
  4073. 2808:  do {
  4074.   DB<1> 
  4075. main::ignore_commands(latex2html:2802):
  4076. 2802:  s/\n//g;
  4077.   DB<1> 
  4078. main::ignore_commands(latex2html:2804):
  4079. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  4080.   DB<1> 
  4081. main::ignore_commands(latex2html:2805):
  4082. 2805:  next unless $cmd;
  4083.   DB<1> 
  4084. main::ignore_commands(latex2html:2806):
  4085. 2806:  $cmd =~ s/ //;
  4086.   DB<1> 
  4087. main::ignore_commands(latex2html:2807):
  4088. 2807:  ++$ignore{$cmd};
  4089.   DB<1> 
  4090. main::ignore_commands(latex2html:2808):
  4091. 2808:  do {
  4092.   DB<1> 
  4093. main::ignore_commands(latex2html:2802):
  4094. 2802:  s/\n//g;
  4095.   DB<1> 
  4096. main::ignore_commands(latex2html:2804):
  4097. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  4098.   DB<1> 
  4099. main::ignore_commands(latex2html:2805):
  4100. 2805:  next unless $cmd;
  4101.   DB<1> 
  4102. main::ignore_commands(latex2html:2806):
  4103. 2806:  $cmd =~ s/ //;
  4104.   DB<1> 
  4105. main::ignore_commands(latex2html:2807):
  4106. 2807:  ++$ignore{$cmd};
  4107.   DB<1> 
  4108. main::ignore_commands(latex2html:2808):
  4109. 2808:  do {
  4110.   DB<1> 
  4111. main::ignore_commands(latex2html:2802):
  4112. 2802:  s/\n//g;
  4113.   DB<1> 
  4114. main::ignore_commands(latex2html:2804):
  4115. 2804:  local($cmd, @args) = split('\s*#\s*',$_);
  4116.   DB<1> 
  4117. main::ignore_commands(latex2html:2805):
  4118. 2805:  next unless $cmd;
  4119.   DB<1> 
  4120. main::initialise(latex2html:4168):     &process_commands_in_tex (<<_RAW_ARG_CMDS_);
  4121. main::initialise(latex2html:4169): psfig # {} # \$args =~ s/ //g;
  4122. main::initialise(latex2html:4170): fbox # {}
  4123. main::initialise(latex2html:4171): framebox # [] # [] # {}
  4124. main::initialise(latex2html:4172): parbox # [] # {} # {}
  4125. main::initialise(latex2html:4173): special # {} 
  4126. main::initialise(latex2html:4174): dag
  4127. main::initialise(latex2html:4175): ddag
  4128. main::initialise(latex2html:4176): l
  4129. main::initialise(latex2html:4177): L
  4130. main::initialise(latex2html:4178): oe
  4131. main::initialise(latex2html:4179): OE
  4132. main::initialise(latex2html:4180): _RAW_ARG_CMDS_
  4133.   DB<1> 
  4134. main::process_commands_in_tex(latex2html:3195):
  4135. 3195:     local($_) = @_;
  4136.   DB<1> 
  4137. main::process_commands_in_tex(latex2html:3196):
  4138. 3196:     foreach (/.*\n?/g) {
  4139.   DB<1> 
  4140. main::process_commands_in_tex(latex2html:3198):
  4141. 3198:  chop;
  4142.   DB<1> 
  4143. main::process_commands_in_tex(latex2html:3201):
  4144. 3201:  local($cmd, @args) = split('#',$_);
  4145.   DB<1> 
  4146. main::process_commands_in_tex(latex2html:3202):
  4147. 3202:  next unless $cmd;
  4148.   DB<1> 
  4149. main::process_commands_in_tex(latex2html:3204):
  4150. 3204:  $cmd =~ s/ //g;
  4151.   DB<1> 
  4152. main::process_commands_in_tex(latex2html:3208):
  4153. 3208:  local ($body, $code) = ("", "");
  4154.   DB<1> 
  4155. main::process_commands_in_tex(latex2html:3209):
  4156. 3209:  foreach (@args) {
  4157.   DB<1> 
  4158. main::process_commands_in_tex(latex2html:3210):
  4159. 3210:      if (/\{\}/) {
  4160.   DB<1> 
  4161. main::process_commands_in_tex(latex2html:3211):
  4162. 3211:   $body .= '$args .= $& if s/$next_pair_rx//o;' . "\n"
  4163.   DB<1> 
  4164. main::process_commands_in_tex(latex2html:3210):
  4165. 3210:      if (/\{\}/) {
  4166.   DB<1> 
  4167. main::process_commands_in_tex(latex2html:3212):
  4168. 3212:      } elsif (/\[\]/) {
  4169.   DB<1> 
  4170. main::process_commands_in_tex(latex2html:3216):
  4171. 3216:   $body .= $_ . "\n";
  4172.   DB<1> 
  4173. main::process_commands_in_tex(latex2html:3221):
  4174. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4175. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4176. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4177. 3225:   ."\n";
  4178.   DB<1> 
  4179. main::process_commands_in_tex(latex2html:3226):
  4180. 3226:  eval $code;
  4181.   DB<1> 
  4182. main::process_commands_in_tex(latex2html:3230):
  4183. 3230:  $raw_arg_cmds{$cmd} = 1;
  4184.   DB<1> 
  4185. main::process_commands_in_tex(latex2html:3198):
  4186. 3198:  chop;
  4187.   DB<1> 
  4188. main::process_commands_in_tex(latex2html:3201):
  4189. 3201:  local($cmd, @args) = split('#',$_);
  4190.   DB<1> 
  4191. main::process_commands_in_tex(latex2html:3202):
  4192. 3202:  next unless $cmd;
  4193.   DB<1> 
  4194. main::process_commands_in_tex(latex2html:3204):
  4195. 3204:  $cmd =~ s/ //g;
  4196.   DB<1> 
  4197. main::process_commands_in_tex(latex2html:3208):
  4198. 3208:  local ($body, $code) = ("", "");
  4199.   DB<1> 
  4200. main::process_commands_in_tex(latex2html:3209):
  4201. 3209:  foreach (@args) {
  4202.   DB<1> 
  4203. main::process_commands_in_tex(latex2html:3210):
  4204. 3210:      if (/\{\}/) {
  4205.   DB<1> 
  4206. main::process_commands_in_tex(latex2html:3211):
  4207. 3211:   $body .= '$args .= $& if s/$next_pair_rx//o;' . "\n"
  4208.   DB<1> 
  4209. main::process_commands_in_tex(latex2html:3221):
  4210. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4211. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4212. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4213. 3225:   ."\n";
  4214.   DB<1> 
  4215. main::process_commands_in_tex(latex2html:3226):
  4216. 3226:  eval $code;
  4217.   DB<1> 
  4218. main::process_commands_in_tex(latex2html:3230):
  4219. 3230:  $raw_arg_cmds{$cmd} = 1;
  4220.   DB<1> 
  4221. main::process_commands_in_tex(latex2html:3198):
  4222. 3198:  chop;
  4223.   DB<1> 
  4224. main::process_commands_in_tex(latex2html:3201):
  4225. 3201:  local($cmd, @args) = split('#',$_);
  4226.   DB<1> 
  4227. main::process_commands_in_tex(latex2html:3202):
  4228. 3202:  next unless $cmd;
  4229.   DB<1> 
  4230. main::process_commands_in_tex(latex2html:3204):
  4231. 3204:  $cmd =~ s/ //g;
  4232.   DB<1> 
  4233. main::process_commands_in_tex(latex2html:3208):
  4234. 3208:  local ($body, $code) = ("", "");
  4235.   DB<1> 
  4236. main::process_commands_in_tex(latex2html:3209):
  4237. 3209:  foreach (@args) {
  4238.   DB<1> 
  4239. main::process_commands_in_tex(latex2html:3210):
  4240. 3210:      if (/\{\}/) {
  4241.   DB<1> 
  4242. main::process_commands_in_tex(latex2html:3212):
  4243. 3212:      } elsif (/\[\]/) {
  4244.   DB<1> 
  4245. main::process_commands_in_tex(latex2html:3213):
  4246. 3213:   $body .= '($dummy, $pat) = &get_next_optional_argument;' .
  4247. 3214:            "\n". '$args .= $pat;';
  4248.   DB<1> 
  4249. main::process_commands_in_tex(latex2html:3210):
  4250. 3210:      if (/\{\}/) {
  4251.   DB<1> 
  4252. main::process_commands_in_tex(latex2html:3212):
  4253. 3212:      } elsif (/\[\]/) {
  4254.   DB<1> 
  4255. main::process_commands_in_tex(latex2html:3213):
  4256. 3213:   $body .= '($dummy, $pat) = &get_next_optional_argument;' .
  4257. 3214:            "\n". '$args .= $pat;';
  4258.   DB<1> 
  4259. main::process_commands_in_tex(latex2html:3210):
  4260. 3210:      if (/\{\}/) {
  4261.   DB<1> 
  4262. main::process_commands_in_tex(latex2html:3211):
  4263. 3211:   $body .= '$args .= $& if s/$next_pair_rx//o;' . "\n"
  4264.   DB<1> 
  4265. main::process_commands_in_tex(latex2html:3221):
  4266. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4267. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4268. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4269. 3225:   ."\n";
  4270.   DB<1> 
  4271. main::process_commands_in_tex(latex2html:3226):
  4272. 3226:  eval $code;
  4273.   DB<1> 
  4274. main::process_commands_in_tex(latex2html:3230):
  4275. 3230:  $raw_arg_cmds{$cmd} = 1;
  4276.   DB<1> 
  4277. main::process_commands_in_tex(latex2html:3198):
  4278. 3198:  chop;
  4279.   DB<1> 
  4280. main::process_commands_in_tex(latex2html:3201):
  4281. 3201:  local($cmd, @args) = split('#',$_);
  4282.   DB<1> 
  4283. main::process_commands_in_tex(latex2html:3202):
  4284. 3202:  next unless $cmd;
  4285.   DB<1> 
  4286. main::process_commands_in_tex(latex2html:3204):
  4287. 3204:  $cmd =~ s/ //g;
  4288.   DB<1> 
  4289. main::process_commands_in_tex(latex2html:3208):
  4290. 3208:  local ($body, $code) = ("", "");
  4291.   DB<1> 
  4292. main::process_commands_in_tex(latex2html:3209):
  4293. 3209:  foreach (@args) {
  4294.   DB<1> 
  4295. main::process_commands_in_tex(latex2html:3210):
  4296. 3210:      if (/\{\}/) {
  4297.   DB<1> 
  4298. main::process_commands_in_tex(latex2html:3212):
  4299. 3212:      } elsif (/\[\]/) {
  4300.   DB<1> 
  4301. main::process_commands_in_tex(latex2html:3213):
  4302. 3213:   $body .= '($dummy, $pat) = &get_next_optional_argument;' .
  4303. 3214:            "\n". '$args .= $pat;';
  4304.   DB<1> 
  4305. main::process_commands_in_tex(latex2html:3210):
  4306. 3210:      if (/\{\}/) {
  4307.   DB<1> 
  4308. main::process_commands_in_tex(latex2html:3211):
  4309. 3211:   $body .= '$args .= $& if s/$next_pair_rx//o;' . "\n"
  4310.   DB<1> 
  4311. main::process_commands_in_tex(latex2html:3210):
  4312. 3210:      if (/\{\}/) {
  4313.   DB<1> 
  4314. main::process_commands_in_tex(latex2html:3211):
  4315. 3211:   $body .= '$args .= $& if s/$next_pair_rx//o;' . "\n"
  4316.   DB<1> 
  4317. main::process_commands_in_tex(latex2html:3221):
  4318. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4319. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4320. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4321. 3225:   ."\n";
  4322.   DB<1> 
  4323. main::process_commands_in_tex(latex2html:3226):
  4324. 3226:  eval $code;
  4325.   DB<1> 
  4326. main::process_commands_in_tex(latex2html:3230):
  4327. 3230:  $raw_arg_cmds{$cmd} = 1;
  4328.   DB<1> 
  4329. main::process_commands_in_tex(latex2html:3198):
  4330. 3198:  chop;
  4331.   DB<1> 
  4332. main::process_commands_in_tex(latex2html:3201):
  4333. 3201:  local($cmd, @args) = split('#',$_);
  4334.   DB<1> 
  4335. main::process_commands_in_tex(latex2html:3202):
  4336. 3202:  next unless $cmd;
  4337.   DB<1> 
  4338. main::process_commands_in_tex(latex2html:3204):
  4339. 3204:  $cmd =~ s/ //g;
  4340.   DB<1> 
  4341. main::process_commands_in_tex(latex2html:3208):
  4342. 3208:  local ($body, $code) = ("", "");
  4343.   DB<1> 
  4344. main::process_commands_in_tex(latex2html:3209):
  4345. 3209:  foreach (@args) {
  4346.   DB<1> 
  4347. main::process_commands_in_tex(latex2html:3210):
  4348. 3210:      if (/\{\}/) {
  4349.   DB<1> 
  4350. main::process_commands_in_tex(latex2html:3211):
  4351. 3211:   $body .= '$args .= $& if s/$next_pair_rx//o;' . "\n"
  4352.   DB<1> 
  4353. main::process_commands_in_tex(latex2html:3221):
  4354. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4355. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4356. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4357. 3225:   ."\n";
  4358.   DB<1> 
  4359. main::process_commands_in_tex(latex2html:3226):
  4360. 3226:  eval $code;
  4361.   DB<1> 
  4362. main::process_commands_in_tex(latex2html:3230):
  4363. 3230:  $raw_arg_cmds{$cmd} = 1;
  4364.   DB<1> 
  4365. main::process_commands_in_tex(latex2html:3198):
  4366. 3198:  chop;
  4367.   DB<1> 
  4368. main::process_commands_in_tex(latex2html:3201):
  4369. 3201:  local($cmd, @args) = split('#',$_);
  4370.   DB<1> 
  4371. main::process_commands_in_tex(latex2html:3202):
  4372. 3202:  next unless $cmd;
  4373.   DB<1> 
  4374. main::process_commands_in_tex(latex2html:3204):
  4375. 3204:  $cmd =~ s/ //g;
  4376.   DB<1> 
  4377. main::process_commands_in_tex(latex2html:3208):
  4378. 3208:  local ($body, $code) = ("", "");
  4379.   DB<1> 
  4380. main::process_commands_in_tex(latex2html:3209):
  4381. 3209:  foreach (@args) {
  4382.   DB<1> 
  4383. main::process_commands_in_tex(latex2html:3221):
  4384. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4385. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4386. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4387. 3225:   ."\n";
  4388.   DB<1> 
  4389. main::process_commands_in_tex(latex2html:3226):
  4390. 3226:  eval $code;
  4391.   DB<1> 
  4392. main::process_commands_in_tex(latex2html:3230):
  4393. 3230:  $raw_arg_cmds{$cmd} = 1;
  4394.   DB<1> 
  4395. main::process_commands_in_tex(latex2html:3198):
  4396. 3198:  chop;
  4397.   DB<1> 
  4398. main::process_commands_in_tex(latex2html:3201):
  4399. 3201:  local($cmd, @args) = split('#',$_);
  4400.   DB<1> 
  4401. main::process_commands_in_tex(latex2html:3202):
  4402. 3202:  next unless $cmd;
  4403.   DB<1> 
  4404. main::process_commands_in_tex(latex2html:3204):
  4405. 3204:  $cmd =~ s/ //g;
  4406.   DB<1> 
  4407. main::process_commands_in_tex(latex2html:3208):
  4408. 3208:  local ($body, $code) = ("", "");
  4409.   DB<1> 
  4410. main::process_commands_in_tex(latex2html:3209):
  4411. 3209:  foreach (@args) {
  4412.   DB<1> 
  4413. main::process_commands_in_tex(latex2html:3221):
  4414. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4415. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4416. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4417. 3225:   ."\n";
  4418.   DB<1> 
  4419. main::process_commands_in_tex(latex2html:3226):
  4420. 3226:  eval $code;
  4421.   DB<1> 
  4422. main::process_commands_in_tex(latex2html:3230):
  4423. 3230:  $raw_arg_cmds{$cmd} = 1;
  4424.   DB<1> 
  4425. main::process_commands_in_tex(latex2html:3198):
  4426. 3198:  chop;
  4427.   DB<1> 
  4428. main::process_commands_in_tex(latex2html:3201):
  4429. 3201:  local($cmd, @args) = split('#',$_);
  4430.   DB<1> 
  4431. main::process_commands_in_tex(latex2html:3202):
  4432. 3202:  next unless $cmd;
  4433.   DB<1> 
  4434. main::process_commands_in_tex(latex2html:3204):
  4435. 3204:  $cmd =~ s/ //g;
  4436.   DB<1> 
  4437. main::process_commands_in_tex(latex2html:3208):
  4438. 3208:  local ($body, $code) = ("", "");
  4439.   DB<1> 
  4440. main::process_commands_in_tex(latex2html:3209):
  4441. 3209:  foreach (@args) {
  4442.   DB<1> 
  4443. main::process_commands_in_tex(latex2html:3221):
  4444. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4445. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4446. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4447. 3225:   ."\n";
  4448.   DB<1> 
  4449. main::process_commands_in_tex(latex2html:3226):
  4450. 3226:  eval $code;
  4451.   DB<1> 
  4452. main::process_commands_in_tex(latex2html:3230):
  4453. 3230:  $raw_arg_cmds{$cmd} = 1;
  4454.   DB<1> 
  4455. main::process_commands_in_tex(latex2html:3198):
  4456. 3198:  chop;
  4457.   DB<1> 
  4458. main::process_commands_in_tex(latex2html:3201):
  4459. 3201:  local($cmd, @args) = split('#',$_);
  4460.   DB<1> 
  4461. main::process_commands_in_tex(latex2html:3202):
  4462. 3202:  next unless $cmd;
  4463.   DB<1> 
  4464. main::process_commands_in_tex(latex2html:3204):
  4465. 3204:  $cmd =~ s/ //g;
  4466.   DB<1> 
  4467. main::process_commands_in_tex(latex2html:3208):
  4468. 3208:  local ($body, $code) = ("", "");
  4469.   DB<1> 
  4470. main::process_commands_in_tex(latex2html:3209):
  4471. 3209:  foreach (@args) {
  4472.   DB<1> 
  4473. main::process_commands_in_tex(latex2html:3221):
  4474. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4475. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4476. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4477. 3225:   ."\n";
  4478.   DB<1> 
  4479. main::process_commands_in_tex(latex2html:3226):
  4480. 3226:  eval $code;
  4481.   DB<1> 
  4482. main::process_commands_in_tex(latex2html:3230):
  4483. 3230:  $raw_arg_cmds{$cmd} = 1;
  4484.   DB<1> 
  4485. main::process_commands_in_tex(latex2html:3198):
  4486. 3198:  chop;
  4487.   DB<1> 
  4488. main::process_commands_in_tex(latex2html:3201):
  4489. 3201:  local($cmd, @args) = split('#',$_);
  4490.   DB<1> 
  4491. main::process_commands_in_tex(latex2html:3202):
  4492. 3202:  next unless $cmd;
  4493.   DB<1> 
  4494. main::process_commands_in_tex(latex2html:3204):
  4495. 3204:  $cmd =~ s/ //g;
  4496.   DB<1> 
  4497. main::process_commands_in_tex(latex2html:3208):
  4498. 3208:  local ($body, $code) = ("", "");
  4499.   DB<1> 
  4500. main::process_commands_in_tex(latex2html:3209):
  4501. 3209:  foreach (@args) {
  4502.   DB<1> 
  4503. main::process_commands_in_tex(latex2html:3221):
  4504. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4505. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4506. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4507. 3225:   ."\n";
  4508.   DB<1> 
  4509. main::process_commands_in_tex(latex2html:3226):
  4510. 3226:  eval $code;
  4511.   DB<1> 
  4512. main::process_commands_in_tex(latex2html:3230):
  4513. 3230:  $raw_arg_cmds{$cmd} = 1;
  4514.   DB<1> 
  4515. main::process_commands_in_tex(latex2html:3198):
  4516. 3198:  chop;
  4517.   DB<1> 
  4518. main::process_commands_in_tex(latex2html:3201):
  4519. 3201:  local($cmd, @args) = split('#',$_);
  4520.   DB<1> 
  4521. main::process_commands_in_tex(latex2html:3202):
  4522. 3202:  next unless $cmd;
  4523.   DB<1> 
  4524. main::process_commands_in_tex(latex2html:3204):
  4525. 3204:  $cmd =~ s/ //g;
  4526.   DB<1> 
  4527. main::process_commands_in_tex(latex2html:3208):
  4528. 3208:  local ($body, $code) = ("", "");
  4529.   DB<1> 
  4530. main::process_commands_in_tex(latex2html:3209):
  4531. 3209:  foreach (@args) {
  4532.   DB<1> 
  4533. main::process_commands_in_tex(latex2html:3221):
  4534. 3221:  $code = "sub wrap_cmd_$cmd {" . "\n"
  4535. 3222:          .'local($cmd, $_) = @_; local ($args, $dummy, $pat) = "";' . "\n"3223:          .$body . "\n"
  4536. 3224:          .'(&make_wrapper(1) . $cmd.$args . &make_wrapper(0), $_)}'
  4537. 3225:   ."\n";
  4538.   DB<1> 
  4539. main::process_commands_in_tex(latex2html:3226):
  4540. 3226:  eval $code;
  4541.   DB<1> 
  4542. main::process_commands_in_tex(latex2html:3230):
  4543. 3230:  $raw_arg_cmds{$cmd} = 1;
  4544.   DB<1> 
  4545. main::process_commands_in_tex(latex2html:3198):
  4546. 3198:  chop;
  4547.   DB<1> 
  4548. main::process_commands_in_tex(latex2html:3201):
  4549. 3201:  local($cmd, @args) = split('#',$_);
  4550.   DB<1> 
  4551. main::process_commands_in_tex(latex2html:3202):
  4552. 3202:  next unless $cmd;
  4553.   DB<1> 
  4554. main::initialise(latex2html:4191): %iso_latin1_character_map
  4555. main::initialise(latex2html:4192):     = (
  4556. main::initialise(latex2html:4193):        'AElig', 'Æ',  # capital AE diphthong (ligature) 
  4557. main::initialise(latex2html:4194):        'Aacute', 'Á',  # capital A, acute accent 
  4558. main::initialise(latex2html:4195):        'Acirc', 'Â',  # capital A, circumflex accent 
  4559. main::initialise(latex2html:4196):        'Agrave', 'À',  # capital A, grave accent 
  4560. main::initialise(latex2html:4197):        'Aring', 'Å',  # capital A, ring main::initialise(latex2html:4198):        'Atilde', 'Ã',  # capital A, tilde 
  4561. main::initialise(latex2html:4199):        'Auml', 'Ä',  # capital A, dieresis or umlaut mark   
  4562. main::initialise(latex2html:4200):        'Ccedil', 'Ç',  # capital C, cedilla 
  4563. main::initialise(latex2html:4201):        'ETH', 'Ð',  # capital Eth, Icelandic 
  4564. main::initialise(latex2html:4202):        'Eacute', 'É',  # capital E, acute accent 
  4565. main::initialise(latex2html:4203):        'Ecirc', 'Ê',  # capital E, circumflex accent 
  4566. main::initialise(latex2html:4204):        'Egrave', 'È',  # capital E, grave accent 
  4567. main::initialise(latex2html:4205):        'Euml', 'Ë',  # capital E, dieresis or umlaut mark 
  4568. main::initialise(latex2html:4206):        'Iacute', 'Í',  # capital I, acute accent 
  4569. main::initialise(latex2html:4207):        'Icirc', 'Î',  # capital I, circumflex accent 
  4570. main::initialise(latex2html:4208):        'Igrave', 'Ì',  # capital I, grave accent 
  4571. main::initialise(latex2html:4209):        'Iuml', 'Ï',  # capital I, dieresis or umlaut mark 
  4572. main::initialise(latex2html:4210):        'Ntilde', 'Ñ',  # capital N, tilde 
  4573. main::initialise(latex2html:4211):        'Oacute', 'Ó',  # capital O, acute accent 
  4574. main::initialise(latex2html:4212):        'Ocirc', 'Ô',  # capital O, circumflex accent 
  4575. main::initialise(latex2html:4213):        'Ograve', 'Ò',  # capital O, grave accent 
  4576. main::initialise(latex2html:4214):        'Oslash', 'Ø',  # capital O, slash 
  4577. main::initialise(latex2html:4215):        'Otilde', 'Õ',  # capital O, tilde 
  4578. main::initialise(latex2html:4216):        'Ouml', 'Ö',  # capital O, dieresis or umlaut mark 
  4579. main::initialise(latex2html:4217):        'THORN', 'Þ',  # capital THORN, Icelandic 
  4580. main::initialise(latex2html:4218):        'Uacute', 'Ú',  # capital U, acute accent 
  4581. main::initialise(latex2html:4219):        'Ucirc', 'Û',  # capital U, circumflex accent 
  4582. main::initialise(latex2html:4220):        'Ugrave', 'Ù',  # capital U, grave accent 
  4583. main::initialise(latex2html:4221):        'Uuml', 'Ü',  # capital U, dieresis or umlaut mark 
  4584. main::initialise(latex2html:4222):        'Yacute', 'Ý',  # capital Y, acute accent 
  4585. main::initialise(latex2html:4223):        'aacute', 'á',  # small a, acute accent 
  4586. main::initialise(latex2html:4224):        'acirc', 'â',  # small a, circumflex accent 
  4587. main::initialise(latex2html:4225):        'aelig', 'æ',  # small ae diphthong (ligature) 
  4588. main::initialise(latex2html:4226):        'agrave', 'à',  # small a, grave accent 
  4589. main::initialise(latex2html:4227):        'amp', '&',  # ampersand 
  4590. main::initialise(latex2html:4228):        'aring', 'å',  # small a, ring 
  4591. main::initialise(latex2html:4229):        'atilde', 'ã',  # small a, tilde main::initialise(latex2html:4230):        'auml', 'ä',  # small a, dieresis or umlaut mark 
  4592. main::initialise(latex2html:4231):        'ccedil', 'ç',  # small c, cedilla 
  4593. main::initialise(latex2html:4232):        'eacute', 'é',  # small e, acute accent 
  4594. main::initialise(latex2html:4233):        'ecirc', 'ê',  # small e, circumflex accent 
  4595. main::initialise(latex2html:4234):        'egrave', 'è',  # small e, grave accent 
  4596. main::initialise(latex2html:4235):        'eth', 'ð',  # small eth, Icelandic 
  4597. main::initialise(latex2html:4236):        'euml', 'ë',  # small e, dieresis or umlaut mark 
  4598. main::initialise(latex2html:4237):        'gt', '>',  # greater than 
  4599. main::initialise(latex2html:4238):        'iacute', 'í',  # small i, acute accent 
  4600. main::initialise(latex2html:4239):        'icirc', 'î',  # small i, circumflex accent 
  4601. main::initialise(latex2html:4240):        'igrave', 'ì',  # small i, grave accent 
  4602. main::initialise(latex2html:4241):        'iuml', 'ï',  # small i, dieresis or umlaut mark 
  4603. main::initialise(latex2html:4242):        'lt', '<',  # less than 
  4604. main::initialise(latex2html:4243):        'ntilde', 'ñ',  # small n, tilde main::initialise(latex2html:4244):        'oacute', 'ó',  # small o, acute accent 
  4605. main::initialise(latex2html:4245):        'ocirc', 'ô',  # small o, circumflex accent 
  4606. main::initialise(latex2html:4246):        'ograve', 'ò',  # small o, grave accent 
  4607. main::initialise(latex2html:4247):        'oslash', 'ø',  # small o, slash main::initialise(latex2html:4248):        'otilde', 'õ',  # small o, tilde main::initialise(latex2html:4249):        'ouml', 'ö',  # small o, dieresis or umlaut mark 
  4608. main::initialise(latex2html:4250):        'szlig', 'ß',  # small sharp s, German (sz ligature) 
  4609. main::initialise(latex2html:4251):        'thorn', 'þ',  # small thorn, Icelandic 
  4610. main::initialise(latex2html:4252):        'uacute', 'ú',  # small u, acute accent 
  4611. main::initialise(latex2html:4253):        'ucirc', 'û',  # small u, circumflex accent 
  4612. main::initialise(latex2html:4254):        'ugrave', 'ù',  # small u, grave accent 
  4613. main::initialise(latex2html:4255):        'uuml', 'ü',  # small u, dieresis or umlaut mark 
  4614. main::initialise(latex2html:4256):        'yacute', 'ý',  # small y, acute accent 
  4615. main::initialise(latex2html:4257):        'yuml', 'ÿ', # small y, dieresis or umlaut mark
  4616.   DB<1> 
  4617. main::initialise(latex2html:4280): %iso_latin1_character_map_inv =
  4618. main::initialise(latex2html:4281):     (
  4619. main::initialise(latex2html:4282):      'Æ' , '\AE',
  4620. main::initialise(latex2html:4283):      'Á' , '\'{A}',
  4621. main::initialise(latex2html:4284):      'Â' , '\^{A}',
  4622. main::initialise(latex2html:4285):      'À' , '\`{A}',
  4623. main::initialise(latex2html:4286):      'Å' , '\AA',
  4624. main::initialise(latex2html:4287):      'Ã' , '\~{A}',
  4625. main::initialise(latex2html:4288):      'Ä' , '\"{A}',
  4626. main::initialise(latex2html:4289):      'Ç' , '\c{C}',
  4627. main::initialise(latex2html:4290):      'É' , '\'{E}',
  4628. main::initialise(latex2html:4291):      'Ê' , '\^{E}',
  4629. main::initialise(latex2html:4292):      'È' , '\`{E}',
  4630. main::initialise(latex2html:4293):      'Ë' , '\"{E}',
  4631. main::initialise(latex2html:4294):      '´' , "'",
  4632. main::initialise(latex2html:4295):      'Í' , '\'{I}',
  4633. main::initialise(latex2html:4296):      'Î' , '\^{I}',
  4634. main::initialise(latex2html:4297):      'Ì' , '\`{I}',
  4635. main::initialise(latex2html:4298):      'Ï' , '\"{I}',
  4636. main::initialise(latex2html:4299):      'Ñ' , '\~{N}',
  4637. main::initialise(latex2html:4300):      'Ó' , '\'{O}',
  4638. main::initialise(latex2html:4301):      'Ô' , '\^{O}',
  4639. main::initialise(latex2html:4302):      'Ò' , '\'{O}',
  4640. main::initialise(latex2html:4303):      'Ø' , '\O',
  4641. main::initialise(latex2html:4304):      'Õ' , '\~{O}',
  4642. main::initialise(latex2html:4305):      'Ö' , '\"{O}',
  4643. main::initialise(latex2html:4306):      '¶' , '\P',
  4644. main::initialise(latex2html:4307):      '§' , '\S',
  4645. main::initialise(latex2html:4308):      'Ú' , '\'{U}',
  4646. main::initialise(latex2html:4309):      'Û' , '\^{U}',
  4647. main::initialise(latex2html:4310):      'Ù' , '\`{U}',
  4648. main::initialise(latex2html:4311):      'Ü' , '\"{U}',
  4649. main::initialise(latex2html:4312):      'Ý' , '\'{Y}',
  4650. main::initialise(latex2html:4313):      'á' , '\'{a}',
  4651. main::initialise(latex2html:4314):      'â' , '\^{a}',
  4652. main::initialise(latex2html:4315):      'æ' , '\ae',
  4653. main::initialise(latex2html:4316):      'à' , '\`{a}',
  4654. main::initialise(latex2html:4317):      '&' , '&',
  4655. main::initialise(latex2html:4318):      'å' , '\^{a}',
  4656. main::initialise(latex2html:4319):      'ã' , '\~{a}',
  4657. main::initialise(latex2html:4320):      'ä' , '\"{a}',
  4658. main::initialise(latex2html:4321):      'ç' , '\c{c}',
  4659. main::initialise(latex2html:4322):      '¸' , '\c',
  4660. main::initialise(latex2html:4323):      '^' , '\^{}',
  4661. main::initialise(latex2html:4324):      '©' , '\copyright',
  4662. main::initialise(latex2html:4325):      'é' , '\'{e}',
  4663. main::initialise(latex2html:4326):      'ê' , '\^{e}',
  4664. main::initialise(latex2html:4327):      'è' , '\`{e}',
  4665. main::initialise(latex2html:4328):      'ð' , '\v{o}',
  4666. main::initialise(latex2html:4329):      'ë' , '\"{e}',
  4667. main::initialise(latex2html:4330):      '¡' , '!`',
  4668. main::initialise(latex2html:4331):      '>' , '>',
  4669. main::initialise(latex2html:4332):      'í' , '\'{i}',
  4670. main::initialise(latex2html:4333):      'î' , '\^{i}',
  4671. main::initialise(latex2html:4334):      'ì' , '\`{i}',
  4672. main::initialise(latex2html:4335):      'ï' , '\"{i}',
  4673. main::initialise(latex2html:4336):      '<' , '<',
  4674. main::initialise(latex2html:4337):      'ñ' , '\~{n}',
  4675. main::initialise(latex2html:4338):      'ó' , '\'{o}',
  4676. main::initialise(latex2html:4339):      'ô' , '\^{o}',
  4677. main::initialise(latex2html:4340):      'ò' , '\`{o}',
  4678. main::initialise(latex2html:4341):      'ø' , '\o',
  4679. main::initialise(latex2html:4342):      'õ' , '\~{o}',
  4680. main::initialise(latex2html:4343):      'ö' , '\"{o}',
  4681. main::initialise(latex2html:4344):      '¯' , '\={}',
  4682. main::initialise(latex2html:4345):      '£' , '\pounds',
  4683. main::initialise(latex2html:4346):      '¿' , '?`',
  4684. main::initialise(latex2html:4347):      '·' , '\^{}',
  4685. main::initialise(latex2html:4348):      'ß' , '\ss',
  4686. main::initialise(latex2html:4349):      '~' , '\~{}',
  4687. main::initialise(latex2html:4350):      'ú' , '\'{u}',
  4688. main::initialise(latex2html:4351):      'û' , '\^{u}',
  4689. main::initialise(latex2html:4352):      'ù' , '\`{u}',
  4690. main::initialise(latex2html:4353):      'ü' , '\"{u}',
  4691. main::initialise(latex2html:4354):      'ý' , '\'{y}',
  4692. main::initialise(latex2html:4355):      'ÿ' , '\"{y}'
  4693. main::initialise(latex2html:4356): );
  4694.   DB<1> 
  4695. main::initialise(latex2html:4362):     $preamble_rx = "(^[\\s\\S]*)\\\\begin\\s*$O\\d+$C\\s*document\\s*$O\\d+$C";
  4696.   DB<1> 
  4697. main::initialise(latex2html:4367):     $delimiters = '\'\\s[\\]\\\\<>(=).,#;:~\/!-';
  4698.   DB<1> 
  4699. main::initialise(latex2html:4368):     $delimiter_rx = "([$delimiters])";
  4700.   DB<1> 
  4701. main::initialise(latex2html:4372):     $begin_env_rx = "[\\\\]begin\\s*$O(\\d+)$C\\s*([^$delimiters]+)\\s*$O\\1$C\\s*";
  4702.   DB<1> 
  4703. main::initialise(latex2html:4374):     $match_br_rx = "\\s*$O\\d+$C\\s*";
  4704.   DB<1> 
  4705. main::initialise(latex2html:4376):     $optional_arg_rx = "^\\s*\\[([^]]+)\\]";
  4706. # Cannot handle nested []s!
  4707.   DB<1> 
  4708. main::initialise(latex2html:4381):     $next_pair_rx = "^[\\s%]*$O(\\d+)$C([\\s\\S]*)$O\\1$C";
  4709.   DB<1> 
  4710. main::initialise(latex2html:4382):     $any_next_pair_rx = "$O(\\d+)$C([\\s\\S]*)$O\\1$C";
  4711.   DB<1> 
  4712. main::initialise(latex2html:4383):     $any_next_pair_rx4 = "$O(\\d+)$C([\\s\\S]*)$O\\4$C";
  4713.   DB<1> 
  4714. main::initialise(latex2html:4384):     $any_next_pair_rx5 = "$O(\\d+)$C([\\s\\S]*)$O\\5$C";
  4715.   DB<1> 
  4716. main::initialise(latex2html:4387):     $begin_cmd_rx = "$O(\\d+)$C";
  4717.   DB<1> 
  4718. main::initialise(latex2html:4390):     $tex_def_arg_rx = "^[#0-9]*#([0-9])$O";
  4719.   DB<1> 
  4720. main::initialise(latex2html:4393):     $cmd_delims = q|-#,.~/\'`^"=|; # Commands which are also delimiters!
  4721.   DB<1> 
  4722. main::initialise(latex2html:4395):     $single_cmd_rx = "\\\\([$cmd_delims]|[^$delimiters]+|\\\\|(tex2html_dummy))"; 
  4723.   DB<1> 
  4724. main::initialise(latex2html:4399):  "\\\\item\\s*[[]\\s*((($any_next_pair_rx4)|([[][^]]*[]])|[^]])*)[]]";
  4725.   DB<1> 
  4726. main::initialise(latex2html:4402):     $fontchange_rx = 'rm|em|bf|it|sl|sf|tt';
  4727.   DB<1> 
  4728. main::initialise(latex2html:4407):     $caption_rx = "\\\\caption\\s*([[]\\s*((($any_next_pair_rx5)|([[][^]]*[]])|[^]])*)[]])?$O(\\d+)$C([\\s\\S]*)$O\\8$C";
  4729.   DB<1> 
  4730. main::initialise(latex2html:4412):     $htmlimage_rx = "\\\\htmlimage\\s*$O(\\d+)$C([\\s\\S]*)$O\\1$C";
  4731.   DB<1> 
  4732. main::initialise(latex2html:4419):     $next_pair_pr_rx = "^[\\s%]*$OP(\\d+)$CP([\\s\\S]*)$OP\\1$CP";
  4733.   DB<1> 
  4734. main::initialise(latex2html:4420):     $any_next_pair_pr_rx = "$OP(\\d+)$CP([\\s\\S]*)$OP\\1$CP";
  4735.   DB<1> 
  4736. main::initialise(latex2html:4424):     $latex_specials_rx = '[\$]|&|%|#|{|}|_';
  4737.   DB<1> 
  4738. main::initialise(latex2html:4428):     $html_specials_inv_rx = join("|", keys %html_specials_inv);
  4739.   DB<1> 
  4740. main::initialise(latex2html:4431):     $iso_latin1_character_rx = '(&#\d+;)';
  4741.   DB<1> 
  4742. main::initialise(latex2html:4434):     $tex2html_wrap_rx = '[\\\\](begin|end)\s*{\s*tex2html_wrap[_a-z]*\s*}';
  4743.   DB<1> 
  4744. main::initialise(latex2html:4436):     $meta_cmd_rx = '[\\\\](renewcommand|renewenvironment|newcommand|newenvironment|newtheorem|def)';
  4745.   DB<1> 
  4746. main::initialise(latex2html:4440):     $counters_rx = "[\\\\](newcounter|addtocounter|setcounter|refstepcounter|stepcounter|arabic|roman|Roman|alph|Alph|fnsymbol)$delimiter_rx";
  4747.   DB<1> 
  4748. main::initialise(latex2html:4443):     $labels_rx = "[\\\\]label\\s*$O(\\d+)$C([\\s\\S]*)$O\\1$C";
  4749.   DB<1> 
  4750. main::initialise(latex2html:4446):     $verbatim_env_rx = "\\s*{(verbatim|rawhtml|LVerbatim)[*]?}";
  4751.   DB<1> 
  4752. main::initialise(latex2html:4449):     $icon_mark_rx = "<tex2html_(" . join("|", keys %icons) . ")>";
  4753.   DB<1> 
  4754. main::driver(latex2html:425):     &ascii_mode if $ASCII_MODE; # Must come after initialization
  4755.   DB<1> 
  4756. main::driver(latex2html:426):     &titles_language($TITLES_LANGUAGE);
  4757.   DB<1> 
  4758. main::titles_language(latex2html:2773):
  4759. 2773:     local($_) = @_;
  4760.   DB<1> 
  4761. main::titles_language(latex2html:2774):
  4762. 2774:     local($lang) = $_ . "_titles";
  4763.   DB<1> 
  4764. main::titles_language(latex2html:2775):
  4765. 2775:     if (defined(&$lang)) {
  4766.   DB<1> 
  4767. main::titles_language(latex2html:2776):
  4768. 2776:  &$lang }
  4769. 2777:     else {
  4770.   DB<1> 
  4771. main::english_titles(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:211):
  4772. 211:     $toc_title = "Contents";
  4773.   DB<1> 
  4774. main::english_titles(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:212):
  4775. 212:     $lof_title = "List of Figures";
  4776.   DB<1> 
  4777. main::english_titles(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:213):
  4778. 213:     $lot_title = "List of Tables";
  4779.   DB<1> 
  4780. main::english_titles(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:214):
  4781. 214:     $idx_title = "Index";
  4782.   DB<1> 
  4783. main::english_titles(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:215):
  4784. 215:     $bib_title = "References";
  4785.   DB<1> 
  4786. main::english_titles(ADFS::IDEDisc4.$.Internet.latex2html.files./startup.config:216):
  4787. 216:     $info_title = "About this document ...";
  4788.   DB<1> 
  4789. main::driver(latex2html:427):     foreach $FILE (@ARGV) {
  4790.   DB<1> 
  4791. main::driver(latex2html:428):  local($bbl_nr) = 1;
  4792.   DB<1> 
  4793. main::driver(latex2html:429):  local($global_page_num) = (0); # The number of reused images and those in images.tex
  4794.   DB<1> 
  4795. main::driver(latex2html:430):  local($new_page_num) = (0); # The number of images in images.tex
  4796. main::driver(latex2html:431):  local($pid, $sections_rx, $sections_no_delim_rx,
  4797.   DB<1> 
  4798. main::driver(latex2html:432):        $outermost_level, %cached_env_img, %id_map, %latex_body,
  4799. main::driver(latex2html:433):        $latex_body, %symbolic_labels, %latex_labels,
  4800. main::driver(latex2html:434):        %encoded_section_number, 
  4801. main::driver(latex2html:435):        %verbatim, %new_command, %new_environment,
  4802. main::driver(latex2html:436):        $preamble);
  4803.   DB<1> 
  4804. main::driver(latex2html:437):  ($texfilepath, $FILE) = &get_full_path($FILE); print $texfilepath, $FILE;
  4805.   DB<1> 
  4806. main::get_full_path(latex2html:2456):
  4807. 2456:     local($file) = @_;
  4808.   DB<1> 
  4809. main::get_full_path(latex2html:2457):
  4810. 2457:     local(@path, $path);
  4811.   DB<1> 
  4812. main::get_full_path(latex2html:2458):
  4813. 2458:     if (-d $file) {  # $file is a directory
  4814.   DB<1> 
  4815. main::get_full_path(latex2html:2462):
  4816. 2462:     elsif ($file =~ /\//) {
  4817.   DB<1> 
  4818. main::get_full_path(latex2html:2469):
  4819. 2469:     elsif (-f $file) {  # $file is a plain file
  4820.   DB<1> 
  4821. main::get_full_path(latex2html:2472):
  4822. 2472:     ($path, $file);
  4823.   DB<1> 
  4824. main::driver(latex2html:437):  ($texfilepath, $FILE) = &get_full_path($FILE); print $texfilepath, $FILE;
  4825.   DB<1> 
  4826. manual.texmain::driver(latex2html:438):  if (-e "$texfilepath$FILE") {
  4827.   DB<1> 
  4828. main::driver(latex2html:439):      print "This is LaTeX2HTML Version $TEX2HTMLVERSION by Nikos Drakos, \nComputer Based Learning Unit, University of Leeds.\n\n";
  4829.   DB<1> 
  4830. This is LaTeX2HTML Version 95 (Thu Jan 19 1995) by Nikos Drakos, 
  4831. Computer Based Learning Unit, University of Leeds.
  4832.  
  4833. main::driver(latex2html:442):             $ENV{'TEXE_DONT_INCLUDE'} = $DONT_INCLUDE;
  4834.   DB<1> 
  4835. main::driver(latex2html:443):      $FILE =~ s/.tex$//;
  4836.   DB<1> 
  4837. main::driver(latex2html:444):      $DESTDIR = $DESTDIR . "/". $FILE unless $NO_SUBDIR;
  4838.   DB<1> 
  4839. main::driver(latex2html:445):      print "OPENING $texfilepath$FILE.tex \n";
  4840.   DB<1> 
  4841. OPENING manual.tex 
  4842. main::driver(latex2html:446):      next unless &new_dir($DESTDIR);
  4843.   DB<1> 
  4844. main::new_dir(latex2html:2421):     local($_) = @_;
  4845.   DB<1> 
  4846. main::new_dir(latex2html:2422):     local($answer);
  4847.   DB<1> 
  4848. main::new_dir(latex2html:2424):  do {print "Cannot create directory $_: $!\n";
  4849.   DB<1> 
  4850. main::new_dir(latex2html:2423):     mkdir($_, oct(755)) ||
  4851.   DB<1> 
  4852. Cannot create directory /manual: 
  4853. main::new_dir(latex2html:2425):      if ($REUSE) {
  4854.   DB<1> 
  4855. main::new_dir(latex2html:2426):   &reuse;}
  4856. main::new_dir(latex2html:2427):      else {
  4857.   DB<1> 
  4858. main::reuse(latex2html:2447):    print "Reusing directory $_:\n";
  4859.   DB<1> 
  4860. Reusing directory /manual:
  4861. main::reuse(latex2html:2448):    local($key);
  4862.   DB<1> 
  4863. main::reuse(latex2html:2449):    require("$_/images.pl") if (-e "$_/images.pl");  DB<1> 
  4864. main::reuse(latex2html:2450):    1;
  4865.   DB<1> 
  4866. main::driver(latex2html:447):      &deal_with_texinputs($texfilepath, $DESTDIR);  DB<1> 
  4867. main::deal_with_texinputs(latex2html:596):
  4868. 596:     local($source) = @_;
  4869.   DB<1> 
  4870. main::deal_with_texinputs(latex2html:597):
  4871. 597:     $ENV{'TEXINPUTS'} = join(":", $ENV{'TEXINPUTS'}, $source, ".",":");
  4872.   DB<1> 
  4873. main::driver(latex2html:449):      system("$TEXEXPAND -auto_exclude -save_styles $DESTDIR/TMP_styles $texfilepath/$FILE.tex > $DESTDIR/TMP_$FILE") && print "Error: $!\n";
  4874.   DB<1> 
  4875. Error: 
  4876. main::driver(latex2html:450):      chdir($DESTDIR) || die "$!\n";
  4877.   DB<1> 
  4878. main::driver(latex2html:451):      $SIG{'INT'} = 'handler';
  4879.   DB<1> 
  4880. main::driver(latex2html:452):      &open_dbm_database;
  4881.   DB<1> 
  4882. main::open_dbm_database(latex2html:490):
  4883. 490:     dbmopen(%verb, "TMP_verb",0755);
  4884.   DB<1> 
  4885. main::open_dbm_database(<PerlPrivLib$Dir>.AnyDBM_File.pm:3):
  4886. 3: @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA;
  4887.   DB<1> 
  4888. main::open_dbm_database(<PerlPrivLib$Dir>.AnyDBM_File.pm:9):
  4889. 9: eval { require ODBM_File };
  4890.   DB<1> 
  4891. main::open_dbm_database(<PerlPrivLib$Dir>.AnyDBM_File.pm:5):
  4892. 5: eval { require NDBM_File } ||
  4893.   DB<1> 
  4894. main::open_dbm_database(<PerlPrivLib$Dir>.AnyDBM_File.pm:6):
  4895. 6: eval { require DB_File } ||
  4896.   DB<1> 
  4897. main::open_dbm_database(<PerlPrivLib$Dir>.AnyDBM_File.pm:7):
  4898. 7: eval { require GDBM_File } ||
  4899.   DB<1> 
  4900. main::open_dbm_database(<PerlPrivLib$Dir>.GDBM_File.pm:3):
  4901. 3: @ISA = qw(GDBM_File) unless @ISA;
  4902.   DB<1> 
  4903. main::open_dbm_database(<PerlPrivLib$Dir>.GDBM_File.pm:5):
  4904. 5: print "GDBM entered";
  4905. 6: ;
  4906.   DB<1> 
  4907. GDBM entered