Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Wolfgang Schuster
fault]   [protrusion=quality,expansion=quality]     \setupquotation   [method=font]     \setupalign[hz,hanging]     \starttext     oh hi there     “you are so”     \quotation{you are so}     here here     \stoptext Similarly with \setupquote. Help, please! Let's see what Wolfgang says

Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Hans Hagen
ality] \setupquotation   [method=font] \setupalign[hz,hanging] \starttext oh hi there “you are so” \quotation{you are so} here here \stoptext Similarly with \setupquote. Help, please! Let's see what Wolfgang says

[NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel
=font] \setupalign[hz,hanging] \starttext oh hi there “you are so” \quotation{you are so} here here \stoptext Similarly with \setupquote. Help, please! -- Rik ___ If your question is of interest to othe

[NTG-context] Protruding quotation marks obviate narrowed quotations

2020-12-30 Thread Michael Guravage
to Unicode characters? Wolfgang suggested the following lines of code; which worked perfically. \setupquotation [method=font] \setupquote [method=font] Returning to this project after several months I observe that when I use a \start- stopquotation environment, the quotation is not narrowed

Re: [NTG-context] left protruding quotations

2020-05-14 Thread Wolfgang Schuster
the commands. Any suggestions on how I can achieve proper left protrusion without resorting to Unicode characters? \setupquotation [method=font] \setupquote [method=font] Interestingly, \setupquotation in this situation provides protrusion for both \quote and \quotation open marks, while

Re: [NTG-context] left protruding quotations

2020-05-14 Thread Rik Kabel
achieve proper left protrusion without resorting to Unicode characters? \setupquotation [method=font] \setupquote [method=font] Interestingly, \setupquotation in this situation provides protrusion for both \quote and \quotation open marks, while \setupquote does so only for \quote open

Re: [NTG-context] left protruding quotations

2020-05-14 Thread Wolfgang Schuster
to Unicode characters? \setupquotation [method=font] \setupquote [method=font] Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-15 Thread Gerben Wierda
ight] \noheaderandfooterlines \blank[force,2*big] \stopsetups \startsetups chapter:after \blank[3*big] \stopsetups % Mark TODO items in the text \def\todo#1{{\red --- --- --- TODO: {#1} --- --- ---}} % \setuptolerance[horizontal=strict] \setupcolors[state=start] \setupcolor[rgb] % \setupquote[style=s

[NTG-context] Why is my output body text in 15pt?

