[NTG-context] Re: Quotation mark in drop caps

2024-07-11 Thread Thangalin
he initial quotation mark" to "rewrite your prose." ;-) https://i.imgur.com/ne991lZ.jpeg TX On Wed, Jul 10, 2024 at 11:35 PM vm via ntg-context wrote: > > > On 11/07/2024 01:55, Thangalin wrote: > > > > Any other ideas? > > Yes, change/edit the text to avoid th

[NTG-context] Re: Quotation mark in drop caps

2024-07-10 Thread vm via ntg-context
On 11/07/2024 01:55, Thangalin wrote: Any other ideas? Yes, change/edit the text to avoid the quotation marks in the first place. e.g. There are always better/simpler ways to achieve the story to be told. Trace back to the underlying idea as why these drop capitals were invented in the

[NTG-context] Re: Quotation mark in drop caps

2024-07-10 Thread Thangalin
Hi again, The output shows a closing red opening quotation mark, which is the opposite of what I'd like to achieve. Using \quotation won't work in my situation because the text mixes and matches numerous types of quotation marks and the user is writing in Markdown. Matching against “

[NTG-context] Re: Quotation mark in drop caps

2024-07-10 Thread Hans Hagen via ntg-context
On 7/10/2024 10:56 AM, Thangalin wrote: Thank you Hans. That's pretty close. Is there a way to make the opening quotation mark smaller? Ideally, control the font and colour? You can try this (patch): \protected\def\typo_initial_handle_indeed#1#2% {\dontleavehmode \begingroup

[NTG-context] Re: Quotation mark in drop caps

2024-07-10 Thread Thangalin
Thank you Hans. That's pretty close. Is there a way to make the opening quotation mark smaller? Ideally, control the font and colour? Cheers! On Wed, Jul 10, 2024 at 12:25 AM Hans Hagen via ntg-context < ntg-context@ntg.nl> wrote: > On 7/10/2024 9:10 AM, Thangalin wrote: > &g

[NTG-context] Re: Quotation mark in drop caps

2024-07-10 Thread Hans Hagen via ntg-context
[two][m=1,method=auto] \setinitial[two] Knuth :\ignorespaces\input knuth \par \setinitial[two] \quotation {Knuth} :\ignorespaces\input knuth \par \stoptext - Ha

[NTG-context] Re: Quotation mark in drop caps

2024-07-10 Thread Thangalin
>From TeX.SE, the following solution works; however, it doesn't feel like the "ConTeXt way": % SOT \setuplocalboxes[leftmargin][ style=\bfd, color=darkred, distance=0pt, ] \unprotect \define\quoteinitial{% \futureexpandisap“\quoteinitial_true\quoteinitial_false% } \define\quotein

[NTG-context] Quotation mark in drop caps

2024-07-07 Thread Thangalin
Hi list! I have a three-part question. First, when using \placeinitial, how would you detect whether the first character is a quotation mark, and, if so, override the setupinitial to use m=2? Second, when using m=2 to capture a quotation mark, how would you change the font size of only the

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Wolfgang Schuster
from ever breaking lines before the punctuation (and not having some space in the source looks awkward when reading French text). I use: [...] This gives proper spacing with \quotation{} and with \startquotation ... \stopquotation. Also, {\en\quotation{}} and {\de\quotation{}} in the document

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Alan Braslau via ntg-context
spacing with \quotation{} and with \startquotation ... \stopquotation. Also, {\en\quotation{}} and {\de\quotation{}} in the document correctly do not add spaces. Is \setupquotation[symstyle=\resetcharacterspacing] necessary? Alan On Fri, 7 Jun 2024 14:18:19 +0200 Wolfgang Schuster wrote

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Wolfgang Schuster
Peter Münster schrieb am 07.06.2024 um 13:31: On Thu, May 30 2024, Peter Münster wrote: \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] \starttext bla \quotation{OK} bla\\ bla «OK» bla \startquotation Not Ok: a space is missing \stopquotation \stoptext It seems, that this

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Peter Münster
On Thu, May 30 2024, Peter Münster wrote: > \mainlanguage[fr] > \setcharacterspacing[frenchpunctuation] > \starttext > bla \quotation{OK} bla\\ > bla «OK» bla > \startquotation > Not Ok: a space is missing > \stopquotation > \stoptext It seems, that this wo

[NTG-context] Re: Combine \setupdelimitedtext with an author (define custom variable?)

2024-06-06 Thread Gerion Entrup
; \starttext > > \startextract > > Cogito ergo sum. > > \stopextract > > \stoptext > > ``` > > > > So it should setup a quotation and mentions the author. > > However, here the author is hardcoded within the blockquote. I would like > >

[NTG-context] Re: Combine \setupdelimitedtext with an author (define custom variable?)

2024-06-06 Thread Gerion Entrup
; \starttext > > \startextract > > Cogito ergo sum. > > \stopextract > > \stoptext > > ``` > > > > So it should setup a quotation and mentions the author. > > However, here the author is hardcoded within the blockquote. I would like > >

