[NTG-context] Re: BibTeX choking on comments in database

2024-05-29 Thread Kip Warner
iography... % References database and other general settings... \setupbibtex[database={./References}, sort=author] % Global settings... \setuppublications[ alternative=apa, numbering=yes, monthconversion=month, autohang=yes, sortt

Re: [NTG-context] consecutive full stops in "num" bib style after "et al"

2019-07-29 Thread Sanjoy Mahajan
On 2019-07-29 15:18, Alan Braslau wrote: >> \setupbibtex[database=tmp] >> \setuppublications[alternative=num] > > You are using the old mkii bibtex module. You're right. I'm too afraid of changing to the new way, at least for the book that I've just submit

Re: [NTG-context] consecutive full stops in "num" bib style after "et al"

2019-07-29 Thread Alan Braslau
On Mon, 29 Jul 2019 16:37:15 -0400 Sanjoy Mahajan wrote: > Here's a minimal example: > > \setupbibtex[database=tmp] > \setuppublications[alternative=num] You are using the old mkii bibtex module. Alan _

[NTG-context] consecutive full stops in "num" bib style after "et al"

2019-07-29 Thread Sanjoy Mahajan
In the "num" bibliography style, bibliography entries that get "et al."ed (the author list is too long and "et al." is inserted) end up with two full stops in a row. Here's a minimal example: \setupbibtex[database=tmp] \setuppublications[altern

Re: [NTG-context] How to cite online websites (reloaded)

2018-09-03 Thread cryo shock
This is my file .tex file now: \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=sample] \setuppublications[numbering=yes] \starttext As \cite[hh2010] already indicated... \completepublications \stoptext In the same folder is my sample.bib, which I copied from the CTX distribution

Re: [NTG-context] How to cite online websites (reloaded)

2018-09-02 Thread Alan Braslau
t). (zuletzt abgerufen am 5. Juni > 2018) > > How would one get this output instead: > > [1] http://www.google.com (zuletzt abgerufen am 5. Juni 2018) > > In the mail archive I found these commands: > > \usemodule[bib] > \usemodule[bibltx] > \setupbibtex[databas

[NTG-context] Fwd: How to cite online websites (reloaded)

2018-09-02 Thread Lars
(unveröffentlicht). (zuletzt abgerufen am 5. Juni 2018) How would one get this output instead: [1] _http://www.google.com_ (zuletzt abgerufen am 5. Juni 2018) In the mail archive I found these commands: \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=sample] \setuppublicati

[NTG-context] How to cite online websites (reloaded)

2018-09-02 Thread Lars
e[lnkGGL]: [1], _http://www.google.com_ (unveröffentlicht). (zuletzt abgerufen am 5. Juni 2018) How would one get this output instead: [1] _http://www.google.com_ (zuletzt abgerufen am 5. Juni 2018) In the mail archive I found these commands: \usemodule[bib] \usemodule[bibltx] \setupbibtex[datab

Re: [NTG-context] Adjust rendering of BibTeX entries

2017-11-23 Thread Alan Braslau
uch in advance. > > Thomas > > > example.tex > \setupbibtex[database={references},sort=author] > \setuppublications[alternative=apa,sorttype=authoryear,numbering=yes] > > \setupcite[num][ > left=\raisebox{1ex}\hbox\bgroup\tfxx, > right=\egrou

[NTG-context] Adjust rendering of BibTeX entries

2017-11-23 Thread Dr . Thomas Möbius
xample.tex \setupbibtex[database={references},sort=author] \setuppublications[alternative=apa,sorttype=authoryear,numbering=yes] \setupcite[num][ left=\raisebox{1ex}\hbox\bgroup\tfxx, right=\egroup, lastpubsep={, }] \starttext \title{Test with APA} \section{Some text} This\cite[Muste

Re: [NTG-context] Citations and links

2016-06-13 Thread Alan BRASLAU
> > This is your example adapted to reproduce my problem (I do not > know how to use the buffer in this case, so you have to move the > references into main.bib): > > \setupinteraction [state=start] > \setupbibtex[database={main}] > \setuppublications[alternative=apa] >

Re: [NTG-context] Citations and links

2016-06-13 Thread Nicola
): \setupinteraction [state=start] \setupbibtex[database={main}] \setuppublications[alternative=apa] \starttext \cite[Author1:2016,Author2:2015] \cite[Author1:2016] \page \placepublications[criterium=text] \stoptext Amyway, your example works for me (actually, the layout of the references turns out even

[NTG-context] Bibliographies in MkIV

2015-08-11 Thread Martin Moncrieffe
Hi all, I'm unable to get the "andtext" option to \setupsite working. According to the old bib module manual, it should control the separation between two authors. Thus the following: \setupbibtex[database=sample,sort=author] \setuppublications[alternative=num] \setupci

Re: [NTG-context] Bibliography (bug compiling "components-001.tex"?) (now with sample files)

2015-07-11 Thread Alan BRASLAU
On Fri, 10 Jul 2015 11:29:17 +0200 Procházka Lukáš Ing. - Pontex s. r. o. wrote: > 3) I would like to alter citation style from "[1]" to "MA2004"; I > guess this could be done by "\setuppublications[refcommand=author]"... MKIV: \cite[short][bibtexkey] or,

Re: [NTG-context] Bibliography (bug compiling "components-001.tex"?) (now with sample files)

2015-07-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Great. Back to my questions: 3) I would like to alter citation style from "[1]" to "MA2004"; I guess this could be done by "\setuppublications[refcommand=author]"... 4) Finally, in list of publications, I'd rather enumerate publications in "[1]"