2014-07-23 Thread Gerben Wierda
] \setupcolor[rgb] % \setupquote[style=small] \setupnarrower[left=1cm,right=0.5cm] % \usetypescript[serif,sans,mono] [hanging] [normal] % Bypassing type-gtamacfonts.tex \starttypescript [sans,serif] [optima] [texnansi,ec] \definefontsynonym [Optima-Regular] [\typescriptthree-OptimaRegular] [encoding

Re: [NTG-context] slanted style in quotations: setupquotation?

2013-06-20 Thread Philipp Gesang
Hi Sander, · > While there is a \setupquote in a recent MkIV beta, when I try to > use \setupquotation to set the quotation text style to slanted, this > has no effect. Is there a neat way to do this, without redefining > \quotation? with the default, the style and color se

[NTG-context] slanted style in quotations: setupquotation?

2013-06-20 Thread Sander Maijers
While there is a \setupquote in a recent MkIV beta, when I try to use \setupquotation to set the quotation text style to slanted, this has no effect. Is there a neat way to do this, without redefining \quotation

[NTG-context] setupquotation and setupquote

2013-03-24 Thread Alan BRASLAU
\setupquote in order to restore normal quote text. I believe that this to be a bug (and not a feature). \setupquotation [style=slanted] %\setupquote [style=normal] \starttext Tufte: \startquotation \input tufte \stopquotation Ward: \startquote \input ward \stopquote \stoptext

Re: [NTG-context] [***SPAM***] quotationmarks just before new line

2012-07-03 Thread d_jan
7; " Its hard to say how often this happens but I'd say its roughly every 50 quotations. A minimal example to see the problem in action: (also onhttp://pastebin.com/cEMiGZju) \mainlanguage [de] \setuppapersize[A4] \setuplayout[width=6cm] \setupquotation [1] [left=", right=&quo

Re: [NTG-context] [***SPAM***] quotationmarks just before new line

2012-07-02 Thread Wolfgang Schuster
t; > \mainlanguage [de] > \setuppapersize[A4] > > \setuplayout[width=6cm] > > \setupquotation > [1] > [left=„, right=“] > > \setupquote > [1] > [left=„, right=“] > > \starttext > > \language[de] > Bereiche der\quotation{waren transparent,

[NTG-context] [***SPAM***] quotationmarks just before new line

2012-07-02 Thread d_jan
!' " Its hard to say how often this happens but I'd say its roughly every 50 quotations. A minimal example to see the problem in action: (also on http://pastebin.com/cEMiGZju) \mainlanguage [de] \setuppapersize[A4] \setuplayout[width=6cm] \setupquotation [1] [left=„, right=

[NTG-context] Quotations...

2011-11-15 Thread Willi Egger
Hi, it looks like there is something wrong with \quote, \quotation and the respective setupcommands. \setupquote[style=slanted] results in no quotation marks and yes, slanted text. \setupquote[left=(,right=)] results in text between parentheses. \setupquote[style=slanted,left=(,right=)] results

Re: [NTG-context] Which standard installed font displays ' and ` good

2011-03-23 Thread Cecil Westerhof
ant, but \quote puts the opening > quote low and the wrong way around. How can I change this? I find: > http://wiki.contextgarden.net/Reference/en/setupquote > not very helpful. > > > \setuplanguage > [] > [leftquote=..., >rightquote=..., >leftquotat

Re: [NTG-context] Which standard installed font displays ' and ` good

2011-03-23 Thread Wolfgang Schuster
ace rather than throughout the document. > > It looks like \quotation does what I want, but \quote puts the opening quote > low and the wrong way around. How can I change this? I find: > http://wiki.contextgarden.net/Reference/en/setupquote > not very helpful. \setuplang

Re: [NTG-context] Which standard installed font displays ' and ` good

2011-03-23 Thread Cecil Westerhof
ike \quotation does what I want, but \quote puts the opening quote low and the wrong way around. How can I change this? I find: http://wiki.contextgarden.net/Reference/en/setupquote not very helpful. -- Cecil Westerhof __

[NTG-context] \setupquotation

2010-11-04 Thread Herbert Voss
- Can I get the first line of the same length as the lower one? - \setupquote[style=bold] works, bit I thougth that \setupquote[style=normal] would set the text in upright?? - I do not understand the meaning of the optional argument location = TEXT margin for \setupquotation. \starttext

[NTG-context] \setupquotation affecting \quote

2009-10-09 Thread Matthijs Kooijman
Hi, I've been trying to use \setupquotation, but it seems it doesn't just affect \quotation, but also \quote. In particular, setting style to tfb enlarges the font used by \quote and somehow removes the quotes from around it. Seeing that there is also a \setupquote, and from looking a

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
bering[options] \setuppagetransitions[options] \setuppalet[name] \setuppaper[options] \setuppapersize[typesetting papersize][printing papersize] \setupparagraphnumbering[options] \setupparagraphs[name][number|each][options] \setuppositioning[options] \setupprofiles[options] \setupprograms[directory=text] \

Re: [NTG-context] setting up quotations

2007-08-22 Thread frantisek holop
er. for example: \quote -> \setupquote \quotation -> \setupquotation \startquotation -> \setupquotationenvironment :) or some such. the problem is, that the manuals are not really verbose and help create wrong assumptions because at some places context is wonderfully 

[NTG-context] setting up quotations

2007-08-22 Thread frantisek holop
hi there, i have just finished reading the archives from the times when there was no \setupquotation only \setupquote i am glad that now a \setupquotation exists, but my problem seems to be that \setupquotation affects all quotations... consider the following example: \setupquotation

[NTG-context] Making texshow easier to edit

2005-07-07 Thread Nikolai Weibull
x27;t before "commiting". I added documentation to the \quote command and thought that having links to \setupquote and \setuplanguage would be helpful. I had to create -type tags for this with long-winded query-strings. It would be much easier to have some automatic cross-referencing