[NTG-context] Problem in sorting bibtex entries

2010-03-18 Thread Mikael Persson
Dear Taco and list, I have a problem (with the latest minimals) sorting bibtex entries: Consider the following example: % bibbug.tex \usemodule[bib] \setuppublications[ sorttype=bbl, ] \setupbibtex[ database=mp, ] \starttext See~\cite{resi3,resi4} and also~\cite{resi2,resi1

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

2010-03-18 Thread Mikael Persson
the following example: % 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: ! LuaTeX

Re: [NTG-context] bibtex problems

2010-03-10 Thread Tom
of references to be used in my documents, but have a couple of questions: Q1. Do I create my database by creating MyReferences.tex with my text editor? Q2. Is MyReferences.bbl supposed to be created by \setupbibtex when it appears in a document? Q3. I am confused by the \cite[article-full] command

Re: [NTG-context] bibtex problems

2010-03-10 Thread Fernan Aguero
probably ConTeXt will use it without asking. Q2. Is MyReferences.bbl supposed to be created by \setupbibtex when it appears in a document? At least in LaTeX, the .bbl file is generated after processing the \cite commands within the main .tex file. Q3. I am confused by the \cite[article-full] command

Re: [NTG-context] bib module, inproceedings mkii/mkiv incompatibility

2010-03-07 Thread Taco Hoekwater
Mojca Miklavec wrote: Hello Taco, the following example (I need to admit that I'm not sure how to properly cite inproceedings) returns a different result in mkii and mkiv. My citation (the fields I use) is probably a bit wrong, but the results should be the same in my opinion. (Only mkii shows

Re: [NTG-context] bib module, inproceedings mkii/mkiv incompatibility

2010-03-07 Thread Mojca Miklavec
On Sun, Mar 7, 2010 at 11:26, Taco Hoekwater wrote: Mojca Miklavec wrote: Hello Taco, the following example (I need to admit that I'm not sure how to properly cite inproceedings) returns a different result in mkii and mkiv. My citation (the fields I use) is probably a bit wrong

[NTG-context] bib module, inproceedings mkii/mkiv incompatibility

2010-03-04 Thread Mojca Miklavec
Hello Taco, the following example (I need to admit that I'm not sure how to properly cite inproceedings) returns a different result in mkii and mkiv. My citation (the fields I use) is probably a bit wrong, but the results should be the same in my opinion. (Only mkii shows the year, in mkiv

Re: [NTG-context] bib module, inproceedings mkii/mkiv incompatibility

2010-03-04 Thread James Fisher
I confirm the above -- with the exception that mkiv does show the year, just after the authors. On Thu, Mar 4, 2010 at 5:55 PM, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: Hello Taco, the following example (I need to admit that I'm not sure how to properly cite inproceedings

[NTG-context] bib: authornum

2010-02-12 Thread Thomas A. Schmitz
Hi, sorry if this is yet another bib question: the authornum cite style is a recent addition. It doesn't accept all the setup functions that other styles (such as authornum) do. The one thing I miss most ATM is the andtext option between a publication with several authors. It takes the form

Re: [NTG-context] [bib] getting full author(s)'s name(s)

2010-02-12 Thread Philipp Gesang
with only one of many. I'm convinced the answer lies somewhere hidden in bibl-tra.mkiv inside \complexbibdef and particularly \specialbibinsert but I can't grasp the relevant part (getting the list) of it. If you are talking about \cite then the answer is not in \specialbibinsert

Re: [NTG-context] bib: authornum

2010-02-12 Thread Taco Hoekwater
Thomas A. Schmitz wrote: Hi, sorry if this is yet another bib question: the authornum cite style is a recent addition. It doesn't accept all the setup functions that other styles (such as authornum) do. The one thing I miss most ATM is the andtext option between a publication with several

Re: [NTG-context] bib: authornum

2010-02-12 Thread Thomas A. Schmitz
} \title{The Greek Anthology{\em , 2} The Garland of Philip} \city{Cambridge (Engl.)} \pubname{Cambridge UP} \stoppublication \setuppublicationlist[samplesize={VSdK90},totalnumber=1] \starttext \cite[gowpagegp] \page \placepublications[criterium=all] \stoptext

Re: [NTG-context] bib: authornum

2010-02-12 Thread Taco Hoekwater
Hi, Attached is a fairly elaborate patch and test file, please try. If you are happy with it, it can probably go to the core (with a similar patch for bibl-tra.mkii). Besides the \cite[authornum] case, it also adds 'lastpubsep' support to the 'short forms', like \cite[num] and \cite[short

Re: [NTG-context] bib: authornum

2010-02-12 Thread Thomas A. Schmitz
On Feb 12, 2010, at 4:10 PM, Taco Hoekwater wrote: Hi, Attached is a fairly elaborate patch and test file, please try. If you are happy with it, it can probably go to the core (with a similar patch for bibl-tra.mkii). Besides the \cite[authornum] case, it also adds 'lastpubsep' support

[NTG-context] YABQ - yet another bib question

2010-02-11 Thread Thomas A. Schmitz
much easier than the obsolete bibtex stuff, I'm sure. In the meantime, I'm still struggling with our old bib stuff and have one question. I would like to have two different reference mechanisms for the cite commands and within the publication list. For normal cite commands, I would like

Re: [NTG-context] YABQ - yet another bib question

2010-02-11 Thread Taco Hoekwater
approach will make things much easier than the obsolete bibtex stuff, I'm sure. In the meantime, I'm still struggling with our old bib stuff and have one question. I would like to have two different reference mechanisms for the cite commands and within the publication list. For normal cite commands

[NTG-context] two buglets

2010-02-11 Thread Thomas A. Schmitz
] \placeregister[index] \stoptext I would expect azygous to follow Aardvark, but it is sorted before. 2. (Maybe not a bug, but a somewhat unfriendly behavior): When a \cite command refers to a non-existent key and sort=bbl, ConTeXt bombs out with a lua error: ! LuaTeX error ...text/tex/texmf

Re: [NTG-context] two buglets

2010-02-11 Thread Hans Hagen
On 11-2-2010 16:52, Thomas A. Schmitz wrote: 2. (Maybe not a bug, but a somewhat unfriendly behavior): When a \cite command refers to a non-existent key and sort=bbl, ConTeXt bombs out with a lua error: so what do you expect? to drop that entry? or else, what default key to use? Hans

Re: [NTG-context] [bib] getting full author(s)'s name(s)

2010-02-11 Thread Taco Hoekwater
somewhere hidden in bibl-tra.mkiv inside \complexbibdef and particularly \specialbibinsert but I can't grasp the relevant part (getting the list) of it. If you are talking about \cite then the answer is not in \specialbibinsert, but in \bibauthorref, which is quite complicated because of sorting

Re: [NTG-context] \insertcrossref

2010-02-09 Thread Taco Hoekwater
runs \cite internally, so whatever \cite fetches is what you get. However, there is no \cite[title] command, so altering \cite will not work. Luckily, \insertcrossref is short, so maybe this will work: \usemodule[bib] \unprotect \def\bibinsertcrossref#1#2#3% {\bibdoifelse{\@@p...@crossref

Re: [NTG-context] Adding Items to Bibliography

2010-02-09 Thread Taco Hoekwater
wanted to setup (a) an author-title format for \cite[] (I found no \bibgetvarX function to query the publication title), Somewhat answered in my other mail, maybe, but if you actually want \cite[title] to do something, then you need to define a macro called \bibtitleref, which is not all that easy

Re: [NTG-context] \insertcrossref

2010-02-09 Thread Philipp Gesang
On 2010-02-09 16:01:41, Taco Hoekwater wrote: \insertcrossref simply runs \cite internally, so whatever \cite fetches is what you get. However, there is no \cite[title] command, so altering \cite will not work. Luckily, \insertcrossref is short, so maybe this will work: \usemodule[bib

[NTG-context] Adding Items to Bibliography

2010-02-08 Thread Philipp Gesang
-title format for \cite[] (I found no \bibgetvarX function to query the publication title), and (b) substitution of consecutive identical authornames with dashes (or idem, if that matters) in the publications list. Thanks in advance for any clarification on this matter, bibliography support

Re: [NTG-context] What do you miss in ConTeXt?

2010-02-08 Thread John Haltiwanger
(or implementable) for \cite{} in TeX, I would be a very happy masters student indeed ;) (BibLaTeX's MLA did not work for me in LyX, which is about as far as I'm going to go into LaTeX). Until then I'll just use the MLA setup environment from the ConTeXt wiki and input my refs by hand. On Mon, Feb 8, 2010

[NTG-context] bib in mkiv

2010-01-26 Thread Thomas A. Schmitz
Hi all, shouldn't this work in mkiv as well? It does work in mkii. In mkiv, I see in the log file publications: warning: cite argument * is unknown on line 175 so it looks like it's interpreting the \nocite[*] literally. Any thoughts on this? All best Thomas \setuppublicationlist

Re: [NTG-context] bib in mkiv

2010-01-26 Thread Hans Hagen
On 26-1-2010 15:34, Thomas A. Schmitz wrote: Hi all, shouldn't this work in mkiv as well? It does work in mkii. In mkiv, I see in the log file publications : warning: cite argument * is unknown on line 175 so it looks like it's interpreting the \nocite[*] literally. Any thoughts

Re: [NTG-context] Bibliography -- complete inline citations in footnotes

2010-01-21 Thread Andreas Schneider
where you want to use it and include it with \module[mycite]. To use it simply replace \cite[key] with something like \mycite[key] [page=123, chapter=1.5, suffix={Some manual inserted text.}] These three parameters are each optional. Since I wrote this for a German document, you may also want

[NTG-context] Is there the length of article title limited in bibliography with MkIV for Chinese?

2010-01-18 Thread Yanrui Li
] \setupbibtex[database=ref] \starttext 测试\cite[测试]。 \placepublications \stoptext %% filename: ref.bib @book{测试, title = {〇一二三四五六七八九〇一二三四五六七八九〇一二}, author= {一二三}, publisher = {四五六}, year = {2000}, } After compiling the above test.tex, I can get the following test.bbl

Re: [NTG-context] Thoughts on ConTeXt: ditched

2009-12-28 Thread Manuel P.
without citations. I don't have the solution, but I'm quite sure, that this is trivial for guys like Taco and others. There is at least one workaround: cite them all at some place in a 0-width box with white color on white background. Hi Peter, Yes, Taco written that this is bug

Re: [NTG-context] Thoughts on ConTeXt: ditched

2009-12-27 Thread Peter Münster
sure, that this is trivial for guys like Taco and others. There is at least one workaround: cite them all at some place in a 0-width box with white color on white background. - MKIV, unlike MKII, doesn't setup any background color: \setupcolors[state=start] Not needed in MKIV

Re: [NTG-context] Thoughts on ConTeXt: ditched

2009-12-27 Thread Hans Hagen
On 27-12-2009 20:16, Peter Münster wrote: You mean perhaps the problem to get all entries in the bib-database, even without citations. I don't have the solution, but I'm quite sure, that this is trivial for guys like Taco and others. There is at least one workaround: cite them all at some place

Re: [NTG-context] Strange bib referencing behavior

2009-12-15 Thread Janneman
change.case$ -- 3 chr.to.int$ -- 2 cite$ -- 2 duplicate$ -- 63 empty$ -- 76 format.name$ -- 21 if$ -- 105 int.to.chr$ -- 2 int.to.str$ -- 4 missing$ -- 2 newline$ -- 29 num.names$ -- 9 pop$ -- 90 preamble$ -- 1 purify$ -- 8 quote$ -- 0 skip$ -- 15 stack$ -- 0 substring$ -- 6 swap$ -- 18 text.length$ -- 2

Re: [NTG-context] Strange bib referencing behavior

2009-12-15 Thread Janneman
},compress=no] \usepublications[\jobname] \starttext \section{test} When citing this author it makes an annoying new line. Eva \cite[Hultin2007]. But this reference \cite[2005tmo] keeps at the same line. This is bad because i'm writing a thesis right now and this doesn't look good. \stoptext

Re: [NTG-context] Biblography list does not show numbers

2009-12-06 Thread Otared Kavian
in the typest output, something like: see T. Hoekwater [2]... when in the source file one says ... see T. Hoekwater \cite[THoekwater]... Since I am strongly willling to switch to ConTeXt for writing and submitting my maths papers, there are two other questions which I couldn't fix: 1

Re: [NTG-context] Biblography list does not show numbers

2009-12-06 Thread Taco Hoekwater
in square bracket in the typest output, something like: see T. Hoekwater [2]... when in the source file one says ... see T. Hoekwater \cite[THoekwater]... \setuppublications[alternative=num] See also the bibliography manual: http://modules.contextgarden.net/bibman Best wishes

Re: [NTG-context] Bibliography help - some problems I have noticed

2009-12-06 Thread Taco Hoekwater
Hi, Curiouslearn wrote: (0) Do I need bibltx for latex databases? No. These days, the ConTeXt core defines \newcommand so the bibltx module is obsolete. (0.5) Using \type{\cite[author,year][BergstromBagnoli2005]} just returns the key in the document This is caused by the \cite[author

Re: [NTG-context] Biblography list does not show numbers

2009-12-06 Thread Otared Kavian
more easily the t-bib module, can you please tell us how to put the cited references in square bracket in the typest output, something like: see T. Hoekwater [2]... when in the source file one says ... see T. Hoekwater \cite[THoekwater]... \setuppublications[alternative=num

Re: [NTG-context] Biblography list does not show numbers

2009-12-06 Thread Matthijs Kooijman
Hi Taco, I have assumed that ConTeXt has more authors that need APA like citations than bracketed numbers. ConTeXt has never had a very strong presence in the exact sciences. If that's the case, then the \cite command does the wrong thing by default, since it generates references as bracketed

Re: [NTG-context] Biblography list does not show numbers

2009-12-06 Thread Taco Hoekwater
Matthijs Kooijman wrote: Hi Taco, I have assumed that ConTeXt has more authors that need APA like citations than bracketed numbers. ConTeXt has never had a very strong presence in the exact sciences. If that's the case, then the \cite command does the wrong thing by default, since

Re: [NTG-context] Bibliography help - some problems I have noticed

2009-12-06 Thread Curiouslearn
. (0.5) Using \type{\cite[author,year][BergstromBagnoli2005]} just returns the key in the document This is caused by the \cite[author,year][] input. If the first argument of \cite[] has a comma, it is taken to be the list of references, and the second set of square brackets is just typeset text

[NTG-context] Bibliography help

2009-12-05 Thread Curiouslearn
in the Bibliography article on Context Garden with some small changes. That is, I tried the following. \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=econbibTest] \starttext \section{Checking Bib} See \cite[Bergstrom_Bagnoli(2005)] for monotonicity properties of hazard rates of various standard

Re: [NTG-context] Bibliography help - some problems I have noticed

2009-12-05 Thread Curiouslearn
point out whether I am making a mistake or whether there is a bug. (1) If the Key has a paranthesis, the \cite[Reference] gives empty brackets. (2) If I use \cite[author][Reference] then I get a line break after the opening paranthesis. (3) Also, note that I refer to only one paper of Daughety

[NTG-context] Biblography list does not show numbers

2009-12-05 Thread Matthijs Kooijman
Hey all, I'm trying to use a bibliography, but it seems no numbers are show in the biblography that is generated. The following example: Test.tex: = \usemodule[bib] \setupbibtex[database=Test] \starttext \section{foo} Blaa \cite[foo] Bar

[NTG-context] bib module, mkiv, and section

2009-12-05 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear Taco and gang, MTXrun | current version: 2009.12.01 14:54 \usemodule[bib] \starttext In this connection, it is worthy to note that, according to Ibn Daud's {\em Kitābu ãl-Maṣāḥif} \cite[jeffery1937], Ḥamzaḧ states that he carefully copied his own copy directly from

Re: [NTG-context] bibliography authoryears problem

2009-12-04 Thread Taco Hoekwater
Hi, Michael Green wrote: When using refcommand=authoryears and Mk IV the first reference is formatted incorrectly. There is the left parenthesis, then a line break, then the rest of the reference followed by the right parenthesis. Here is the cause: the first \cite in mkiv internally runs

Re: [NTG-context] bibliography authoryears problem

2009-12-04 Thread Michael Green
. Here is the cause: the first \cite in mkiv internally runs \usepublications[\jobname]. This inputs bib-test.bbl, which contains a \par, and that is where the new line comes from. A workaround is to add \usepublications[\jobname] in the document preamble. It works in mkii because in mkii

Re: [NTG-context] bibliography authoryears problem

2009-12-04 Thread Wolfgang Schuster
is the cause: the first \cite in mkiv internally runs \usepublications[\jobname]. This inputs bib-test.bbl, which contains a \par, and that is where the new line comes from. A workaround is to add \usepublications[\jobname] in the document preamble. It works in mkii because in mkii

Re: [NTG-context] bibliography authoryears problem

2009-12-04 Thread Hans Hagen
by the right parenthesis. Here is the cause: the first \cite in mkiv internally runs \usepublications[\jobname]. This inputs bib-test.bbl, which contains a \par, and that is where the new line comes from. A workaround is to add \usepublications[\jobname] in the document preamble. It works in mkii

Re: [NTG-context] bibliography authoryears problem

2009-12-04 Thread Hans Hagen
parenthesis. Here is the cause: the first \cite in mkiv internally runs \usepublications[\jobname]. This inputs bib-test.bbl, which contains a \par, and that is where the new line comes from. A workaround is to add \usepublications[\jobname] in the document preamble. It works in mkii because

Re: [NTG-context] bibliography authoryears problem

2009-12-04 Thread Hans Hagen
!bibextension}} {\showmessage\m!publications{2}{#1.\f!bibextension}}% \ifhmode\removeunwantedspaces\fi \let\par\@@savedpar}} why not \let\par\normalpar actually i had that but then i was not sure if par might have been redefined as a \cite command can occure anywhere; it's also

Re: [NTG-context] bib module problem with mkiv

2009-11-23 Thread Chen Shen
Hi all, I tried digging mailing list and the source file. I am afraid that the bibl-tra module has a few problems: == \usemodule[bibl-tra] \setupbibtex[database=xampl] \starttext \section{aaa} \cite[a] \placepublications \section{bbb} \cite[b] \placepublications \stoptext

[NTG-context] bib module problem with mkiv

2009-11-20 Thread Chen Shen
the [criterium=all] option, both bib ref and pub list show properly. Other criterium, e.g. [criterium=section] doesn't work. thanks a lot. regards, shenchen = test.tex === \usemodule[bib,bibltx] \setupbibtex[database=xampl] \starttext \cite[a] . \completepublications

Re: [NTG-context] BibTeX/Publications

2009-11-16 Thread Andreas Harder
version of the used database (without \cite[a,b,c,d]), how to achieve this? I was going to write add criterium=all to the \setuppublications command, but it worketh not. This is only in mkiv, but yes: \setuppublications[criterium=all] does not seem to work in mkiv. Input that should have

[NTG-context] BibTeX/Publications

2009-11-15 Thread Andreas Harder
Hi all!I've two or more problems withbibliographies:1) look at the attached attachment, the first brace.2)@book{b,title={B Titel B},author={Brüser}, % error - ü!!!year={2000},publisher={VS Verlag}}3) I want "just get a typeset version of the used database" (without \cite[a,b,c,d]), how

Re: [NTG-context] BibTeX/Publications

2009-11-15 Thread Thomas A. Schmitz
, you'll see the effect. When I try here with a file in a proper utf encoding, I don't get the error. 3) I want just get a typeset version of the used database (without \cite[a,b,c,d]), how to achieve this? I was going to write add criterium=all to the \setuppublications command

Re: [NTG-context] BibTeX/Publications

2009-11-15 Thread Bernhard Rosensteiner
version of the used database (without \cite[a,b,c,d]), how to achieve this? I was going to write add criterium=all to the \setuppublications command, but it worketh not. Thomas ___ If your question is of interest

Re: [NTG-context] BibTeX/Publications

2009-11-15 Thread Taco Hoekwater
an invalid short key. 3) I want just get a typeset version of the used database (without \cite[a,b,c,d]), how to achieve this? I was going to write add criterium=all to the \setuppublications command, but it worketh not. This is only in mkiv, but yes: \setuppublications[criterium=all] does

