Re: [Bibdesk-users] Problem using Bibdesk

2008-01-02 Thread Ian Thompson
Thank you for the quick response! I have used LaTeX for a while, but am new
to BibTeX and BibDesk. I have been trying to get a BibTeX example to
work--here is the .tex file:

\documentstyle{article}
\begin{document}

\bibliographystyle{prsty} % Choose Phys. Rev. stylle for bibliography

\section{Introduction}
The discovery of the Quantized Hall Effect was made by
Klitzing~\cite{klitzing:qhe} for which he was awarded the 1985 Nobel
prize for physics~\cite{klitzing:nobel}.
\bibliography{qhe}% qhe.bib is the name of our database

\end{document}

Here is the BibTeX file which I imported into BibDesk. When I try to
generate the BibTex file, the console says I couldn't open file name
`ghe.aux.

STRING(PRL=Phys. Rev. Lett.)
@STRING(RMP=Rev. Mod. Phys.)

@ARTICLE{klitzing:qhe,
   AUTHOR=K. von Klitzing and G. Dorda and M. Pepper,
   TITLE=New method for high accuracy determination of fine structure
constant based on quantised hall resistance,
   JOURNAL=PRL,
   VOLUME=45,
   PAGES=494,
   YEAR=1980
}

@ARTICLE{klitzing:nobel,
   AUTHOR=Klaus von Klitzing,
   TITLE=The Quantised Hall Effect,
   JOURNAL=RMP,
   VOLUME=58,
   PAGES=519,
   YEAR=1986
}

Thank you again. The example is from
http://cmtw.harvard.edu/Documentation/TeX/Bibtex/Example.html

On Jan 2, 2008 3:17 PM, Adam R. Maxwell [EMAIL PROTECTED] wrote:


 On Wednesday, January 02, 2008, at 12:13PM, Ian Thompson 
 [EMAIL PROTECTED] wrote:
 I have been receiving the error There were undefined references
 whenever I
 try to use Bibdesk. If anyone could offer me some advice it would be
 greatly
 appreciated. Here are the errors as generated in the console:
 
 LaTeX Warning: Citation `klitzing:qhe' on page 1 undefined on input line
 8.
 
 LaTeX Warning: Citation `klitzing:nobel' on page 1 undefined on input
 line

 This is a LaTeX/BibTeX problem, not a BibDesk problem.  It looks like you
 forgot to run the bibtex program, but you'll need to include a minimal .tex
 example so we can see what's going on.

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Problem using Bibdesk

2008-01-02 Thread Christiaan Hofman

And did you do latex + bibdesk + latex + latex?

Christiaan

On 2 Jan 2008, at 9:49 PM, Ian Thompson wrote:

Thank you for the quick response! I have used LaTeX for a while,  
but am new to BibTeX and BibDesk. I have been trying to get a  
BibTeX example to work--here is the .tex file:


\documentstyle{article}
\begin{document}

\bibliographystyle{prsty} % Choose Phys. Rev. stylle for bibliography

\section{Introduction}
The discovery of the Quantized Hall Effect was made by
Klitzing~\cite{klitzing:qhe} for which he was awarded the 1985 Nobel
prize for physics~\cite{klitzing:nobel}.
\bibliography{qhe}% qhe.bib is the name of our database

\end{document}

Here is the BibTeX file which I imported into BibDesk. When I try  
to generate the BibTex file, the console says I couldn't open file  
name `ghe.aux.


STRING(PRL=Phys. Rev. Lett.)
@STRING(RMP=Rev. Mod. Phys.)

@ARTICLE{klitzing:qhe,
   AUTHOR=K. von Klitzing and G. Dorda and M. Pepper,
   TITLE=New method for high accuracy determination of fine structure
constant based on quantised hall resistance,
   JOURNAL=PRL,
   VOLUME=45,
   PAGES=494,
   YEAR=1980
}

