TeXShopPackage Installation

Information and discussion about TeXShop, an integrated LaTeX environment for Mac OS X
Post Reply
ac10
Posts: 13
Joined: Wed Dec 29, 2010 3:01 pm

Package Installation

Post by ac10 »

Hello,

I'm trying to install chemfig to work with TeXShop on Mac OS 10.7.2.

I've downloaded the package and put it in "~/Library/texmf/tex/latex". Whenever I try to typeset though I get the corresponding error.

Code: Select all

chemfig.sty not found.
My preamble looks like this:

Code: Select all

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[margin=1in]{geometry}                
\usepackage{wrapfig}
\usepackage{chemfig}
Does any one know what I've done wrong? Or does chemfig not work with TeXShop?

Thanks for your time.
Last edited by ac10 on Sun Nov 27, 2011 6:39 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
ac10
Posts: 13
Joined: Wed Dec 29, 2010 3:01 pm

Re: chemfig | Package Installation

Post by ac10 »

I got it working by putting all the package files the folder I was working in. I'm not sure whether that's the correct way to do it though...?
teverdeconlimon
Posts: 1
Joined: Fri Jun 14, 2013 1:18 pm

Re: chemfig | Package Installation

Post by teverdeconlimon »

after coping chemfig.sty perform "texhash" command in your comand line, probably you need to be a root. After, to check, perform "kpsewhich chemfig.sty". If all is ok you will see path to your chemfig.sty. Now you can compile your .tex code
Post Reply