fix: updated ieee template location
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
32c05c3c99
commit
478f504f71
6
Makefile
6
Makefile
@ -87,9 +87,9 @@ $(DEPDIR)/%.d: ;
|
|||||||
IEEE: IEEEtran.cls
|
IEEE: IEEEtran.cls
|
||||||
|
|
||||||
IEEEtran.cls:
|
IEEEtran.cls:
|
||||||
@wget https://www.ieee.org/documents/ieee-latex-conference-template.zip 1>/dev/null 2>/dev/null
|
@wget https://www.ieee.org/content/dam/ieee-org/ieee/web/org/conferences/conference-latex-template.zip 1>/dev/null 2>/dev/null
|
||||||
@unzip -j ieee-latex-conference-template.zip IEEEtran/IEEEtran.cls >/dev/null
|
@unzip -j conference-latex-template.zip IEEE-conference-template-062824/IEEEtran.cls >/dev/null
|
||||||
@rm ieee-latex-conference-template.zip
|
@rm conference-latex-template.zip
|
||||||
|
|
||||||
base: .gitignore .latexmkrc ${GITDIR}/.git/hooks/post-commit
|
base: .gitignore .latexmkrc ${GITDIR}/.git/hooks/post-commit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user