@ARTICLE{klitzing:nobel,
   AUTHOR=Klaus von Klitzing,
   TITLE=The Quantised Hall Effect,
   JOURNAL=RMP,
   VOLUME=58,
   PAGES=519,
   YEAR=1986
}

Thank you again. The example is from http://cmtw.harvard.edu/ 
Documentation/TeX/Bibtex/Example.html


On Jan 2, 2008 3:17 PM, Adam R. Maxwell [EMAIL PROTECTED] wrote:

On Wednesday, January 02, 2008, at 12:13PM, Ian Thompson  
[EMAIL PROTECTED] wrote:
I have been receiving the error There were undefined references  
whenever I
try to use Bibdesk. If anyone could offer me some advice it would  
be greatly

appreciated. Here are the errors as generated in the console:

LaTeX Warning: Citation `klitzing:qhe' on page 1 undefined on  
input line 8.


LaTeX Warning: Citation `klitzing:nobel' on page 1 undefined on  
input line


This is a LaTeX/BibTeX problem, not a BibDesk problem.  It looks  
like you forgot to run the bibtex program, but you'll need to  
include a minimal .tex example so we can see what's going on.


-- 
---

This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

-- 
---

This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ 
___

Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Problem using Bibdesk

2008-01-02 Thread Chris Goedde
On Jan 2, 2008, at 2:49 PM, Ian Thompson wrote:

 Thank you for the quick response! I have used LaTeX for a while,  
 but am new to BibTeX and BibDesk. I have been trying to get a  
 BibTeX example to work--here is the .tex file:


I'm guessing that the tex file name is ghe.tex. You need to run tex  
first, then bibtex. Typically, to get everything right when starting  
from scratch, you need to run the sequence: latex, bibtex, latex,  
latex. Bibtex uses the aux file that is created by running latex on  
your original tex source.

-- 
Chris Goedde


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Problem using Bibdesk

2008-01-02 Thread Ian Thompson
I have tried. I think I am messing up the bibdesk step. Do I have to do
something extra to generate the Cite Key or is it done automatically?

