ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Setups for images in publication framework
@ 2015-10-03 11:20 Eidenbenz  Michael
  2015-10-05 18:19 ` Eidenbenz  Michael
  0 siblings, 1 reply; 3+ messages in thread
From: Eidenbenz  Michael @ 2015-10-03 11:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I try to process the following example from the testsuite (publications/basics-002.tex) but it seems to be broken with current context and beta.

"publications    > no data definition file 'publ-imp-duane.lua' for 'duane'"

how can i fix this?


best regards
Michael 


------

\startbuffer[duane]

    @image {tug2014,
        title       = "TUG 2014",
        url         = "http://tug.org/tug2014/",
        url_image   = "http://tug.org/art/tug2014-color.jpg",
        url_thumb   = "http://tug.org/tug2014/t2014-thumb.jpg",
        description = "Official drawing of the TUG 2014 conference",
        author      = "Duane Bibby",
        year        = 2014,
    }

    @image {tug2013,
        title       = "TUG 2013",
        url         = "http://tug.org/tug2013/",
        url_image   = "http://tug.org/tug2013/tug2013-color-300.jpg",
        url_thumb   = "http://tug.org/tug2013/t2013-thumb.jpg",
        description = "Official drawing of the TUG 2013 conference",
        author      = "Duane Bibby",
        year        = 2013,
    }

    @image {tug2012,
        title       = "TUG 2012",
        url         = "http://tug.org/tug2012/",
        url_image   = "http://www.tug.org/art/tug2012-color.jpg",
        url_thumb   = "http://www.tug.org/tug2012/t2012-thumb.jpg",
        description = "Official drawing of the TUG 2012 conference",
        author      = "Duane Bibby",
        year        = 2012,
    }

\stopbuffer

% A quick and dirty layout:

\usemodule
  [article]

\setupinteraction
  [state=start]

% We will use a dedicated dataset:

\definebtxdataset
  [duane]

% That we will fill with some records:

\usebtxdataset
  [duane]
  [duane.buffer]

% And a rendering:

\definebtxrendering
  [duane]
  [dataset=duane,
   method=dataset,
   specification=duane]

% We also set up the associated list (a description):

\setupbtxlist
  [duane]
  [number=no]

% This is the image renderer:

\startsetups btx:duane:list:image
    \bgroup
        \bTABLE[offset=1ex]
            \bTR
                \bTD[ny=4]
                    \dontleavehmode \externalfigure[\btxfield{url_thumb}][width=4cm]
                \eTD
                \bTD
                    \bold{\btxfield{title}}\blank
                    \btxfield{Words -> description}\blank
                    \goto{high res variant}[url(\btxfield{url_image})]
                \eTD
            \eTR
        \eTABLE
    \egroup
\stopsetups

\starttext

    \placebtxrendering
        [duane]

    \page

    \showbtxdatasetcompleteness
      [specification=duane,
       dataset=duane]

    \page

    \enabletrackers
      [publications.setups]

    \placebtxrendering
        [duane]
        [repeat=yes]

\stoptext

-----


___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Setups for images in publication framework
  2015-10-03 11:20 Setups for images in publication framework Eidenbenz  Michael
@ 2015-10-05 18:19 ` Eidenbenz  Michael
  2015-10-05 19:13   ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Eidenbenz  Michael @ 2015-10-05 18:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Ok I got it, we need: 

\usebtxdefinitions      [duane]

So I guess "specification=duane"  in \definebtxrendering is obsolete?

I realy like the possibilities the new bibliograpy code offers. 
Is there already an updated documentation available?

Thanks and best regards Michael




On 03.10.2015, at 13:20, Eidenbenz Michael <eidenbenz@arch.ethz.ch> wrote:

