Quelques tests de recherche de polynôme minimal.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
% 2: Samy
|
||||
% 3: Victor
|
||||
\newcounter{cqd}
|
||||
\setcounter{cqd}{3}
|
||||
\setcounter{cqd}{2}
|
||||
|
||||
\newcommand\lequel[3]{
|
||||
|
||||
|
||||
@@ -9,11 +9,15 @@ all:
|
||||
dylan:
|
||||
sed 's/\\setcounter{cqd}{[0-9]}/\\setcounter{cqd}{1}/' -i CompteRendu.tex
|
||||
$(MAKE) build
|
||||
samy:
|
||||
samy: print_output_path.svg
|
||||
sed 's/\\setcounter{cqd}{[0-9]}/\\setcounter{cqd}{2}/' -i CompteRendu.tex
|
||||
$(MAKE) build
|
||||
victor:
|
||||
victor: print_output_path.svg
|
||||
sed 's/\\setcounter{cqd}{[0-9]}/\\setcounter{cqd}{3}/' -i CompteRendu.tex
|
||||
$(MAKE) build
|
||||
|
||||
print_output_path.svg:
|
||||
inkscape --export-plain-svg=print_output_path.svg --export-text-to-path print_output.svg
|
||||
|
||||
build:
|
||||
pdflatex -synctex=1 -shell-escape -interaction=nonstopmode "CompteRendu".tex
|
||||
|
||||
Reference in New Issue
Block a user