From: Tim Pope Date: Sun, 16 Nov 2003 06:31:18 +0000 (+0000) Subject: Accommodated embedded bibliography X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=0969884c519f969bfa1ce52ad8f801bd747f7c3b Accommodated embedded bibliography --- diff --git a/README b/README index 809efe6..5b7ad31 100644 --- a/README +++ b/README @@ -1,10 +1,12 @@ -To create the .sty file and documentation, run make. Installation can -be accomplished with make install. Alternatively, copy mlastyle.sty -into LaTeX's search path and mlastyle.bst into BibTeX's search path -after running the following commands: +To create the .sty file and documentation, run make. Installation can be +accomplished with make install. Alternatively, copy mlastyle.sty into +LaTeX's search path (e.g. tex/latex/mlastyle/mlastyle.sty) and mlastyle.bst +into BibTeX's search path (e.g. bibtex/bst/mlastyle/mlastyle.bst) after +running the following commands: latex mlastyle.ins latex mlastyle.dtx + bibtex mlastyle.dtx makeindex -s gglo.ist -o mlastyle.gls mlastyle.glo makeindex -s gind.ist -o mlastyle.ind mlastyle.idx latex mlastyle.dtx