|
|
|
|
@ -29,16 +29,16 @@ todonotes.pdf: \ |
|
|
|
|
makeindex -s gglo.ist -o todonotes.gls todonotes.glo
|
|
|
|
|
makeindex -s gind.ist -o todonotes.ind todonotes.idx
|
|
|
|
|
pdflatex todonotes.dtx
|
|
|
|
|
pdflatex todonotesexample.tex
|
|
|
|
|
pdflatex todonotesexample.tex
|
|
|
|
|
#pdflatex todonotesexample.tex
|
|
|
|
|
#pdflatex todonotesexample.tex
|
|
|
|
|
rm -rf todonotes
|
|
|
|
|
mkdir todonotes
|
|
|
|
|
cp todonotes.ins todonotes/todonotes.ins
|
|
|
|
|
cp todonotes.dtx todonotes/todonotes.dtx
|
|
|
|
|
cp todonotes.sty todonotes/todonotes.sty
|
|
|
|
|
cp todonotes.pdf todonotes/todonotes.pdf
|
|
|
|
|
cp todonotesexample.tex todonotes/todonotesexample.tex
|
|
|
|
|
cp todonotesexample.pdf todonotes/todonotesexample.pdf
|
|
|
|
|
#cp todonotesexample.tex todonotes/todonotesexample.tex
|
|
|
|
|
#cp todonotesexample.pdf todonotes/todonotesexample.pdf
|
|
|
|
|
cp README todonotes/README
|
|
|
|
|
zip -r todonotes.zip todonotes
|
|
|
|
|
|
|
|
|
|
|