On Jan 2, 2008 3:56 PM, Christiaan Hofman [EMAIL PROTECTED] wrote:

 And did you do latex + bibdesk + latex + latex?
 Christiaan

 On 2 Jan 2008, at 9:49 PM, Ian Thompson wrote:

 Thank you for the quick response! I have used LaTeX for a while, but am
 new to BibTeX and BibDesk. I have been trying to get a BibTeX example to
 work--here is the .tex file:

 \documentstyle{article}
 \begin{document}

 \bibliographystyle{prsty} % Choose Phys. Rev. stylle for bibliography

 \section{Introduction}
 The discovery of the Quantized Hall Effect was made by
 Klitzing~\cite{klitzing:qhe} for which he was awarded the 1985 Nobel
 prize for physics~\cite{klitzing:nobel}.
 \bibliography{qhe}% qhe.bib is the name of our database

 \end{document}

 Here is the BibTeX file which I imported into BibDesk. When I try to
 generate the BibTex file, the console says I couldn't open file name
 `ghe.aux.

 STRING(PRL=Phys. Rev. Lett.)
 @STRING(RMP=Rev. Mod. Phys.)

 @ARTICLE{klitzing:qhe,
AUTHOR=K. von Klitzing and G. Dorda and M. Pepper,
TITLE=New method for high accuracy determination of fine structure
 constant based on quantised hall resistance,
JOURNAL=PRL,
VOLUME=45,
PAGES=494,
YEAR=1980
 }

 @ARTICLE{klitzing:nobel,
AUTHOR=Klaus von Klitzing,
TITLE=The Quantised Hall Effect,
JOURNAL=RMP,
VOLUME=58,
PAGES=519,
YEAR=1986
 }

 Thank you again. The example is from
 http://cmtw.harvard.edu/Documentation/TeX/Bibtex/Example.html

 On Jan 2, 2008 3:17 PM, Adam R. Maxwell [EMAIL PROTECTED] wrote:

 
  On Wednesday, January 02, 2008, at 12:13PM, Ian Thompson 
  [EMAIL PROTECTED] wrote:
  I have been receiving the error There were undefined references
  whenever I
  try to use Bibdesk. If anyone could offer me some advice it would be
  greatly
  appreciated. Here are the errors as generated in the console:
  
  LaTeX Warning: Citation `klitzing:qhe' on page 1 undefined on input
  line 8.
  
  LaTeX Warning: Citation `klitzing:nobel' on page 1 undefined on input
  line
 
  This is a LaTeX/BibTeX problem, not a BibDesk problem.  It looks like
  you forgot to run the bibtex program, but you'll need to include a minimal
  .tex example so we can see what's going on.
 
 
  -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2005.
  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
  ___
  Bibdesk-users mailing list
  Bibdesk-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bibdesk-users
 

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.

 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users



 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Problem using Bibdesk

2008-01-02 Thread Chris Goedde
On Jan 2, 2008, at 3:08 PM, Ian Thompson wrote:

 I have tried. I think I am messing up the bibdesk step. Do I have  
 to do
 something extra to generate the Cite Key or is it done automatically?

When you open your bib file in BibDesk, the cite key should be  
displayed in one of the columns. If that column is blank, double  
click the row for that entry and enter the cite key (which is  
klitzing:qhe for one entry and klitzing:nobel for the other).

Chris


 On Jan 2, 2008 3:56 PM, Christiaan Hofman [EMAIL PROTECTED] wrote:

 And did you do latex + bibdesk + latex + latex?
 Christiaan

 On 2 Jan 2008, at 9:49 PM, Ian Thompson wrote:

 Thank you for the quick response! I have used LaTeX for a while,  
 but am
 new to BibTeX and BibDesk. I have been trying to get a BibTeX  
 example to
 work--here is the .tex file:

 \documentstyle{article}
 \begin{document}

 \bibliographystyle{prsty} % Choose Phys. Rev. stylle for bibliography

 \section{Introduction}
 The discovery of the Quantized Hall Effect was made by
 Klitzing~\cite{klitzing:qhe} for which he was awarded the 1985 Nobel
 prize for physics~\cite{klitzing:nobel}.
 \bibliography{qhe}% qhe.bib is the name of our database

 \end{document}

 Here is the BibTeX file which I imported into BibDesk. When I try to
 generate the BibTex file, the console says I couldn't open file name
 `ghe.aux.

 STRING(PRL=Phys. Rev. Lett.)
 @STRING(RMP=Rev. Mod. Phys.)

 @ARTICLE{klitzing:qhe,
AUTHOR=K. von Klitzing and G. Dorda and M. Pepper,
TITLE=New method for high accuracy determination of fine  
 structure
 constant based on quantised hall resistance,
JOURNAL=PRL,
VOLUME=45,
PAGES=494,
YEAR=1980
 }

 @ARTICLE{klitzing:nobel,
AUTHOR=Klaus von Klitzing,
TITLE=The Quantised Hall Effect,
JOURNAL=RMP,
VOLUME=58,
PAGES=519,
YEAR=1986
 }

 Thank you again. The example is from
 http://cmtw.harvard.edu/Documentation/TeX/Bibtex/Example.html

 On Jan 2, 2008 3:17 PM, Adam R. Maxwell [EMAIL PROTECTED] wrote:


 On Wednesday, January 02, 2008, at 12:13PM, Ian Thompson 
 [EMAIL PROTECTED] wrote:
 I have been receiving the error There were undefined references
 whenever I
 try to use Bibdesk. If anyone could offer me some advice it  
 would be
 greatly
 appreciated. Here are the errors as generated in the console:

 LaTeX Warning: Citation `klitzing:qhe' on page 1 undefined on  
 input
 line 8.

 LaTeX Warning: Citation `klitzing:nobel' on page 1 undefined on  
 input
 line

 This is a LaTeX/BibTeX problem, not a BibDesk problem.  It looks  
 like
 you forgot to run the bibtex program, but you'll need to include  
 a minimal
 .tex example so we can see what's going on.


  
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users


 - 
 
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.

 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ 
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users



 - 
 
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users


 -- 
 ---
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ 
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Problem using Bibdesk