[NTG-context] Re: Combine \setupdelimitedtext with an author (define custom variable?)

2024-06-06 Thread Hans Hagen via ntg-context
={\setupindenting[next]},     after={\blank[1ex] \hrule \blank[1ex] \startalignment[flushright] \tfx\italic{René Descartes} \stopalignment}] \starttext \startextract Cogito ergo sum. \stopextract \stoptext ``` So it should setup a quotation and mentions the author. However, here the author is hardcoded

[NTG-context] Re: Combine \setupdelimitedtext with an author (define custom variable?)

2024-06-06 Thread Wolfgang Schuster
[1ex] \startalignment[flushright] \tfx\italic{René Descartes} \stopalignment}] \starttext \startextract Cogito ergo sum. \stopextract \stoptext ``` So it should setup a quotation and mentions the author. However, here the author is hardcoded within the blockquote. I would like it to use like

[NTG-context] Re: Combine \setupdelimitedtext with an author (define custom variable?)

2024-06-06 Thread Hans Hagen via ntg-context
] \startalignment[flushright] \tfx\italic{René Descartes} \stopalignment}] \starttext \startextract Cogito ergo sum. \stopextract \stoptext ``` So it should setup a quotation and mentions the author. However, here the author is hardcoded within the blockquote. I would like it to use like

[NTG-context] Combine \setupdelimitedtext with an author (define custom variable?)

2024-06-06 Thread Gerion Entrup
Descartes} \stopalignment}] \starttext \startextract Cogito ergo sum. \stopextract \stoptext ``` So it should setup a quotation and mentions the author. However, here the author is hardcoded within the blockquote. I would like it to use like this: ``` \definedelimitedtext[extract][blockquote

[NTG-context] Re: missing space with French quotation

2024-06-04 Thread Peter Münster
On Thu, May 30 2024, Peter Münster wrote: > Is this a bug or a feature? And if it’s a bug, will it be fixed? TIA for any hints, -- Peter ___ If your question is of interest to others as well, please add a

[NTG-context] Re: missing space with French quotation

2024-05-30 Thread Rik Kabel
, ...)     %% \language sets language to use for hyphenation, quote rules, ... \mainlanguage includes all settings of \language. As you can see in the following example \mainlanguage change the float label and the quotation marks but \language changes only the quotation marks and uses the label of the

[NTG-context] Re: missing space with French quotation

2024-05-30 Thread Wolfgang Schuster
you can see in the following example \mainlanguage change the float label and the quotation marks but \language changes only the quotation marks and uses the label of the main language. begin example \starttext \startplacefigure[title=\quotation{English quotes}] \midaligned{\blackrule[width

[NTG-context] Re: missing space with French quotation

2024-05-30 Thread Rik Kabel
documents, there is a missing space: \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] \starttext bla \quotation{OK} bla\\ bla «OK» bla \startquotation Not Ok: a space is missing \stopquotation \stoptext Is this a bug or a feature? How could I get a space before "»" please? T

[NTG-context] missing space with French quotation

2024-05-30 Thread Peter Münster
Hi, When using \start/stopquotation in French documents, there is a missing space: \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] \starttext bla \quotation{OK} bla\\ bla «OK» bla \startquotation Not Ok: a space is missing \stopquotation \stoptext Is this a bug or a feature? How

[NTG-context] Re: Japanese

2024-03-14 Thread Otared Kavian
ig3_1_15 et al, and > > https://www.w3.org/TR/jlreq/#fig3_1_4 > > • positioning of yokugo-ruby https://www.w3.org/TR/jlreq/#fig2_3_24 > > • inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 > > • emphasis with sesame dot or bullet > > • itemization http

[NTG-context] Re: Japanese

2024-03-14 Thread Emanuel Han via ntg-context
ositioning of yokugo-ruby https://www.w3.org/TR/jlreq/#fig2_3_24 > > • inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 > > • emphasis with sesame dot or bullet > > • itemization https://www.w3.org/TR/jlreq/#fig2_5_6 > > • indenting of quotation para

[NTG-context] Re: Japanese

2024-03-13 Thread Otared Kavian
rg/TR/jlreq/#fig2_3_24 > • inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 > • emphasis with sesame dot or bullet > • itemization https://www.w3.org/TR/jlreq/#fig2_5_6 > • indenting of quotation paragraphs > https://www.w3.org/TR/jlreq/#f

[NTG-context] Re: Japanese

2024-03-11 Thread Wolfgang Schuster
/jlreq/#fig2_3_24 * inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 * emphasis with sesame dot or bullet * itemization https://www.w3.org/TR/jlreq/#fig2_5_6 Circled numbered are easy and achieved by adding additional number conversions. * indenting of quotation

[NTG-context] Re: Japanese

2024-03-10 Thread Jean-Pierre Delange
_3_24 * inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 * emphasis with sesame dot or bullet * itemization https://www.w3.org/TR/jlreq/#fig2_5_6 * indenting of quotation paragraphs https://www.w3.org/TR/jlreq/#fig2_5_7 * tab setting https://www.w3.org/TR/

[NTG-context] Re: Japanese

2024-03-10 Thread Emanuel Han via ntg-context
/#fig2_3_24 inline cutting note (warichu) https://www.w3.org/TR/jlreq/#fig2_4_1 emphasis with sesame dot or bullet itemization https://www.w3.org/TR/jlreq/#fig2_5_6 indenting of quotation paragraphs https://www.w3.org/TR/jlreq/#fig2_5_7 tab setting https://www.w3.org/TR/jlreq/#fig2_6_1 furiwake https

[NTG-context] Re: How can I do this?

2024-03-08 Thread Otared Kavian
ssagen: \startitemize[n,packed,broad] \item Alle Rosen sind verwelkt oder teuer. \item Alle rosen sind entweder verwelkt oder teuer. \stopitemize \reference[Abschnitt:1]{3.2.1.1} {\it Hinweis: Beachten Sie die Konvention aus Abschnitt \goto{3.2.1.1}[Abschnitt:1] die Formulierung \quotation {entweder ..

[NTG-context] How can I do this?

2024-03-06 Thread Ursula Hermann
ie die Konvention aus Abschnitt \goto {3.2.1.1}[Abschnitt:1]die For-\par mulierung \quotation {entweder ... oder} entspricht dem ausschließenden Oder\par und die Formulierung \quotation{oder} dem (mathematischen) einschließenden\par Oder.\par \blackrule[color=black, height=0.10ex, width=1

[NTG-context] enhancing documentation: initials

2024-03-05 Thread Henning Hraban Ramm
Hi, I tried to figure out what the "method" parameter of \setupinitial does – it changes the handling of quotation marks at the beginning of the text. It’s defined in context/base/mkiv/typo-drp.lua But I found no difference between first, last, and none; just "auto" incl

[NTG-context] Re: Japanese

2024-03-02 Thread Wolfgang Schuster
racters are used to create a line when 25 could be used. Then we can develop a method to turn that mechanism off or circumvent it. Quotation from https://www.w3.org/TR/jlreq: /In principle, when composing a line with //ideographic (cl-19) <https://www.w3.org/TR/jlreq/#cl-19>//, //hiragana (cl-1

[NTG-context] Re: Japanese

2024-03-01 Thread Emanuel Han via ntg-context
46th line. It would be important to identify the reason why only 24 characters are used to create a line when 25 could be used. Then we can develop a method to turn that mechanism off or circumvent it. Quotation from https://www.w3.org/TR/jlreq: In principle, when composing a line with ideograp

[NTG-context] Wiki page : Mixed languages sample (French, Ancient Greek, Arabic, Chinese)

2024-03-01 Thread Jean-Pierre Delange
citations d'auteurs grecs ou latin, avec des références en notes de bas de page, qui contiennent du grec. Cela pourrait être quelque chose comme ceci : \blank\startnarrower[1*left,1*right]\tfx\setupinterlinespace \noindent \quotation{Ἔφη γάρ οἱ Σωκράτη ἐντυχεῖν λελουμένον τε καὶ τὰς βλαύτα

[NTG-context] Re: Japanese

2024-03-01 Thread Emanuel Han via ntg-context
_characters > > , and all affected characters are listed here: > > https://www.w3.org/TR/jlreq/tables/table_en3.pdf > > We have different rules, depending what kind of character is surpassing the > > text width (or is in its last position). > > Rule 1: > &g

[NTG-context] Re: Japanese

2024-02-29 Thread luigi scarso
n its last position). > > Rule 1: > > Before closing brackets, closing quotation marks, iteration marks, the > Prolonged sound mark and small Kana, line breaking is prohibited. > > ’”)〕]}〉》」』】ヽヾゝゞ々ーぁぃぅぇぉァィゥェォっゃゅょッャュョ etc. > > The actual programmed behaviour by the nihongo script i

[NTG-context] Re: Japanese

2024-02-29 Thread Jeong Dal via ntg-context
characters are listed here: > https://www.w3.org/TR/jlreq/tables/table_en3.pdf > > We have different rules, depending what kind of character is surpassing the > text width (or is in its last position). > > Rule 1: > > Before closing brackets, closing quotation marks,

[NTG-context] Re: Japanese

2024-02-28 Thread Wolfgang Schuster
ers , and all affected characters are listed here: https://www.w3.org/TR/jlreq/tables/table_en3.pdf We have different rules, depending what kind of character is surpassing the text width (or is in its last position). Rule 1: Before closing brackets, closing quotation marks, iteration

[NTG-context] Re: Japanese

2024-02-28 Thread Emanuel Han via ntg-context
.w3.org/TR/jlreq/tables/table_en3.pdf We have different rules, depending what kind of character is surpassing the text width (or is in its last position). Rule 1: Before closing brackets, closing quotation marks, iteration marks, the Prolonged sound mark and small Kana, line breaking is prohibited. ’”)

[NTG-context] Re: how can I do this in CLD

2023-11-08 Thread Henning Hraban Ramm
Am 08.11.23 um 18:44 schrieb Henning Hraban Ramm: Hi, I’m generating some code in a loop and would like to use formatting like \quotation or \emph in a caption: context.startplacefigure({title = "Style " .. context.quotation(style)}) That doesn’t work. I guess context.quotation i

[NTG-context] how can I do this in CLD

2023-11-08 Thread Henning Hraban Ramm
Hi, I’m generating some code in a loop and would like to use formatting like \quotation or \emph in a caption: context.startplacefigure({title = "Style " .. context.quotation(style)}) That doesn’t work. I guess context.quotation is executed immediately and doesn’t return anything?

[NTG-context] Re: how to define an environment with key=value arguments

2023-09-08 Thread Henning Hraban Ramm
=right, style=\ChapterFont, beforesection={\pageinjection[chapter:start]}, command=\ChapterStart, before={\startcolumnset[Spalten]}, after={\vskip-\lineheight}, % fix column start inbetween=, aftersection={\stopcolumnset}, ] \startchapter[title={Prolog 2: Reiseführer}][ motto={(quotation

[NTG-context] Re: hyphenation inside quotation

2023-08-22 Thread Hans Hagen
ation and the patch but since than Hans added a few new features to Luametatex to improve the quotation mechanism and the patch results now in the unwanted side effect. I always had \setupdelimitedtext[quotation][method=font] in my environments without really understanding it (remark: enables ha

[NTG-context] Re: hyphenation inside quotation

2023-08-22 Thread Henning Hraban Ramm
w new features to Luametatex to improve the quotation mechanism and the patch results now in the unwanted side effect. I always had \setupdelimitedtext[quotation][method=font] in my environments without really understanding it (remark: enables hanging quotation marks). So both methods (font

[NTG-context] Re: hyphenation inside quotation

2023-08-19 Thread Wolfgang Schuster
of \setupdelimitedtext? Quotation is a instance of delimitedtext and the \setupquotation command is \setupdelimitedtext[quotation]. In the next release you don't need the method=font anymore because the missing hyphenation is the result of a old patch which was needed in 2013. Back than

[NTG-context] Re: hyphenation inside quotation

2023-08-19 Thread Thomas A. Schmitz
On 8/19/23 17:51, Wolfgang Schuster wrote: You can use the font method to have hyphenated words back. The culprit which prevents hyphenation are the penalty settings which are added by ConTeXt when the default method is used. \mainlanguage [de] \setuppapersize [A6] \setupquotation[method=text

[NTG-context] Re: hyphenation inside quotation

2023-08-19 Thread Wolfgang Schuster
Thomas A. Schmitz schrieb am 19.08.2023 um 16:01: Hi, is this a limitation or a bug? Text inside \quotation{} is not hyphenated. It appears to be like this for a couple of versions, but I'm not sure if it has always been the case. Silly example to test: You can use the font method to

[NTG-context] hyphenation inside quotation

2023-08-19 Thread Thomas A. Schmitz
Hi, is this a limitation or a bug? Text inside \quotation{} is not hyphenated. It appears to be like this for a couple of versions, but I'm not sure if it has always been the case. Silly example to test: \mainlanguage [de] \setuppapersize [A6] \setupbodyfont [14pt] \star

[NTG-context] Re: Very strange error:

2023-08-14 Thread Xavier B.
-6]{ensalada de fruites} Per fer una ensalada de fruites, necessitam tallar a bocinets 4 taronges per a cada 10 plà tans. Quantes taronges hem de tallar a bocinets si disposem de 25 plàtans? \stopexercici \par \startexercici [exercici:proporcionalitat-directa-antic-7]{pintura} Pintar $50 \unit {square met

[NTG-context] Very strange error:

2023-08-14 Thread Xavier B.
exercici:proporcionalitat-directa-antic-18]{Dieta recomanada} A un pot de iogurt de 125 g. hi ha una inscripció que posa \\par \\startnarrower [2*middle] \\quotation {Contingu t en calci 104 mg. (26\\% del consum diari recomanat)} \\stopnarrower \\par \\startitemize [a] \\item Quants mil·ligrams de ca

[NTG-context] Re: upload

2023-08-10 Thread Henning Hraban Ramm
. indeed, probably a fix tomorrow I don’t know if that’s the same problem, but the current version gives a parsing error at \quotation{\about[kap:example]} (2023.07.29 still works.) there was a new upload I was already on the latest, and the problem persists. Here’s a MWE

[NTG-context] Re: upload

2023-08-10 Thread Hans Hagen
know if that’s the same problem, but the current version gives a parsing error at \quotation{\about[kap:example]} (2023.07.29 still works.) there was a new upload - Hans Hagen | PRAGMA ADE

[NTG-context] Re: upload

2023-08-10 Thread Henning Hraban Ramm
version gives a parsing error at \quotation{\about[kap:example]} (2023.07.29 still works.) Hraban ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

[NTG-context] separators between non-instantiantiated (foot)notes

2023-04-03 Thread Rudd, Kevin via ntg-context
but can be made to work, but does not adapt to \quotation{normal} \type{\footnote} style/format customizations \footnote[e]{E E E E}% \high{\tx{,}} \note[a] \stoptext It would be great if there were a command that treated a (some command like) \note as a \footnote-equivalent command for typesetti

Re: [NTG-context] \autoinsertedspace fails

2023-01-05 Thread Hans Hagen via ntg-context
and so are many others (quotation marks, including guillemot, square and curly braces, and parens). But sentence opening characters (¿¡) are as well. Vertical bars (|¦) and basic mathematical characters (+-=*) are not treated as punctuation. Where (in the source or manuals) are these to be fou

Re: [NTG-context] \autoinsertedspace fails

2023-01-04 Thread Hans Hagen via ntg-context
ion characters (?!.:;,) are honored, and so are many others (quotation marks, including guillemot, square and curly braces, and parens). But sentence opening characters (¿¡) are as well. Vertical bars (|¦) and basic mathematical characters (+-=*) are not treated as punctuation. Where (in the source

Re: [NTG-context] \autoinsertedspace fails

2023-01-04 Thread Rik Kabel via ntg-context
eason that this should not be used in user documents? I do wonder what characters are considered "punctuation" for the purpose of suppressing the next space. The standard six sentence termination characters (?!.:;,) are honored, and so are many others (quotation marks, including guille

[NTG-context] Undefined control sequence \bodyfontsizevariable

2022-10-30 Thread Henning Hraban Ramm via ntg-context
Latest LMTX, probably an error in mkxl/s-fonts-show.mkxl: \starttext \showbodyfont \showbodyfontenvironment % error! As you can see, the font class is called \quotation{\fontclass} and the bodyfont is typeset from \quotation{\fontname\font} in \the\globalbodyfontsize. \stoptext Hraban

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Wolfgang Schuster via ntg-context
Alan Braslau schrieb am 13.10.2022 um 00:43: On 12/10/22 12/10/22, 14:25, Wolfgang Schuster via ntg-context wrote: Denis Maier via ntg-context schrieb am 12.10.2022 um 21:17: Instead of what? By default the symbols are placed with a box because you aren't limited to normal quotation

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Alan Braslau via ntg-context
On 12/10/22 12/10/22, 14:25, Wolfgang Schuster via ntg-context wrote: Denis Maier via ntg-context schrieb am 12.10.2022 um 21:17: Instead of what? By default the symbols are placed with a box because you aren't limited to normal quotation marks. \setupexternalfigure [location=de

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Wolfgang Schuster via ntg-context
Denis Maier via ntg-context schrieb am 12.10.2022 um 21:17: Instead of what? By default the symbols are placed with a box because you aren't limited to normal quotation marks. \setupexternalfigure [location=default] \setupdelimitedtext   [quotation]   [ left={\externalfigure[cow][h

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Rik Kabel via ntg-context
} \stopluacode \definefontfeature[default][default][protrusion=pure] \setupalign[hanging] \starttext This text is unquoted. “This text is quoted manually.” \quotation{This text is quoted by a macro.} This is a very long line followed by a nice linebreak, very supercalifragilisticexpialidocious. This is a

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Denis Maier via ntg-context
> -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Hans Hagen > via ntg-context > Gesendet: Mittwoch, 12. Oktober 2022 21:12 > An: Denis Maier via ntg-context > Cc: Hans Hagen > Betreff: Re: [NTG-context] \quotation, protrusion and linebreaking >

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Hans Hagen via ntg-context
On 10/12/2022 8:49 PM, Denis Maier via ntg-context wrote: -Ursprüngliche Nachricht- Von: ntg-context Im Auftrag von Henning Hraban Ramm via ntg-context Gesendet: Mittwoch, 12. Oktober 2022 10:15 An: ntg-context@ntg.nl Cc: Henning Hraban Ramm Betreff: Re: [NTG-context] \quotation

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Denis Maier via ntg-context
> -Ursprüngliche Nachricht- > Von: ntg-context Im Auftrag von Henning > Hraban Ramm via ntg-context > Gesendet: Mittwoch, 12. Oktober 2022 10:15 > An: ntg-context@ntg.nl > Cc: Henning Hraban Ramm > Betreff: Re: [NTG-context] \quotation, protrusion and linebreaking &

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-12 Thread Henning Hraban Ramm via ntg-context
Am 11.10.22 um 21:06 schrieb Leah Neukirchen: Henning Hraban Ramm via ntg-context writes: \setupdelimitedtext[quotation][method=font] That fixes both issues, thanks! Not sure where I should have learned this exists, however. ;) Oops, I answered only to Leah: I agree. Someone (Hans or

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-11 Thread Leah Neukirchen via ntg-context
>> \definefontfeature[default][default][protrusion=pure] >> \setupalign[hanging] >> \starttext >> This text is unquoted. >> “This text is quoted manually.” >> \quotation{This text is quoted by a macro.} >> This is a very long line followed by a nice l

Re: [NTG-context] \quotation, protrusion and linebreaking

2022-10-11 Thread Henning Hraban Ramm via ntg-context
is unquoted. “This text is quoted manually.” \quotation{This text is quoted by a macro.} This is a very long line followed by a nice linebreak, very supercalifragilisticexpialidocious. This is a very long line followed by an ugly linebreak, not \quotation{supercalifragilisticexpialidocious

[NTG-context] \quotation, protrusion and linebreaking

2022-10-11 Thread Leah Neukirchen via ntg-context
Hello, I noticed the following problem: \showframe \startluacode fonts.protrusions.vectors.pure[0x201C] = { 1, 1 } \stopluacode \definefontfeature[default][default][protrusion=pure] \setupalign[hanging] \starttext This text is unquoted. “This text is quoted manually.” \quotation{This

[NTG-context] Spacing issue with \digits in math mode

2022-10-04 Thread Gavin via ntg-context
de {2}\setdigitorder{0}\digits{12,345.67e89}. \blank Suggestion: Within \type{\digits} (and probably \type{\units}) the comma could be an \quotation{ord} rather than a \quotation{pun}. This appears to be how the period is handled. \blank I personally think the space around the \quotation{$\times$} is exce

Re: [NTG-context] LMTX incompatibility in \meaning breaks TikZ, other minor issues

2022-09-28 Thread Leah Neukirchen via ntg-context
er >> "}{\tikz@quote@parser}% >>\let\tikz@quotes@as\tikz@node@quotes@as% >> } >> The last part of the /-key is derived from \meaning, but in LMTX, >> \meaning" is "the character U+0022 'quotation mark'" >> and thus the key cannot be

Re: [NTG-context] LMTX incompatibility in \meaning breaks TikZ, other minor issues

2022-09-22 Thread Hans Hagen via ntg-context
er "}{\tikz@quote@parser}% \let\tikz@quotes@as\tikz@node@quotes@as% } The last part of the /-key is derived from \meaning, but in LMTX, \meaning" is "the character U+0022 'quotation mark'" and thus the key cannot be found. I have patched TikZ for now to match for thi

Re: [NTG-context] missing space with French quotation

2022-09-22 Thread Peter Münster via ntg-context
On Thu, Sep 22 2022, Jean-Pierre Delange via ntg-context wrote: > But why use \startquotation when \quotation{something} does the job > just fine? It's not the same: \starttext bla \quotation{quotation} bla \blank[big] bla \startquotation quotation \stopquotation bla \stoptext

[NTG-context] LMTX incompatibility in \meaning breaks TikZ, other minor issues

2022-09-22 Thread Leah Neukirchen via ntg-context
tes@as% } The last part of the /-key is derived from \meaning, but in LMTX, \meaning" is "the character U+0022 'quotation mark'" and thus the key cannot be found. I have patched TikZ for now to match for this alternate string too. But perhaps it would be better for co

Re: [NTG-context] missing space with French quotation

2022-09-22 Thread Jean-Pierre Delange via ntg-context
Hi Peter, I know that's not the expected answer and I'm sorry about that. But why use \startquotation when \quotation{something} does the job just fine? I've looked to replicate your MWE and for my part, there's just a space missing at the end of the quote before the

[NTG-context] missing space with French quotation

2022-09-21 Thread Peter Münster via ntg-context
Hi, With the latest ConTeXt version, there is a missing space: \mainlanguage[fr] \setcharacterspacing[frenchpunctuation] \starttext bla \quotation{OK} bla\\ bla «OK» bla \startquotation Here is missing space \stopquotation \stoptext How could I get back the space before "»" please

Re: [NTG-context] Curling straight quotation marks

2022-08-24 Thread Thangalin via ntg-context
> > > Just use \quotation and \quote, then you have the right settings for > many languages and can also be sure that quotes get closed and are > consistent over the whole document. > Thanks Hraban. That won't work with my workflow. I edit in Markdown (plain text), tran

Re: [NTG-context] Curling straight quotation marks

2022-08-24 Thread Henning Hraban Ramm via ntg-context
/keenquotes/ <https://whitemagicsoftware.com/keenquotes/> I use it for preprocessing documents prior to passing them to ConTeXt. Just use \quotation and \quote, then you have the right settings for many languages and can also be sure that quotes get closed and are consistent over the

[NTG-context] Curling straight quotation marks

2022-08-23 Thread Thangalin via ntg-context
Hey folks, I re-wrote the algorithm KeenWrite uses for curling straight quotes. The new algorithm is fairly robust with respect to North American and British English. Could use help finding edge cases: https://whitemagicsoftware.com/keenquotes/ I use it for preprocessing documents prior to passi

Re: [NTG-context] french quotation marks

2022-07-26 Thread Denis Maier via ntg-context
c des espaces fines insécables[23]. Von: ntg-context im Auftrag von Alan via ntg-context Gesendet: Dienstag, 26. Juli 2022 20:13:43 An: Henning Hraban Ramm via ntg-context Cc: Alan Betreff: Re: [NTG-context] french quotation marks On Tue, 26 Jul 2022 13:

Re: [NTG-context] french quotation marks

2022-07-26 Thread Alan via ntg-context
Wikipedia), French uses « > >> … » as double (\quotation) and ‹ … › as single (\quote) quotation > >> marks. > >> > >> The current setting in ConTeXt however is « … » for both, just > >> with less spacing for \quote. > >> If no francophone user obje

Re: [NTG-context] french quotation marks

2022-07-26 Thread Henning Hraban Ramm via ntg-context
Am 26.07.22 um 11:48 schrieb Arthur Rosendahl: On Tue, Jul 12, 2022 at 09:51:35PM +0200, Henning Hraban Ramm via ntg-context wrote: Hi, according to my knowledge (and also Wikipedia), French uses « … » as double (\quotation) and ‹ … › as single (\quote) quotation marks. The current setting in

Re: [NTG-context] french quotation marks

2022-07-26 Thread Arthur Rosendahl via ntg-context
On Tue, Jul 12, 2022 at 09:51:35PM +0200, Henning Hraban Ramm via ntg-context wrote: > Hi, according to my knowledge (and also Wikipedia), French uses « … » as > double (\quotation) and ‹ … › as single (\quote) quotation marks. > > The current setting in ConTeXt however is « … » fo

[NTG-context] french quotation marks

2022-07-12 Thread Henning Hraban Ramm via ntg-context
Hi, according to my knowledge (and also Wikipedia), French uses « … » as double (\quotation) and ‹ … › as single (\quote) quotation marks. The current setting in ConTeXt however is « … » for both, just with less spacing for \quote. If no francophone user objects I’d suggest to fix this

Re: [NTG-context] error with sbl bibliography on latest LMTX

2022-07-09 Thread Joey McCollum via ntg-context
t;paren", then everything works: ``` \usebtxdataset[default][references.bib] \setupbtx[dataset=default] \usebtxdefinitions[sbl] \setupbtx[sbl:cite][alternative=paren] % or alternative=inline \setupinteraction[state=start] \starttext superior typographic output \cite[lefttext={e.g.}][tar

[NTG-context] error with sbl bibliography on latest LMTX

2022-07-08 Thread Henning Hraban Ramm via ntg-context
teraction[state=start] \starttext superior typographic output \cite[lefttext={e.g.}][taraborelli:beauty]. Therefore, the {\TEX}book mentions that the word \quotation{shel\noligature{ff}ul} should indeed be rendered without the ff-ligature \cite[righttext={p.~19}][knuth:texbook]. \placelis

[NTG-context] Does writing \emdash versus writing "—" in the source file impact the displayed output?

2022-05-18 Thread Joel via ntg-context
I have been using \endash, \emdash, and \figuredash in place of the various types of dashes in my document, \quotation{} around quotes, etc. so basically the only really punctuation appearing in the tex file are periods, commas, semi-colons, colons, apostrophes, and question-marks. The problem

Re: [NTG-context] Trying to get a simple bibliography

2022-03-27 Thread Jean-Pierre Delange via ntg-context
berté morale qu’à la recherche du {\it bien commun}. Cicéron, ce grand homme politique et cet écrivain savant, a eu la formule bien connue, selon laquelle \quotation{Socrate fit descendre la philosophie du ciel sur la terre.}\footnote{\cite[alternative=entry][philosophie ancienne::Cicéron1]}, qui désign

Re: [NTG-context] mathcal generates error in ConTeXt

2022-03-26 Thread Wolfgang Schuster via ntg-context
n use the \mathtext commands (e.g. \mathtextrm, \mathtextit etc.). To get the correct quotes in your document you either use the proper quotes in the source (“ and ”) or just use the \quotation command. \starttext $C = \text{\quotation{dad}}$ $C = \

Re: [NTG-context] How to override ConTeXt-SBL titles, to make all titles everywhere capitalized?

2022-01-17 Thread Joey McCollum via ntg-context
hough: ``` \starttexdefinition titleemph #1 \emph{\Word{#1}} \stoptexdefinition \starttexdefinition titlequote #1 \quotation{\Word{#1}} \stoptexdefinition ``` If you want the behavior you've described, you can change \Word to \Words in the lines above (in publ-imp-sbl.mkvi). I probably will leave the

Re: [NTG-context] Spacing issue in itemize

2022-01-14 Thread Hans Hagen via ntg-context
ver: 2022.01.06 19:51 LMTX fmt: 2022.1.9 int: english/english on an M1 Mac. Thanks! Gavin \usemodule[visual] \defineitemgroup[questions] \setupquestions [each] [n] \starttext This numbered list uses my item group \quotation{questions.} The itemize inside is missing space above item (a). \startquesti

Re: [NTG-context] Spacing issue in itemize

2022-01-13 Thread Gavin via ntg-context
an M1 Mac. >> >> Thanks! >> Gavin >> >> >> \usemodule[visual] >> >> \defineitemgroup[questions] >> \setupquestions [each] [n] >> >> \starttext >> This numbered list uses my item group \quotation{questions.} The itemize >&

Re: [NTG-context] Spacing issue in itemize

2022-01-13 Thread Aditya Mahajan via ntg-context
: 2022.1.9 int: > english/english > > on an M1 Mac. > > Thanks! > Gavin > > > \usemodule[visual] > > \defineitemgroup[questions] > \setupquestions [each] [n] > > \starttext > This numbered list uses my item group \quotation{questions.} The itemiz

[NTG-context] Spacing issue in itemize

2022-01-13 Thread Gavin via ntg-context
ual] \defineitemgroup[questions] \setupquestions [each] [n] \starttext This numbered list uses my item group \quotation{questions.} The itemize inside is missing space above item (a). \startquestions \item \fakewords{15}{20} \startitemize[a][left=(,stopper=,right=)] \item \fakewords{10}

