LyX ⇒ File Path to bst file
File Path to bst file
I am having a problem running a Lyx file written by a coauthor (who is on vacation now).
When I run the Lyx file to get the pdf file, I get an error message saying
BibTex error: I couldn't open style file G:/XXX/aea.bst
BibTex error: I found no style file -- while reading file YYY.aux
I have aea.bst saved somewhere else, and I do not have an access to G:/XXX.
So, my question is how I change the Lyx file so it finds the aea.bst file elsewhere in my drive.
Thanks a lot!
ynchoir
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
File Path to bst file
Code: Select all
\bibliography{G:/XXX/aea}
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
File Path to bst file
welcome to the forum! Perhaps copy that file
aea.bst
directly to the folder where your .lyx document is.Stefan