[OS X TeX] hyperref and apacite

David Watson dewatson at mac.com
Sat Apr 5 14:44:48 EDT 2008


Salvatore,

I created this command script to put everything in ~/Library/texmf in  
the right places automatically
-------------- next part --------------
A non-text attachment was scrubbed...
Name: apacite.command
Type: application/octet-stream
Size: 355 bytes
Desc: not available
URL: <http://email.esm.psu.edu/pipermail/macosx-tex/attachments/20080405/0f835585/attachment.obj>
-------------- next part --------------



You can simply open this command and it should automagically do  
everything necessary.
I do not believe it will be necessary to do a texhash if it is in ~/ 
Library/texmf.

The contents are as follows:
#!/bin/sh
mkdir -p ~/Library/texmf/bibtex/bst
mkdir -p ~/Library/texmf/bibtex/bib
mkdir -p ~/Library/texmf/tex/latex/
cd ~/Library/texmf/tex/latex/
rm -rf apacite/
curl -O http://elena.aut.ac.nz/ctan/macros/latex/contrib/apacite.zip
unzip apacite.zip
cd apacite
pdflatex apacite.ins
mv *.bib ~/Library/texmf/bibtex/bib
mv *.bst ~/Library/texmf/bibtex/bst

On Apr 5, 2008, at 1:37 PM, Salvatore Enrico Indiogine wrote:

> Bruno:
>
> I followed your instructions for the installation of apacite under
> /usr/local/texlive/texfm-local
>
> On 05/04/2008, Bruno Voisin <bvoisin at mac.com> wrote:
>> - Create a folder tex/bibtex/bst/apacite and move the  
>> following .bst files
>> inside it:
>>
>>        apacite.bst
>>        apacitex.bst
>
> I get this error when running bibtex:
>
> I could not open style file apacite.bst
>
>
> I placed it under /usr/local/texlive/texmf-local/tex/bibtex/bst/ 
> apacite/
>
>
> Maybe I misunderstood.  I will place it instead under ~/Library/texmf
> and run texhash afterwards.
>
> Thanks,
> Enrico
>
>
> -- 
> Enrico Indiogine
>
> Mathematics Education
> Texas A&M University
> hindiogine at gmail.com



More information about the MacOSX-TeX mailing list