ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bib-module
@ 2011-08-14 18:53 Willi Egger
  2011-08-14 19:52 ` Bib-module Steffen Wolfrum
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Willi Egger @ 2011-08-14 18:53 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 1821 bytes --]

Hi bib-module gurus!

I think I need some hints how to get enclosed example working...

The log sys:
(/Users/willi/Documents/TEXdata/Hufbeschlag/test/publist-test.tex

ConTeXt  ver: 2011.08.08 23:54 MKIV  fmt: 2011.8.12  int: english/english  
...

(/Applications/lua-experimental/tex/texmf-context/tex/context/bib/bibl-apa.tex) (publist-test.bbl)
publications    > loading database from publist-test.bbl
(publist-test.bbl)
publications    > warning: unknown cite argument Hess1968 on line \the\inputlineno
publications    > file criterium=text.bbl not found, waiting for bibtex
publications    > placing all entries, use 'text' to be more selective
backend         > xmp > using file '/Applications/lua-experimental/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
LuaTeX warning (ext4): destination with the same identifier (name{1:unknown}) has been already used, duplicate ignored

\actualshipout ...t \fi \box \shipoutscratchbox }}
                                                  \endgroup \else \message {...
\myshipout ...\@@ppmethod }\gobbleoneargument {#1}
                                                  \setnextrealpageno \afters...
\dofinaloutput ...hbox {\vbox {\dopagebody #1#2}}}
                                                  \the \everyaftershipout \a...
\finaloutput ...EAEAEA \dofinaloutput \fi \fi #1#2
                                                  \resetselectiepagina \doin...
\sidefloatoutput ...e \else \finalsidefloatoutput 
                                                  \global \sidefloatvsize \n...
\invokenormaloutputroutine ...\OTRcommand \output 
                                                  \fi 
...
l.46 \stoptext   

The above stated warning is repeated 12 times...

Any update on how to use the bib module is  welcome!

Willi


[-- Attachment #2: publist-test.bbl --]
[-- Type: application/octet-stream, Size: 1981 bytes --]

%    Offiziersschule fuer Veterinaertruppen
%    CONTEXT file
%    by Willi Egger
%    filename: literaturliste.tex
%    16-09-2006
%    Abtippen

\startpublication[%
   k=Hess1967,
   t=article,
   a=Hess,
   y=1967,
   n=16]
   \artauthor[]{}[E.]{}{Hess}
   \arttitle{Prophylaxe von Fleischverderb und Fleischvergiftungen}
   \pages{802-811}
   \pubyear{1967}
    \issue{54}
    \journal{Wien tier\"arztl. Mschr.}
\stoppublication

\startpublication[%
   k=Hess1968,
   t=article,
   a=Hess,
   y=1968,
   n=17]
   \artauthor[]{}[E.]{}{Hess}
   \arttitle{Die Bestimmung des Ausblutungsgrades}
   \pages{292-293}
   \pubyear{1968}
    \issue{20}
    \journal{Die Fleischwirtschaft}
\stoppublication


\startpublication[%
   k=Hess1971,
   t=article,
   a=Hess,
   y=1971,
   n=18]
   \artauthor[]{}[E.]{}{Hess}
   \arttitle{Entwicklung der tier\"arztlichen Lebensmittelhygiene}
   \pages{293-298}
   \pubyear{1971}
    \issue{113}
    \journal{Schweiz. Archiv Tierhk.}
\stoppublication

\startpublication[%
   k=Hess1965,
   t=article,
   a=Hess und Lott,
   y=1965,
   n=19]
   \artauthor[]{}[E.]{}{Hess}
   \artauthor[]{}[G.]{}{Lott}
   \arttitle{Die Zerkleinerung des Fleisches, ein haltbarkeitsvermindernder Faktor}
   \pages{265-268}
   \pubyear{1965}
    \issue{16}
    \journal{Arch. Lebensmittelhygiene}
\stoppublication

\startpublication[%
   k=Hess1970,
   t=article,
   a=Hess und Lott,
   y=1970,
   n=20]
   \artauthor[]{}[E.]{}{Hess}
   \artauthor[]{}[G.]{}{Lott}
   \arttitle{Kontamination des Fleisches w\"ahrend und nach der Schlachtung}
   \pages{47-50}
   \pubyear{1970}
    \issue{22}
    \journal{Die Fleischwirtschaft}
\stoppublication

\startpublication[%
   k=Hess1962,
   t=article,
   a=Hess und Marthaler,
   y=1962,
   n=21]
   \artauthor[]{}[E.]{}{Hess}
   \artauthor[]{}[A.]{}{Marthaler}
   \arttitle{Keimz\"ahlungen an abgepacktem Frischfleisch}
   \pages{497}
   \pubyear{1962}
    \issue{14}
    \journal{Die Fleischwirtschaft}
\stoppublication


[-- Attachment #3: publist-test.tex --]
[-- Type: application/octet-stream, Size: 927 bytes --]

% Context file
% Filename: publist-test.tex
% 
% 04-08-2011
% Copyright (c) 2011 BOEDE. All rights reserved.
%
% \nopdfcompression
% \enabletrackers[context.trace]
% \enabletrackers[system.jobfiles]

\usetypescriptfile[type-seravek]
\usetypescript[Seravek]
\setupbodyfont[Seravek,ss,12pt]
\setuppagenumbering[location=]
\setuplayout
	[topspace=2.5cm,
	backspace=1.5cm,
	header=0pt,
	footer=0pt,
	height=middle,
	width=middle]
\mainlanguage[nl]

\setuppublications
    [criterium=all,
    alternative=apa, %ams, %aps, %ssa%apa-de,
    refcommand=authornum,
    numbering=yes,
    sorttype=bbl]

\setupcite
    [left={, },
    right=,
    inbetween=]

\input publist-test.bbl    
%\showframe

\starttext
Beim Entbluten im H\"angen ist der Ausblutungsgrad der
Stammmuskulatur um 33 - 44\% besser als beim Entbluten im Liegen
(\cite[author][Hess1968]).

\usepublications[criterium=text] 
\placepublications[criterium=all]
\stoptext

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




[-- Attachment #5: 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
___________________________________________________________________________________

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

end of thread, other threads:[~2011-08-15 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-14 18:53 Bib-module Willi Egger
2011-08-14 19:52 ` Bib-module Steffen Wolfrum
2011-08-14 20:55 ` Bib-module Hans Hagen
2011-08-14 21:09   ` Bib-module Willi Egger
2011-08-15  7:25     ` Bib-module Taco Hoekwater
     [not found] ` <B361BBC2-AF4F-465A-9522-BE0E59CD65EA@boede.nl>
2011-08-15 18:01   ` Fwd: Bib-module 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).