/[texi2html]/texi2html/texi2html.init
ViewVC logotype

Diff of /texi2html/texi2html.init

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by pertusus, Tue Aug 9 06:04:58 2005 UTC revision 1.86 by pertusus, Fri Aug 19 12:14:46 2005 UTC
# Line 1572  $simple_map_pre{'*'} = "\n"; Line 1572  $simple_map_pre{'*'} = "\n";
1572                 'ordm'         => 'º',                 'ordm'         => 'º',
1573                 'comma'        => ',',                 'comma'        => ',',
1574                 'euro'         => '€',                 'euro'         => '€',
1575                   'tie'          => ' ',
1576               );               );
1577    
1578  # This map is used in preformatted environments  # This map is used in preformatted environments
# Line 1621  $pre_map{'enddots'} = '....'; Line 1622  $pre_map{'enddots'} = '....';
1622                 'oe'           => 'oe',                 'oe'           => 'oe',
1623                 'AE'           => 'AE',                 'AE'           => 'AE',
1624                 'OE'           => 'OE',                 'OE'           => 'OE',
1625                 'o'            =>  '/o',                 'o'            => '/o',
1626                 'O'            =>  '/O',                 'O'            => '/O',
1627                 'ss'           => 'ss',                 'ss'           => 'ss',
1628                 'l'            => '/l',                 'l'            => '/l',
1629                 'L'            => '/L',                 'L'            => '/L',
# Line 1633  $pre_map{'enddots'} = '....'; Line 1634  $pre_map{'enddots'} = '....';
1634                 'ordm'         => 'o',                 'ordm'         => 'o',
1635                 'comma'        => ',',                 'comma'        => ',',
1636                 'euro'         => 'Euro',                 'euro'         => 'Euro',
1637                   'tie'          => ' ',
1638  );  );
1639    
1640  #  #
# Line 1696  $pre_map{'enddots'} = '....'; Line 1698  $pre_map{'enddots'} = '....';
1698                 'ordm'         => 'o',                 'ordm'         => 'o',
1699                 'comma'        => ',',                 'comma'        => ',',
1700                 'euro'         => 'Euro',                 'euro'         => 'Euro',
1701                   'tie'          => ' ',
1702              );              );
1703    
1704  # taken from  # taken from
# Line 1741  $pre_map{'enddots'} = '....'; Line 1744  $pre_map{'enddots'} = '....';
1744                 'ordm'         => '00BA',                 'ordm'         => '00BA',
1745                 'comma'        => '002C',                 'comma'        => '002C',
1746                 'euro'         => '20AC',                 'euro'         => '20AC',
1747                   'tie'          => '0020', # FIXME should be better ro replace
1748                                             # with a space
1749               );               );
1750    
1751  %ascii_character_map = (  %ascii_character_map = (
# Line 2701  foreach my $key (keys(%def_map)) Line 2706  foreach my $key (keys(%def_map))
2706          'dircategory'=> {'skip' => 'line'}, # line. Position with regard          'dircategory'=> {'skip' => 'line'}, # line. Position with regard
2707                           # with direntry is significant                           # with direntry is significant
2708          'pagesizes' => {'skip' => 'line', 'arg' => 2}, # can have 2 args          'pagesizes' => {'skip' => 'line', 'arg' => 2}, # can have 2 args
2709                                     # or one? 200mm,150mm 11.5in
2710          'finalout' => {}, # no arg          'finalout' => {}, # no arg
2711          'paragraphindent' => {'skip' => 'line', 'arg' => 1}, # arg none asis          'paragraphindent' => {'skip' => 'line', 'arg' => 1}, # arg none asis
2712                               # or a number and forbids anything else on the line                               # or a number and forbids anything else on the line
# Line 2753  foreach my $key (keys(%def_map)) Line 2759  foreach my $key (keys(%def_map))
2759          # miscalleneous          # miscalleneous
2760          'verbatiminclude'=> {'skip' => 'line'},          'verbatiminclude'=> {'skip' => 'line'},
2761          'noindent' => {'skip' => 'space'},          'noindent' => {'skip' => 'space'},
2762          'documentencoding' => {'arg' => 1},          'documentencoding' => {'arg' => 1}, # makeinfo ignore the whole line
2763          # ???          # ???
2764          'filbreak' => {},          'filbreak' => {},
2765       );       );

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26