ADD: download IEEE style with IEEE target
This commit is contained in:
parent
d39e37ae91
commit
cd404c831a
9
Makefile
9
Makefile
@ -17,7 +17,7 @@ DEPFLAGS = -M -MP -MF $(DEPDIR)/$*.d
|
|||||||
LATEXMK=export TEXINPUTS=$(TEXINPUTS);latexmk -use-make -f $(DEPFLAGS) -pdf $(subst .pdf,.tex,$@) 1>>$(subst .pdf,.log,$@) 2>>$(subst .pdf,.log,$@)
|
LATEXMK=export TEXINPUTS=$(TEXINPUTS);latexmk -use-make -f $(DEPFLAGS) -pdf $(subst .pdf,.tex,$@) 1>>$(subst .pdf,.log,$@) 2>>$(subst .pdf,.log,$@)
|
||||||
|
|
||||||
.SECONDARY: .latexmkrc
|
.SECONDARY: .latexmkrc
|
||||||
.PHONY: clean
|
.PHONY: clean watermark IEEE
|
||||||
|
|
||||||
%.pdf : %.dot
|
%.pdf : %.dot
|
||||||
@echo "**** Generating $@ from dot file $< ****"
|
@echo "**** Generating $@ from dot file $< ****"
|
||||||
@ -39,6 +39,13 @@ LATEXMK=export TEXINPUTS=$(TEXINPUTS);latexmk -use-make -f $(DEPFLAGS) -pdf $(su
|
|||||||
$(DEPDIR)/%.d: ;
|
$(DEPDIR)/%.d: ;
|
||||||
.PRECIOUS: $(DEPDIR)/%.d
|
.PRECIOUS: $(DEPDIR)/%.d
|
||||||
|
|
||||||
|
IEEE: IEEEtran.cls
|
||||||
|
|
||||||
|
IEEEtran.cls:
|
||||||
|
@wget https://www.ieee.org/documents/ieee-latex-conference-template.zip 1>/dev/null 2>/dev/null
|
||||||
|
@unzip -j ieee-latex-conference-template.zip IEEEtran/IEEEtran.cls >/dev/null
|
||||||
|
@rm ieee-latex-conference-template.zip
|
||||||
|
|
||||||
watermark.tex:
|
watermark.tex:
|
||||||
cp Paper-Makefile/watermark.tex $@
|
cp Paper-Makefile/watermark.tex $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user