/[auctex]/auctex/preview/doc/preview-dtxdoc.pl
ViewVC logotype

Diff of /auctex/preview/doc/preview-dtxdoc.pl

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

revision 1.8 by dak, Tue Mar 22 03:07:02 2005 UTC revision 1.9 by dak, Wed May 18 20:40:46 2005 UTC
# Line 62  MAIN: while (<STDIN>) { Line 62  MAIN: while (<STDIN>) {
62      s/\\char.//g;      s/\\char.//g;
63      s/\\raggedright\n//g;      s/\\raggedright\n//g;
64      s/\\DescribeEnv\{(.*?)\} /\@item \\begin\@{$1\@}\@dots{}\\end\@{$1\@}\n/;      s/\\DescribeEnv\{(.*?)\} /\@item \\begin\@{$1\@}\@dots{}\\end\@{$1\@}\n/;
65      if (s/\\DescribeMacro\{(.*?)\}[ \n]/\@item $1\n/) {      if (s/\\DescribeMacro\{(.*?)\}( |\n)/\@item $1\n/) {
66          # Index entries for two important macros          # Index entries for two important macros
67          if (/(\\Preview(Macro|Environment))[ \n]/) {          if (/(\\Preview(Macro|Environment))( |\n)/) {
68              $_ .= "\@findex $1\n";              $_ .= "\@findex $1\n";
69          }          }
70      }      }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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