ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug report: \setupbackend corrupts bibliography rendering
@ 2021-02-28 10:42 a badin
  2021-02-28 10:49 ` a badin
  2021-02-28 14:17 ` Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: a badin @ 2021-02-28 10:42 UTC (permalink / raw)
  To: ntg-context


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

Dear gardeners,

I'm new to ConTeXt and would like to share a possible bug with you.

If I have the \setupbackend[export=example.xml,css=example.css] entry in my
.tex file, then my bibliography renders in a strange way (text copied from
pdf): 1 bfldcategoryarticle: [author: Andrej Arrow] [journal: MAPS]
[keywords: context] [pages: 2-8] [title: The Font Name Mess] [volume: 40]
[year: 2010]

If I remove or comment that entry out, then the bibliography renders OK
(copy from pdf): 1 A. Arrow, “The Font Name Mess”, *MAPS *40, 2-8, 2010.

my .tex source is:
% \setupbackend[export=example.xml,css=example.css]
\usebtxdataset[default][ref.bib]

\starttext
\cite[Arrow][Arrow]
\placelistofpublications
\stoptext

my ref.bib file:
@ARTICLE{Arrow,
  author = {Andrej Arrow},
  title = {The Font Name Mess},
  journal = {MAPS},
  year = {2010},
  volume = {40},
  pages = {2-8},
  keywords = {context},
}

Hope this helps,
best,
Andrej
-- 
Andrej Badin
+31 6 82 23 50 33

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

[-- Attachment #2: Type: text/plain, Size: 493 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug report: \setupbackend corrupts bibliography rendering
  2021-02-28 10:42 Bug report: \setupbackend corrupts bibliography rendering a badin
@ 2021-02-28 10:49 ` a badin
  2021-02-28 14:17 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: a badin @ 2021-02-28 10:49 UTC (permalink / raw)
  To: ntg-context


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

Forgot to mention that my program is LuaTeX 2.08 20210220 + ConTeXt MkIV
2021.02.23 17:47
Also I like \setupbacked for what it does (export html/xml/css), I just
wasn't aware that it makes bibliography render strangely when outputting a
pdf.

On Sun, 28 Feb 2021 at 11:42, a badin <andrej.badin@gmail.com> wrote:

> Dear gardeners,
>
> I'm new to ConTeXt and would like to share a possible bug with you.
>
> If I have the \setupbackend[export=example.xml,css=example.css] entry in
> my .tex file, then my bibliography renders in a strange way (text copied
> from pdf): 1 bfldcategoryarticle: [author: Andrej Arrow] [journal: MAPS]
> [keywords: context] [pages: 2-8] [title: The Font Name Mess] [volume: 40]
> [year: 2010]
>
> If I remove or comment that entry out, then the bibliography renders OK
> (copy from pdf): 1 A. Arrow, “The Font Name Mess”, *MAPS *40, 2-8, 2010.
>
> my .tex source is:
> % \setupbackend[export=example.xml,css=example.css]
> \usebtxdataset[default][ref.bib]
>
> \starttext
> \cite[Arrow][Arrow]
> \placelistofpublications
> \stoptext
>
> my ref.bib file:
> @ARTICLE{Arrow,
>   author = {Andrej Arrow},
>   title = {The Font Name Mess},
>   journal = {MAPS},
>   year = {2010},
>   volume = {40},
>   pages = {2-8},
>   keywords = {context},
> }
>
> Hope this helps,
> best,
> Andrej
> --
> Andrej Badin
> +31 6 82 23 50 33
>


-- 
Andrej Badin
+31 6 82 23 50 33

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

[-- Attachment #2: Type: text/plain, Size: 493 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug report: \setupbackend corrupts bibliography rendering
  2021-02-28 10:42 Bug report: \setupbackend corrupts bibliography rendering a badin
  2021-02-28 10:49 ` a badin
@ 2021-02-28 14:17 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2021-02-28 14:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users, a badin

On 2/28/2021 11:42 AM, a badin wrote:
> % \setupbackend[export=example.xml,css=example.css]
> \usebtxdataset[default][ref.bib]
> 
> \starttext
> \cite[Arrow][Arrow]
> \placelistofpublications
> \stoptext
> 
> my ref.bib file:
> @ARTICLE{Arrow,
>    author = {Andrej Arrow},
>    title = {The Font Name Mess},
>    journal = {MAPS},
>    year = {2010},
>    volume = {40},
>    pages = {2-8},
>    keywords = {context},
> }

fixed in next upload


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-28 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28 10:42 Bug report: \setupbackend corrupts bibliography rendering a badin
2021-02-28 10:49 ` a badin
2021-02-28 14:17 ` Hans Hagen

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).