mailing-list for TeXmacs Users

Text archives Help


Re: some little questions


Chronological Thread 
  • From: Julien Frontisi <address@hidden>
  • To: texmacs-users <address@hidden>
  • Subject: Re: some little questions
  • Date: Thu, 13 Feb 2020 18:54:16 +0100

Hi Vincent,
About your first question, there used to be a command in the dynamic menu when presentation tools were activated.
It is no longer there I think. Since I find it rather useful, I added in my-init-texmacs.scm the following shortcuts to be used with function keys F2 and F3 :

(kbd-map
  ("F2" (dynamic-operate-on-buffer :fold))
  ("F3" (dynamic-operate-on-buffer :unfold))
)

I hope it is useful for you too.
Bye
Julien


Le 6 févr. 2020 à 13:23, Vincent Douce Mathoscope <address@hidden> a écrit :

hi
1) i have searched in all the help manual, not found anything relative to "fold/unfold" ("plier/déplier")
but by right clicking in a field environment, i got the help page
maybe i read wrong but in this help page i did not found anything relative to how to (un)fold all the "fold" environment ; is there a means to do that ?
2) how to create a style so that "definitions" dont be in italic ?
3) how to change the automatic numerotation of exercices so to have E.1, E.2, E.3 instead of 1;2;3 ; because i have exercices in my lesson and exercises in the speficic exercices paper ; and when i tell my students "see exercise 2" there is a confusion wether they should look at the exercises paper of at the lesson paper, so i would like to have E.1, E.2.. on the one and L.1, L.2 on the other paper
thanks
Vincent





Archive powered by MHonArc 2.6.19.

Top of page