OthersCompiling .bdj for custom bst

Information and discussion about other tools not listed above.
Post Reply
esmitex
Posts: 5
Joined: Sun Nov 11, 2012 5:45 pm

Compiling .bdj for custom bst

Post by esmitex »

I need to write a paper with a huge bibliography and the "et. al." should appear in italics but I can't get the bibliography style as required by my school and in every bibliographic style that I have tried "et. al." was not in italics.

I read online that it was possible to create a custom style using "makebst" with the shell. After doing it, two files were created on my computer : a ".bst" file and a ".bdj" file.

Now, I am trying to find out how to compile ".bdj" file everywhere online and I cannot find any solution. Besides, I recently updated my OS from Snow Leopard to Mountain Lion and now when I am trying to run "makebst" again it doesn't work anymore. I have the following error :

Code: Select all

$ latex makebst
-bash: latex: command not found

Code: Select all

$ tex makebst
-bash: tex: command not found
I hope anyone knows how to fix this...

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

esmitex
Posts: 5
Joined: Sun Nov 11, 2012 5:45 pm

Compiling .bdj for custom bst

Post by esmitex »

I have solved my problem of "latex commands not found"

I had to update Xcode and the paths for latex with this command line

Code: Select all

echo /usr/texbin > TeX
sudo mv TeX /etc/paths.d
Post Reply