Re: [NTG-context] Displaying names in Chicago-Turabian "note" style

2021-12-21 Thread Joey McCollum via ntg-context
gt; \btxdoif{author}{ > \btxflush{author} > \btxperiod > } > \btxdoif{title}{ > {\it\Words \btxflush{title}} > \btxperiod > } > \btxdoif{address}{ > \btxflush{address} > \btxcolon > }

[NTG-context] Displaying names in Chicago-Turabian "note" style

2021-12-21 Thread Joel via ntg-context
stopsetups \startsetups btx:chicagonum:list:article     \btxdoif{author}{         \btxflush{author}         \btxperiod     }     \btxdoif{title}{         \quotation{\Words \btxflush{title}}         \btxperiod     }     \btxdoif{journal}{         {\it\Words \btxflush{journal}}     }       

Re: [NTG-context] Initial release of SBL bibliographic rendering and biblio wishlist

2021-12-10 Thread J Huisman via ntg-context
com/citation-style-language/locales have been > defined for various languages already, and their printed renderings can be > implemented according to individual specifications (perhaps using the > language-dependent \setupbtxlabeltext macro). A template for this can be > found in t

[NTG-context] Initial release of SBL bibliographic rendering and biblio wishlist

2021-12-08 Thread Joey McCollum via ntg-context
macro). A template for this can be found in the SBL rendering at https://github.com/jjmccollum/context-sbl. - ConTeXt might benefit from a predefined parenthetical delimitedtext environment similar to "quotation" and "quote". Currently, I define such an environme

Re: [NTG-context] Typographical quotes

2021-11-27 Thread Aditya Mahajan via ntg-context
list, > > > > > > > > When typing a straight quotation mark, I used to get a curly apostrophe. > > > > But > > > with a recent version of ConTeXt, I now get a straight apostrophe. Is > > > there a > > > new option to convert automatic

  1   2   3   4   5   6   7   8   9   10   >