ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rik Kabel <context@rik.users.panix.com>
To: Alan Braslau <braslau.list@comcast.net>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Issues using publications subsystem for non-bibliographic database
Date: Fri, 7 Dec 2018 22:36:02 -0500	[thread overview]
Message-ID: <be432a57-fcaa-20b6-f697-bcb2ba23a078@rik.users.panix.com> (raw)
In-Reply-To: <20181207160112.1984b029@comcast.net>


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

On 12/7/2018 18:01, Alan Braslau wrote:
> On Fri, 7 Dec 2018 17:19:35 -0500
> Rik Kabel <context@rik.users.panix.com> wrote:
>
>> As a followup, here is a close-to-minimal example which demonstrates the
>> failure when \placebtxrendering is omitted.
> It is not a failure. The whole intent is to place an appropriate rendering that you can tailor to your specific needs. There is little sense in a cross-reference (link) or reference number if there is not sort of list.
>
> Alan

That makes absolutely no sense. That means that an informal paper that 
puts all references in footnotes and has no bibliography and does not 
need cross-referencing or reference numbering cannot take advantage of a 
bibliographic database. And in fact, that is the case shown below. The 
footnotes appear only when the comment line is uncommented.

(I also tried \nocite[*] together with \placebtxrendering[method=none] 
and also with \placebtxrendering[criterium=none] for the rendering, but 
that does not help. It seems that the entries only display when 
something gets added to the rendering list.)

    \startbuffer[quotesources]
    @book{Schopenhauer1862v2,
       title       = {Parerga und Paralipomena},
       subtitle    = {Kleine Philosophische Schriften},
       publisher   = {A. W. Hahn},
       year        = {1862},
       volume      = {2},
       volumes     = {2},
       author      = {Arthur Schopenhauer},
       editor      = {Julius Frauenstädt},
       address     = {Berlin},
       language    = {german},
    }
    @book{SchopenhauerPayne2000,
       title       = {Parerga and Paralipomena},
       subtitle    = {Short Philosophical Essays},
       publisher   = {Oxford University Press Clarendon Press},
       address     = {New York and Oxford},
       year        = {2000},
       author      = {Arthur Schopenhauer},
       volumes     = {2},
       origyear    = {1974},
       origlanguage= {german},
       translator  = {Eric F. J. Payne},
    }
    \stopbuffer

    \loadbtxdefinitionfile
       [apa]
    \usebtxdefinitions
       [apa]
    \usebtxdataset
       [quotesources.buffer]

    \starttext

       As Artie said:\footnote{\placecitation[Schopenhauer1862v2]}

       Es wäre gut Bücher kaufen, wenn man die Zeit, sie zu
       lesen, mitkaufen könnte, aber man verweschelt meistens
       den Ankauf der Bücher mit dem Aneignen ihres Inhalts.

       Payne translates this as:\footnote{\cite[entry][SchopenhauerPayne2000]}

       Buying books would be a good thing if one could also
       buy the time to read them in: but as a rule the
       purchase of books is mistaken for the appropriation
       of their contents.

    %  \placebtxrendering [method=dataset]
    \stoptext

I understood §5.4 of the manual to mean that rendering definitions 
(created by \definebtxrendering and related setups) do not have an 
effect on \placecitation (and \cite[field][tag]) commands. Rereading it, 
I wonder if the meaning is supposed to be more than that, and to cover 
this situation?

Surely this can be changed!

-- 
Rik



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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2018-12-08  3:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-07  4:00 Rik Kabel
2018-12-07 22:19 ` Rik Kabel
2018-12-07 23:01   ` Alan Braslau
2018-12-08  3:36     ` Rik Kabel [this message]
2018-12-08  3:51       ` Alan Braslau
2018-12-08  4:34         ` Rik Kabel
2018-12-08  5:03           ` Alan Braslau
2018-12-08 17:43             ` Rik Kabel
2018-12-08 19:50               ` Alan Braslau
2018-12-08 20:11                 ` Thomas A. Schmitz
2018-12-08 20:30                   ` Alan Braslau
2018-12-08 20:11                 ` 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=be432a57-fcaa-20b6-f697-bcb2ba23a078@rik.users.panix.com \
    --to=context@rik.users.panix.com \
    --cc=braslau.list@comcast.net \
    --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).