#!/bin/bash

where=`kpsewhich book.sty | sed -e 's/base.book.sty/natura/'`; \
           mkdir -p $where; cp $* $where;
mktexlsr