Re: [NTG-context] bib problem

2010-12-24 Thread luigi scarso
On Fri, Dec 24, 2010 at 10:13 AM, Emanuele Sacco emanuelesa...@gmail.com wrote: Thanks, but what about this: %- \usemodule[bib] \setupbibtex[database=biblio] \setuppublications[alternative=ams,                 criterium=cite,                 numbering=yes

Re: [NTG-context] bib problem

2010-12-24 Thread Emanuele Sacco
this: %- \usemodule[bib] \setupbibtex[database=biblio] \setuppublications[alternative=ams,                 criterium=cite,                 numbering=yes] \setuppublicationlist[finalnamesep={ and }] \starttext %\startbodymatter \part{First Part} \chapter{First Chapter} Look

Re: [NTG-context] bib problem

2010-12-24 Thread luigi scarso
. still experimenting -- luigi It seems that \cite[num][me] are valid only inside a *matter while \cite[author][me] work ok. \usemodule[bib] \setuppublications[alternative=ams, criterium=cite, numbering=yes] \setuppublicationlist[finalnamesep

[NTG-context] bib problem

2010-12-23 Thread Emanuele Sacco
Hi all with this code %-- \usemodule[bib] \setupbibtex[database=biblio] \setuppublications[alternative=ams,criterium=cite,numbering=yes] \setuppublicationlist[finalnamesep={ and }] \starttext \startbodymatter \part{First Part} \chapter{First Chapter} Look at this \cite[heinsch] \part

Re: [NTG-context] bib problem

2010-12-23 Thread Emanuele Sacco
I'm using MKII. 2010/12/23 Emanuele Sacco emanuelesa...@gmail.com: Hi all with this code %-- \usemodule[bib] \setupbibtex[database=biblio] \setuppublications[alternative=ams,criterium=cite,numbering=yes] \setuppublicationlist[finalnamesep={ and }] \starttext \startbodymatter

Re: [NTG-context] bib problem

2010-12-23 Thread luigi scarso
On Thu, Dec 23, 2010 at 3:33 PM, Emanuele Sacco emanuelesa...@gmail.com wrote: Hi all with this code %-- \usemodule[bib] \setupbibtex[database=biblio] \setuppublications[alternative=ams,criterium=cite,numbering=yes] \setuppublicationlist[finalnamesep={ and }] \starttext

Re: [NTG-context] Help: tweaking bibliography style

2010-12-15 Thread Nicola
the year appear at the end and how to make the publisher in italics, too? I would like such changes to apply to other types of references as well (books, inproceedings, etc...) Second, \cite[Thor:2010,Bar:2009] produces something like [6 and 9]. How do I get rid of 'and' and get simply [6,9

[NTG-context] Help: tweaking bibliography style

2010-12-14 Thread Nicola
to other types of references as well (books, inproceedings, etc...) Second, \cite[Thor:2010,Bar:2009] produces something like [6 and 9]. How do I get rid of 'and' and get simply [6,9]? This is my current setup (mainly code copied from the Wiki): \usemodule[bib] \setupbibtex[database=my-biblio,sort

Re: [NTG-context] bib problems

2010-12-10 Thread Mojca Miklavec
] \stoppublication ... \stoppublicationlist 2.) \startpublication[k=xy,t=xy,list=images] \stoppublication 3.) \startpublication[images][k=xy,t=xy] \stoppublication And then \placepublications[list=images] Then \cite would work in exactly the same way (one would

Re: [NTG-context] bib problems

2010-12-10 Thread Thomas Schmitz
] or ... \startpublication[k=xy,t=xy] \stoppublication ... \stoppublicationlist 2.) \startpublication[k=xy,t=xy,list=images] \stoppublication 3.) \startpublication[images][k=xy,t=xy] \stoppublication And then \placepublications[list=images] Then \cite would work

Re: [NTG-context] bib problems

2010-12-08 Thread Robert Blackstone
an open space where this item should have been. This is my test file, identical to that of example 1 except for the addition of \cite[hh2010]. \setuppublications[state=start,refcommand=authoryear] \setupbibtex[database=sample] \starttext \section{Test} This \cite[hh2010a] and that \cite

[NTG-context] bib problems

2010-12-07 Thread Thomas A. Schmitz
on % the original testfile which I can't reproduce because it's too complex. Can % you show the effect by modifying this simple case? \setuppublications[state=start,refcommand=authoryear] \setupbibtex[database=sample] \starttext \section{Test} This \cite[hh2010a] and that \cite[Eijkhout1991] \section

[NTG-context] One more (?) bib problem

