Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2003-04-29 23:41:33 -0700 (Tue, 29 Apr 2003)
Revision: 4521
Log message:

      This is an attempt to give sequents and variables more consistent look:
      - I got rid of math_sequent, so now the sequents in documentation
      have to be entered using << >> term quotations.
      - The "H" -> Gamma translation would now be done on contexts that have a number
      after a name
      - The "H" -> Gamma translation would now also be done on context arguments to a rule
      - The translation of variable suffixes into subscripts will now also be
      done in html mode, not just tex mode.
      - The translation of variable suffixes into subscripts (tex, html modes) should
      now work correctly in most binding positions.
      
      Note: to make this work I had to remove aggressive "debindification" of hypothesis
      from the Term_gen
      

Changes  Path
+9 -8 metaprl/filter/filter/term_grammar.ml
+1 -1 metaprl/mllib/comment_parse.mli
+10 -3 metaprl/mllib/comment_parse.mll
+15 -6 metaprl/refiner/term_gen/term_man_gen.ml
+9 -9 metaprl/theories/base/base_dtactic.ml
+5 -7 metaprl/theories/itt/itt_decidable.ml
+6 -6 metaprl/theories/itt/itt_dprod.ml
+2 -2 metaprl/theories/itt/itt_equal.ml
+52 -53 metaprl/theories/itt/itt_logic.ml
+13 -13 metaprl/theories/itt/itt_squash.ml
+1 -1 metaprl/theories/itt/itt_squiggle.ml
+18 -18 metaprl/theories/itt/itt_struct.ml
+10 -13 metaprl/theories/itt/itt_struct2.ml
+1 -1 metaprl/theories/itt/itt_struct3.ml
+90 -51 metaprl/theories/tactic/base_dform.ml
+1 -0 metaprl/theories/tactic/base_dform.mli
+5 -34 metaprl/theories/tactic/comment.ml
+0 -3 metaprl/theories/tactic/comment.mli
+10 -0 metaprl/theories/tactic/nuprl_font.ml
+2 -0 metaprl/theories/tactic/nuprl_font.mli
+1 -6 metaprl/theories/tactic/summary.ml
+0 -1 metaprl/theories/tactic/summary.mli
+7 -7 metaprl/theories/tactic/top_conversionals.ml
+16 -20 metaprl/theories/tactic/top_tacticals.ml
+0 -1 texinputs/metaprl.tex