mailing-list for TeXmacs Users

Text archives Help


Re: "Parallel to"


Chronological Thread 
  • From: Jeroen Wouters <address@hidden>
  • To: vincent douce <address@hidden>, texmacs-users <address@hidden>
  • Subject: Re: "Parallel to"
  • Date: Sat, 20 Nov 2021 17:01:28 +0000

You could do

(kbd-map
(:mode in-math?)
("/ /" (insert '(concat "/" (move "/" "-3pt" ""))))
)

or you could put <assign|myparallel|/<move|/|-3pt|>> into the header
and do

(kbd-map
(:mode in-math?)
("/ /" (insert '(myparallel)))
)

Best wishes,
Jeroen

On Sat, 2021-11-20 at 16:31 +0100, vincent douce wrote:
> Jeroen how would  you write in as shortcut in my-init-texmacs ?
> i've tried this :
> ("/ /" "|" <move|"/"|-9pt|>)
> has no effect
> Vincent
>
> > Le 9 nov. 2021 à 16:15, Jeroen Wouters <address@hidden> a
> > écrit :
> >
> > Hello all,
> >
> > How about something like this:
> >
> > <math|/<move|/|-3pt|>>
> >
> > Best wishes,
> > Jeroen
> >
> > On Tue, 2021-11-09 at 16:11 +0100, vincent douce wrote:
> > > i had resigned my self for that question but now that you ask for
> > > it,
> > > i plussoie you
> > > Vincent
> > >
> > > > Le 9 nov. 2021 à 13:29, Giovanni Piredda <address@hidden> a
> > > > écrit :
> > > >
> > > > Dear all,
> > > >
> > > > the symbol "parallel to" (entered for example by typing
> > > > \parallel)
> > > > is a double vertical line. I like a double slash, is there a
> > > > symbol
> > > > for that (with the same spacing as the "parallel to" symbol)?
> > > >
> > > > Giovanni
> > > >
> > >
> >
> >
>




Archive powered by MHonArc 2.6.19.

Top of page