2010-12-03 Thread Jean Magnan de Bornier
Hi all, A small variation on the bib test file from the wiki: \setupbibtex[database=/home/jean/bibmkiv/bib.bib] \starttext \section{section one} \cite[authoryear][hh2010,hh2010b] \section{section two} \cite[authoryear][Eijkhout1991] \placepublications[criterium=cite

Re: [NTG-context] One more (?) bib problem

2010-12-03 Thread seasoul
\placepublications[criterium=all] this will place all the references. If only cited publications are in need, use \setuppublications[criterium=cite] I also experimented on this for a long time, then i found this solution from one of Aditya's posts. It works to me now. Hans is in the process

Re: [NTG-context] One more (?) bib problem

2010-12-03 Thread Jean Magnan de Bornier
Le 04 décembre à 04:23:14 seasoul bioseas...@gmail.com écrit notamment: | \placepublications[criterium=all] | this will place all the references. If only cited publications are in need, | use | \setuppublications[criterium=cite] | I also experimented on this for a long time, then i found

[NTG-context] conference type broken in bibliography module [was: Bibliography contains references not cited in the text]

2010-11-29 Thread Mathieu Boespflug
On Fri, Nov 26, 2010 at 1:07 PM, Mathieu Boespflug mb...@tweag.net wrote: [...] Also, there is another bug in the bib module, which i find very strange. If we augment the OP's .bib file with two more entries, and cite those, then one of them does *not* appear in the bibliography despite being

Re: [NTG-context] bib: ignoring 'criterium=cite'

2010-11-29 Thread Mojca Miklavec
Hans, and here is a minimal example for another problem - not enough space between the number and bibliography listing (it only shows misbehaviour in MKIV; I yet need to test what happens in MKII). In this particular case it only becomes a problem when the number reaches 3 places (100 items), but

Re: [NTG-context] Bibliography contains references not cited in the text

2010-11-26 Thread Mathieu Boespflug
beginning of October, though the bib module of previous versions of mkIV had other bugs that made it unusable (such as sorting by author not working). Also, there is another bug in the bib module, which i find very strange. If we augment the OP's .bib file with two more entries, and cite those

[NTG-context] bib: ignoring 'criterium=cite'

2010-11-26 Thread Mojca Miklavec
Dear Taco/Hans, In MKIV the argument criterium=cite is ignored: I get the complete list of publications even though some of them are never cited anywhere. In MKII the list shows up just fine. On top of that the space between number [n] and bibliography item is simply too small when 10 or more

Re: [NTG-context] bib: ignoring 'criterium=cite'

2010-11-26 Thread Mojca Miklavec
Oh, and one more thing. I strongly suspect that [sorttype=cite] is slightly misbehaving (it prints out some bibliography items that are not cited at all in the beginning of list; most probably in MKII as well), but that might be connected with the fact that it simply writes out all the items. I

[NTG-context] Bibliography contains references not cited in the text

2010-11-25 Thread Curiouslearn
problem. Let us first cite \cite[Aghion1991], then we will cite \cite[authoryears][Trefler1993]. In the new para we cite: \cite[Segal2003] \section{References} \placepublications[criterium=all] \stoptext templib.bib Description: Binary data

[NTG-context] Problems with bib and \completepublications, \placepublications

2010-11-04 Thread Michael Murphy
.}[E.]{}{Turkel} \pubyear{1983} \arttitle{An iterative method for the {H}elmholtz equation} \journal{J. Comp. Phys.} \volume{49} \pages{443--457} \stoppublication \starttext \startbodymatter I can cite single authors, like this \cite[Bailey], and I can also do more than one citation \cite[Bailey,Bay1

Re: [NTG-context] Problems with bib and \completepublications, \placepublications

2010-11-04 Thread Thomas A. Schmitz
On Nov 4, 2010, at 7:09 PM, Michael Murphy wrote: \starttext \startbodymatter I can cite single authors, like this \cite[Bailey], and I can also do more than one citation \cite[Bailey,Bay1]. \blank[medium] \placepublications \completepublications \stopbodymatter

[NTG-context] placepublications does not place publications

2010-10-05 Thread Thomas A. Schmitz
.}[J.~L.]{}{Ackrill} \pubyear{1981} \title{Aristotle the Philosopher} \city{Oxford} \pubname{Oxford UP} \stoppublication \starttext \section{One} \nocite[ackrillaristotle] \placepublications[criterium=cite] \section{Two} \nocite[ackermanmyth] \placepublications[criterium=cite] \stoptext

Re: [NTG-context] placepublications does not place publications

2010-10-05 Thread Otared Kavian
{Oxford UP} \stoppublication \starttext \section{One} \nocite[ackrillaristotle] \placepublications[criterium=cite] \section{Two} \nocite[ackermanmyth] \placepublications[criterium=cite] \stoptext

