/small-caps"] = [[{\sc %s}]],
["@font-weight/normal"] = "[[\normal{%s}]]",
["@font-weight/bold"] = [[\bold{%s}]],
["@font-weight/light"] = "[[\normal{%s}]]",
["@text-decoratio
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
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
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
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
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
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
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
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
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
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
> 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
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
\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
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
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
. 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
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
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
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]
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
\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
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
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 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
][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
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
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
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
> %alternative=,
> width=fit,
> distance=.5em,
> %distance=0pt,
> margin=0em,
> ]
>
> \starttext
> Hallo Welt! \cite[lnkHWelt]
>
> \startappendices
> \startsection[title={Pubs},marking={}]
> \placelistofpublications[method=dataset
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
;
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
> ...
>
>
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
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
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
>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
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
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
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
>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
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
.
>>
>> 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
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
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
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
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
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 ',
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
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
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
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
>
> 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 :
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
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
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
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}
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
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
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 =
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
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
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
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>>
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
, 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
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
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
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
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
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
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
% -- % -- % -- % -- % --
% -- % -- %
\setupbibtex[database={sample},sort=author]
\setuppublications[alternative=apa]
\starttext
\cite[author][hh2010a] and
\cite[authoryear][hh2010a] and
\cite[authoryears][hh2010a]
\stoptext
% -- % -- % -- % -- % -- %
I exp
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
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
gt; > \startpublication [
> > k=mt,
> > t=book,
> > a={Bodoni},
> > y=1818,
> > n=1,
> > s={Manuale},
> > ]
> > \author[]{Giambattista}[]{}{Bodoni}
> > \pubyear{1818}
> > \title{Manuale Tipografico, 2~vols}
> >
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
>
> ···
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
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
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
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
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
> >>> 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
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
> > 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
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 - 100 of 254 matches
Mail list logo