1@c Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
2@example
3diff -rc2P source-highlight-2.1.1/source-highlight.spec ...
4@i{*** source-highlight-2.1.1/source-highlight.spec ...}
5@i{--- source-highlight-2.1.2/source-highlight.spec ...}
6@i{***************}
7@i{*** 7,12 ****}
8  Summary:   syntax highlighting for source documents
9  Name:      source-highlight
10@i{! Version:   2.1.1}
11@i{! Release:   2.1.1}
12  License:   GPL
13  Group:     Utilities/Console
14@i{--- 7,12 ----}
15  Summary:   syntax highlighting for source documents
16  Name:      source-highlight
17@i{! Version:   2.1.2}
18@i{! Release:   2.1.2}
19  License:   GPL
20  Group:     Utilities/Console
21diff -rc2P source-highlight-2.1.1/src/latex.outlang ...
22@i{*** source-highlight-2.1.1/src/latex.outlang ...}
23@i{--- source-highlight-2.1.2/src/latex.outlang ...}
24@i{***************}
25@i{*** 35,37 ****}
26@i{--- 35,38 ----}
27  "--" "-\\/-"
28  "---" "-\\/-\\/-"
29@i{+ "\"" "\"@{@}" # avoids problems with some inputenc}
30  end
31
32@end example