[NTG-context] [BUG] \placepublications[criterium=all] triggers error in ConTeXt 2010.09.29

2010-09-29 Thread Hongwen Qiu
test.tex: LuaTeX error ... 1 \setupbibtex[database=test] 2 3 \starttext 4 \cite[test] 5 \placepublications[criterium=all] 6 \stoptext \analyzestructurelist analyze(#1,#2,#3)} \dodeterminelistcharacteristics ...ter \c

[NTG-context] Questions regarding the bibliography

2010-09-22 Thread Marco
\stopbuffer \savebuffer[mukk][\jobname.bbl] \setuppublications [alternative=ams] % \setuppublications [alternative=num] % Look for edition \starttext As you can see in \cite[fundamentals] or in \cite[garden]. \placepublications \stoptext

[NTG-context] stray characters in output before bibliography

2010-09-12 Thread Johann P.S. Dahm
=author, numbering=yes] \starttext \cite[something] some text. \section{References} \completepublications \stoptext --- Output looks like: (Something, Somedate) some text. 1 References pubs]References 1 Title of the book, publisher, etc --- Thanks for any help

[NTG-context] tiny failure with bib module

2010-08-27 Thread Mojca Miklavec
Dear Taco, the following minimal example: \usemodule[bib] \startpublication [k=key,t=book] \title{Title} \author[]{Author}[A.]{}{The} \stoppublication \starttext \cite[alternative=data][key] \stoptext creates an error in mkii (and works fine in mkiv): ! Undefined

Re: [NTG-context] tiny failure with bib module

2010-08-27 Thread Taco Hoekwater
On 08/27/2010 12:13 PM, Mojca Miklavec wrote: Dear Taco, the following minimal example: \usemodule[bib] \startpublication [k=key,t=book] \title{Title} \author[]{Author}[A.]{}{The} \stoppublication \starttext \cite[alternative=data][key] \stoptext creates an error

Re: [NTG-context] tiny failure with bib module

2010-08-27 Thread Mojca Miklavec
}[A.]{}{The} \stoppublication \starttext \cite[alternative=data][key] \stoptext creates an error in mkii (and works fine in mkiv): ! Undefined control sequence. \@@pvdatabook ...up }{\egroup . }{\insertcrossref This should help, somewhere after \usemodule:  \let\insertcrossref\bibinsertcrossref This does help

Re: [NTG-context] tiny failure with bib module

2010-08-27 Thread Hans Hagen
On 27-8-2010 3:42, Taco Hoekwater wrote: On 08/27/2010 12:13 PM, Mojca Miklavec wrote: Dear Taco, the following minimal example: \usemodule[bib] \startpublication [k=key,t=book] \title{Title} \author[]{Author}[A.]{}{The} \stoppublication \starttext \cite[alternative=data][key] \stoptext

[NTG-context] Bib Module: \cite can kill spaces

2010-08-15 Thread Andreas Schneider
Hi, I don't know how exactly it happens, but in the attached example the last footnote is missing a space before the inserted \cite. In my real document that happens a lot and kills the layout. Anything I can do to fix that? Best Regards, Andreas.\mainlanguage[de] \usemodule[bib

Re: [NTG-context] Bib Module: \cite can kill spaces

2010-08-15 Thread Thomas Schmitz
On Sun, 15 Aug 2010 19:14:53 +0200 Andreas Schneider ak...@gmx.de wrote: Hi, I don't know how exactly it happens, but in the attached example the last footnote is missing a space before the inserted \cite. In my real document that happens a lot and kills the layout. Anything I can do to fix

Re: [NTG-context] Bib Module: \cite can kill spaces

2010-08-15 Thread taco
Thomas Schmitz wrote: On Sun, 15 Aug 2010 19:14:53 +0200 Andreas Schneider ak...@gmx.de wrote: Hi, I don't know how exactly it happens, but in the attached example the last footnote is missing a space before the inserted \cite. In my real document that happens a lot and kills the layout

Re: [NTG-context] Bib Module: \cite can kill spaces

2010-08-15 Thread Andreas Schneider
On Sun, 15 Aug 2010 20:09:07 +0200, taco t...@elvenkind.com wrote: Thomas Schmitz wrote: Ugly workaround: \def\prefix{Vgl. \strut} % or \null But I have no idea what's happening here, maybe Hans or Taco can come up with a real solution. \cite[alternative=data] seems to eat any

[NTG-context] Tracking down error in publication list

2010-07-22 Thread Richard Stephens
of the \cite commands recently added, but to no avail. Is the problem in the BibTeX file or in my document? Any help would be much appreciated. Regards, Richard Converteam UK Ltd. Registration Number: 5571739 and Converteam Ltd. Registration Number: 2416188 Registered in England and Wales. Registered

Re: [NTG-context] problem with publication lists in mkiv

2010-07-22 Thread Thomas A. Schmitz
Volumes} test test test test test test test test test test test test test test \nocite[intertestualita,gibsonlearning,ackrillaristotle] \placepublications[criterium=cite] \stoptext ___ If your question

