Rename td1 to dm1

This commit is contained in:
flyingscorpio@clevo 2022-02-01 08:49:34 +01:00
parent 9ef91c01fd
commit edb1ba5abc
8 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
filename=$(shell basename $(shell pwd))
timestamp=$(shell date +%Y-%m-%d_%H:%M)
all: snapshot exercice td1
all: snapshot exercice dm1
exercice: exercice.tex
@latexmk -pdf exercice.tex
@ -12,12 +12,12 @@ exercice: exercice.tex
echo "Updated"; \
fi
exercice: td1.tex
@latexmk -pdf td1.tex
@if ! cmp --silent build/td1.pdf td1_*.pdf; then \
touch td1_tmp.pdf; \
rm td1*.pdf; \
cp build/td1.pdf td1_${timestamp}.pdf; \
dm1: dm1.tex
@latexmk -pdf dm1.tex
@if ! cmp --silent build/dm1.pdf dm1_*.pdf; then \
touch dm1_tmp.pdf; \
rm dm1*.pdf; \
cp build/dm1.pdf dm1_${timestamp}.pdf; \
echo "Updated"; \
fi

View file

@ -15,7 +15,7 @@
Dire parmi les figures suivantes lesquelles représentent le même graphe~:
\begin{center}
\includegraphics[width=0.7\linewidth]{./img/td1-1.png}
\includegraphics[width=0.7\linewidth]{./img/dm1-1.png}
\end{center}
\paragraph{Réponse}
@ -27,7 +27,7 @@
Est-il possible de le dessiner sans lever le crayon et en passant une, et une seule fois, par chaque trait~?
\begin{center}
\includegraphics[width=0.5\linewidth]{./img/td1-2.png}
\includegraphics[width=0.5\linewidth]{./img/dm1-2.png}
\end{center}
\paragraph{Réponse}
@ -43,7 +43,7 @@
\end{itemize}
\begin{center}
\includegraphics[width=0.8\linewidth]{./img/td1-3.png}
\includegraphics[width=0.8\linewidth]{./img/dm1-3.png}
\end{center}
\paragraph{Réponse}
@ -62,7 +62,7 @@
\end{itemize}
\begin{center}
\includegraphics[width=0.8\linewidth]{./img/td1-4.png}
\includegraphics[width=0.8\linewidth]{./img/dm1-4.png}
\end{center}
\paragraph{Réponse}
@ -73,7 +73,7 @@
Dire parmi les graphes suivants lesquels sont multigraphes.
\begin{center}
\includegraphics[width=0.8\linewidth]{./img/td1-5.png}
\includegraphics[width=0.8\linewidth]{./img/dm1-5.png}
\end{center}
\paragraph{Réponse}
@ -83,7 +83,7 @@
Dire parmi les graphes suivants lesquels sont simples.
\includegraphics[width=\linewidth]{./img/td1-6.png}
\includegraphics[width=\linewidth]{./img/dm1-6.png}
\paragraph{Réponse}
A, B et C.

View file

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View file

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View file

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View file

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View file

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB