ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: enable kerning with discretionary hyphen
Date: Tue, 21 Jan 2014 22:01:57 +0100	[thread overview]
Message-ID: <f0aab742-00b9-45a5-ab94-c6e7ac42ee6a@keima.localdomain> (raw)
In-Reply-To: <52DED9C9.8000107@gmx.es>


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

You can use the \fontalternative command to check for the current alternative (upright, italic, bold etc.) of the font.  

\def\Test  
  {\processaction
     [\fontalternative]
[     tf=>Upright,
           it=>Italic,
           sl=>Slanted,
           bf=>Bold,
           bi=>Bolditalic,
           bs=>Boldslanted,
      unknown=>Unknown fontalternative]}
   
\starttext
“\Test” {\it “\Test”} {\bs “\Test”} {\sc “\Test”}
\stoptext


On 21.01.2014 21:34:17, Pablo Rodriguez <oinos@gmx.es> wrote: On 01/19/2014 11:43 PM, Hans Hagen wrote:
> On 1/19/2014 6:51 PM, Pablo Rodriguez wrote:
>> [...]
>> Even in the case it could work, I would like to know how I could define
>> commands (\ConTeXt or \TeX) only referred to individual fonts.
>
> just use \def\ConTeXt{Con\-TeXt} then or \def\ConTeXt{Con\-text} or
> whatever you like ... we're not that picky about it.

Many thanks for your reply, Hans.

Sorry, only one more question on this topic: isn’t it possible to define
something such as the following pseudocode?

if emphasis (or italics):
(\ConTeXt}{definition}
elif smallcaps:
(\ConTeXt}{definition}
else:
(\ConTeXt}{definition}

Well, I guess Ι‘m that picky about it :-).

Many thanks for your help,


Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________ 

[-- Attachment #1.2: Type: text/html, Size: 2405 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:[~2014-01-21 21:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-19 17:51 Pablo Rodriguez
2014-01-19 22:43 ` Hans Hagen
2014-01-21 20:34   ` Pablo Rodriguez
2014-01-21 21:01     ` Wolfgang Schuster [this message]
2014-01-22 17:42       ` Pablo Rodriguez

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=f0aab742-00b9-45a5-ab94-c6e7ac42ee6a@keima.localdomain \
    --to=schuster.wolfgang@gmail.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).