mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Is it possible to change the direction/rotation of text?


Chronological Thread 
  • From: Kyle Andrews <address@hidden>
  • To: Philippe Joyez <address@hidden>, "address@hidden" <address@hidden>
  • Subject: Re: [TeXmacs] Is it possible to change the direction/rotation of text?
  • Date: Sun, 07 Jan 2018 20:02:01 +0000

I found from reading the documentation that using a scheme session I could use the following code to add the submenu items you show in your screenshot:

(menu-bind transform-menu
   (former)
   ---
   (link linear-transform-menu))

Now, I just need to figure out which modules I need to load before that snippet works in my my-init-texmacs.scm file. Back to reading the documentation for me :).

On Sun, 7 Jan 2018 at 13:10 Kyle Andrews <address@hidden> wrote:
Nope, I don't see that submenu in the GUI although I have been exploring the format-menu.scm file and have seen the source code for that submenu there, but it doesn't seem to be linked to the main transform menu.

The current transform menu code is:

(menu-bind transform-menu
  (link adjust-menu)
  ---
  (link format-special-menu))


I think the code should instead be:

(menu-bind transform-menu
  (link adjust-menu)
  ---
  (link linear-transform-menu)
  ---
  (link format-special-menu))




On Sun, 7 Jan 2018 at 12:40 <address@hidden> wrote:
Strange. Doesn't your Format menu looks like this?





Archive powered by MHonArc 2.6.19.

Top of page