Rename exo théorie du signal to td1

This commit is contained in:
flyingscorpio@arch-desktop 2021-11-21 12:06:34 +01:00
parent 66a9ccb943
commit 8d6eb6fb24
2 changed files with 8 additions and 9 deletions

View file

@ -1,14 +1,13 @@
filename=$(shell basename $(shell pwd))
timestamp=$(shell date +%Y-%m-%d_%H:%M)
all: dsf
all: td1
dsf: dsf.tex
@latexmk -pdf dsf.tex
@if ! cmp --silent build/dsf.pdf ${filename}_*.pdf; then \
touch ${filename}_tmp.pdf; \
rm ${filename}*.pdf; \
cp build/dsf.pdf ${filename}_${timestamp}.pdf; \
td1: 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; \
echo "Updated"; \
fi

View file

@ -1,6 +1,6 @@
\documentclass[a4paper,french,11pt]{article}
\title{Théorie du signal --- Exercices --- Décomposition en Série de Fourier}
\title{Théorie du signal --- TD1 \\ Décomposition en Série de Fourier}
\author{}
\date{Dernière compilation~: \today{} à \currenttime}