2008-01-02 Thread Alex Hamann
Hello,

could you post a step-by-step description of what you are doing and  
how exactly you are trying to generate the bibtex file? Be aware that  
you need to select a package which can manage the desired  
bibliographystyle. Natbib.sty is widely used while I - being in  
humanities - use biblatex or jurabib.
After choosing the sty-file and implementing it according to the  
manual you have to run latex-bibtex-latex-latex. Only after this you  
get correct citations and a correct bibliography.
Also: using bibdesk will ease the management of bib files. One thing  
I noticed is that your citations have inconsistent cite keys. You  
might want to make them consistent using Bibdesk so that errors in  
the citekeys are better visible and citekeys themselves better  
recognizable (just my 5c, you may of course stick with your approach).

A.


Am 02.01.2008 um 21:49 schrieb Ian Thompson:

 Thank you for the quick response! I have used LaTeX for a while,  
 but am new to BibTeX and BibDesk. I have been trying to get a  
 BibTeX example to work--here is the .tex file:

 \documentstyle{article}
 \begin{document}

 \bibliographystyle{prsty} % Choose Phys. Rev. stylle for bibliography

 \section{Introduction}
 The discovery of the Quantized Hall Effect was made by
 Klitzing~\cite{klitzing:qhe} for which he was awarded the 1985 Nobel
 prize for physics~\cite{klitzing:nobel}.
 \bibliography{qhe}% qhe.bib is the name of our database

 \end{document}

 Here is the BibTeX file which I imported into BibDesk. When I try  
 to generate the BibTex file, the console says I couldn't open file  
 name `ghe.aux.

 STRING(PRL=Phys. Rev. Lett.)
 @STRING(RMP=Rev. Mod. Phys.)

 @ARTICLE{klitzing:qhe,
AUTHOR=K. von Klitzing and G. Dorda and M. Pepper,
TITLE=New method for high accuracy determination of fine structure
 constant based on quantised hall resistance,
JOURNAL=PRL,
VOLUME=45,
PAGES=494,
YEAR=1980
 }

 @ARTICLE{klitzing:nobel,
AUTHOR=Klaus von Klitzing,
TITLE=The Quantised Hall Effect,
JOURNAL=RMP,
VOLUME=58,
PAGES=519,
YEAR=1986
 }

 Thank you again. The example is from http://cmtw.harvard.edu/ 
 Documentation/TeX/Bibtex/Example.html

 On Jan 2, 2008 3:17 PM, Adam R. Maxwell [EMAIL PROTECTED] wrote:

 On Wednesday, January 02, 2008, at 12:13PM, Ian Thompson  
 [EMAIL PROTECTED] wrote:
 I have been receiving the error There were undefined references  
 whenever I
 try to use Bibdesk. If anyone could offer me some advice it would  
 be greatly
 appreciated. Here are the errors as generated in the console:
 
 LaTeX Warning: Citation `klitzing:qhe' on page 1 undefined on  
 input line 8.
 
 LaTeX Warning: Citation `klitzing:nobel' on page 1 undefined on  
 input line

 This is a LaTeX/BibTeX problem, not a BibDesk problem.  It looks  
 like you forgot to run the bibtex program, but you'll need to  
 include a minimal .tex example so we can see what's going on.

 -- 
 ---
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users

 -- 
 ---
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ 
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users



=
please avoid sending me word attachements; see
http://www.gnu.org/philosophy/no-word-attachments.html
for details and background



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users