Custom color template, custom commands, custom cv footer, added skills, make targets rely on new custom style and commands, formatting and cleanup
This commit is contained in:
25
Makefile
25
Makefile
@@ -43,13 +43,20 @@ templates: \
|
||||
_templates/references/references.pdf \
|
||||
_templates/cover_letters/cover_letter.pdf
|
||||
|
||||
_templates/resumes/resume.pdf: _templates/resumes/resume.tex
|
||||
_templates/resumes/resume.pdf: \
|
||||
_templates/resumes/resume.tex \
|
||||
moderncvcolor_custom/moderncvcustomcolorgreen.sty \
|
||||
_custom/customcommands.sty
|
||||
$(LATEX_BUILD_COMMAND) -output-directory=_templates/resumes _templates/resumes/resume.tex
|
||||
|
||||
_templates/references/references.pdf: _templates/references/references.tex
|
||||
_templates/references/references.pdf: _templates/references/references.tex \
|
||||
moderncvcolor_custom/moderncvcustomcolorgreen.sty \
|
||||
_custom/customcommands.sty
|
||||
$(LATEX_BUILD_COMMAND) -output-directory=_templates/references _templates/references/references.tex
|
||||
|
||||
_templates/cover_letters/cover_letter.pdf: _templates/cover_letters/cover_letter.tex
|
||||
_templates/cover_letters/cover_letter.pdf: _templates/cover_letters/cover_letter.tex \
|
||||
moderncvcolor_custom/moderncvcustomcolorgreen.sty \
|
||||
_custom/customcommands.sty
|
||||
$(LATEX_BUILD_COMMAND) -output-directory=_templates/cover_letters _templates/cover_letters/cover_letter.tex
|
||||
|
||||
$(2019_07_01_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2019-07-01_hardware_test_engineer.pdf: \
|
||||
@@ -58,16 +65,22 @@ $(2019_07_01_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2019-07-01_hardware_test_engine
|
||||
@mv $(2019_07_01_HARDWARE_TEST_ENGINEER_DIR)/resume.pdf $(2019_07_01_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2019-07-01_hardware_test_engineer.pdf
|
||||
|
||||
$(2025_10_27_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2025_10_27_hardware_test_engineer.pdf: \
|
||||
$(2025_10_27_HARDWARE_TEST_ENGINEER_DIR)/resume.tex
|
||||
$(2025_10_27_HARDWARE_TEST_ENGINEER_DIR)/resume.tex \
|
||||
moderncvcolor_custom/moderncvcustomcolorgreen.sty \
|
||||
_custom/customcommands.sty
|
||||
$(LATEX_BUILD_COMMAND) -output-directory=$(2025_10_27_HARDWARE_TEST_ENGINEER_DIR) $(2025_10_27_HARDWARE_TEST_ENGINEER_DIR)/resume.tex
|
||||
@mv $(2025_10_27_HARDWARE_TEST_ENGINEER_DIR)/resume.pdf $(2025_10_27_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2025_10_27_hardware_test_engineer.pdf
|
||||
|
||||
$(2025_10_27_INFRA_ENGINEER_PREFIX_PATH)_2025_10_27_infrastructure_engineer.pdf: \
|
||||
$(2025_10_27_INFRA_ENGINEER_DIR)/resume.tex
|
||||
$(2025_10_27_INFRA_ENGINEER_DIR)/resume.tex \
|
||||
moderncvcolor_custom/moderncvcustomcolorgreen.sty \
|
||||
_custom/customcommands.sty
|
||||
$(LATEX_BUILD_COMMAND) -output-directory=$(2025_10_27_INFRA_ENGINEER_DIR) $(2025_10_27_INFRA_ENGINEER_DIR)/resume.tex
|
||||
@mv $(2025_10_27_INFRA_ENGINEER_DIR)/resume.pdf $(2025_10_27_INFRA_ENGINEER_PREFIX_PATH)_2025_10_27_infrastructure_engineer.pdf
|
||||
|
||||
$(2025_10_27_REFERENCES_PREFIX_PATH)_2025_10_27_references.pdf: \
|
||||
$(2025_10_27_REFERENCES_DIR)/references.tex
|
||||
$(2025_10_27_REFERENCES_DIR)/references.tex \
|
||||
moderncvcolor_custom/moderncvcustomcolorgreen.sty \
|
||||
_custom/customcommands.sty
|
||||
$(LATEX_BUILD_COMMAND) -output-directory=$(2025_10_27_REFERENCES_DIR) $(2025_10_27_REFERENCES_DIR)/references.tex
|
||||
@mv $(2025_10_27_REFERENCES_DIR)/references.pdf $(2025_10_27_REFERENCES_PREFIX_PATH)_2025_10_27_references.pdf
|
||||
|
||||
Reference in New Issue
Block a user