ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re:  "overscored" or "overlined" text … (or whatever it should be called)
Date: Wed, 25 Jan 2012 21:13:35 +0100	[thread overview]
Message-ID: <5D59323D-C56A-46C6-88ED-6BD550500655@googlemail.com> (raw)
In-Reply-To: <CAN8d9gmbtUM7-6i1J-dnddCAUh2z+-L6iJ_RNOssjsF14Qyv6Q@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 871 bytes --]


Am 25.01.2012 um 20:20 schrieb Philipp A.:

> 2012/1/25 Hans Hagen <pragma@wxs.nl>
> \ifmmode
> 
> thanks. that was obvious…
> 
> $\StrikeMe{x}$
> 
> unfortunately this does the same as my tikz version: it exits math mode:
> 
> $\StrikeMe{\ifmmode math mode! \else no math mode :( \fi} \ifmmode math mode. \else wat \fi$
> 
> returns
> 
> no math mode :( math mode.

\framed puts the content in a \hbox and when you put a \hbox in a math environment the text in the box is typeset in text mode, this feature is used for the \text command. To get now the content of the \StrikeMe command in math mode a different definition.

\defineframed[StrikeMeFrame][background=strikeme,frame=off,offset=0pt,location=low,backgroundcolor=blue]

\define[1]\StrikeMe
  {\ifmmode
     \StrikeMeFrame{$#1$}%
   \else
     \StrikeMeFrame{#1}%
   \fi}

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1713 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2012-01-25 20:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-25 12:14 Robert Blackstone
2012-01-25 12:17 ` Hans Hagen
2012-01-25 17:04   ` Philipp A.
2012-01-25 18:02     ` Hans Hagen
2012-01-25 19:20       ` Philipp A.
2012-01-25 20:13         ` Wolfgang Schuster [this message]
2012-01-25 20:17           ` Aditya Mahajan
2012-01-25 23:53             ` Philipp A.
2012-01-26  0:22               ` Aditya Mahajan
2012-01-26 23:38             ` 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=5D59323D-C56A-46C6-88ED-6BD550500655@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).