Thank you very much for helping. I did what you suggested.

1.  I gave the below command.

/Applications/LyX.app/Contents/MacOS/lyx -dbg latex > output.txt

2. created a new file, test.lyx (attached)

3. added the bibliography file, ref.bib (attached)  from lyx menu

4. inserted references

5. hit pdflatex and obtained the pdf output, test.pdf (attached)

6. Then, quit lyx. There was an output file from the above command, output.txt (attached)

7. The screen output is below.

===
$ /Applications/LyX.app/Contents/MacOS/lyx -dbg latex > output.txt
Setting debug level to latex
Debugging `latex' (LaTeX generation/execution)
LyXComm: Pipe /Users/gkoru/Library/Application Support/LyX/.lyxpipe.in already exists.
If no other LyX program is active, please delete the pipe by hand and try again.
Bibfile: /Users/gkoru/Documents/bibfiles/ref.bib
Bibfile: /Users/gkoru/Documents/bibfiles/ref.bib
makeLaTeXFile...
  Validating buffer...
LyX needs the following commands when LaTeXing:
***** Packages:
***** Macros:
***** Textclass stuff:
***** done.
  Buffer validation done.
TeXOnePar...     0x5b40c20
SimpleTeXOnePar...     0x5b40c20
SimpleTeXOnePar...done 0x5b40c20
TeXOnePar...done 0x5b7ca60
TeXOnePar...     0x5b7ca60
SimpleTeXOnePar...     0x5b7ca60
SimpleTeXOnePar...done 0x5b7ca60
TeXOnePar...done 0x0
makeLaTeXFile...done
This is dvips(k) 5.94b Copyright 2004 Radical Eye Software (www.radicaleye.com)
' TeX output 2006.09.16:1649' -> test.ps
<tex.pro><cm-super-t1.enc><texps.pro>. <sfbx1000.pfb><sfrm1000.pfb>[1]
TextCache: BufferView::buffer
Mutex destroy failure: Resource busy
===

once more, I appreciate your help.

Bennett Helm <[EMAIL PROTECTED]> wrote:
On Sep 15, 2006, at 8:02 PM, A. Gunes Koru wrote:

> Friends,
>
> I am running lyx 1.3.7 on a Mac Powerbook. The problem is that LyX
> never runs bibtex. I have to go to Export, generate latex code, and
> then run bibtex from the command line. Only if I do that, the
> viewers that I trigger from inside LyX show me the correct references.
>
> The locations for latex and bibtex are:
> which latex
> /usr/local/teTeX/bin/powerpc-apple-darwin-current/latex
> which bibtex
> /usr/local/teTeX/bin/powerpc-apple-darwin-current/bibtex
>
> What can be the reason? and how can I fix this?
>
> Best regards,
>
> Gunes
>
>
> P.S. Installing a new version didn't work

Are you sure you're entering the bibliography the LyX way -- using
Insert > List/TOC > BibTeX Bibliography and LyX's Insert >
Citation... dialogs? Aside from that, if BibTeX is working from the
command line, I don't see what could be going wrong. Try also running
LyX with debug information: from the Terminal, type:

/Applications/LyX.app/Contents/MacOS/lyx -dbg latex

(substituting the path to where your LyX.app is for the /
Applications/...).

Copy the output from an attempt to typeset and send it to the list.

Bennett


----------
Bennett Helm
Department of Philosophy
Franklin & Marshall College
P. O. Box 3003
Lancaster, PA 17604-3003
Voice: (717) 291-4392
Fax: (717) 291-4369

page=helm>




Stay in the know. Pulse on the new Yahoo.com. Check it out.

Attachment: test.lyx
Description: 1575384682-test.lyx

Attachment: test.pdf
Description: 413810342-test.pdf

@string {tse    = "IEEE Trans. on Software Engineering"}
@string {ieeese = "IEEE Trans. on Software Engineering"}
@string {trel   = "IEEE Trans. on Reliability"}
@string {software = "IEEE Software"}
@string {tosem  = "ACM Trans. on Software Engineering and Methodology"}
@string {jss    = "Journal of Systems and Software"}
@string {sqp    = "Software Quality Professional"}
@string {ase    = "Annals of Software Engineering"}
@string {jcl    = "Journal of Computer Languages"}
@string {sej    = "IEE Software Engineering Journal"}
@string {tcj    = "IEE The Computer Journal"}
@string {ibmsj  = "IBM Systems Journal"}
@string {ijmms  = "Int. J. of Man-Machine Studies"}
@string {ijcis  = "Int. J. of Computer and Information Science"}
@string {jacm   = "Journal of the ACM"}
@string {cacm   = "Communications of the ACM"}
@string {spe    = "Software Practice and Experience"}
@string {isij   = "Information Sciences: An International Journal"}
@string {ress   = "Reliability Engineering and System Safety"}
@string {sigplan  = "ACM SIGPLAN Notices"}
@string {sen    = "ACM Software Engineering Notes"}
@string {wireless       = "ACM Wireless Network"}
@string {om = "Object Magazine"}
@string {sqj    = "Software Quality Journal"}
@string {hbr    = "Harvard Business Review"}
@string {computer = "IEEE Computer"}
@string {seke = "International Journal of Software Engineering and Knowledge 
Engineering"}
@string {maint = "Journal of Software Maintenance: Research and Practice"}
@string {sigsoft = "ACM SIGSOFT Engineering Notes"}
@string {tsmc   = "IEEE Trans. on Systems, Man, and Cybernetics"}, 
@string {tnn    = "IEEE Trans. on Neural Networks"}
 
@article { Agresti92,
author  = "William W. Agresti and William M. Evanco",
title   = "Projecting Software Defects from Analyzing \mbox{Ada} Designs",
journal = tse,
volume  = 18,
number  = 11,
month   = nov,
year    = 1992,
pages   = "988-997"
}

@article { AdaSafety, 
author  = "Nancy G. Leveson and Stephen S. Cha and Timothy J. Schimeall",
title   = "Safety Verification of \mbox{Ada} Programs Using 
                        Software Fault Trees",  
journal = software,
volume  = 8,
number  = 4,
month   = jul,
year    = 1991,
pages   = "48-59"
}
 
@article { 4varM,
author  = "David L. Parnas and J. Madey",
title   = "Functional Documentation for Computer Systems",
journal = "Sci. Comput. Program",
volume  = 25,
number  = 1,
month   = oct,
year    = 1995,
pages   = "41-61"
}
This is pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2C 7.5.3)
 Source specials enabled.
output format initialized to DVI
entering extended mode
(./test.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, d
utch, italian, norsk, portuges, spanish, swedish, nohyphenation, loaded.

Reply via email to