When used in inside \emph, \quote puts the words cited into roman face. Thus, \starttext \emph{The \quote{Problemata} in Medieval Times} \emph{The \quote{\emph{Problemata}} in Medieval Times} \stoptext This seems odd. Should \quote not leave the style of the text as it is? That is, should the output of line 1 not look like that of line 2? Alan
Alan Bowen mailto:bowenalan03@gmail.com 16. Januar 2016 um 15:26 When used in inside \emph, \quote puts the words cited into roman face. Thus,
\starttext
\emph{The \quote{Problemata} in Medieval Times}
\emph{The \quote{\emph{Problemata}} in Medieval Times}
\stoptext
This seems odd. Should \quote not leave the style of the text as it is? That is, should the output of line 1 not look like that of line 2? Delimited texts (where \quote belongs to) set the upright font as default value for the style, see also http://tex.stackexchange.com/questions/286743/context-quote-command-resets-f...
Wolfgang
Thanks, Wolfgang! Alan On Sat, Jan 16, 2016 at 11:31 AM, Wolfgang Schuster < schuster.wolfgang@gmail.com> wrote:
Alan Bowen
16. Januar 2016 um 15:26 When used in inside \emph, \quote puts the words cited into roman face. Thus, \starttext
\emph{The \quote{Problemata} in Medieval Times}
\emph{The \quote{\emph{Problemata}} in Medieval Times}
\stoptext
This seems odd. Should \quote not leave the style of the text as it is? That is, should the output of line 1 not look like that of line 2?
Delimited texts (where \quote belongs to) set the upright font as default value for the style, see also http://tex.stackexchange.com/questions/286743/context-quote-command-resets-f...
Wolfgang
___________________________________________________________________________________ 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
___________________________________________________________________________________
On Sat, 16 Jan 2016, Alan Bowen wrote:
When used in inside \emph, \quote puts the words cited into roman face. Thus,
\starttext
\emph{The \quote{Problemata} in Medieval Times}
\emph{The \quote{\emph{Problemata}} in Medieval Times}
\stoptext
This seems odd. Should \quote not leave the style of the text as it is? That is, should the output of line 1 not look like that of line 2?
The same question was asked recently on TeX.SE http://tex.stackexchange.com/questions/286743/context-quote-command-resets-f... I think that this is just a bad default. You can use: \setupdelimitedtext[quote][style=] Aditya
I am inclined to agree, Aditya. At least it *is* odd in English typography.
Still thanks for the fix.
Alan
On Sat, Jan 16, 2016 at 12:55 PM, Aditya Mahajan
On Sat, 16 Jan 2016, Alan Bowen wrote:
When used in inside \emph, \quote puts the words cited into roman face.
Thus,
\starttext
\emph{The \quote{Problemata} in Medieval Times}
\emph{The \quote{\emph{Problemata}} in Medieval Times}
\stoptext
This seems odd. Should \quote not leave the style of the text as it is? That is, should the output of line 1 not look like that of line 2?
The same question was asked recently on TeX.SE http://tex.stackexchange.com/questions/286743/context-quote-command-resets-f...
I think that this is just a bad default. You can use:
\setupdelimitedtext[quote][style=]
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
___________________________________________________________________________________
On 1/16/2016 6:55 PM, Aditya Mahajan wrote:
On Sat, 16 Jan 2016, Alan Bowen wrote:
When used in inside \emph, \quote puts the words cited into roman face. Thus,
\starttext
\emph{The \quote{Problemata} in Medieval Times}
\emph{The \quote{\emph{Problemata}} in Medieval Times}
\stoptext
This seems odd. Should \quote not leave the style of the text as it is? That is, should the output of line 1 not look like that of line 2?
The same question was asked recently on TeX.SE http://tex.stackexchange.com/questions/286743/context-quote-command-resets-f...
I think that this is just a bad default. You can use:
\setupdelimitedtext[quote][style=]
we could change it (i don't care too much as i've never use them nested) up to you/wolfgang/... to decide Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen mailto:pragma@wxs.nl 18. Januar 2016 um 00:56
we could change it (i don't care too much as i've never use them nested)
up to you/wolfgang/... to decide Remove the default setting and for completeness sake add style/color settings to the paragraph alternative.
\unexpanded\def\typo_delimited_par {\groupedcommand {\dostarttaggedchained\t!delimited\currentdelimitedtext\??delimitedtext % block? \typo_delimited_handle_left\c!left + \usedelimitedtextstyleandcolor\c!style\c!color \dostarttagged\t!delimitedcontent\empty} {\dostoptagged \typo_delimited_handle_right\c!right \removelastskip \dostoptagged \typo_delimited_pop}} Wolfgang
On Mon, 18 Jan 2016, Wolfgang Schuster wrote:
Hans Hagen mailto:pragma@wxs.nl 18. Januar 2016 um 00:56
we could change it (i don't care too much as i've never use them nested)
up to you/wolfgang/... to decide Remove the default setting and for completeness sake add style/color settings to the paragraph alternative.
\unexpanded\def\typo_delimited_par {\groupedcommand {\dostarttaggedchained\t!delimited\currentdelimitedtext\??delimitedtext % block? \typo_delimited_handle_left\c!left + \usedelimitedtextstyleandcolor\c!style\c!color \dostarttagged\t!delimitedcontent\empty} {\dostoptagged \typo_delimited_handle_right\c!right \removelastskip \dostoptagged \typo_delimited_pop}}
I agree. Removing the default setting (style=normal) will be the simplest solution. Aditya
On 1/18/2016 3:19 AM, Aditya Mahajan wrote:
On Mon, 18 Jan 2016, Wolfgang Schuster wrote:
Hans Hagen mailto:pragma@wxs.nl 18. Januar 2016 um 00:56
we could change it (i don't care too much as i've never use them nested)
up to you/wolfgang/... to decide Remove the default setting and for completeness sake add style/color settings to the paragraph alternative.
\unexpanded\def\typo_delimited_par {\groupedcommand
{\dostarttaggedchained\t!delimited\currentdelimitedtext\??delimitedtext % block? \typo_delimited_handle_left\c!left + \usedelimitedtextstyleandcolor\c!style\c!color \dostarttagged\t!delimitedcontent\empty} {\dostoptagged \typo_delimited_handle_right\c!right \removelastskip \dostoptagged \typo_delimited_pop}}
I agree. Removing the default setting (style=normal) will be the simplest solution.
ok (btw, in the past 'normal' was used as signal) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Aditya Mahajan
-
Alan Bowen
-
Hans Hagen
-
Wolfgang Schuster