|
|
last edited 14 years ago by Bill Page |
1 2 | ||
Editor:
Time: 2007/11/17 22:14:11 GMT-8 |
||
Note: transferred |
changed: - Savannah bug #5906:: overview: TeX display of long variable names is broken Submitted on: Mon 10/13/03 at 07:21 Category: interpreter Severity: 3 - Normal Originator Name: Dylan Thurston Summary: TeX display of long variable names is broken Original Submission: The TeX output of long variable names is broken: they are just output as a string. In all versions of TeX, this means that the spacing will be adjusted to make it clear that this is a product of separate variables, exactly what is not intended. For instance, 'fi's in the output will not be replaced by ligatures. Long variable names need to be put into (say) an hbox in order to get the spacing correct. This is particularly obvious in the TeXmacs interface, which seems to add more space than standard TeX, but it is always a bug. Example of code trigerring the bug: \begin{axiom} )set ouput tex on true \end{axiom} From billpage Tue Jan 3 13:18:42 -0600 2006 From: billpage Date: Tue, 03 Jan 2006 13:18:42 -0600 Subject: transferred Message-ID: <20060103131842-0600@wiki.axiom-developer.org> Category: => Axiom Library Severity: => normal Status: => open
Savannah bug #5906:
overview: TeX display of long variable names is broken Submitted on: Mon 10/13/03 at 07:21 Category: interpreter Severity: 3 - Normal Originator Name: Dylan Thurston Summary: TeX display of long variable names is broken Original Submission: The TeX output of long variable names is broken: they are just output as a string. In all versions of TeX, this means that the spacing will be adjusted to make it clear that this is a product of separate variables, exactly what is not intended. For instance, 'fi's in the output will not be replaced by ligatures. Long variable names need to be put into (say) an hbox in order to get the spacing correct. This is particularly obvious in the TeXmacs interface, which seems to add more space than standard TeX, but it is always a bug.
Example of code trigerring the bug:
)set ouput tex on
No option begins with ouput . true
![]() | (1) |
Type: Boolean