ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rik Kabel <context@rik.users.panix.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: New btx code problem with quote protrusion, redux
Date: Fri, 23 Oct 2015 14:40:40 -0400	[thread overview]
Message-ID: <562A7F28.2050106@rik.users.panix.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4414 bytes --]

At Wolfgang’s request, a new thread for this subject. I have cleaned up 
the example from the July 5 posting, but the problems are the same as 
shown there. In July Alan suggested that there might a bug here, but 
nothing has been done to address it since then. Wolfgang suggested 
(http://www.mail-archive.com/ntg-context%40ntg.nl/msg35580.html) that 
method=font is required for proper protrusion handling for quotations.

 1. When \setupdelimitedtext[quotation][method=font] is present /and
    //there is //no citation//in a footnote within a startquotation
    block and a bibliography is produced/, compilation proceeds normally.
 2. When \setupdelimitedtext[quotation][method=font] is present /and
    //there is a citation//in a footnote within a startquotation block
    and a bibliography is produced,/ the compilation complains of a
    missing right curly. When allowed to continue to completion the
    protrusion for the opening quotation marks does not match the
    protrusion for similar marks not produced through \startquotation.
    Citations in footnotes outside quotation blocks are not a problem.
    Without a bibliography (\placelistofpublications)
 3. When \setupdelimitedtext[quotation][method=font] is present, the
    [right] option of \startblockquotation is treated as text within the
    quotation. This can be resolved by adding “leftmargin=” to the
    \setupdelimitedtext[quotation] command (but that complicates matters
    when you want other alignments). Similarly, the [left] and [middle]
    options are ignored as options and appear as text.
 4. When “method=font” is not present, protrusion for block quotations
    (\startblockquotation … \stopblockquotation) is greater than and not
    aligned with other protrusion.
 5. When “method=font” is not present, protrusion for non-block
    quotations (\quotation{…}) is not done at all.
 6. With the older bibliography system, footnotes in citations in
    quotation blocks do not cause a halt in compilation.
 7. With the older bibliography system, item 3 is still a problem, that
    is, method=font appears to be inimical to the left, right, and
    middle options for \startblockquotation without regard to the
    bibliography system in use.


\showframe

\definefontfeature [default][protrusion=quality]
\setupalign        [hz,hanging]

% The next line should allow \startquotation to protrude quotes properly
\setupdelimitedtext[quotation][method=font]

%==================
% For testing with old regime, enable next and disable following
%\setupbibtex[database=sample.bib] % requires sample.bib in current 
directory
%------------------
% For testing with new regime, disable above and enable following
\definebtxdataset  [sample] % finds and uses distribution sample.bib
\usebtxdataset     [sample.bib]
%==================

\starttext
\startparagraph
   There is a citation in the footnote to this standard 
paragraph\footnote{This footnote has a citation \cite[Eijkhout1991].}
\stopparagraph

\startparagraph
\startquotation[right]
   There is a citation in the footnote to this block 
quotation\footnote{This footnote has a citation \cite[hh2010a].}
\stopquotation
\stopparagraph

\startparagraph
\startquotation[right]
   There is no citation in the footnote to this block 
quotation\footnote{This footnote has no citation.}
\stopquotation
\stopparagraph

\startparagraph
   \quotation{There is a citation in the footnote to this non-block 
quotation paragraph\footnote{This footnote has a citation 
\cite[Eijkhout1991].}}
\stopparagraph

\startparagraph
   \quotation{There is no citation in the footnote to this non-block 
quotation paragraph\footnote{This footnote has no citation.}}
\stopparagraph

\startparagraph
   “There is a citation in the footnote to this standard 
paragraph\footnote{This footnote has a citation \cite[Eijkhout1991].}”
\stopparagraph

\startparagraph
   “There is no citation in the footnote to this standard 
paragraph\footnote{This footnote has no citation.}”
\stopparagraph

\blank[big]

%==================
% For testing with old regime, enable next and disable following
%\placepublications
%------------------
% For testing with new regime, disable above and enable following
\placelistofpublications
%==================

\stoptext

-- 
Rik

[-- Attachment #1.2: Type: text/html, Size: 6651 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2015-10-23 18:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23 18:40 Rik Kabel [this message]
2015-10-23 22:51 ` Rik Kabel
2015-10-26 22:12 ` Wolfgang Schuster
2015-11-02  8:53 ` Hans Hagen
2015-11-02  9:05   ` Hans Hagen
2015-11-02 14:32     ` Rik Kabel

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=562A7F28.2050106@rik.users.panix.com \
    --to=context@rik.users.panix.com \
    --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).