[NTG-context] Re: Cite-proc Lua - Following up

2024-06-12 Thread Max Chernoff
/small-caps"] = [[{\sc %s}]], ["@font-weight/normal"] = "[[\normal{%s}]]", ["@font-weight/bold"] = [[\bold{%s}]], ["@font-weight/light"] = "[[\normal{%s}]]", ["@text-decoratio

[NTG-context] Cite-proc Lua - Following up

2024-06-11 Thread hdanielhixson
Hello all, I hope you are well. This is my first time posting. So if I do so erroneously, I apologize. There is a LaTeX package called citation-style-language, backed by some software called citeproc-lua. The github page for the software is here: https://github.com/zepinglee/citeproc-lua It

[NTG-context] Enable interaction on custom apa cite variant

2023-08-19 Thread Jethro Djan
Hi, I would like a variant of cite per the APA specification that removes the bracket when quoted in mathematical definitions, theorems, etc. I could of course do it manually for reach using right= and left= but I didn't want to do it every time. I have come up with this MWE: \startbuffe

[NTG-context] Re: Bibliography cite

2023-08-05 Thread Robert via ntg-context
ht={)}] > to get the other behavior. > > -- > Alan > > > On 01/08/23 01/08/23, 23:26, Robert via ntg-context wrote: >> Thank you, Alan for the suggestion. >> I tried as you said: \cite[alternative=authoryears,righttext={{, p. >> 3}}][Knuth1984]. >> Yet

[NTG-context] Re: Bibliography cite

2023-08-04 Thread Alan Braslau via ntg-context
the other behavior. -- Alan On 01/08/23 01/08/23, 23:26, Robert via ntg-context wrote: Thank you, Alan for the suggestion. I tried as you said: \cite[alternative=authoryears,righttext={{, p. 3}}][Knuth1984]. Yet the result is this: Knuth (1984), , p. 3 If I leave out the first comma, the

[NTG-context] Re: Bibliography cite

2023-08-01 Thread Robert via ntg-context
Thank you, Alan for the suggestion. I tried as you said: \cite[alternative=authoryears,righttext={{, p. 3}}][Knuth1984]. Yet the result is this: Knuth (1984), , p. 3 If I leave out the first comma, the result is: Knuth (1984), p. 3 Righttext probably refers to the text outside the

[NTG-context] Re: Bibliography cite

2023-08-01 Thread Alan Braslau via ntg-context
Using the APA specification: \usebtxdefinitions [apa] you can then \cite[alternative=authoryears,righttext={{, p.\nbsp 12}}] [Knuth1984] mentions …. The tricky part concerning righttext= is the double {{ }}, needed because the text contains a comma. The reason for this is simple, as

[NTG-context] Bibliography cite

