Skip to Content.
Sympa Menu

texmacs-users - Re: Newbie questions

Subject: mailing-list for TeXmacs Users

List archive

Re: Newbie questions


Chronological Thread 
  • From: David Allouche <address@hidden>
  • To: address@hidden
  • Subject: Re: Newbie questions
  • Date: Fri, 12 Sep 2003 14:39:40 +0200

On Wed, Sep 10, 2003 at 06:30:34PM +0200, Joris van der Hoeven wrote:
> > 2.: I don't find solution to type an "em dash" or "en dash". What to do in
> > order to type them? Same is the case with hyphens and minus signs.
>
> Type "- -". The "- - -" dash is not treated automatically
> by the ligature algorithms...

Also note that you can insert endash and emdash characters in texmacs
if you add the following texmacs to your
~/.TeXmacs/progs/my-init-texmacs.scm file:

(kbd-map in-text?
("- -" "^U")
("- - -" "^V"))

Where ^U and ^V is a single character. You can type ^U in emacs using
"Ctrl-q u" or in vi by pressing "Ctrl-v Ctrl-U" in edit mode. You can
type ^V in emacs using "Ctrl-q v" or in vi by pressing "Ctrl-v Ctrl-V"
in edit mode.

These shortcuts are actually defined in kbd-text.scm, but for some
reason they are commented out.

--
-- ddaa


  • Re: Newbie questions, Joris van der Hoeven, 09/10/2003
    • Re: Newbie questions, David Allouche, 09/12/2003

Archive powered by MHonArc 2.6.19.

Top of Page