]> git.pld-linux.org Git - packages/enblend-enfuse.git/blob - enblend-enfuse-texinfo.patch
- renamed gomp bcond to compiler-agnostic openmp
[packages/enblend-enfuse.git] / enblend-enfuse-texinfo.patch
1 For some reason texinfo 5 doesn't like @if... just after @macro and @end ... just before @end macro
2 (strange things happen...)
3 --- enblend-enfuse-4.1.1/doc/auxmac.texi.orig   2013-07-20 18:07:37.617634914 +0200
4 +++ enblend-enfuse-4.1.1/doc/auxmac.texi        2013-07-20 18:09:19.710963959 +0200
5 @@ -82,6 +82,7 @@
6  
7  @c Generate a nice representation of base^exponent.
8  @macro power{base, exponent}
9 +
10  @ifinfo
11  \base\^\exponent\
12  @end ifinfo
13 @@ -94,10 +95,12 @@
14  @docbook
15  \base\<superscript>\exponent\</superscript>
16  @end docbook
17 +
18  @end macro
19  
20  
21  @macro classictimes
22 +
23  @ifinfo
24  x@c gobble following newline  -- The Tricks of a Texinfo Wizard.
25  @end ifinfo
26 @@ -110,6 +113,7 @@
27  @docbook
28  &times;
29  @end docbook
30 +
31  @end macro
32  
33  
34 @@ -117,6 +121,7 @@
35  @c for TeX lives in auxmac.tex.
36  @ifnottex
37  @macro geq
38 +
39  @ifinfo
40  >=@c
41  @end ifinfo
42 @@ -126,6 +131,7 @@
43  @docbook
44  &ge;
45  @end docbook
46 +
47  @end macro
48  @end ifnottex
49  
50 @@ -140,6 +140,7 @@
51  @c for TeX lives in auxmac.tex.
52  @ifnottex
53  @macro leq
54 +
55  @ifinfo
56  <=@c
57  @end ifinfo
58 @@ -149,6 +150,7 @@
59  @docbook
60  &le;
61  @end docbook
62 +
63  @end macro
64  @end ifnottex
65  
66 @@ -172,6 +174,7 @@
67  @c Special Characters
68  
69  @macro inlineomega
70 +
71  @ifinfo
72  @math{omega}@c
73  @end ifinfo
74 @@ -186,10 +189,12 @@
75  @docbook
76  &omega;
77  @end docbook
78 +
79  @end macro
80  
81  
82  @macro inlinesigma
83 +
84  @ifinfo
85  @math{sigma}@c
86  @end ifinfo
87 @@ -204,10 +209,12 @@
88  @docbook
89  &sigma;
90  @end docbook
91 +
92  @end macro
93  
94  
95  @macro inlinexi
96 +
97  @ifinfo
98  @math{xi}@c
99  @end ifinfo
100 @@ -222,6 +229,7 @@
101  @docbook
102  &xi;
103  @end docbook
104 +
105  @end macro
106  
107  
108 @@ -239,6 +245,7 @@
109  
110  
111  @macro semilog{significant, exponent}
112 +
113  @ifinfo
114  \significant\*10^\exponent\@c
115  @end ifinfo
116 @@ -258,4 +265,5 @@
117  @docbook
118  \significant\&times;10<superscript>\exponent\</superscript>
119  @end docbook
120 +
121  @end macro
122 --- enblend-enfuse-4.1.1/doc/enfuse.texi.orig   2013-07-20 18:14:21.924284611 +0200
123 +++ enblend-enfuse-4.1.1/doc/enfuse.texi        2013-07-20 18:33:00.144237684 +0200
124 @@ -2434,6 +2434,7 @@
125  input images@tie{}@math{n}.
126  
127  @macro equationW{}
128 +
129  @ifnotdocbook
130  @ifnottex
131  (W)
132 @@ -2445,6 +2446,7 @@
133  @docbook
134  <xref linkend="equ:pixel-weighting-function"/>
135  @end docbook
136 +
137  @end macro
138  
139  Enfuse allows for weighting the contribution of each @math{P(i, x, y)}
This page took 0.053667 seconds and 3 git commands to generate.