Re: [NTG-context] Bibliography (bug compiling "components-001.tex"?) (now with sample files)

2015-07-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .
}, Year = {2004}, } \stopbuffer %% \usebtxdataset[biblio.buffer] \if+- % (1) \def\bracketed#1{\hbox to 20pt{\hfill [#1]}} \setuppublications [sorttype=bbl, autohang=no, refcommand=num, criterium=all, numbering=bib, %numbercommand=\bracketed, ] \fi

[NTG-context] Bibliography

2015-07-01 Thread Procházka Lukáš Ing . - Pontex s . r . o .
, y=2000, s=Shr, n=1, ] \city{Prg} \stoppublication % Will be generated by Lua, but for now << \setuppublications[alternative=apa] \starttext Hello \cite[me] -- \cite[Shr] -- \cite[1]. \placepublications[criterium=all] \stoptext The problem is that \cite produces "

Re: [NTG-context] `\setupcite[num][compress={no}] is ignored in the '2015.02.03 23:55' version of ConTeXt

2015-06-01 Thread Pablo Rodriguez
On 06/01/2015 05:01 PM, Alexander Shukaev wrote: > Hello, > > it looks like > > \setupcite[num][compress={no}] > > has no effect in the '2015.02.03 23:55' version of ConTeXt. Note that I > also have > > \setuppublications[refcommand={num}] > >

[NTG-context] `\setupcite[num][compress={no}] is ignored in the '2015.02.03 23:55' version of ConTeXt

2015-06-01 Thread Alexander Shukaev
Hello, it looks like \setupcite[num][compress={no}] has no effect in the '2015.02.03 23:55' version of ConTeXt. Note that I also have \setuppublications[refcommand={num}] I hope I didn't miss anything. Kind reg

Re: [NTG-context] Bibliography: printing just Single Author et al.

2015-05-07 Thread Csikos Bela
e author numbers can be set by authoretallimit, editoretallimit, artauthoretallimit, authoretaldisplay, editoretaldisplay, artauthoretaldisplay. Don't they work for you? It works for me if I change them in the corresponding bibl-style.tex file. In the document

Re: [NTG-context] alternative numerical \cite command

2015-05-05 Thread Csikos Bela
][key] variant. See the attached >> example tex file with its pdf output and log file. > >\setupbibtex and \setuppublications pull-in the "MKII" code. > I am puzzled a little bit. I also tried to use \setuppublicationlist[pagenumber=yes], which had no effect on

Re: [NTG-context] alternative numerical \cite command

2015-05-05 Thread Alan BRASLAU
tex file with its pdf output and log file. \setupbibtex and \setuppublications pull-in the "MKII" code. Alan ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

[NTG-context] right align (flushright) bibliography list labels

2015-04-29 Thread Csikos Bela
[database={bibfile}] \setuppublications[alternative=apa,refcommand=num,sorttype=cite,numbering=yes,autohang=no,numbercommand=\numcom] \starttext \completepublications[criterium=all] \stoptext % end code But this has no effect on label alignment. I also tried, based on this post, http://www.ntg.nl

[NTG-context] question on bibliography generation in context stable

2015-04-01 Thread Csikos Bela
ttp://wiki.contextgarden.net/Bibliography_mkiv % the wiki page http://www.let.rug.nl/alfa/texmf/tetex30/context/bib/bibmod-doc.pdf % link to the manual dated 2009 March 02 I want a numbered bibliography list for which I use the following setup in the document preamble: \setuppublications[alternative=

