Re: jurabib and bibtopic

Matthias Damm <[email protected]>
Newsgroups gmane.comp.tex.bibtex.jurabib.user
Message-ID <[email protected]>
Am 16.07.2005 um 21:29 schrieb Rolf Schmolling:

Hi,

> I am using TexShop on a MacOSX-System.
>
> I copied the jurabib/bibtopuc-setup from earlier posts, replacing the
> filenames with my own:
> archivalien(.bib) and literatur(.bib) with one entry each I cited in
> the minimal example (below)
>
> 1) I've latexed the *.tex-file once (all "citations undefined")
> Bibtopic advises me to:

Jens has already given you a general solution for you problem.

I would like to add some TeXShop-specific advice:
You can set up TeXShop to call latex and bibtex automatically by  
creating an .engine file.
Copy the following script to a file and name it BibTopic.engine or  
something. This script will automatically call bibdesk correctly.

#!/bin/sh
location=$(dirname "$1")
basefname="${location}/`basename "$1" .tex`"
# process the bibliography
for file in "${location}/${basefname}"?.aux ;
do
     bibtex "${file}"
done

Move this file to ~/Library/TeXShop/Engines
Make it executable ("chmod +x BibTopic.engine" in the Terminal)

After hat, you will see an additional entry in your selection of  
engines in TeXShop (unfortunately not in the "Setzen" menu, but in  
the corresponding item in the toolbar).

Mail me directly if you need additional information.
(You will also find something on the MacTeX list's archive.)

HTH
best,
Matthias

-- 
Matthias Damm
[email protected]
PGP key: http://macpla.net/MatthiasDamm.asc
PGP fingerprint: CED3 6074 7F7D 3148 C6F3  DFF2 05FF 3A0B 0D12 4D41



Please remember -- this is an international english speaking mailing list!

If you have a problem, please provide a complete minimal example document (with a small bibliography database), which runs out of he box without any superfluous packages loaded, otherwise we could not help. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/jurabib/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.