Hi, I cannot understand why the pubname is not inserted in the following example. \usemodule[bib] \setuppublicationlayout[techreport]% {\insertauthors {} {,} {\insertthekey{}{,}{}}% \inserttitle {\space\quotation\bgroup} {,\egroup} {}% \insertbibtype {\space} {\insertvolume{,\space}{}{},} \insertpubname {,\space} {\insertcity{,\space}{}{}} {}% \insertpubyear {,\space\insertmonth{}{,\space}{}} {} {}% \insertnote {.\space} {.} {.}} \setuppublicationlist[samplesize={ABFG{\etalchar{+}}93},totalnumber=210] \startpublication[k=test,t=techreport, a={{Person}},y=1979a, n=42,s=So79a] \author[]{S.}[S.]{}{Person} \pubyear{1979\maybeyear{a}} \title{Some important work} \bibtype{Internal Pulication} \volume{ABC} \city{Some City} \pubname{Name of publication} \stoppublication \starttext Testing \cite[test]. \placepublications \stoptext The pdf looks like (notice no pubname and volume are inserted). Testing (Person, 1979a). Person, S., “Some important work,” Internal Pulication, ABC,, , Some City , 1979a. Thanks, Aditya
On Sat, 18 Aug 2007, Aditya Mahajan wrote:
Hi,
I cannot understand why the pubname is not inserted in the following example.
Sorry about the noise.
\usemodule[bib]
\setuppublicationlayout[techreport]% {\insertauthors {} {,} {\insertthekey{}{,}{}}% \inserttitle {\space\quotation\bgroup} {,\egroup} {}% \insertbibtype {\space} {\insertvolume{,\space}{}{},}
There is a missing {} here.
\insertpubname {,\space} {\insertcity{,\space}{}{}} {}% \insertpubyear {,\space\insertmonth{}{,\space}{}} {} {}% \insertnote {.\space} {.} {.}}
Aditya
participants (1)
-
Aditya Mahajan