[NTG-context] tagging publications

2015-03-30 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, In the current bib module publications are not tagged (see attached and below): == \setupbackend[export=yes] \setuppublications[alternative=apa] \starttext \startpublication[k=corbin81, t=book, a=Corbin, y

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-15 Thread Gerben Wierda
Aindent},width=fit] \setupnotedefinition[footnote][indenting={yes,medium}] \setupnotedefinition[endnote][indenting={yes,medium},style={\switchtobodyfont[10pt]}] \setupbibtex[database=gwierda,sort=author] \setuppublications[numbering=short,sorttype=bbl,refcommand=short,autohang=yes] \setupcit

Re: [NTG-context] Bug? Interaction between criterium=cite and sectioning

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 01 Feb 2015 13:32:57 -0700, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear gang, When sectioning is combined with the bibliography handler, \placepublications [criterium=cite] stops working. For example (also attached): = \starttext \setuppublications[alternative=apa

Re: [NTG-context] comments in bbl files broken

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 01 Feb 2015 08:16:27 -0700, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear Knights, Comments used to work in bbl files but no longer: == \starttext \setuppublications[alternative=apa] \startpublication[k=corbin81, t=book, a=Corbin

Re: [NTG-context] Citing a PhD dissertation

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
le continues, I would suggest changing this to the standard usage. In the meantime: How can I change the label in the current bibliography system? I tried the following (also attached): \starttext \setuppublications[alternative=apa] \setupbtxlabeltext [en] [apa:phdthesis={Docto

Re: [NTG-context] A note on Arabic names in bibliographies and indices

2015-02-01 Thread Hans Hagen
xes (unless specified, taken from surnames) we can think of a sort keys as well, so maybe: author = {[sortkey] firstnames, prefixes, surnames, postfixes} or author = {sortkey:: firstnames, prefixes, surnames, postfixes} (we can have an exporter that exports to a regular dumb bib file for other

[NTG-context] Bug? Interaction between criterium=cite and sectioning

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, When sectioning is combined with the bibliography handler, \placepublications [criterium=cite] stops working. For example (also attached): = \starttext \setuppublications[alternative=apa] \startpublication[k=corbin81, t=book, a=Corbin

[NTG-context] short field no longer accepts control sequences

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear Cabal, Things like the following used to work, now give an error: \starttext \setuppublications[alternative=apa] \startpublication[k=corbin81, t=book, a=Corbin, y=1981, s=\hbox{}Corbin81] \author[]{Henry}[H

[NTG-context] comments in bbl files broken

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear Knights, Comments used to work in bbl files but no longer: == \starttext \setuppublications[alternative=apa] \startpublication[k=corbin81, t=book, a=Corbin, y=1981, s=Corbin81] \author[]{Henry}[H.]{}{Corbin

[NTG-context] A note on Arabic names in bibliographies and indices

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
s to use \setuppublicationlist[vonsep=] (see also attached): == \starttext \setuppublications[alternative=apa] \setuppublicationlist[vonsep=] \startpublication[k=corbin81, t=book, a=Corbin, y=1981, s=Corbin81] \author[

[NTG-context] Citing a PhD dissertation

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
eantime: How can I change the label in the current bibliography system? I tried the following (also attached): \starttext \setuppublications[alternative=apa] \setupbtxlabeltext [en] [apa:phdthesis={Doctoral dissertation}] \startsetups btx:apa:phdthesis \setvariables[bt

Re: [NTG-context] bibliography: alignment of first hanging lines in publications list, hyphenation

2015-01-28 Thread Jörg Weger
the following beginnings of the entries are not. Maybe the problem is that the numbers are only “hidden”, but not really “deleted”? (Excuse my probably incorrect use of terminology.) For comparison I tried the old mechanism again: \setupbibtex[database={},sort=author] \setuppublications

Re: [NTG-context] bib module - urgent!

2015-01-20 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Keith, On Tue, 20 Jan 2015 06:07:23 -0700, Keith Schultz wrote: setuppublications[alternative=apa] Thank you very much. The strange thing is that that exact line is in the previously attached bib-env.tex (forgot to put it in the minimal file I sent to the list) but I was still

Re: [NTG-context] bib module - urgent!

2015-01-20 Thread Keith Schultz
Hi Irdis, The answer to your question is quite simple, You are missing \setuppublications Here the MWE: setuppublications[alternative=apa] \starttext \startpublication[k=haq, t=book, a=Haq, y=1994, s=Haq94] \author[]{Syed

Re: [NTG-context] Formatting bibliographic inline references and publications list

2015-01-19 Thread Hans Hagen
alternative style to APA in \setuppublications in my environment? I tried to rename the file to “bibl-abc.tex“ and change \setuppublications in my ConTeXt environment to \setuppublications[alternative=abc] but that did not work. Do I have to rename something else? And supposed I have succeeded to

Re: [NTG-context] Formatting bibliographic inline references and publications list

2015-01-19 Thread Jörg Weger
\setuppublications in my environment? I tried to rename the file to “bibl-abc.tex“ and change \setuppublications in my ConTeXt environment to \setuppublications[alternative=abc] but that did not work. Do I have to rename something else? And supposed I have succeeded to create my own style, will

Re: [NTG-context] Formatting bibliographic inline references and publications list

2015-01-16 Thread Jörg Weger
\stoptext % == I have defaulted oldstyle numbers my environment but I would like to get the the small caps working for the author(s) name(s). I messed around with \setuppublications and \setupcite without success. Is there a way to invoke such formatting in those setups? Greeti

Re: [NTG-context] Formatting bibliographic inline references and publications list

2015-01-16 Thread Alan BRASLAU
ptext > > % == > > I have defaulted oldstyle numbers my environment but I would like to > get the the small caps working for the author(s) name(s). > > I messed around with \setuppublications an

[NTG-context] Formatting bibliographic inline references and publications list

2015-01-15 Thread Jörg Weger
have defaulted oldstyle numbers my environment but I would like to get the the small caps working for the author(s) name(s). I messed around with \setuppublications and \setupcite without success. Is there a way to invoke such formatting in those setups? Greetings Joerg

Re: [NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-10-08 Thread Sander Maijers
ll of the authors' names, in APA6 format. If > necessary I'll prescribe the output format manually. > > Best, > > Sander Maijers > > > \setupbibtex[database={references/bibliographic_database},sort=author] > > \setuppublications[alternative=apa] > > \s

Re: [NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-10-08 Thread Robert Blackstone
Best, > > Sander Maijers > >>> >>> \setupbibtex[database={references/bibliographic_database},sort=author] >>>> \setuppublications[alternative=apa] >>>> >>>> \starttext >>>>\cite[extras={, p.~3}][Zhou2012] >>>>\ci

Re: [NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-10-06 Thread Sander Maijers
t; > > > > > I want citations to respect APA rules, as described here: > > > http://blog.apastyle.org/apastyle/2011/11/the-proper-use-of-et-al-in-apa-style.htm > > l > > > > *Problem*: when I cite a work with three authors, "et al." appears > > in t

Re: [NTG-context] Use url to hyperlink bibliography title

2014-09-30 Thread Alan BRASLAU
={978-0-7695-3869-3}, > pages={1--10}, > numpages={10}, > doi={10.1109/HICSS.2010.228}, > acmid={1748219}, > publisher={IEEE Computer Society}, > address={Washington, DC, USA}, > url={http://epub.uni-regensburg.de/21293/}, > } > > Here is a short examp

Re: [NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-09-30 Thread Sander Maijers
gt; > > I want citations to respect APA rules, as described here: > > > http://blog.apastyle.org/apastyle/2011/11/the-proper-use-of-et-al-in-apa-style.htm > > l > > > > *Problem*: when I cite a work with three authors, "et al." appears > > in the firs

Re: [NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-09-30 Thread Alan BRASLAU
t-al-in-apa-style.htm > l > > *Problem*: when I cite a work with three authors, "et al." appears > in the first citation. > > *Example*: > > \setupbibtex[database={references/bibliographic_database},sort=author] > > \setuppublications[alt

[NTG-context] (MKIV beta) APA citations: "et al." incorrectly written

2014-09-30 Thread Sander Maijers
er-use-of-et-al-in-apa-style.htm l *Problem*: when I cite a work with three authors, "et al." appears in the first citation. *Example*: \setupbibtex[database={references/bibliographic_database},sort=author] > \setuppublications[alternative=apa] > > \starttext > \cite[e

Re: [NTG-context] splitting bibliographic references

2014-09-30 Thread Andrea Valle
on top, including both citations. \setupbibtex[database={cim2014template},sort=author] \setuppublications[alternative=apa] \starttext this is a test\cite{malham19953d} \placepublications[criterium=cite] \page % readd or not? Doesn't change \setupbibtex[database={cim2014template},sort=author] \s

[NTG-context] Use url to hyperlink bibliography title

2014-09-16 Thread Thangalin
}, url={http://epub.uni-regensburg.de/21293/}, } Here is a short example that uses the sources.bib file: \setupbibtex[database=sources] \setuppublications[ alternative=num, sorttype=cite, ] % Superscript citation cross-references. \setupcite[num][ left=\raisebox{1ex}\hbox\bgroup\tfxx, right

Re: [NTG-context] bibliography problems

2014-08-26 Thread Gerben Wierda
On 26 Aug 2014, at 10:34, Gerben Wierda wrote: > I have set up: > > \setuppublications[numbering=short] > \setupcite[short] > > but the \cite commands show (Author, Year) and not the short code and the > \placepublications does not indent the entries enough, hence the

[NTG-context] bibliography problems

2014-08-26 Thread Gerben Wierda
I have set up: \setuppublications[numbering=short] \setupcite[short] but the \cite commands show (Author, Year) and not the short code and the \placepublications does not indent the entries enough, hence the item entry’s first column (the short code) overlaps with the actual entry. How do I

Re: [NTG-context] Citation Sort Order

2014-08-11 Thread Rik Kabel
by the order that citations appear in the document, then you might want something like: \setupbibtex[database=sources] \setuppublications[ sorttype=cite, ] \starttext hello world\cite[kattamuri@debate] \startbackmatter \nocite[zbmath0homomorphic

Re: [NTG-context] Superscript Citation References

2014-08-07 Thread Wolfgang Schuster
sed to shift the text without misusing math. > Kind regards, > Joshua > > > \setupbibtex [database=sources] > > \setuppublications[ > refcommand=num, > numbering=yes > ] > > \setupcite[num][ > left={$^\bgroup\hbox\bgroup\tfx }, > right={\egroup\eg

[NTG-context] Citation Sort Order

2014-08-07 Thread Thangalin
ed on the order that the "cite" macros occur in the document. If I have understood correctly, then the sample document should write a 1 in the document. Any idea why 6 is written instead of 1? Thank you. -- Example code: \setupbibtex[database=sources] \setuppublications[ sorttype=cit

Re: [NTG-context] Superscript Citation References

2014-08-07 Thread Joshua Krämer
, Joshua \setupbibtex [database=sources] \setuppublications[ refcommand=num, numbering=yes ] \setupcite[num][ left={$^\bgroup\hbox\bgroup\tfx }, right={\egroup\egroup$}, ] \starttext Word\cite[kattamuri@debate] Word \

[NTG-context] Superscript Citation References

2014-08-06 Thread Thangalin
Hi, I would like to cite bibliography references using a superscript font. Here is the setup: \setupbibtex[database=sources] \setuppublications[ refcommand=num, numbering=yes ] \setupcite[num][ left=\empty, right=\empty, ] \starttext Citation.\cite[kattamuri@debate] \stoptext Here

Re: [NTG-context] Multiple bibliographies (bib-module, mkiv)

2014-04-07 Thread Peng Zhang
ss.bib. The first step is tro to make for each of them a .bbl-file with, what I would call, a "bbl-generator.tex": \setupbibtex[database=ps.bib,sort=author] %\setupbibtex[database=ss.bib,sort=author] \setuppublications[alternative=apa] %or

Re: [NTG-context] Multiple bibliographies (bib-module, mkiv)

2014-04-07 Thread Robert Blackstone
say, ps.bib, and a section "secundary sources", for which have the bibfile ss.bib. The first step is tro to make for each of them a .bbl-file with, what I would call, a "bbl-generator.tex": \setupbibtex[database=ps.bib,sort=author] %\set

Re: [NTG-context] Broken bibliographies in 2014-03-07 beta

2014-03-28 Thread Sanjoy Mahajan
t; \usemodule[bib] > \setupbibtex[database=testrefs, sort=author] > \setuppublications[alternative=num, sorttype=bbl] > > \starttext > > Hi \cite[Abelson:1996] > > \blank > \placepublications[criterium=text] > > \stoptext > ===

Re: [NTG-context] Broken bibliographies in 2014-03-07 beta

2014-03-10 Thread Sanjoy Mahajan
t --make" but the bibliography still didn't come out. The pdf file just has "Hi [[error 2]]" Here's the example: test10.tex === \usemodule[bib] \setupbibtex[database=testrefs, sort=author] \setuppublications[alternative=n

Re: [NTG-context] No bibliography in the output, depends on file name

2014-01-17 Thread Hans Hagen
x (in OS X 10.7.5). The content of the file is: \setupbibtex[database={modern-c++}, sort=author] \setuppublications[numbering=yes] \starttext \completepublications[criterium=all] \stoptext Especially since c++ didn't work out, I expected dropping the “++” would

Re: [NTG-context] No bibliography in the output, depends on file name

2014-01-17 Thread Marco Patzer
tent of the file is: > > \setupbibtex[database={modern-c++}, sort=author] > \setuppublications[numbering=yes] > \starttext > \completepublications[criterium=all] > \stoptext Especially since c++ didn't work out, I expected dropping the “++” would work (“modern

[NTG-context] No bibliography in the output, depends on file name

2014-01-15 Thread Nicola
Hi, maybe this is a known issue, but I couldn't find anything about it, so I'm reporting it. I'm writing a ConTeXt document called modern-c++.tex (in OS X 10.7.5). The content of the file is: \setupbibtex[database={modern-c++}, sort=author] \setuppublication

Re: [NTG-context] autohang doesn't work (Mk IV)

2014-01-14 Thread Hans Hagen
On 1/13/2014 11:00 PM, Joshua Krämer wrote: Dear list, I'm using an updated Context minimals beta, and can't get autohang to work (in Mark IV). "autohang=yes" seems to be ignored. It doesn't help to add "totalnumber=...". \setupbibtex[database=sample] \set

[NTG-context] autohang doesn't work (Mk IV)

2014-01-13 Thread Joshua Krämer
Dear list, I'm using an updated Context minimals beta, and can't get autohang to work (in Mark IV). "autohang=yes" seems to be ignored. It doesn't help to add "totalnumber=...". \setupbibtex[database=sample] \setuppublications [alternative=apa,

Re: [NTG-context] bibliography - maybeyear

2013-11-29 Thread Thomas A. Schmitz
On 11/28/2013 06:37 PM, Hans Hagen wrote: Hello, Using \setuppublications [alternative=num] for example, should not append letters to the publication years when encountering multiple publications by the same author(s) per year. So, in the use of bibliographies, I have not understood how to

Re: [NTG-context] bibliography - maybeyear

2013-11-28 Thread Hans Hagen
On 11/20/2013 9:12 AM, Alan Braslau wrote: Hello, Using \setuppublications [alternative=num] for example, should not append letters to the publication years when encountering multiple publications by the same author(s) per year. So, in the use of bibliographies, I have not understood how to

Re: [NTG-context] bibliography - maybeyear

2013-11-20 Thread Alan Braslau
On Wed, 20 Nov 2013 13:38:16 +0100 Hans Hagen wrote: > example needed Of course: \setupbibtex [database=test] \setuppublications [alternative=num] \starttext \cite [Peirce1878V,Peirce1878VI] \placepublications [criterium=text] \stoptext test.bib: @ARTICLE{Peirce1878V, author = {Pei

Re: [NTG-context] bibliography - maybeyear

2013-11-20 Thread Hans Hagen
On 11/20/2013 9:12 AM, Alan Braslau wrote: Hello, Using \setuppublications [alternative=num] for example, should not append letters to the publication years when encountering multiple publications by the same author(s) per year. So, in the use of bibliographies, I have not understood how to

[NTG-context] bibliography - maybeyear

2013-11-20 Thread Alan Braslau
Hello, Using \setuppublications [alternative=num] for example, should not append letters to the publication years when encountering multiple publications by the same author(s) per year. So, in the use of bibliographies, I have not understood how to control \maybeyear. In the bibl-xxx.tex

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-22 Thread Xan
yle={\tfb}] \setuphead[title,chapter,subject,section,subsubject,subsection][color=headingcolor] %% Per veure els enllaços \setupinteraction[state=start] %% Per a BibTeX \setuppublications[alternative=ams] %% Taules: estils %%% Per a què les taules se me puguin alinear amb les comes

[NTG-context] Bibliography, replacing repeated authorname by a dash

2013-09-06 Thread Robert Blackstone
difying the .bbl-file manually, a task which I'd rather avoid, but will do if necessary. Thanks in advance for any advice. Best regards, Robert Blackstone %<---ME------ \setuppublications[alternative=apa,sortt

Re: [NTG-context] Feature-Request: Sort bibliography entries in alphabetical order by the entries' “short” value

2013-08-08 Thread Michael Scholtz
On 07.08.2013, at 22:13, Hans Hagen wrote: > On 8/7/2013 7:40 PM, Michael Scholtz wrote: >> Hi, >> >> the publication list can be configured with `\setuppublications` to be >> sorted by cite order (`sorttype=cite`) or the order of the publication >> entries

Re: [NTG-context] Feature-Request: Sort bibliography entries in alphabetical order by the entries' “short” value

2013-08-07 Thread Hans Hagen
On 8/7/2013 7:40 PM, Michael Scholtz wrote: Hi, the publication list can be configured with `\setuppublications` to be sorted by cite order (`sorttype=cite`) or the order of the publication entries (`sorttype=bbl`). With the following setup the "short names" of the publication e

[NTG-context] Feature-Request: Sort bibliography entries in alphabetical order by the entries' “short” value

2013-08-07 Thread Michael Scholtz
Hi, the publication list can be configured with `\setuppublications` to be sorted by cite order (`sorttype=cite`) or the order of the publication entries (`sorttype=bbl`). With the following setup the "short names" of the publication entries are used for cite

Re: [NTG-context] Problems with bibtex in current beta

2013-07-17 Thread Steffen Kram
enerated. I use the following > bibtex setup: > > \setupheadtext [de][pubs=Literaturverzeichnis] > \setuppublications[numbering=no, alternative=apa-de, refcommand=authoryears, > autohang=no, criterium=cite, sorttype=bbl] > \setuppublicationlist[style={}, after={\blank}, criterium

[NTG-context] Problems with bibtex in current beta

2013-07-17 Thread Steffen Kram
ibtex is generated. I use the following bibtex setup: \setupheadtext [de][pubs=Literaturverzeichnis] \setuppublications[numbering=no, alternative=apa-de, refcommand=authoryears, autohang=no, criterium=cite, sorttype=bbl] \setuppublicationlist[style={}, after={\blank}, criterium=text] \setupb

Re: [NTG-context] Enclosing the year in round brackets in online citation.

2013-05-31 Thread Thomas A. Schmitz
On 05/31/2013 04:53 PM, Thomas Friedrich wrote: I couldn't find any reference what I can do with \cite and what possibilities there are. Any idea? Thank you for your help. This seems to work, though it looks bizarre to me: \def\onlinecite{\cite[inbetween={ },right={)}]} \setuppublica

[NTG-context] Bibliography: spacing in cite, lettering of repeated years

2013-05-27 Thread Steve Frank
someone else' environment. Here are the relevant parts: \usemodule[bib] \setupbibtex[database={main}] \setuppublications [alternative=apa, sorttype=bbl, refcommand=authoryears, criterium=text, numbering=no] \setupcite

[NTG-context] \placepublications with criterium=chapter

2013-05-04 Thread Enrique Jiménez Gallego
may be a bug. Indeed, in mkii the reference was printed. Is there any way in mkiv to "reset" the references at the end of each chapter to fix the issue? Minimal example (sample.bib in tex/texmf-context/tex/context/bib/): \setupbibtex[database={sample}] \setuppublications[alternative=num

Re: [NTG-context] Two Bibliography questions

2013-04-16 Thread Alan BRASLAU
other adjustments do I need to make to correct this > printout of the citation in the text? > > I already have the following in my preamble: > > \usemodule[bib] > \setupbibtex[database={sample},sort=author] > \setuppublications[alternative=harvard] > \setupc

[NTG-context] Two Bibliography questions

2013-04-16 Thread john Culleton
: \usemodule[bib] \setupbibtex[database={sample},sort=author] \setuppublications[alternative=harvard] \setupcite [authoryear] [pubsep={, }, lastpubsep={ and }, compress=yes, inbetween={ }, left={(}, right={)}] Second question: If I wish to restrict the

Re: [NTG-context] hyperlink bug in \cite

2013-04-10 Thread Alan BRASLAU
On Wed, 10 Apr 2013 11:47:21 +0200 Hans Hagen wrote: > can probably be solved (by rewriting some low level bin code ... but > as there is no sample attached ...) Minimal example attached. Alan\setupinteraction [state=start] \setupbibtex [database=biblio,sort=author] \setuppublic

Re: [NTG-context] bibliography (interaction)

2013-03-23 Thread Alan BRASLAU
On Sat, 23 Mar 2013 10:15:41 +0100 Hans Hagen wrote: > > So, playing with a minimal example reveals that interaction does not > > work when refcommand is set to authoryear, for example. > > (removing the setuppublications below gives working hyperlinks). > > Is this a bug

Re: [NTG-context] bibliography (interaction)

2013-03-23 Thread Hans Hagen
authoryear, for example. (removing the setuppublications below gives working hyperlinks). Is this a bug? probably a mkii left-over (prevent breaking big hyperlinks) .. can you try with \unexpanded\def\bibmaybeinteractive#1#2% {\doifbibinteractionelse{\gotobiblink{#

Re: [NTG-context] bibliography (interaction)

2013-03-23 Thread Alan BRASLAU
e reveals that interaction does not work when refcommand is set to authoryear, for example. (removing the setuppublications below gives working hyperlinks). Is this a bug? Alan ----- \setupinteraction [state=start] \setupbibt

[NTG-context] No interaction for publications with author-year style

2013-02-11 Thread Martin Rimmler
Hi all, I cannot get interactive publication references with author-year styles, i.e. all apa  and ssa alternatives. See below: \setupbibtex[database={sample}] \setuppublications[alternative=apa] \setupinteraction[state=start,color=blue] \setupcombinedlist[publications][interaction=all

[NTG-context] No interaction for publications with author-year style

2013-02-03 Thread Martin Rimmler
Hi all, I cannot get interactive publication references with author-year styles, i.e. all apa and ssa alternatives. See below: \setupbibtex[database={sample}] \setuppublications[alternative=apa] \setupinteraction[state=start,color=blue] \setupcombinedlist[publications][interaction=all

Re: [NTG-context] Using num and authornum bibliography style simultaneously

2013-02-03 Thread Devendra Ghate
On 02/04/2013 11:13 AM, Devendra Ghate wrote: Hi, I want to use *num* and *authornum* bibliiography style simultaneously in my document. \setuppublications[alternative=num] --- [1]. \setuppublications[alternative=num, refcommand=authornum] -- Author

[NTG-context] Using num and authornum bibliography style simultaneously

2013-02-03 Thread Devendra Ghate
Hi, I want to use *num* and *authornum* bibliiography style simultaneously in my document. \setuppublications[alternative=num] --- [1]. \setuppublications[alternative=num, refcommand=authornum] -- Author name [1]. So I have defined a macro as

Re: [NTG-context] Bibliography in authornum format

2013-01-14 Thread Aditya Mahajan
. Instead I get *Author, [1]*. Since I am new to ConTeXt, I might be making a basic mistake. Devendra --- \setupbibtex[database={bib}] % As suggested by Aditya on TEX SX. \setuppublications[alternative=num, refcommand=authornum] \starttext I am refering to \cite{me13} . \placepublications

[NTG-context] Bibliography in authornum format

2013-01-14 Thread Devendra Ghate
ConTeXt, I might be making a basic mistake. Devendra --- \setupbibtex[database={bib}] % As suggested by Aditya on TEX SX. \setuppublications[alternative=num, refcommand=authornum] \starttext I am refering to \cite{me13} . \placepublications[criterium=text] \stoptext

[NTG-context] two problems with xml processing

2013-01-11 Thread Thomas A. Schmitz
he list of references is empty when I use authornum as refcommand? Thanks and all best! Thomas \setupbibtex[database=sample] \setuppublications [refcommand=authornum] \starttext \startbuffer[demo] Madame Bovary is a novel by Gustave Flaubert, GustaveFlaubert. This has been demon

Re: [NTG-context] how to cite URLs in BibTeX bibliographies

2013-01-06 Thread Andreas Mang
there is an error: it should be \setuppublications[numbering=yes] and not \setuppublications[numbering=yesalternative=myapa-de] but it does not matter :) Am Jan 6, 2013 um 9:45 AM schrieb Andreas Mang mailto:m...@imt.uni-luebeck.de>>: Hi, your example is not very instructive. You

Re: [NTG-context] how to cite URLs in BibTeX bibliographies

2013-01-06 Thread Andreas Mang
g)]}, Title = {Bloom programming language}} % ConTeXt ver: 2013.01.02 18:19 MKIV %%% minimal example %%% \setupinteraction[state=start] \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=sample] % do not to put the reference into a bib file called "sample.bib" \setuppublica

Re: [NTG-context] no bibliography when using bodymatter/backmatter/...

2013-01-03 Thread Andreas Mang
ersion=numbers] > \stopsectionblockenvironment > > \usemodule[bib] > \usemodule[bibltx] > \setupbibtex[database=sample] > \setuppublications[numbering=yes] > > \starttext > \placecontent[criterum all] > > \startbodymatter > \section{Bodymatter} % this head

[NTG-context] no bibliography when using bodymatter/backmatter/...

2013-01-03 Thread Andreas Mang
pagenumber[numberconversion=numbers] \setuppagenumber[number=1] \stopsectionblockenvironment \startsectionblockenvironment[backpart] \setupuserpagenumber[numberconversion=numbers] \stopsectionblockenvironment \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=sample] \setuppublications[num

  1   2   3   4   5   6   >