Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] Bibliography

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] Bibliography


Chronological Thread 
  • From: John P Daigle <address@hidden>
  • To: "Peter Pan" <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] Bibliography
  • Date: Sun, 6 Feb 2005 13:09:58 -0500

To output a LaTeX file, you can use the file -> export command to output a .tex file.

TeXmacs outputs the source file automatically.

John D.
On Feb 6, 2005, at 11:28 AM, Peter Pan wrote:

I mean how can you get your latex output file, since the default Texmacs format is .tm.
And how do you use following statements:


\documentclass{article}

\begin{document}

This is article text right here.{\cite{backus1998}}

\bibliographystyle{plain} \bibliography{testbib.bib}

\end{document}

I am curiously about what you did.

For your situation, I not quite sure what is wrong with that.





On Sun, 6 Feb 2005 11:16:53 -0500, John P Daigle <address@hidden> wrote:

I'm not sure which latex file you mean? My latex output file or a
source file?

On Feb 6, 2005, at 7:31 AM, Peter Pan wrote:

The same problem happened to me.
I am wondering where you put your latex file.

\documentclass{article}

\begin{document}

This is article text right here.{\cite{backus1998}}



\bibliographystyle{plain} \bibliography{testbib.bib}

\end{document}


I am using wintexmacs-1.0.4.4.exe.
Looking forward to your early reply.
Thank you very much.


On Sun, 6 Feb 2005 03:46:59 -0500, John P Daigle
<address@hidden> wrote:

Hello Everyone,

I am somewhat new to X-Windows, BibTeX, TeXmacs, LaTex, etc. I have
read all of the FAQ's and solved a lot of the basic installation
problems, found the libraries, etc. So now I am running TeXmacs under
X11 under Mac OS 10.3.

My problem is that I cannot seem to get my bibliography to work. I
have a test bibtex file that looks like this:

@Article{backus1998,
author = {J. Backus},
title = {The History of Fortran I, II, & III},
journal = {Annals of the History of Computing},
year = {1998},
OPTkey = {},
OPTvolume = {20},
OPTnumber = {4},
OPTpages = {68-78},
OPTmonth = {Oct-Dec},
OPTnote = {},
OPTannote = {}
}

I save this file, lets call it testbib.bib, in the same file as
testbib.tm, a TeXmacs file.

In the .tm file, I type a section of text and then insert a cite,
which
looks like this: <cite|backus1998>

I then use Text -> Automatic -> bibliography and ask it to use style:
plain, file:testbib.bib.

It inserts a bibliography tag, I update the bibliography, and nothing
happens. No bibliography. This is what the LaTex file looks like:

\documentclass{article}

\begin{document}

This is article text right here.{\cite{backus1998}}



\bibliographystyle{plain} \bibliography{testbib.bib}

\end{document}

I've tried various levels of path descriptions for the .bib file, and
so far nothing works. Help?





--
Best Wishes

Peter Pan







--
Best Wishes

Peter Pan






Archive powered by MHonArc 2.6.19.

Top of Page