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: Small caps?
Date: Tue, 24 Jul 2012 23:08:20 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.02.1207242305100.15354@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <CAH-HCWXd1LexyHopq8v=LSBX0XUe9DCkdYOvD6Rf6cqNpA3QcA@mail.gmail.com>

On Wed, 25 Jul 2012, Shriramana Sharma wrote:

> On Wed, Jul 25, 2012 at 1:04 AM, Marco <netuse@lavabit.com> wrote:
>> My guess is that DejaVu Sans Condensed has no small caps. That's why
>> you get the unexpected result. LibO might fake the small caps, which
>> should usually be avoided, since it often leads to typographically
>> bad results. If you need caps, select a font which provides them.
>
> Hi -- is there absolutely no way for obtaining these "fake small caps"
> in ConTeXT? The thread
> http://www.tug.org/pipermail/xetex/2008-July/010325.html seems to
> contain some hints but they are fotr for LaTeX. I don't want to switch
> to LaTeX just for this.

See 
http://archive.contextgarden.net/message/20060818.041218.86ea7e08.en.html

> Basically I'm trying to move away from wordprocessors, and while I'm
> not looking for meaningless effects like "walking ants" (from MS Word)
> to be provided by TeX macro packages, faux smallcaps (and oblique and
> bold) is not an unreasonable thing to expect IMO. Not everyone is a
> typographer to produce the appropriate fine-typography glyphs for
> their favourite font to cater to a particular style. Why should the
> system impose "super-duper" typography on users when they are willing
> to settle for less?

Slightly modified version of the above macro:

\def\fakesmallcaps{\let\processword\dofakesmallcapped\processwords}
\def\dofakesmallcapped#1{\dostartfakesmallcapped#1\dostopfakesmallcapped}
\def\dostartfakesmallcapped#1#2\dostopfakesmallcapped{\cap{#1\cap{#2}}}

\starttext
\fakesmallcaps{Introduction Again}
\stoptext

(Stictly speaking, this is not faking small caps rather it is forcing the 
first letter of each work to be captial)

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:[~2012-07-25  3:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-24 19:11 Shriramana Sharma
2012-07-24 19:25 ` Wolfgang Schuster
2012-07-24 19:29   ` Shriramana Sharma
2012-07-24 21:21     ` Hans Hagen
2012-07-24 21:52       ` Khaled Hosny
2012-07-24 19:34 ` Marco
2012-07-25  2:33   ` Shriramana Sharma
2012-07-25  3:08     ` Aditya Mahajan [this message]
2012-07-25  4:39       ` Shriramana Sharma
2012-07-25  4:59     ` Rogers, Michael K
2012-07-25  5:06       ` Shriramana Sharma
2012-07-25  7:04         ` Marco
2012-07-25  7:43           ` Mojca Miklavec
2012-07-25 13:12             ` Wolfgang Schuster
2012-07-25 12:34         ` Rogers, Michael K
2012-07-25  7:35     ` Hans Hagen
2012-07-25  7:41       ` Mojca Miklavec
2012-07-25  7:53         ` Hans Hagen
2012-07-25  8:16           ` Shriramana Sharma
2012-07-25  8:22             ` luigi scarso
2012-07-25  8:24             ` 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.1207242305100.15354@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).