Re: [NTG-context] two problems for bib module

2010-07-22 Thread Thomas A. Schmitz
. All best Thomas On Jul 19, 2010, at 10:51 AM, Li Yanrui (李延瑞) wrote: Hi all, I have the following problems when I use the bib module. 1. For the cite of 'authoryear', how to make it being clickable link? This is a minimum example: %%% %% filename: test.tex

Re: [NTG-context] problem with publication lists in mkiv

2010-07-22 Thread Hans Hagen
] \starttext \section{Edited Volumes} test test test test test test test test test test test test test test \nocite[intertestualita,gibsonlearning,ackrillaristotle] \placepublications[criterium=cite] \stoptext

Re: [NTG-context] two problems for bib module

2010-07-22 Thread Hans Hagen
\startxmlsetups bibtex:show \xmlshow{#1} \stopxmlsetups \applytobibtexsession[somebibtex][bibtex:list] cite: \bibtexcitation[somebibtex][test-entry] (中国工业生产率的增长与收敛) % \applytobibtexsession[somebibtex][bibtex:show] \blank dataref: \bibtexdataref [somebibtex

Re: [NTG-context] problem with publication lists in mkiv

2010-07-22 Thread Thomas A. Schmitz
{Oxford} \pubname{Oxford UP} \stoppublication \setuppublications[state=start] \starttext \section{Edited Volumes} test test test test test test test test test test test test test test \nocite[intertestualita,gibsonlearning,ackrillaristotle] \placepublications[criterium=cite] \stoptext

[NTG-context] two problems for bib module

2010-07-19 Thread 李延瑞
Hi all, I have the following problems when I use the bib module. 1. For the cite of 'authoryear', how to make it being clickable link? This is a minimum example: %%% %% filename: test.tex \setupinteraction[state=start] \setupbibtex[database=ref] \setupcite[authoryear

[NTG-context] problem with publication lists in mkiv

2010-07-15 Thread Thomas A. Schmitz
,ackrillaristotle] \placepublications[criterium=cite] \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

Re: [NTG-context] List of all bibliography items is empty in mkiv

2010-07-05 Thread Nicola
adding some text or even a section command. At some point it should start working (probably even without an explicit \cite anywhere). Nevertheless, it looks like a bug. Unfortunately, adding text or sectioning command doesn't help. Today I have updated ConTeXt Minimals as usual, using sh ./first

Re: [NTG-context] nomarking function in MKIV

2010-07-02 Thread Thomas A. Schmitz
by mistake \cite{reference} rather then \cite[reference]. Back to robustness, I once wrote a very big system used to run expriments. It *had* to be robust. Luckly, to insure this, I had a collegue who was very good in doing every thing wrong. For example, if the program asked how many cycles to run

Re: [NTG-context] List of all bibliography items is empty in mkiv

2010-07-02 Thread Taco Hoekwater
without an explicit \cite anywhere). Nevertheless, it looks like a bug. Best wishes, Taco ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

Re: [NTG-context] nomarking function in MKIV

2010-07-01 Thread Alan BRASLAU
tried options that do not exist and which are simply ignored in silence. Now try: \input knuth \starttext What about this? \stoptext Sometimes our errors, ignored in silence, end up having strange side effects that are long to debug. I came across this, for example, using by mistake \cite

Re: [NTG-context] Indent in publication list

2010-06-18 Thread Yury G. Kudryashov
richard.steph...@converteam.com wrote: The cite is removed because the original message was HTML only. Please, never use HTML only messages. Try \setuppublicationlist[width=5mm] ___ If your question is of interest

[NTG-context] An elisp script for converting LaTeX to ConTeXt in emacs

2010-06-16 Thread Michael Murphy
macros cite emph There are still bugs, and several more environments would be useful, but if anyone thinks that it would be useful to them, then please go ahead and use it. (Even better, if you'd like to help me write more of it, drop me a line.) I know that it's written in elisp which perhaps

Re: [NTG-context] Mutiple citations doesn't work with compress=no + interaction

2010-06-09 Thread Michael Murphy
://dx.doi.org/10.1080/00107510701342313} \stoppublication \setupinteraction[state=start] \usemodule[bib] \setuppublications[refcommand=authoryears] \let\NORMALcite\cite \newif\ifSEEN \def\cite#1[#2]{\SEENfalse \def\processitem##1{\ifSEEN, \else\SEENtrue \fi \NORMALcite[##1]}% (\processcommalist[#2

Re: [NTG-context] Mutiple citations doesn't work with compress=no + interaction

2010-06-09 Thread Taco Hoekwater
of the publication list). This problem is not caused by the \cite inside the \footnote, nor by the redefinition of \cite, it happens without those as well. Best wishes, Taco min_bib_fn.tex Description: TeX document

