Mentions légales du service

Skip to content
Snippets Groups Projects
Commit eeec78f9 authored by BERTOT Yves's avatar BERTOT Yves
Browse files

avoid leaving the git repository in a detached state

parent 3b926cd4
No related branches found
No related tags found
No related merge requests found
...@@ -62,9 +62,10 @@ révision, il faut effectuer les opérations suivantes: ...@@ -62,9 +62,10 @@ révision, il faut effectuer les opérations suivantes:
git checkout main git checkout main
cp make_single_short.pl tmp.pl cp make_single_short.pl tmp.pl
./make_single_short.pl > expanded_short.tex ./make_single_short.pl > expanded_short.tex
git checkout e92dfdf9 git checkout e92dfdf9 # choose you own revision identifier here
./tmp.pl > old_expanded_short.tex ./tmp.pl > old_expanded_short.tex
latexdiff old_expanded_short.tex expanded_short.tex > pre_diff.tex latexdiff old_expanded_short.tex expanded_short.tex > pre_diff.tex
sed -e "/DIF/s/.url//" pre_diff.tex > diff.tex sed -e "/DIF/s/.url//" pre_diff.tex > diff.tex
pdflatex diff pdflatex diff
git checkout main
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment