ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Typesetting >> in verbatim
Date: Thu, 8 Sep 2011 03:55:06 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.02.1109080351440.11941@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <1315388540.10062.19.camel@friedrich>

On Wed, 7 Sep 2011, Thomas Friedrich wrote:

> Hi,
>
> I am having problems typing ">>" when typesetting code within a
> \definetyping environment.
>
> I hope someone might be able to give me a hint.  My code looks as
> follows:
>
> \definetyping
>   [Haskell]
>   [ option=commands,
>     before={\startframedtext[width=\makeupwidth,
>       frame=off,bottomframe=on,topframe=on,
>       background=screen,backgroundscreen=.90]},
>     after={\stopframedtext},
>     bodyfont=9pt,
>     margin=1.5em]
>
> \startHaskell
> main = foo >>= bar
> \stopHaskell
>
> Whenever ConTeXt comes across >> anywhere in the text, it just doesn't
> typeset anything.  So in the above case, I get the output:
>
> main = foo = bar

Confirmed. >> are eaten in MkII but everything works fine with MkIV. My 
guess is because of automatic ligatures for >>. My usual trick for 
disabling such ligatures in MkII is

     \usetypescript [modern] [texnansi]
     \setupbodyfont [modern]

but that does not work in this case. There were some discussions in the 
past about disabling ligatures in typewriter font, but I don't remember 
the exact solution.

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2011-09-08  7:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-07  9:42 Thomas Friedrich
2011-09-08  7:55 ` Aditya Mahajan [this message]
2011-09-08  7:59   ` Wolfgang Schuster
2011-09-08  8:39     ` Thomas Friedrich
2011-09-08  8:57       ` luigi scarso
2011-09-08 14:34         ` Thomas Friedrich
2011-09-08 14:51       ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.02.1109080351440.11941@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).