bugGNU TeXmacs - Bugs: bug #12200, Double Integral as a variant of...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12200: Double Integral as a variant of Integral

Submitter:  None
Submitted:  Thu 03 Mar 2005 01:31:22 PM UTC
Votes: 1
 
Category:  Typesetter Priority:  3 - Low
Item Group:  Wishlist Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Release:  Fixed Release:  None
Fixed Release: 
Keywords: 

Discussion

Wed 01 Mar 2017 10:56:11 PM UTC, comment #3: 

This is implemented; it's in the big operator panel and even has shortcuts :S-F5 S-I S-I

Philippe Joyez <pjoyez>
Group Member
Wed 07 Mar 2012 12:40:54 AM UTC, comment #2: 

If you want just to be able to insert two integrals with \int TAB, then you can add something like this to your ~/.TeXmacs/progs/my-init-texmacs.scm:
(kbd-map
 (:mode in-math?)
 ("your shortcut" (insert "<int><int>")))

This will however break inside "big" tags, but then you can check for that condition as well and insert different markup.

On the other, if what you want is a new glyph, then it's a question of the font you are using. Do you know of any where the glyph for a double or triple integral is defined? Then you can use that font. Aleksandr Dobkin developed a plugin to load fonts.

Miguel de Benito <mdbenito>
Group Member
Tue 16 May 2006 05:25:31 PM UTC, comment #1: 

I second this request.

Daniel Brockman <dbrock>
Thu 03 Mar 2005 01:31:22 PM UTC, original submission:  

Please, implement a sign for a double and maybe a tripple integral. I heavily use it. I think it would be nice as a "tab" variant for the default integral.

Anonymous

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by pjoyez (Posted a comment)
  • -email is unavailable- added by mdbenito (Posted a comment)
  •  

    Votes

    There is 1 vote so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    History

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-03-01 pjoyez StatusNeed Info Fixed
        Open/ClosedAccepted Closed
    2012-03-07 mdbenito Priority5 - Normal 3 - Low
        StatusNone Need Info
        Open/ClosedOpen Accepted
    2006-05-16 dbrock Carbon-Copy- Added dbrock

    Back to the top

    Powered by Savane 3.16-046d.
    Corresponding source code