[NTG-context] Re: fake small caps

2025-06-12 Thread Wolfgang Schuster
don’t work, which makes sense. https://wiki.contextgarden.net/Pseudo_Small_Caps looks very MkII. Is there a solution? \setupbodyfont[pagella] \starttext \pseudosmallcapped{This is a Test!} \pseudoSmallcapped{This is a Test!} \pseudoSmallCapped{This is a Test!} \blank % \setupcapitals[sc=no

Re: [NTG-context] Auto selecting optical sizes for a font

2013-06-22 Thread Hans Hagen
nym [SerifCaps] [Serif] [features=eb-garamond-smallcaps] \stoptypescript \starttypescript[ebgaramond] \definetypeface [ebgaramond] [rm] [serif] [ebgaramond] [default] [designsize=auto] \definetypeface [ebgaramond] [tt] [mono] [dejavu] [default]

[NTG-context] Auto selecting optical sizes for a font

2013-06-21 Thread Andres Conrado Montoya
for everything, without taking the type size into consideration. Is there any way to make ConTeXt do this automatic selection of fonts regarding of type size? I'm using version 2013.06.10 22:51. Here is my example: %%% \enableregime[utf-8] \mainlanguage[es] \setupcap

[NTG-context] Typeface - simple example

2010-08-19 Thread Peter Schorsch
ample -- simple example -- \enableregime[utf] \setupencoding[default=uc] \setupcapitals[sc=yes] \definefontsynonym [Nimbus-Sans-Regular][nimbussanlregu] \definefontsynonym [Nimbus-Sans-Bold] [nimbussanlbold] \definefontsynonym [Nimbus-Sans-I

Re: [NTG-context] Problems in latest beta

2009-06-02 Thread Kevin D. Robbins
I did not get anything. And, I still haven't figured out the conversion sets for getting appendices labeled A, B, C. = \definesynonyms[acronym][acronyms][\infull] \setupcapitals[sc=yes] \setupsynonyms[acronym][textstyle=small,width=1.25in] \acronym{ABC}{A Better Compiler} \acronym{DEF}{

Re: [NTG-context] Problems in latest beta

2009-06-02 Thread Kevin D. Robbins
acronyms. Right now, with this test case, I don't get anything for the list of contents, figures, or tables, and the wide figure and table do not get numbers in their captions. But, the list of acronyms works. = \definesynonyms[acronym][acronyms][\infull] \setupcapitals[sc=yes] \setupsyn

[NTG-context] Problems in latest beta

2009-06-02 Thread Kevin D. Robbins
nt. Here is my test case: = \definesynonyms[acronym][acronyms][\infull] \setupcapitals[sc=yes] \setupsynonyms[acronym][textstyle=small,width=1.25in] \acronym{ABC}{A Better Compiler} \acronym{DEF}{Don't Ever Fail} \starttext \completelistofacronyms % \title{Acronyms}\placelistofacronyms \section{\AB

Re: [NTG-context] stretching smallcaps with a style command

2008-11-20 Thread Bob Reynolds
27;t know if it works there or not. Below is a small sample input I made to illustrate my attempts; I tried to make it as transparent as possible. I would greatly appreciate any help. Thank You Very Much, Bob \setupcolor [hex] \definecolor [LightBlue] [h=8080FF] \setupcolors [state=start] \setupbodyf

[NTG-context] stretching smallcaps with a style command

2008-11-15 Thread Bob Reynolds
lue] [h=8080FF] \setupcolors [state=start] \setupbodyfont [10pt] \setupcapitals [sc=yes] \def\stretchedspaceamount {.1em} \define [1] \StretchedSmallCaps {\smallcaps {\stretchedlowercase {#1}}} \define \Term {\color [LightBlue]} % \setupsynonyms [abbreviation] [textstyle=\StretchedSmallCaps] %

[NTG-context] \setupcapitals[sc=yes] and \setupfootnotes[n=2] problems with luatex

2008-11-13 Thread Paul Schalck
Hi, The following minimal examples work fine with pdftex, but give unexpected results with newer betas and luatex (tested under ConTeXt - 2008.11.10 21:40 -- luaTeX-0.30.2): % engine=luatex \setupcapitals [sc=yes] \abbreviation [OTAN] {otan} {Organisation du Traité de l'Atlantique

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
position][position][state][settings] \setupblackrules[options] \setupblank[options] \setupblock[names][options] \setupbodyfont[options] \setupbodyfontenvironment[settings][settings] \setupbottom[settings][settings] \setupbottomtexts[text|margin|edge][text|section|date|mark|pagenumber][text|section|date|ma

Re: [NTG-context] A few questions (mostly about fonts)

2006-08-16 Thread Ricard Roca
Hi! Quick answers: > a) Somehow I can't come up with small caps in a Times font. Is this > normal? This happens either by using \sc or \setupcapitals[sc=yes] > along with \cap. Times font that comes with TeX distros doesn't have real small caps, but \cap should work, as with

Re: [NTG-context] A few questions (mostly about fonts)

2006-08-16 Thread Mojca Miklavec
ndows. (I don't know if Hans has included it into the standalone Windows version already.) > a) Somehow I can't come up with small caps in a Times font. Is this > normal? This happens either by using \sc or \setupcapitals[sc=yes] > along with \cap. Left for someone else to answer. &g

[NTG-context] A few questions (mostly about fonts)

2006-08-16 Thread Jeff Smith
27;. Well, yeah, my head hurts right now... :-( Here are some font-related issues that are very important to me: a) Somehow I can't come up with small caps in a Times font. Is this normal? This happens either by using \sc or \setupcapitals[sc=yes] along with \cap. b) LaTeX has a package f

Re: [NTG-context] No small caps?

2005-09-12 Thread Taco Hoekwater
ntext-base] \usetypescript[palatino][ec] \setupbodyfont[palatino,rm,12pt] \switchtobodyfont[12pt] And that actually works in my setup (well, it uses a virtualized URW Palladio instead of Adobe Palatino, but I believe that is the intented behaviour). Plus I have \setupcapitals[sc=yes] You don&#

[NTG-context] No small caps?

2005-09-12 Thread Giuseppe Bilotta
I have Palatino as main font set up with \usetypescript[adobekb][8r] \loadmapfile[context-base] \usetypescript[palatino][8r] \setupbodyfont[palatino,rm,12pt] \switchtobodyfont[12pt] Plus I have \setupcapitals[sc=yes] \definestartstop[abstract] [before={\sc Abstract.\hskip1em}] But \starttext