[lbtt]
Let "make dvi" work on Ubuntu. * doc/lbtt.texi (The formula generation algorithm): Use op^\prime instead of op', because etex on Ubuntu hangs (an infinite loop?) on the later when texi2dvi tries to compile a dvi.
This commit is contained in:
parent
e828783f47
commit
9cbaae7b66
2 changed files with 14 additions and 6 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2010-01-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Let "make dvi" work on Ubuntu.
|
||||
|
||||
* doc/lbtt.texi (The formula generation algorithm): Use op^\prime
|
||||
instead of op', because etex on Ubuntu hangs (an infinite loop?)
|
||||
on the later when texi2dvi tries to compile a dvi.
|
||||
|
||||
2010-01-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Kill some warnings on Ubuntu.
|
||||
|
|
|
|||
|
|
@ -816,7 +816,7 @@ is given by the equation
|
|||
@iftex
|
||||
@tex
|
||||
$$
|
||||
\it{pri}(\it{op}) / \sum_{\rm{op}' \in \{\neg, \bf{X}, \bf{F}, \bf{G}\}}\it{pri}\it(op')
|
||||
\it{pri}(\it{op}) / \sum_{\rm{op}^\prime \in \{\neg, \bf{X}, \bf{F}, \bf{G}\}}\it{pri}(\it{op}^\prime)
|
||||
$$
|
||||
@end tex
|
||||
@end iftex
|
||||
|
|
@ -828,7 +828,7 @@ $$
|
|||
where
|
||||
@iftex
|
||||
@tex
|
||||
$\it{op}'$
|
||||
$\it{op}^\prime$
|
||||
@end tex
|
||||
@end iftex
|
||||
@ifnottex
|
||||
|
|
@ -851,7 +851,7 @@ into the formula is
|
|||
@iftex
|
||||
@tex
|
||||
$$
|
||||
\it{pri}(\it{op}) / \sum_{\rm{op}' \in \{\neg, \vee, \wedge, \rightarrow, \leftrightarrow, \oplus, \bf{X}, \bf{U}, \bf{W}, \bf{F}, \bf{B}, \bf{V}, \bf{M}, \bf{G}\}}\it{pri}\it(op')
|
||||
\it{pri}(\it{op}) / \sum_{\rm{op}^\prime \in \{\neg, \vee, \wedge, \rightarrow, \leftrightarrow, \oplus, \bf{X}, \bf{U}, \bf{W}, \bf{F}, \bf{B}, \bf{V}, \bf{M}, \bf{G}\}}\it{pri}(\it{op}^\prime)
|
||||
$$
|
||||
@end tex
|
||||
@end iftex
|
||||
|
|
@ -863,7 +863,7 @@ $$
|
|||
where
|
||||
@iftex
|
||||
@tex
|
||||
$\it{op}'$
|
||||
$\it{op}^\prime$
|
||||
@end tex
|
||||
@end iftex
|
||||
@ifnottex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue