Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] Bibtex style

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] Bibtex style


Chronological Thread 
  • From: Mingfeng Yang <address@hidden>
  • To: address@hidden
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] Bibtex style
  • Date: Thu, 08 Dec 2005 08:35:52 -0500

Henri Lesourd wrote:
Mingfeng Yang wrote:

Hello,

I am totally a layman on latex. Recently, I began to use TeXmacs to write journal articles, and found out it's an excellent tool. Thank you for developing the great software!

As you know, different academic journal (publishers) require different format for the bibliography. How can I define different bibtex styles and incorporate them with TeXmacs? Can someone suggest a starting point for me to learn? Thanks!

As far as I know, TeXmacs uses bibTeX in a completely standard
way (I mean : you are using the bibTeX tool itself, thus you
are using standard .bib files in your TeXmacs documents), so
it seems that your problem is a pure bibTeX problem (and as
for me, I know only the very basics of using bibTeX... :-( ).

As far as using bibTeX in TeXmacs, you only need to insert a
markup :
[[
<bibliography|bib|alpha|my_file.bib|>
]]

at the end of your document, and the command :
[[
Document/Update/Bibliography
]]

should automagically update your bibliography :-). This
is so, of course is no other problem happen (like finding
your .bib file...), but you have the bibTeX output on the
TeXmacs console.

Hope it helps.

Best, Henri


Thank you so much, Henri.
But what I want to know is the format of the reference. For example, some journals need the reference in "author, journal, time, page" format, and the citation in the text should be in superscript or in parenthesis or bracket etc. I googled, and found out that bibtex can handle this according to a corresponding bibliography style file. But the grammar of this file looks very complicated. :(

Regards,
Mingfeng




Archive powered by MHonArc 2.6.19.

Top of Page