2023-08-01 Thread Robert via ntg-context
Dear List members, For my academic work with context I need the following cite according to Apa standards: Knuth (1984, p. 12) mentions …. The matrix is this: AUTHOR (, p.~n). I reckon this can somehow be accomplished with the \setupbtx command. (Standard these and other variants are

Re: [NTG-context] Achieving different \cite styles

2022-12-09 Thread Max Chernoff via ntg-context
Hi Jethro, > I am interested in being able to cite in different ways. By analogy, I > refer to the \texcite{}, \parencite{} and other options available with > biblatex in LaTeX. How do I achieve something like \textcite{} in > ConTeXt? Page 34 of the publications manual lists the va

Re: [NTG-context] Achieving different \cite styles

2022-12-09 Thread Henning Hraban Ramm via ntg-context
Am 09.12.22 um 04:42 schrieb Jethro Djan via ntg-context: Hello everyone I am interested in being able to cite in different ways. By analogy, I refer to the \texcite{}, \parencite{} and other options available with biblatex in LaTeX. How do I achieve something like \textcite{} in ConTeXt

[NTG-context] Achieving different \cite styles

2022-12-08 Thread Jethro Djan via ntg-context
Hello everyone I am interested in being able to cite in different ways. By analogy, I refer to the \texcite{}, \parencite{} and other options available with biblatex in LaTeX. How do I achieve something like \textcite{} in ConTeXt? Here is my MWE: \startbuffer[ref] @Article{wn:2017, author

Re: [NTG-context] documentation for \cite and \setupcite commands

2022-03-28 Thread Willi Egger via ntg-context
> Braslau introduces a parameter not shown in the \cite doc in ConTeXt garden, > namely "righttext". > > Moreover, this answer introduces an "extras" parameter, also not included in > ConTeXt garden. Am I missing something here? > > -- Forwarded messa

[NTG-context] Fwd: documentation for \cite and \setupcite commands

2022-03-27 Thread A A via ntg-context
Another question, *Bibliographies, the ConTeXt way *by Hans Hagen and Alan Braslau introduces a parameter not shown in the \cite doc in ConTeXt garden, namely "righttext". Moreover, this answer <https://tex.stackexchange.com/questions/73131/how-to-add-page-numbers-to-apa-citatio

Re: [NTG-context] control cite - bibliographical references

2022-01-30 Thread Henning Hraban Ramm via ntg-context
\everybtxlistrendering. There the problem seems to relate to the use of \setupinteraction. Now, in my citations (\cite[Douma1979a]) the authornames are still colored. Douma, 1979a, 86 I examined the contextgarden site, read and tried the answers to previous questions, but could not find out how

[NTG-context] control cite - bibliographical references

2022-01-30 Thread Robert via ntg-context
to the use of \setupinteraction. Now, in my citations (\cite[Douma1979a]) the authornames are still colored. Douma, 1979a, 86 I examined the contextgarden site, read and tried the answers to previous questions, but could not find out how to do this. Is there a way to control the author names

Re: [NTG-context] Exclude bibliographic entries from list even when cited with \cite

2021-09-16 Thread Hans Hagen via ntg-context
not be added to the list, but the books or collections containing them should be. I think I could make this work for the subcitation using the \listcite or \cite command recursively. But is there a way to conditionally handle whether or not to add the entry to the list after I invoke the \cite

Re: [NTG-context] Exclude bibliographic entries from list even when cited with \cite

2021-09-16 Thread Denis Maier via ntg-context
. September 2021 20:46 An: mailing list for ConTeXt users Cc: Joey McCollum Betreff: [NTG-context] Exclude bibliographic entries from list even when cited with \cite Hi, It's taken a couple weeks, but I nearly have a working bibliographic rendering for SBL style ready. I'm hosting th

[NTG-context] Exclude bibliographic entries from list even when cited with \cite

2021-09-16 Thread Joey McCollum via ntg-context
ubcitation using the \listcite or \cite command recursively. But is there a way to conditionally handle whether or not to add the entry to the list after I invoke the \cite command, or is this built into the \cite command at a low level? If I had to, I could define an \autocite command that does all o

Re: [NTG-context] No space between \cite and next word.

2021-04-18 Thread Mikael Sundqvist
Mikael Sundqvist wrote: > > Hi, > > > > I think there has been some change recently. Is it on purpose that > > there is no space after the \cite. Look how the parenthesis that ends > > the citation and the word "text" are set without space inbetween. > > &g

Re: [NTG-context] No space between \cite and next word.

2021-04-18 Thread Hans Hagen
On 4/16/2021 12:00 PM, Mikael Sundqvist wrote: Hi, I think there has been some change recently. Is it on purpose that there is no space after the \cite. Look how the parenthesis that ends the citation and the word "text" are set without space inbetween. /Mikael \startbuffer[mybib]

[NTG-context] No space between \cite and next word.

2021-04-16 Thread Mikael Sundqvist
Hi, I think there has been some change recently. Is it on purpose that there is no space after the \cite. Look how the parenthesis that ends the citation and the word "text" are set without space inbetween. /Mikael \startbuffer[mybib] @article{a, author = {An Author}, title

[NTG-context] issue with \cite in ConTeXt ver: 2020.12.22 22:14 LMTX fmt: 2020.12.22

2020-12-22 Thread Alan Bowen
\cite no longer works as expected MWE: \startsetups[tightspace] \spaceskip 0.5\interwordspace plus.5\interwordstretch minus \interwordshrink \stopsetups \def\dostartbibitem[#1][#2]% {\doifsomethingelse{#2}% {\startBibItem[reference={#1},title={#2}]}% {\startBibItem[reference={#1},title={#1

[NTG-context] Setup left, right, between entries in custom cite of multiple references

2020-06-06 Thread Mike O'Connor
I'm trying to customise \cite and unable to get inbetween= to appear between entries in a multi-ref citation. My own customisations via a copy of publ-imp-apa.mkvi and .lua have this problem, so in case it was due to my customisation I went back to solid ground — the Chemistry example, p

Re: [NTG-context] Customizing \cite alternatives

2020-02-22 Thread Philipp A.
Philipp A. wrote: > > Makes sense, seems like no default is defined anymore, so it won’t > > render without using a style. > > I use apa, and the attached screenshot shows my problem. > > If you use APA, you have to set up the APA cite options. The manual is a > bit

Re: [NTG-context] Customizing \cite alternatives

2020-02-20 Thread Thomas A. Schmitz
On 20.02.20 14:16, Philipp A. wrote: Makes sense, seems like no default is defined anymore, so it won’t render without using a style. I use apa, and the attached screenshot shows my problem. If you use APA, you have to set up the APA cite options. The manual is a bit on the short side here

Re: [NTG-context] Customizing \cite alternatives

2020-02-20 Thread Philipp A.
][testbib.buffer] \setupbtx[dataset=main] % make cite use this \setupbtx[default:cite][alternative=authoryear] % cite style \usebtxdefinitions[apa] % load and activate list rendering \definebtxrendering[main][apa][dataset=main, pagestate=start] \starttext \cite[authoryear][testone] \cite[authoryear][testtwo

Re: [NTG-context] Customizing \cite alternatives

2020-02-19 Thread Thomas A. Schmitz
rom “et al.” citations, and modify the cite alternatives: * [authoryear]: (Surname, et al., 2018) → (Surname et al., 2018) * [authoryears]: Surname, et al. (2018) → Surname et al. (2018) Also I’d like to configure how many names are the maximum before all except the first are replaced by “e

[NTG-context] Customizing \cite alternatives

2020-02-17 Thread Philipp A.
Hi List, I want the comma gone from “et al.” citations, and modify the cite alternatives: - [authoryear]: (Surname, et al., 2018) → (Surname et al., 2018) - [authoryears]: Surname, et al. (2018) → Surname et al. (2018) Also I’d like to configure how many names are the maximum before all

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
> %alternative=, > width=fit, > distance=.5em, > %distance=0pt, > margin=0em, > ] > > \starttext > Hallo Welt! \cite[lnkHWelt] > > \startappendices > \startsection[title={Pubs},marking={}] > \placelistofpublications[method=dataset

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

2018-09-02 Thread Lars
Hi Alan, I don't understand. What is it that makes my code mkii? \usebtxdataset[default][My_file.bib] \usebtxdefinitions[aps] \setupbtxlist[aps][   %alternative=,   width=fit,   distance=.5em,   %distance=0pt,   margin=0em, ] \starttext   Hallo Welt! \cite[lnkHWelt]   \startappen

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

2018-09-02 Thread Alan Braslau
; > because sometimes this is all info I can get. Now I want an entry in the > \placelistofpublications area with only the link and the note when I opened > the website the last time. > That's what I get from ConTeXt so far when I use > \cite[lnkGGL]: > [1] , http://www.google.com (unveröffentlich

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

2018-09-02 Thread Lars
w can I at least turn off the (unpublished) tag?!? Please... Lars Weitergeleitete Nachricht Betreff:[NTG-context] How to cite online websites (reloaded) Datum: Sun, 2 Sep 2018 19:02:42 +0200 Von:Lars An: ntg-context@ntg.nl Hello guys, I've checked s

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

2018-09-02 Thread Lars
018]",   url = "http://www.google.com"; } because sometimes this is all info I can get. Now I want an entry in the \placelistofpublications area with only the link and the note when I opened the website the last time. That's what I get from ConTeXt so far when I use \cit

Re: [NTG-context] \cite not working with notes in xtables

2017-12-12 Thread Alan Braslau
wrote: > Hello List, > > I have this MWE that reflects my current layout where I have images > in an xtable with captions defined as note. Both, footnotes and > captions are set in the margin. The Example compiles correct with > just one caption in a xcell. If there are two (as in th

Re: [NTG-context] \cite not working with notes in xtables

2017-12-05 Thread Alan Braslau
rote: > Hello List, > > I have this MWE that reflects my current layout where I have images > in an xtable with captions defined as note. Both, footnotes and > captions are set in the margin. The Example compiles correct with > just one caption in a xcell. If there are two (as in the MWE

[NTG-context] \cite not working with notes in xtables

2017-12-05 Thread Michael Eidenbenz
Hello List, I have this MWE that reflects my current layout where I have images in an xtable with captions defined as note. Both, footnotes and captions are set in the margin. The Example compiles correct with just one caption in a xcell. If there are two (as in the MWE) the \cite command

Re: [NTG-context] Question about a link in a footnote to cite

2016-08-05 Thread Henri Menke
reference into correct format. That means, you have to identify author, title, url, etc. In the reference format the order of these does not matter. What you also have to do is, give the reference a unique identifier (FirstAuthorYear, here Truman1949 is common). To cite a website you should use the

[NTG-context] Question about a link in a footnote to cite

2016-08-05 Thread Ursula Hermann
Hello list! I would like to know: If I have this in a footnote \footnote\cite Truman, Harry: Inaugural Address. 1949. Letzter Zugriff: 10.07.2013, http:// <http://www.presidency.ucsb.edu/ws/?pid=13282> www.presidency.ucsb.edu/ws/?pid=13282. [Hervorhebung I.G.] whats the rig

Re: [NTG-context] custom cite in \externalfigure

2016-05-06 Thread Alan BRASLAU
On Fri, 6 May 2016 09:47:39 +0200 eidenbenz wrote: > the problem is that I need the control the width of externalfigure in > the text. With the above solution I have to define a different cite > rendering for every possible width I need in my layout. Maybe, don't set the width

Re: [NTG-context] custom cite in \externalfigure

2016-05-06 Thread eidenbenz
that's what I did at first: \startsetups btx:duane:cite:external {\externalfigure[\btxfield{url_image}][width=10cm]} \stopsetups the problem is that I need the control the width of externalfigure in the text. With the above solution I have to define a different cite rendering for

Re: [NTG-context] custom cite in \externalfigure

2016-05-04 Thread Alan Braslau
On Wed, 4 May 2016 21:31:46 + "Eidenbenz Michael" wrote: > what seems strange to me is that \cite[filename] works as such, but > not as an argument to \externalfigure The \externalfigure tries to do quite a lot with its argument(s). You can use \placecitation [duane::t

Re: [NTG-context] custom cite in \externalfigure

2016-05-04 Thread Eidenbenz Michael
thats what i already have: >> \startsetups btx:duane:cite:filename >> {\btxfield{url_image}} >> \stopsetups so you mean i have to use btxfield outside a setups? what seems strange to me is that \cite[filename] works as such, but not as an argument to \externalfigure i tho

Re: [NTG-context] custom cite in \externalfigure

2016-05-04 Thread Hans Hagen
On 4/30/2016 10:06 PM, eidenbenz wrote: Could somebody explain me why this (the part that is commented) doesn't work? I get the following error: tex error > tex error on line 0 in file : ! Emergency stop <*> cont-yes.mkiv *** (job aborted, no legal \end found) because \c

[NTG-context] custom cite in \externalfigure

2016-04-30 Thread eidenbenz
ne] \definebtxrendering [duane] [dataset=duane, method=local, ] \setupbtxlist [duane] [number=no] \startsetups btx:duane:list:image \btxfield{title} \stopsetups \startsetups btx:duane:cite:external {\externalfigure[\btxfield{url_image}][width=10cm]} \stopsetups \startsetups btx:duane

[NTG-context] custom :cite setups with new bibliography system

2015-10-06 Thread Eidenbenz Michael
This works only with method=dataset in current context. In beta the method=local works, but then \btxfield is broken for the :cite setups Is there a workaround or is this temporaily broken? Thanks and best regards Michael -- \startbuffer

Re: [NTG-context] [BUG]: `referenceprefix' in `\setuphead' ruins `\cite'

2015-05-29 Thread Alexander Shukaev
On Fri, May 29, 2015 at 5:20 PM, Alexander Shukaev wrote: > Hello, > > I think I've experienced a severe bug here. Consider the following: > > ​​ > \setuphead > [chapter][% > referenceprefix={chapter}, > ] > > ... > \cite[xxx] > ... > >

[NTG-context] [BUG]: `referenceprefix' in `\setuphead' ruins `\cite'

2015-05-29 Thread Alexander Shukaev
Hello, I think I've experienced a severe bug here. Consider the following: \setuphead [chapter][% referenceprefix={chapter}, ] ... \cite[xxx] ... \startpublication[ k={xxx}, t={...}, a={...}, y={...}, ] ... \stoppublication \startchapter [title={BIBLIOGRAPHY}] \white

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

2015-05-05 Thread Csikos Bela
Alan BRASLAU írta: >On Tue, 5 May 2015 12:52:41 +0200 >Csikos Bela wrote: > >> Thanks. But there's no any indication in the log file of using mkII, >> unless mkiv uses the same code. All \cite[alternative][key] variants >> work for me except the \cite[textnum

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

2015-05-05 Thread Alan BRASLAU
On Tue, 5 May 2015 12:52:41 +0200 Csikos Bela wrote: > Thanks. But there's no any indication in the log file of using mkII, > unless mkiv uses the same code. All \cite[alternative][key] variants > work for me except the \cite[textnum][key] variant. See the attached > example

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

2015-05-05 Thread Csikos Bela
>Do you want to mix\high{1} citations with [1] citations? >> >That would be rather strange, stylistically. >> >> Yes, but in tables I don't want to put superscript citations. > >OK, thanks for explaining this use. > > >> >There is a predefined second

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

2015-05-04 Thread Thomas A. Schmitz
On 05/04/2015 07:03 PM, Otared Kavian wrote: Thanks to remarks by Mojca and Alan, I did some testing with mkiv and my old setups for bibliography under mkii, and magically it works also with the new bibliography features of mkiv, that is without saying \usemodule[bib]. However somehow I

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

2015-05-04 Thread Otared Kavian
Thanks to remarks by Mojca and Alan, I did some testing with mkiv and my old setups for bibliography under mkii, and magically it works also with the new bibliography features of mkiv, that is without saying \usemodule[bib]. However somehow I couldn’t find an equivalent for the command

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

2015-05-04 Thread Thomas A. Schmitz
On 05/04/2015 06:14 PM, Alan BRASLAU wrote: You are using the MKII code. It takes the syntax \cite[alternative]{key} which is very intolerant of spacing and the newer module has abandoned this LaTeX style in favor of \cite[key] and \cite[alternative][key] No, that's not quite right, the s

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

2015-05-04 Thread Alan BRASLAU
>That would be rather strange, stylistically. > > Yes, but in tables I don't want to put superscript citations. OK, thanks for explaining this use. > >There is a predefined second num cite variant \cite[textnum][tag]. > >It's use is intended to produce som

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

2015-05-04 Thread Csikos Bela
casionally inline >> citations in brackets, like this one [2]. How could I define >> alternative numerical citation style, e.g. \cite[inum][key] on the >> analogy of author, authoryear etc. styles? > >mkiv-bibliographies (not the mkii publications module). > >The cit

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

2015-05-04 Thread Otared Kavian
. >> >> What I would like to do is inserting alternative numerical citations: >> normal superscript citations, like this^1, and occasionally inline >> citations in brackets, like this one [2]. How could I define >> alternative numerical citation style, e.g. \cite[inu

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

2015-05-04 Thread Alan BRASLAU
is one [2]. How could I define > alternative numerical citation style, e.g. \cite[inum][key] on the > analogy of author, authoryear etc. styles? mkiv-bibliographies (not the mkii publications module). The citation styles can be tuned through parameters, i.e. \setupbtx [cite:numbering:nu

[NTG-context] alternative numerical \cite command

2015-05-04 Thread Csikos Bela
Hello list members: For inserting citations ConTeXt offers several \cite command alternatives. If I understand correctly citations can be inserted like: \cite[key], when the document's default cite type is used, or: \cite[authoryear][key], \cite[author][key] etc., where the citation sty

Re: [NTG-context] setupcite in mkiv to cite two references

2015-02-18 Thread Yu Zhang
Thanks Hans. These settings fixed my issues. best Yu On Tue, Feb 10, 2015 at 10:02 AM, Hans Hagen wrote: > On 2/9/2015 10:15 PM, Yu Zhang wrote: > >> Hi list, >> >> I need some help about formatting citations in mkiv. >> >> What I want is something

Re: [NTG-context] setupcite in mkiv to cite two references

2015-02-10 Thread Hans Hagen
On 2/9/2015 10:15 PM, Yu Zhang wrote: Hi list, I need some help about formatting citations in mkiv. What I want is something like [3, 4] if I put \cite[ref3,ref4]. However, what I actually get is [3 and 4]. This only happens if I put two references in \cite[]. So, does anyone know how to

[NTG-context] setupcite in mkiv to cite two references

2015-02-09 Thread Yu Zhang
Hi list, I need some help about formatting citations in mkiv. What I want is something like [3, 4] if I put \cite[ref3,ref4]. However, what I actually get is [3 and 4]. This only happens if I put two references in \cite[]. So, does anyone know how to replace 'and' with ', &#

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

[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] Bibliography issue (using \cite) and endnote typesetting

2014-07-14 Thread Rob Heusdens
of the notes, since sometimes they do not refer to anything in the Bibliography, therefore I would need to keep them as endnotes and not as cite reference. But for entries that do, my question is: - How to setup \cite so that it displays the fields I want (author, title, address) in the style I

Re: [NTG-context] [bug?] no space before \cite[data][] and after \abbreviation

2014-06-05 Thread Wolfgang Schuster
Am 28.05.2014 um 11:37 schrieb pol stra : > > > > Subject: Re: [NTG-context] [bug?] no space before \cite[data][] and after > > \abbreviation > > From: schuster.wolfg...@gmail.com > > Date: Tue, 27 May 2014 16:38:28 +0200 > > CC: ntg-context@ntg.nl >

Re: [NTG-context] [bug?] no space before \cite[data][] and after \abbreviation

2014-05-28 Thread pol stra
> Subject: Re: [NTG-context] [bug?] no space before \cite[data][] and after > \abbreviation > From: schuster.wolfg...@gmail.com > Date: Tue, 27 May 2014 16:38:28 +0200 > CC: ntg-context@ntg.nl > To: r...@hotmail.fr > > > Am 25.05.2014 um 09:27 schrieb Pol Stra :

Re: [NTG-context] [bug?] no space before \cite[data][] and after \abbreviation

2014-05-27 Thread Wolfgang Schuster
Am 25.05.2014 um 09:27 schrieb Pol Stra : > What about the cite command and the space _before_? Do you have a minimal example for this? Wolfgang ___ If your question is of interest to others as well, please add

Re: [NTG-context] [bug?] no space before \cite[data][] and after \abbreviation

2014-05-25 Thread Pol Stra
Le jeudi 22 mai 2014, 16:15:22 Wolfgang Schuster a écrit : > Am 22.05.2014 um 14:35 schrieb pol stra : > > Hello, > > > > I used "see \cite[data]" in a document and I obtained "seeAuthor" without > > space between "see" and "A

Re: [NTG-context] [bug?] no space before \cite[data][] and after \abbreviation

2014-05-22 Thread Wolfgang Schuster
Am 22.05.2014 um 14:35 schrieb pol stra : > Hello, > > I used "see \cite[data]" in a document and I obtained "seeAuthor" without > space between "see" and "Author". I think it is a bug. > > I also had troubles with abbreviations

[NTG-context] [bug?] no space before \cite[data][] and after \abbreviation

2014-05-22 Thread pol stra
Hello, I used "see \cite[data]" in a document and I obtained "seeAuthor" without space between "see" and "Author". I think it is a bug. I also had troubles with abbreviations (although it might be a bad use from myself): setting "\abbreviation{AB}

[NTG-context] \cite documentation

2014-03-13 Thread Philipp A.
i know that \cite can be called like \cite[ref], \cite{ref}, \cite[options][ref], and \cite[options]{ref} is there a difference between curly braces and brackets? what options apart from “start”, “end”, “data”, and “alternative” does it know, and how do “data” and “alternative” work? best

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

2013-05-27 Thread Steve Frank
I am just starting with the bibliography module and ran the following test: \cite[authoryear,left=(yes: ,right=; Rk)][frank98foundations] here, \cite[author][frank98foundations], then \cite[year][frank98foundations], then \cite{otrosina88isozyme,frank91ecological,frank98foundations

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

2013-04-10 Thread Alan BRASLAU
ations [refcommand=authoryear,sorttype=bbl,criterium=cite] % author (year) \starttext Cybernetics. \cite [Ashby1954] \cite[Wiener1961] Cybernetics. \cite [Ashby1954,Wiener1961] \starttitle [title=Bibliography] \placepublications [criterium=all] \stoptitle \stoptext @BOOK{ Ashby1954, author =

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

2013-04-10 Thread Hans Hagen
On 4/9/2013 10:25 AM, Alan BRASLAU wrote: Hello, \cite[A] can yield a hyperlink to the bibliography. However, \cite[A,B] does not (and should). I suppose that this could be a bit complicated when using numbered references (rather than Author, year), in the particular case where one collapses

[NTG-context] hyperlink bug in \cite

2013-04-09 Thread Alan BRASLAU
Hello, \cite[A] can yield a hyperlink to the bibliography. However, \cite[A,B] does not (and should). I suppose that this could be a bit complicated when using numbered references (rather than Author, year), in the particular case where one collapses the list of numbers, in which case the

[NTG-context] extras in \cite

2013-02-20 Thread Devendra Ghate
Hello Everyone, A while back Aditya provided a patch for using *alternative=authornum* in *\cite*. The patch adds et al. for the cases with more than two authors. I have been using it without a hitch since then. However, today I tried to use *extras* option with this patch and it won't

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

2013-01-06 Thread Andreas Mang
o not to put the reference into a bib file called "sample.bib" \setuppublications[numbering=yesalternative=myapa-de] \starttext \cite[bloom] \placepublications[criterium=text] \stoptext %%% minimal example %%% Am Jan 6, 2013 um 8:35 AM schrieb 土卜皿 mailto:pengcz.n...@gmail.com>>

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

2013-01-06 Thread Andreas Mang
tions[numbering=yesalternative=myapa-de] \starttext \cite[bloom] \placepublications[criterium=text] \stoptext %%% minimal example %%% Am Jan 6, 2013 um 8:35 AM schrieb 土卜皿 mailto:pengcz.n...@gmail.com>>: hi,all In latex, the following bib item: @misc{bloom, title = {Bloom program

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

2013-01-05 Thread 土卜皿
, the bib item can not be successfully compiled , what should I do to cite this? Thanks! BEST REGARDS PengCZ ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

Re: [NTG-context] author-title cite command

2012-08-03 Thread Daniel Schopper
Sorry, got the wrong URL. That's the right one: http://article.gmane.org/gmane.comp.tex.context/68200/ Am 03.08.12 14:44, schrieb Daniel Schopper: Dear list, I'm trying to come to grips with creating a customized author-title cite command, based on this[1] thread. I was wondering

[NTG-context] author-title cite command

2012-08-03 Thread Daniel Schopper
Dear list, I'm trying to come to grips with creating a customized author-title cite command, based on this[1] thread. I was wondering how I can check on the value of the [artauthor] or [author] fields extracted by \getcitedata? Eventually I'd need a footnote citation style that pri

Re: [NTG-context] Is it possible to \cite with UPPERCASED author?

2012-02-10 Thread Wagner Macedo
friend here. > Yes, very incomprehensible. And another thing, I couldn't find any "authoryear" word inside bst files. I think it usefulness is only for publications list. > 2. ConTeXt produces a .bbl file from which it retrieves the > bibliographical information. The aut

Re: [NTG-context] Is it possible to \cite with UPPERCASED author?

2012-02-10 Thread Thomas A. Schmitz
bliographical information. The authorname used in the \cite command is captured in a key=value of the form a={{Hagen}}, Write a simple lua script which will make the captured name uppercase and write everything out to a new file. Then, in your preamble, replace the \setupbibtex[database=...] li

Re: [NTG-context] Is it possible to \cite with UPPERCASED author?

2012-02-10 Thread Wagner Macedo
Ah, yes. I'm setuping my own style. As I'm not so good with TeX (if this could be in Lua, will be perfect), I'm using apa, that is the closest to my style. So, all right, I'll try to customize my style, that is the only good solution to this. Thanks by attention, Thomas. -- Wagner Macedo On 10

Re: [NTG-context] Is it possible to \cite with UPPERCASED author?

2012-02-10 Thread Thomas A. Schmitz
extgarden.net/Bibliography_mkiv I can explain. % -- % -- % -- % -- % -- % \setupbibtex[database={sample},sort=author] \setuppublications[alternative=apa] \starttext \cite[author][hh2010a] and \cite[authoryear][hh2010a] and \cite[authoryears][hh2010a] \stoptext % -- % -- % -- % -- % --

Re: [NTG-context] Is it possible to \cite with UPPERCASED author?

2012-02-10 Thread Wagner Macedo
% -- % -- % \setupbibtex[database={sample},sort=author] \setuppublications[alternative=apa] \starttext \cite[author][hh2010a] and \cite[authoryear][hh2010a] and \cite[authoryears][hh2010a] \stoptext % -- % -- % -- % -- % -- % I exp

Re: [NTG-context] Is it possible to \cite with UPPERCASED author?

2012-02-10 Thread Thomas A. Schmitz
On 02/10/12 11:59, Wagner Macedo wrote: Is it possible to \cite with author in UPPERCASE without touch in my bib file? I couldn't find a tip about this, I already read Bib mod manual. I'm using MkIV. Short answer: yes, that's possible. Longer answer: bib mod manual, section

[NTG-context] Is it possible to \cite with UPPERCASED author?

2012-02-10 Thread Wagner Macedo
Is it possible to \cite with author in UPPERCASE without touch in my bib file? I couldn't find a tip about this, I already read Bib mod manual. I'm using MkIV. -- Wagner Macedo ___ If your question is of i

Re: [NTG-context] strc-lst.mkvi [was: \cite fails with “Extra ...”]

2012-02-01 Thread Philipp Gesang
gt; > \startpublication [ > > k=mt, > > t=book, > > a={Bodoni}, > > y=1818, > > n=1, > > s={Manuale}, > > ] > > \author[]{Giambattista}[]{}{Bodoni} > > \pubyear{1818} > > \title{Manuale Tipografico, 2~vols} > >

Re: [NTG-context] \cite fails with “Extra ...”

2012-01-29 Thread Pontus Lurcock
y=1818, > n=1, > s={Manuale}, > ] > \author[]{Giambattista}[]{}{Bodoni} > \pubyear{1818} > \title{Manuale Tipografico, 2~vols} > \city{Parma} > \stoppublication > > \starttext > > foo \cite[authoryear][mt] bar > > \stoptext > > ···

[NTG-context] \cite fails with “Extra ...”

2012-01-29 Thread Philipp Gesang
Tipografico, 2~vols} \city{Parma} \stoppublication \starttext foo \cite[authoryear][mt] bar \stoptext · This definitely works with the beta from 2011-11-04, but not with the one from 2012.01.25. Has there been a change? Regards

Re: [NTG-context] [solved] \cite doesn't work correctly

2011-10-16 Thread Steffen Wolfrum
Beste Hans, Am 12.10.2011 um 16:23 schrieb Steffen Wolfrum: > > Am 12.10.2011 um 11:33 schrieb Pontus Lurcock: > >> On Wed 12 Oct 2011, Steffen Wolfrum wrote: >> >>> the \cite command behaves strange, when used in projects: >>> >>> The expected

Re: [NTG-context] \cite doesn't work correctly

2011-10-12 Thread Steffen Wolfrum
Am 12.10.2011 um 11:33 schrieb Pontus Lurcock: > On Wed 12 Oct 2011, Steffen Wolfrum wrote: > >> the \cite command behaves strange, when used in projects: >> >> The expected output would be: >> >> Me and You; >> Name, P..Test.. >&g

Re: [NTG-context] \cite doesn't work correctly

2011-10-12 Thread Pontus Lurcock
On Wed 12 Oct 2011, Steffen Wolfrum wrote: > the \cite command behaves strange, when used in projects: > > The expected output would be: > > Me and You; > Name, P..Test.. > > but it is only > > ; > Name, P..Test.. > > > And this result is the sa

[NTG-context] \cite with authornum and extras

2011-10-04 Thread Stefan Müller
Hi, please consider the following example. \setupbibtex[database={sample}] \starttext \cite[alternative=authornum, extras={, p.\ 1}][Eijkhout1991] \cite[alternative=authoryear, extras={, p.\ 1}][Eijkhout1991] \placepublications[criterium=all] \stoptext In the cite with

Re: [NTG-context] TeX capacity exceeded, sorry (was: mkiv: 'extras' option in cite command = error)

2011-07-22 Thread Christian
> >>> How do I apply this patch? I changed (inserted the code above)& > >>> saved C:\ConTeXt\tex\texmf-context\tex\context\base\bibl-tra.mkiv > so > >>> that the lines 945–954 now look like this: > >>> > >> > >> Did you regenerate the format? > > > > I did run > > mtxrun --generate > > context --ge

Re: [NTG-context] TeX capacity exceeded, sorry (was: mkiv: 'extras' option in cite command = error)

2011-07-22 Thread Wolfgang Schuster
Am 22.07.2011 um 15:03 schrieb Christian: >>> How do I apply this patch? I changed (inserted the code above)& saved >>> C:\ConTeXt\tex\texmf-context\tex\context\base\bibl-tra.mkiv so that >>> the lines 945–954 now look like this: >>> >> >> Did you regenerate the format? > > I did run > mtxrun

Re: [NTG-context] TeX capacity exceeded, sorry (was: mkiv: 'extras' option in cite command = error)

2011-07-22 Thread Christian
> > How do I apply this patch? I changed (inserted the code above)& saved > > C:\ConTeXt\tex\texmf-context\tex\context\base\bibl-tra.mkiv so that > > the lines 945–954 now look like this: > > > > Did you regenerate the format? I did run mtxrun --generate context --generate luatools --generate an

Re: [NTG-context] TeX capacity exceeded, sorry (was: mkiv: 'extras' option in cite command = error)

2011-07-22 Thread Thomas A. Schmitz
On 07/22/2011 12:22 PM, Christian wrote: How do I apply this patch? I changed (inserted the code above)& saved C:\ConTeXt\tex\texmf-context\tex\context\base\bibl-tra.mkiv so that the lines 945–954 now look like this: Did you regenerate the format? Thomas __

  1   2   3   >