Re: [NTG-context] Bib: Cite with alternative=data fails

2009-11-01 Thread Andreas Schneider
Taco Hoekwater wrote: Looks like a conversion error in the core module. The token list ... If you wrap these two definitions in \unprotect ... \protect, you can add them to your document preamble until the change appears in the next update. Thank you for fixing this so fast :) The support

Re: [NTG-context] Bib: Cite with alternative=data fails

2009-11-01 Thread Hans Hagen
Taco Hoekwater wrote: The change for mkii is similar but the macros are a bit different (bibl-tra.mkii) hopefully fixed right in the beta Hans - Hans Hagen | PRAGMA ADE

[NTG-context] Bib: Cite with alternative=data fails

2009-10-31 Thread Andreas Schneider
In the context minimals' bib mod, \cite[alternative=data][...] fails with the following error: ! Undefined control sequence. \@@pvdatainbook ... }{\egroup . }{\insertcrossref { in~}{}{. }}} {\insertseri... \dotypesetapublication ...ve {\getvalue

Re: [NTG-context] Bib: Cite with alternative=data fails

2009-10-31 Thread Andreas Schneider
} \pages{343-364} \month{4} \keywords{Genetic algorithms} \biburl{http://search.ebscohost.com/login.aspx?direct=true\db=bth\AN=2204993% \site=ehost-live} \stoppublication \starttext This is some short test. \cite[alternative=data][cheng_tutorial_1999] \stoptext

Re: [NTG-context] Bib/bibtex duplicate entries

2009-10-21 Thread Émilien Tlapale
] \setupbibtex[database=ctx-tx] \starttext \startbodymatter \chapter{Chapter X} \cite[bar] \cite[bar] \stopbodymatter \startappendices \chapter{Bibliography} \placepublications \stopappendices \stoptext @article{bar, author={Bar, K.}, title={Hello world}, journal={Super Smurfs}, year

Re: [NTG-context] \starbuffer in own macros

2009-10-19 Thread Andreas Harder
setup is: I've a lot of line numbered text in the appendix of the document. In the body I'd like to cite out of it (with the same line numbers as in the source/appendix). The appendix should stay unchanged.For the beginning you can play with this code, it has to be changedin a few parts (e.g. make

Re: [NTG-context] \starbuffer in own macros

2009-10-19 Thread Wolfgang Schuster
Am 19.10.2009 um 16:13 schrieb Andreas Harder: There is an inherent problem as one can see in the attachment, but since mostly I cite a whole paragraph it's not a real problem. This happens when you start in the middle of a paragraph/line which results in different line breaking. I

Re: [NTG-context] \starbuffer in own macros

2009-10-19 Thread Andreas Harder
Am 19.10.2009 um 17:53 schrieb Wolfgang Schuster: Am 19.10.2009 um 16:13 schrieb Andreas Harder: There is an inherent problem as one can see in the attachment, but since mostly I cite a whole paragraph it's not a real problem. This happens when you start in the middle of a paragraph/line

Re: [NTG-context] \starbuffer in own macros

2009-10-18 Thread Wolfgang Schuster
text in the appendix of the document. In the body I'd like to cite out of it (with the same line numbers as in the source/appendix). The appendix should stay unchanged. For the beginning you can play with this code, it has to be changed in a few parts (e.g. make \setuplines local) but it's

Re: [NTG-context] placefigure broken in mkiv?

2009-10-16 Thread Hans Hagen
Alan BRASLAU wrote: However, on the subject of \placefigure, there appears to be a small bug in mkiv. (Untested) minimal example: \usemodule[bib] \starttext \placefigure[right,none]{}{\externalfigure[file][width=.3\textwidth] Text...\cite{Me2009} \blank[2*line] \placepublications

Re: [NTG-context] placefigure broken in mkiv?

2009-10-15 Thread Alan BRASLAU
. (Untested) minimal example: \usemodule[bib] ... \starttext \placefigure[right,none]{}{\externalfigure[file][width=.3\textwidth] Text...\cite{Me2009} \blank[2*line] \placepublications[criterium=all] \stoptext The publications list is typeset full \textwidth and overflows the figure. Alan

[NTG-context] bib module in ConTeXt MKIV - first cite problem

2009-10-07 Thread Bernhard Rosensteiner
\bibalternative\c!vonsep}% \sc{#3}\bibalternative\c!surnamesep\tf \bibdoif{#5}{#5\bibalternative\c!juniorsep}% \bibdoif{#4}{#4\unskip}} \protect \def\textcite#1{\sc\cite[authoryear][#1]\tf} \def\ccite#1{\cite[authoryears][#1]} \setuppublicationlist[artauthor=\scAuthorname, author=\scAuthorname

Re: [NTG-context] Is it possible to put references format depending of mainlanguage? and other things

2009-10-05 Thread Xan
a document that will have a normal // bibliography citations (like \cite[bridson] and display the book of // Bridson) and a wikipedia-like citations for citing specifically // paragraphs of text (that I want to display like wikipedia references // \wikicite[This text appears in paragraph 2 of \cite

Re: [NTG-context] Is it possible to put references format depending of mainlanguage? and other things

2009-10-03 Thread Taco Hoekwater
attached to the name, edit that file to your liking, then do: \setuppublications[alternative=apa-ca] % for example. For the other hand, is it possible to define second references like wikipedia? I plan to write a document that will have a normal bibliography citations (like \cite[bridson

Re: [NTG-context] bibtex referencelist doesn't show up with mkiv

2009-09-23 Thread Jan-Erik Hägglöf
} % or \chapter or \subsection or whatever \cite[Carlsen2008amt] \cite[Dash2008fik] \cite[Haggstrom2008tso] \cite[Klisinska2009tft] \cite[Lantz-Andersson2009fie] \cite[Langstrom2008msf] \cite[Sumpter2009oao] \completepublications \stoptext Hans, we talked about this a while ago: should we put

[NTG-context] bibtex referencelist doesn't show up with mkiv

2009-09-22 Thread Janneman
Hi All! It seems to be broken in some way when I try this example \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=7titlar] \starttext \cite[Carlsen2008amt] \cite[Dash2008fik] \cite[Häggström2008tso] \cite[Klisinska2009tft] \cite[Lantz-Andersson2009fie] \cite[Långström2008msf] \cite

Re: [NTG-context] bibtex referencelist doesn't show up with mkiv

2009-09-22 Thread Thomas A. Schmitz
On Sep 22, 2009, at 9:17 PM, Janneman wrote: Hi All! It seems to be broken in some way when I try this example This works here: \setuppublications[state=start] \setupbibtex[database=testbib] \starttext \section{one} % or \chapter or \subsection or whatever \cite[Carlsen2008amt] \cite

Re: [NTG-context] bibtex referencelist doesn't show up with mkiv

2009-09-22 Thread Aditya Mahajan
or \subsection or whatever \cite[Carlsen2008amt] \cite[Dash2008fik] \cite[Haggstrom2008tso] \cite[Klisinska2009tft] \cite[Lantz-Andersson2009fie] \cite[Langstrom2008msf] \cite[Sumpter2009oao] \completepublications \stoptext Hans, we talked about this a while ago: should we put this in the docu (i.e. bib

Re: [NTG-context] Need help with bibliography

2009-09-21 Thread Taco Hoekwater
Thomas A. Schmitz wrote: On Sep 21, 2009, at 12:41 AM, Mika Ritola wrote: I'll try to give a clearer explanation. First of all, when I cite a source using e.g. \cite[Smith2000], this should appear in the text as Smith 2000. I've already managed to do this. Now, each entry

Re: [NTG-context] Need help with bibliography

2009-09-20 Thread Thomas A. Schmitz
just the last name of the author? If you just want the last name, you can use \cite[author][citekey], but I'm not sure if this what you're after, maybe you'll need to tell us more. 2. This one, on the other hand, is likely to be rather non-trivial: the bibliography needs to be broken up

Re: [NTG-context] Need help with bibliography

2009-09-20 Thread Mika Ritola
want the last name, you can use \cite[author][citekey], but I'm not sure if this what you're after, maybe you'll need to tell us more. I'll try to give a clearer explanation. First of all, when I cite a source using e.g. \cite[Smith2000], this should appear in the text as Smith 2000. I've already

Re: [NTG-context] Need help with bibliography

2009-09-20 Thread Aditya Mahajan
the last name of the author? If you just want the last name, you can use \cite[author][citekey], but I'm not sure if this what you're after, maybe you'll need to tell us more. I'll try to give a clearer explanation. First of all, when I cite a source using e.g. \cite[Smith2000], this should appear

Re: [NTG-context] Need help with bibliography

2009-09-20 Thread Aditya Mahajan
of the author. But how do you insert just the last name of the author? If you just want the last name, you can use \cite[author][citekey], but I'm not sure if this what you're after, maybe you'll need to tell us more. I'll try to give a clearer explanation. First of all, when I cite a source

Re: [NTG-context] Need help with bibliography

2009-09-20 Thread Thomas A. Schmitz
On Sep 21, 2009, at 12:41 AM, Mika Ritola wrote: I'll try to give a clearer explanation. First of all, when I cite a source using e.g. \cite[Smith2000], this should appear in the text as Smith 2000. I've already managed to do this. Now, each entry in the bibliography should begin

[NTG-context] further bib tests

2009-09-19 Thread Thomas A. Schmitz
] \editor[]{Michael~S.}[M.~S.]{}{Silk} \pubyear{1996} \title{Tragedy and the Tragic. Greek Theatre and Beyond} \city{Oxford} \pubname{Oxford UP} \stoppublication \setuppublications[state=start, refcommand=authornum] \starttext \cite[silktragedytragic] \placepublications[criterium

Re: [NTG-context] References in MKIV and bib module

2009-09-13 Thread Thomas A. Schmitz
\initializepubslist \dodoplacepublications ...ubs]\initializepubslist \doifnot {\namedlistparame... l.36 \placepublications[criterium=cite] Thomas ___ If your

Re: [NTG-context] References in MKIV and bib module

2009-09-13 Thread Hans Hagen
Thomas A. Schmitz wrote: On Sep 13, 2009, at 2:23 PM, Hans Hagen wrote: line 16 strc-lst.lua: local concat, insert, remove = table.concat, table.insert, table.remove Thanks, that helped. One new problem (this used to work three weeks ago): the criterium=cite key is not applied. Example

Re: [NTG-context] References in MKIV and bib module

2009-09-13 Thread Thomas A. Schmitz
On Sep 13, 2009, at 9:34 PM, Hans Hagen wrote: ok, revert ... (patch to criterum=here) \def\typesetpubslist {\dobeginoflist \the\initializebibdefinitions \edef\currentlist{pubs}% \doif{\listparameter\c!criterium}\v!cite{\setuplist[pubs][\c! criterium=\v!here]}% \ctxlua

Re: [NTG-context] References in MKIV and bib module

2009-09-09 Thread Jean Magnan de Bornier
is coordinating the bib tests | so best coordinate with him Here are two small files: bbaa.tex ... \usemodule[bib] \setupbibtex [database=/home/jean/bbaa] \setuppublications[sorttype=bbl] \starttext \cite[aj] \completepublications[criterium=all] \stoptext

Re: [NTG-context] Urgent: Strange index problems

2009-09-08 Thread Xan
En/na Xan ha escrit: Hi, I have a document and I get this error: publications: warning: cite argument riley-tesi unknown on 139 references : unknown reference [][0] section : 1.4 Més d'una secció section : 1.5 $p_w$ section : 1.6 altres {vertical mode

Re: [NTG-context] References in MKIV and bib module

2009-09-05 Thread Hans Hagen
,y=2009,s=,u=] \artauthor[]{Me}[M.]{}{Personally} \arttitle{Very important title} \conference{Very important conference in Bochum} \pubyear{2009}\month{March}\day{16-20} \cobissid{42} \stoppublication \starttext \cite[key] \placepublications[criterium=all

[NTG-context] bib module: changing citation style locally

2009-08-21 Thread Mojca Miklavec
Hello (Taco or anyone else), I have an impression that it used to be possible to say \cite[author][reference], but I'm obviously doing something wrong here, I only get Xxx or in case of [data] I don't get anything at all (I'm using mkii). Here's an almost-minimal example: \usemodule

Re: [NTG-context] bib module: changing citation style locally

2009-08-21 Thread Derek CORDEIRO
Try taking the \startpublication ... \stoppublication before \starttext. Seems to work for me that way. On Fri, Aug 21, 2009 at 7:18 PM, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: Hello (Taco or anyone else), I have an impression that it used to be possible to say \cite[author

Re: [NTG-context] bib module: changing citation style locally

2009-08-21 Thread Mojca Miklavec
bibliography before or after one cites it. (I cannot put it before starttext since I'm using project-component setup). The confusing fact is that it still works with normal cite even if one loads bibliography at the end, else I would probably figure out that I need to load bibliography

Re: [NTG-context] bib module: changing citation style locally

2009-08-21 Thread Taco Hoekwater
Mojca Miklavec wrote: The confusing fact is that it still works with normal cite even if one loads bibliography at the end, else I would probably figure out that I need to load bibliography at the beginning of document earlier :) I normally do that, but I had a component with all

[NTG-context] Error in last current -- Fixed--

2009-08-19 Thread luigi scarso
/texmf-context/tex/context/base/context.tex MTXrun | current version: 2009.08.13 13:13 $ luatex --version This is LuaTeX, Version beta-0.42.0-2009071802 $ context test.tex %%% test.tex \usemodule[maps] \definereferenceformat[cite][left={[},right={]}] \defineitemgroup [bibliography

[NTG-context] Problems with cite (minimal example) (was Re: Buggy source code-- references disappears when I put sections and If I put subjects, \completecontent has void list.)

2009-08-18 Thread Xan
Now I have a minimal example with the same result. Please, see the docs attached. the invocation of \cite produces empty references. I get (in memoria-ng.log): chapter : 1 Preliminars publications: warning: cite argument grillet unknown on 139 references : unknown reference

[NTG-context] How to cite _only_ cite references

2009-08-18 Thread Xan
] \setuppublicationlist[authoretaltext={\it\ et al.}] \setuppublicationlist[authoretaldisplay=1] in my headers and \completepublications[criterium=all] I get complete list of publications. What I should modify for getting only cite publications? With criterium=cite substitution does not work for me

Re: [NTG-context] How to cite _only_ cite references

2009-08-18 Thread Taco Hoekwater
Xan wrote: \setuppublications [alternative=ams,numbering=yes, sorttype=bbl, criterium=all]% Make this criterium=cite. Best wishes, Taco ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] How to cite _only_ cite references

2009-08-18 Thread Xan
Xan wrote: / \setuppublications [alternative=ams,numbering=yes, sorttype=bbl, // criterium=all]% / Make this criterium=cite. Best wishes, Taco Thanks a lot, Taco. And with \completepublications[criterium=all] (else, it does not work at least for me),. It's courious: criterium=cite

Re: [NTG-context] How to cite _only_ cite references

2009-08-18 Thread Taco Hoekwater
Xan wrote: This time the question is simply, as you want ;-D Yes, much better, thank you :) Best wishes, Taco ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] I can't put footnote

2009-07-23 Thread Xan
] \setupbibtex[database=memoria,sort=author] \setuppublications [alternative=ams,numbering=yes, sorttype=bbl, criterium=cite]% \setupheadtext[ca][pubs=Referències] \setuppublicationlist[authoretallimit=3] \setuppublicationlist[authoretaltext={\it\ et al.}] \setuppublicationlist[authoretaldisplay=1

[NTG-context] I can't change startitemize[n]-- startitemize[1]

2009-07-23 Thread Xan
[subsection][style={\bfb}] \setuphead[subsubsection][style={\bfa}] %\setuphead[section][textstyle=bold] % Bibliography options % BIBTEX \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=memoria,sort=author] \setuppublications [alternative=ams,numbering=yes, sorttype=bbl, criterium=cite

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