aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 02:37:02 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 02:37:02 +0100
commitc7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf (patch)
treebc253c202ae1f56358213571b5049f823774d794
parentworkflows/build: disable obsolete Pages builds (diff)
downloadcv-c7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf.tar.gz
cv-c7efcc922e8a1bb93d2cc9b17275ce521bb4dfaf.zip
rename the picture file
-rw-r--r--Makefile2
-rw-r--r--cv.tex2
-rw-r--r--img/face.jpg (renamed from img/face2020_warm.jpg)bin837352 -> 837352 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 821266d..ca42997 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ build: $(pdf)
build/docker:
docker-compose run --rm build
-$(pdf): $(name).tex img/face2020_warm.jpg | $(name)/
+$(pdf): $(name).tex img/face.jpg | $(name)/
pdflatex -interaction=nonstopmode -halt-on-error '-output-directory=$(call escape,$(name))/' '$(call escape,$<)'
%/:
diff --git a/cv.tex b/cv.tex
index 66f43c4..8425d8a 100644
--- a/cv.tex
+++ b/cv.tex
@@ -106,7 +106,7 @@
\adjustbox{valign=t}{%
\begin{minipage}{\CvPictureWidth}%
- \includegraphics[width=\CvPictureWidth]{img/face2020_warm.jpg}
+ \includegraphics[width=\CvPictureWidth]{img/face.jpg}
\end{minipage}%
}%
\hfill%
diff --git a/img/face2020_warm.jpg b/img/face.jpg
index dd3c43b..dd3c43b 100644
--- a/img/face2020_warm.jpg
+++ b/img/face.jpg
Binary files differ