Re: [NTG-context] Mutiple citations doesn't work with compress=no + interaction

2010-06-09 Thread Michael Murphy
for handling them, rubbish appears on the top of the publication list). This problem is not caused by the \cite inside the \footnote, nor by the redefinition of \cite, it happens without those as well. Thanks, that works a treat. I also noticed the thing with the footnote, but it doesn't happen in my

[NTG-context] MKIV and bib module

2010-06-09 Thread Honza Pohanka
to unicode \usemodule[bib] \setupbibtex[database={stereo}] \setuppublications[alternative=num,autohang=yes] \setuppublicationlist[before=\blank] \setupexternalfigures[directory=./img] \starttext bla \cite[moltonetal1998] bla \cite[andersonetal2007] \setuppublications[alternative=ams

Re: [NTG-context] MKIV and bib module

2010-06-09 Thread Aditya Mahajan
] \mainlanguage[cz] \input pdfr-def.mkii % glyph to unicode \usemodule[bib] \setupbibtex[database={stereo}] \setuppublications[alternative=num,autohang=yes] \setuppublicationlist[before=\blank] \setupexternalfigures[directory=./img] \starttext bla \cite[moltonetal1998] bla \cite[andersonetal2007

Re: [NTG-context] MKIV and bib module

2010-06-09 Thread Honza Pohanka
] \setupexternalfigures[directory=./img] \starttext bla \cite[moltonetal1998] bla \cite[andersonetal2007] \setuppublications[alternative=ams] \completepublications \completepublications[criterium=all] Aditya

[NTG-context] \setupcite[authornum][...] not working

2010-06-08 Thread Stefan Müller
Hi, I'm using the ams-bibliography style and want to include authornum-cites in the document (so i want to input something like in the paper by \cite[authornum][doe] instead of in the paper by Doe \cite[num][doe]. The \cite command works as intended, but I'm not able to change the typesetting

Re: [NTG-context] \setupcite[authornum][...] not working

