~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Typeset/Concat/concat_math.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA, Kamaraju Kusumanchi, kohda
  • Date: 2008-04-06 15:11:41 UTC
  • mfrom: (1.1.7 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080406151141-w0sg20jnv86mlt6f
Tags: 1:1.0.6.14-1
[Kamaraju Kusumanchi <kamaraju@gmail.com>]
* New upstream release
* 01_american.dpatch is updated
* Since thread support in guile-1.8 is now disabled, the segmentation faults
  should not arise anymore. More info at #439923. (Closes: #450499, #458685)
[kohda]
* This version fixed menu problem.  (Closes: #447083)
* Reverted orig.tar.gz to the upstream tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
  bool wide;
212
212
  box b= typeset_as_concat (env, t[0], descend (ip, 0));
213
213
  string s= as_string (t[1]);
 
214
  if (env->get_string (MATH_FONT) == "adobe") {
 
215
    if (s == "^") s= "<hat>";
 
216
    if (s == "~") s= "<tilde>";
 
217
  }
214
218
  if (starts (s, "<wide-")) {
215
219
    s= "<" * s (6, N(s));
216
220
    wide= true;