diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/elbioimp')
-rw-r--r-- | Master/texmf-dist/doc/latex/elbioimp/Makefile | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/elbioimp/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf | bin | 287419 -> 288034 bytes |
3 files changed, 26 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/elbioimp/Makefile b/Master/texmf-dist/doc/latex/elbioimp/Makefile new file mode 100644 index 00000000000..aef127bf066 --- /dev/null +++ b/Master/texmf-dist/doc/latex/elbioimp/Makefile @@ -0,0 +1,25 @@ +PACKAGE = elbioimp + +$(PACKAGE).cls: $(PACKAGE).ins $(PACKAGE).dtx + tex $(PACKAGE).ins + +$(PACKAGE).pdf: $(PACKAGE).cls + pdflatex $(PACKAGE).dtx + bibtex $(PACKAGE) + makeindex -s gglo.ist -o elbioimp.gls elbioimp.glo + makeindex -s gind.ist -o elbioimp.ind elbioimp.idx + pdflatex $(PACKAGE).dtx + +test1.pdf: test1.tex $(PACKAGE).cls + pdflatex test1.tex + bibtex test1 + pdflatex test1.tex + pdflatex test1.tex + +distr: $(PACKAGE).pdf test1.pdf + zip elbioimp README Makefile $(PACKAGE).dtx $(PACKAGE).ins \ + $(PACKAGE).cls $(PACKAGE).pdf test1.tex test-bib.bib \ + test-ill.png $(PACKAGE)-basis.tex + +clean: + rm -f *.aux *.bbl *.blg *.glo *.gls *.idx *.ilg *.ind *.log *.zip *~ diff --git a/Master/texmf-dist/doc/latex/elbioimp/README b/Master/texmf-dist/doc/latex/elbioimp/README index 9aeeb105575..a2fc56c6917 100644 --- a/Master/texmf-dist/doc/latex/elbioimp/README +++ b/Master/texmf-dist/doc/latex/elbioimp/README @@ -1,7 +1,7 @@ Document class elbioimp ----------------------- A LaTeX document class for the Journal of Electrical Bioimpedance -Version 1.0 dated 8 February 2010 +Version 1.1 dated 2 November 2010 Contents diff --git a/Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf b/Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf Binary files differindex 968ec1a09b6..3354eb46e31 100644 --- a/Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf +++ b/Master/texmf-dist/doc/latex/elbioimp/elbioimp.pdf |