ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* BibTex module with AMS formatting
@ 2006-08-22  2:15 Pepe Barbe
  2006-08-22  8:33 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Pepe Barbe @ 2006-08-22  2:15 UTC (permalink / raw)


Hello everyone,

I am a new to ConTeXt and typesetting in general. I want to type set a
document that includes refereces using the AMS format. So far I have
set up in my environment the following:

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=MybibTeX,sort=author]

And later in my product

\completepublications

I have been doing some tests, the reference list appears in the end
with the numbers, but the actual references in the text just show up
empty, like this [].

I execute ConTeXt in the following way:

texexec --once mydoc.tex
bibtex mydoc.tex
texexec --pdf mydoc.tex

The BibTex module says I should run ConTeXt one more time, but it has
not helped. I am not sure if I should use --pdf since I remember there
were some issues with compiling directly to PDF using LaTeX when using
BibTex.

I am using context : ver: 2006.08.10 12:52 on MacOSX 10.4/Intel
installed with Gerben Wierda's i-installer.

Any ideas how to solve this issue?

Thanks,
Pepe

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: BibTex module with AMS formatting
  2006-08-22  2:15 BibTex module with AMS formatting Pepe Barbe
@ 2006-08-22  8:33 ` Taco Hoekwater
  2006-08-22 13:33   ` Pepe Barbe
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2006-08-22  8:33 UTC (permalink / raw)




Pepe Barbe wrote:
> Hello everyone,
> 
> I am a new to ConTeXt and typesetting in general. I want to type set a
> document that includes refereces using the AMS format. So far I have
> set up in my environment the following:

Can you create (and post) a minimal input file with the problem?

The bits you posted cannot be your whole input, sicne that would
not create numbers in the publication list, and my crystal ball
is not translucent enough to deduce the rest of your code.

Cheers,
Taco

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: BibTex module with AMS formatting
  2006-08-22  8:33 ` Taco Hoekwater
@ 2006-08-22 13:33   ` Pepe Barbe
  2006-08-22 13:54     ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Pepe Barbe @ 2006-08-22 13:33 UTC (permalink / raw)


On 8/22/06, Taco Hoekwater <taco@elvenkind.com> wrote:
>
> Can you create (and post) a minimal input file with the problem?
>
> The bits you posted cannot be your whole input, sicne that would
> not create numbers in the publication list, and my crystal ball
> is not translucent enough to deduce the rest of your code.

Sorry for assuming the omniscience of your crystal ball. :-)

I created a simple file to illustrate my problem and, oh joys, it worked fine.

Going back to my product file, I decided to make a few changes and it
worked. Basically I had the following:

\startbackmatter
  \completepublications
\stopbackmatter

and it didn't work. If I moved \completepublications to

\startbodymatter
  \component chapter1
  \component chapter2
  \completepublications
\stopbodymatter

Then it will show the reference number in the body correctly. I
thought it made sense to put the References in the end.

Pepe

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: BibTex module with AMS formatting
  2006-08-22 13:33   ` Pepe Barbe
@ 2006-08-22 13:54     ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 2006-08-22 13:54 UTC (permalink / raw)




Pepe Barbe wrote:

>   and it didn't work. If I moved \completepublications to

This should (would) have worked also:

  \startbackmatter
    \completepublications[criterium=all]
  \stopbackmatter

Cheers, taco

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-22 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-22  2:15 BibTex module with AMS formatting Pepe Barbe
2006-08-22  8:33 ` Taco Hoekwater
2006-08-22 13:33   ` Pepe Barbe
2006-08-22 13:54     ` Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).