2010-06-08 Thread Taco Hoekwater
Stefan Müller wrote: I already tried apa style, the same there. In addition, the names of a citation placed with \cite[author] (e.g. Doe and Fisher) are not typesetted as those of a citation placed with \cite[authornum] (e.g. Doe,Fisher), although I think (from a short glimpse at bibl

[NTG-context] Mutiple citations doesn't work with compress=no + interaction

2010-06-08 Thread Michael Murphy
[][Balachandran2008 references : unknown reference [][Balachandran2008 references : unknown reference [][Balachandran2008 Strangely, this only happens when I want to refer to multiple authors, e.g. \cite[ref1, ref2, ref3], and everything works fine if I just do \cite[ref1]. I've attached a minimal

Re: [NTG-context] Mutiple citations doesn't work with compress=no + interaction

2010-06-08 Thread taco
reference [][Balachandran2008 references : unknown reference [][Balachandran2008 references : unknown reference [][Balachandran2008 Strangely, this only happens when I want to refer to multiple authors, e.g. \cite[ref1, ref2, ref3], and everything works fine if I just do \cite[ref1

[NTG-context] urls longer than 57 characters fail in the bibliography

2010-05-27 Thread Michael Saunders
\usemodule[bib] \newcommand{\myurl}[2]{\useURL[#1][#2][][\hyphenatedurl{#2}]{\ss\from[#1]}} \starttext \cite[test] \placepublications[criterium=all] \stoptext works with: @BOOK{test, title = {test title}, publisher = {test title}, year = {2010}, author = {test author}, note

Re: [NTG-context] urls longer than 57 characters fail in the bibliography

2010-05-27 Thread taco
Michael Saunders wrote: \usemodule[bib] \newcommand{\myurl}[2]{\useURL[#1][#2][][\hyphenatedurl{#2}]{\ss\from[#1]}} \starttext \cite[test] \placepublications[criterium=all] \stoptext works with: @BOOK{test, title = {test title}, publisher = {test title}, year = {2010}, author = {test

Re: [NTG-context] Multiple citations at one position

2010-05-25 Thread Stefan Müller
When you put command \cite[ref1,ref2,ref3] % without spaces!!! then you get regular restult. Jaroslav I confirm that it works as Jaroslav outlined: I get [1-3] when I drop the spaces. Thank you very much. With this example tex-file I only get [1]. Confirmed. This is a bug. The above

[NTG-context] \definereferenceformat [MkIV]

2010-05-24 Thread Rogutės Sparnuotos
A bug in MkIV? The left=[ and right=] settings of \definereferenceformat[] bleed through to \in and \at: \definereferenceformat[cite][left={[},right={]}] \starttext \section[sec:test]{Test} \cite[]. Section \in[sec:test]. \stoptext By the way, is \setupreferencing meant for \about only (if so

Re: [NTG-context] Multiple citations at one position

2010-05-21 Thread Stefan Müller
Thank you for the fast responses. Did you try \cite[ref1,ref3,... ref9] ? Yes, I did try this, but instead of [1,2,3] or [1-3] I just got [1]. Yes, it is OK. I am using in MKIV for multiple citation \cite[ref1,ref3,... ref9] Last delimiter is setting due commands \setupcite, for example

Re: [NTG-context] Multiple citations at one position

2010-05-21 Thread Aditya Mahajan
On Fri, 21 May 2010, Stefan Müller wrote: Thank you for the fast responses. Did you try \cite[ref1,ref3,... ref9] ? Yes, I did try this, but instead of [1,2,3] or [1-3] I just got [1]. Yes, it is OK. I am using in MKIV for multiple citation \cite[ref1,ref3,... ref9] Last delimiter

Re: [NTG-context] Multiple citations at one position

2010-05-21 Thread Jaroslav Hajtmar
When you put command \cite[ref1,ref2,ref3] % without spaces!!! then you get regular restult. Jaroslav Here is my minimal example: \usemodule[bib] \setupbibtex[database={test.bib}, sort=author] \setuppublications[alternative=ams] \starttext \section{Section} \cite[ref1,ref2,ref3] % without

[NTG-context] Multiple citations at one position

2010-05-19 Thread Stefan Müller
Hi, I am citing several references at one position in my document and I was wondering if there is a way to get something like [1, 3, 9 - 11] instead of [1] [3] [9] [10] [11] (what I would get by using \cite[ref1] \cite[ref3] \cite[ref9] ...). Unfortunately I can't find some deeper information

Re: [NTG-context] Multiple citations at one position

2010-05-19 Thread Hans Hagen
On 19-5-2010 10:01, Stefan Müller wrote: Hi, I am citing several references at one position in my document and I was wondering if there is a way to get something like [1, 3, 9 - 11] instead of [1] [3] [9] [10] [11] (what I would get by using \cite[ref1] \cite[ref3] \cite[ref9

Re: [NTG-context] Multiple citations at one position

2010-05-19 Thread Aditya Mahajan
On Wed, 19 May 2010, Hans Hagen wrote: On 19-5-2010 10:01, Stefan Müller wrote: Hi, I am citing several references at one position in my document and I was wondering if there is a way to get something like [1, 3, 9 - 11] instead of [1] [3] [9] [10] [11] (what I would get by using \cite

Re: [NTG-context] Multiple citations at one position

2010-05-19 Thread Jean Magnan de Bornier
Le 19 mai à 22:01:25 Stefan Müller warrence@gmx.de écrit notamment: | Hi, | I am citing several references at one position in my document and I was | wondering if there is a way to get something like [1, 3, 9 - 11] instead of | [1] [3] [9] [10] [11] (what I would get by using \cite[ref1

Re: [NTG-context] Multiple citations at one position

2010-05-19 Thread Jaroslav Hajtmar
of | [1] [3] [9] [10] [11] (what I would get by using \cite[ref1] \cite[ref3] | \cite[ref9] ...). Unfortunately I can't find some deeper information about | \cite or \setupcite. I'd appreciate any suggestions. | Thanks in advance, | Stefan. Did you try \cite[ref1,ref3,... ref9] ? Yes

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Mojca Miklavec
://www.gsi.de/fair/}        \title{FAIR -- Facility for Antiproton and Ion Research} \stoppublication \starttext \cite[FAIR]\par \placepublications \stoptext magic to me, but we can look into bib mess stuff later What can I do? 3.) Bibliography citations give different result

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
\cite[a,b,c] should generate [1,2,3] or [1-3]? I have an article at hand that has [1], [2], [3] instead to be honest. I'm not sure, but [1-3] somehow doesn't appear right to me. I have a feeling that each bib item needs to be cited separately, but I may be wrong. collapsing has always been

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Mojca Miklavec
: \usemodule[bib] % this line spoils the show \setuppublications[alternative=num] \setuppublicationlayout[webpage]{\inserturl{}{}{}} \startpublication[k=pragma,t=webpage] \biburl{http://www.pragma-ade.com} \stoppublication \starttext \cite[pragma]\par\placepublications \stoptext Defining new publication

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
[alternative=num] \setuppublicationlayout[webpage]{\inserturl{}{}{}} \startpublication[k=pragma,t=webpage] \biburl{http://www.pragma-ade.com} \stoppublication \starttext \cite[pragma]\par\placepublications \stoptext hm, you set it to num and get a num only? i'll have to check what happens Hans

Re: [NTG-context] Changing separator in BIBliography

2010-05-12 Thread Taco Hoekwater
\cite[15, 16] (keys of publications) then I get link to list of publications [15 and 16] When I use in source \cite[15, 16, 17] then I get link to list of publications [15, 16 and 17] I want set separator so that result was [15, 16] or [15, 16, 17] \setupcite[num][lastpubsep={, }] Best wishes

[NTG-context] 10+ reasons why I still use MKII

2010-05-12 Thread Mojca Miklavec
is right, but there's probably no reason to produce different results. \usemodule [bib] \setuppublications [alternative=num, criterium=all, sorttype=cite] \starttext \startpublication[k=a,t=article]\arttitle{a}\stoppublication \startpublication[k=b,t=article

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-12 Thread Hans Hagen
which one is right, but there's probably no reason to produce different results. \usemodule [bib] \setuppublications [alternative=num, criterium=all, sorttype=cite] \starttext \startpublication[k=a,t=article]\arttitle{a}\stoppublication \startpublication[k=b,t

[NTG-context] Changing separator in BIBliography

2010-05-11 Thread Jaroslav Hajtmar
Hello, I am using Taco's bib module in mkiv and I use only note field in misc layout. Now I have problem with setting separator of keys. I want use it in czech language and therefore I want modify separator, but I dont know relevant option. When I use in source \cite[15, 16] (keys

Re: [NTG-context] simple bibliography and dots after section numbering

2010-05-07 Thread Marius
:    ---    People are writing about this \cite[ref1], (\cite[ref2] - page 25).    \startbibliography      \bibitem[ref1] This is the first reference.      \bibitem[Daniel, 2004][ref2] This is the second reference.    \stopbibliography

Re: [NTG-context] simple bibliography and dots after section numbering

2010-05-06 Thread rogutes
: --- People are writing about this \cite[ref1], (\cite[ref2] - page 25). \startbibliography \bibitem[ref1] This is the first reference. \bibitem[Daniel, 2004][ref2] This is the second reference. \stopbibliography

[NTG-context] simple bibliography and dots after section numbering

2010-05-05 Thread rogutes
://wiki.contextgarden.net/Simple_Bibliography#Another_Approach but adapting it seems too hard for me. Perhaps someone could help? A very crude example: --- People are writing about this \cite[ref1], (\cite[ref2] - page 25). \startbibliography

Re: [NTG-context] Unicode bibliography

2010-04-27 Thread Mojca Miklavec
in the field where almost every article I had to cite was in PubMed which is no longer true. JabRef has an enourmous added value when one needs to use citeseer or PubMed. What I would need now would be DOI2bib converter. As soon as the time spent on copy-pasting data from article web pages to bib

Re: [NTG-context] basic \cite[]

2010-04-18 Thread Taco Hoekwater
Hi, Michael Green wrote: Mk II gets the desired result; Mk IV does not. Example: ... \placepublications Please change the above line to \placepublications[criterium=all] This is a bug in the mkiv port of the module that I thought was already documented, but maybe not. To be sure, I

Re: [NTG-context] basic \cite[]

2010-04-18 Thread Salil Sayed
] \setuppublications[numbering=yes] \def\LocalRefList {\subject{References}\placepublications[criterium=chapter, option=continue]} \def\citet[#1]{\cite[authoryear][#1]} \def\citep[#1]{\cite[authoryears][#1]} The line \def\LocalRefList {\subject{References}\placepublications[criterium=chapter, option=continue

Re: [NTG-context] basic \cite[]

2010-04-18 Thread Michael Saunders
Taco: \placepublications Please change the above line to \placepublications[criterium=all] Thanks, but that's what I was using already. To be clear, in Mk IV: \usemodule[bib] \setupbibtex[database=myProject] \setuppublications[alternative=num] ... \cite[myKey] ... \placepublications

Re: [NTG-context] basic \cite[]

2010-04-18 Thread Taco Hoekwater
Michael Saunders wrote: Taco: \placepublications Please change the above line to \placepublications[criterium=all] Thanks, but that's what I was using already. To be clear, in Mk IV: \usemodule[bib] \setupbibtex[database=myProject] \setuppublications[alternative=num] ... \cite[myKey

Re: [NTG-context] basic \cite[]

2010-04-18 Thread Wolfgang Schuster
Am 18.04.10 08:31, schrieb Taco Hoekwater: On the criterium vs. criterion: this bad 'translation' is actually a keyword left over from the Dutch interface. It has been this way since 1996 I think. Actually changing it is not an option. but perhaps an alias could be created. I have also created a

Re: [NTG-context] basic \cite[]

2010-04-17 Thread Michael Saunders
Taco: Try \setuppublications[alternative=num] Thank you, but using that I get the same result: \cite[myKey] prints out empty brackets [], not [1]. ___ If your question is of interest to others as well, please

Re: [NTG-context] basic \cite[]

2010-04-17 Thread Michael Green
[database=bibl-test] \starttext \subject{Text} Sentence referring to Shue’s article. \cite[Shue:1978lg] Sentence referring to Sussman’s article. \cite[Sussman:2005oz] \subject{References} \placepublications \stoptext bibl-test.tex @article{Sussman:2005oz, Author = {Sussman, David

Re: [NTG-context] basic \cite[]

2010-04-17 Thread Michael Saunders
Michael Green: Mk II gets the desired result; Mk IV does not. Example: \usemodule[bib] \setuppublications[alternative=num,refcommand=num] ... That's it then. I'm using Mk IV. Is there a proper way to use it? By the way, the developers should know something: in English, a criterium is a

[NTG-context] stopcolumns causes new page!!!?

2010-04-11 Thread Xan
] \setuppublications [alternative=ams,sorttype=bbl, criterium=all]% era criterium=cite per a llistar només els citats% \setupheadtext[ca][pubs=Referències] \setuppublicationlist[authoretallimit=3] \setuppublicationlist[authoretaltext={\it\ et al.}] \setuppublicationlist[authoretaldisplay=1] %Indentation

Re: [NTG-context] Bibtex change short key

2010-03-26 Thread Taco Hoekwater
and K. Akita and T. Hasama}, ... } in my *.bib file, the \cite[Akimoto2005] results in [ALAH05]. Is there a way to get only the first author with three letters and the year ([Aki05]) in the citation? Patch the generated .bbl file by hand. after its initial creation, it will not be modified by context

Re: [NTG-context] Bibtex change short key

2010-03-25 Thread Hubertus
. Akita and T. Hasama}, ... } in my *.bib file, the \cite[Akimoto2005] results in [ALAH05]. Is there a way to get only the first author with three letters and the year ([Aki05]) in the citation? Patch the generated .bbl file by hand. after its initial creation, it will not be modified

[NTG-context] Bibtex change short key

2010-03-24 Thread Hubertus
. Akita and T. Hasama}, ... } in my *.bib file, the \cite[Akimoto2005] results in [ALAH05]. Is there a way to get only the first author with three letters and the year ([Aki05]) in the citation? Help would be much appreciated. Thanks Hubertus

Re: [NTG-context] Bibtex change short key

2010-03-24 Thread Taco Hoekwater
and B. S. Li and K. Akita and T. Hasama}, ... } in my *.bib file, the \cite[Akimoto2005] results in [ALAH05]. Is there a way to get only the first author with three letters and the year ([Aki05]) in the citation? Patch the generated .bbl file by hand. after its initial creation

Re: [NTG-context] Problem in sorting bibtex entries

2010-03-22 Thread Mikael Persson
[        database=mp, ] \starttext See~\cite{resi3,resi4} and also~\cite{resi2,resi1}. \placepublications[criterium=all] \stoptext % end of bibbug.tex I get an eror: ! LuaTeX error ...TeXt/tex/texmf-context/tex/context/base/bibl-tra.lua:83: attempt to compare two nil values stack traceback

Re: [NTG-context] Problem in sorting bibtex entries

2010-03-22 Thread Jean Magnan de Bornier
: | | % bibbug.tex | \usemodule[bib] | | \setuppublications[ |        sorttype=bbl, | ] | | \setupbibtex[ |        database=mp, | ] | | \starttext | See~\cite{resi3,resi4} and also~\cite{resi2,resi1}. | | \placepublications[criterium=all] | \stoptext | % end of bibbug.tex | | I get an eror

Re: [NTG-context] bib things broken in mkiv?

2010-03-22 Thread Jaroslav Hajtmar
I have similar problem. Try modify parameters of \setuppublications macro. Any parameters get result without error (for me) (but format is diferent) J. I have (for Czech lang.)\setuppublications[setupinteraction=start, alternative=ams, sorttype=cite, criterium=cite] When I compile mkiv

<    3   4   5   6   7   8   9   10   11   12   >