> Dear list,
> 
> I try to process the following example from the testsuite (publications/basics-002.tex) but it seems to be broken with current context and beta.
> 
> "publications    > no data definition file 'publ-imp-duane.lua' for 'duane'"
> 
> how can i fix this?
> 
> 
> best regards
> Michael 
> 
> 
> ------
> 
> \startbuffer[duane]
> 
>    @image {tug2014,
>        title       = "TUG 2014",
>        url         = "http://tug.org/tug2014/",
>        url_image   = "http://tug.org/art/tug2014-color.jpg",
>        url_thumb   = "http://tug.org/tug2014/t2014-thumb.jpg",
>        description = "Official drawing of the TUG 2014 conference",
>        author      = "Duane Bibby",
>        year        = 2014,
>    }
> 
>    @image {tug2013,
>        title       = "TUG 2013",
>        url         = "http://tug.org/tug2013/",
>        url_image   = "http://tug.org/tug2013/tug2013-color-300.jpg",
>        url_thumb   = "http://tug.org/tug2013/t2013-thumb.jpg",
>        description = "Official drawing of the TUG 2013 conference",
>        author      = "Duane Bibby",
>        year        = 2013,
>    }
> 
>    @image {tug2012,
>        title       = "TUG 2012",
>        url         = "http://tug.org/tug2012/",
>        url_image   = "http://www.tug.org/art/tug2012-color.jpg",
>        url_thumb   = "http://www.tug.org/tug2012/t2012-thumb.jpg",
>        description = "Official drawing of the TUG 2012 conference",
>        author      = "Duane Bibby",
>        year        = 2012,
>    }
> 
> \stopbuffer
> 
> % A quick and dirty layout:
> 
> \usemodule
>  [article]
> 
> \setupinteraction
>  [state=start]
> 
> % We will use a dedicated dataset:
> 
> \definebtxdataset
>  [duane]
> 
> % That we will fill with some records:
> 
> \usebtxdataset
>  [duane]
>  [duane.buffer]
> 
> % And a rendering:
> 
> \definebtxrendering
>  [duane]
>  [dataset=duane,
>   method=dataset,
>   specification=duane]
> 
> % We also set up the associated list (a description):
> 
> \setupbtxlist
>  [duane]
>  [number=no]
> 
> % This is the image renderer:
> 
> \startsetups btx:duane:list:image
>    \bgroup
>        \bTABLE[offset=1ex]
>            \bTR
>                \bTD[ny=4]
>                    \dontleavehmode \externalfigure[\btxfield{url_thumb}][width=4cm]
>                \eTD
>                \bTD
>                    \bold{\btxfield{title}}\blank
>                    \btxfield{Words -> description}\blank
>                    \goto{high res variant}[url(\btxfield{url_image})]
>                \eTD
>            \eTR
>        \eTABLE
>    \egroup
> \stopsetups
> 
> \starttext
> 
>    \placebtxrendering
>        [duane]
> 
>    \page
> 
>    \showbtxdatasetcompleteness
>      [specification=duane,
>       dataset=duane]
> 
>    \page
> 
>    \enabletrackers
>      [publications.setups]
> 
>    \placebtxrendering
>        [duane]
>        [repeat=yes]
> 
> \stoptext
> 
> -----
> 
> 

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Setups for images in publication framework
  2015-10-05 18:19 ` Eidenbenz  Michael
@ 2015-10-05 19:13   ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2015-10-05 19:13 UTC (permalink / raw)
  To: ntg-context

On 10/5/2015 8:19 PM, Eidenbenz  Michael wrote:
> Ok I got it, we need:
>
> \usebtxdefinitions      [duane]
>
> So I guess "specification=duane"  in \definebtxrendering is obsolete?
>
> I realy like the possibilities the new bibliograpy code offers.
> Is there already an updated documentation available?

it will soon be in the distribution

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2015-10-05 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-03 11:20 Setups for images in publication framework Eidenbenz  Michael
2015-10-05 18:19 ` Eidenbenz  Michael
2015-10-05 19:13   ` 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).