Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProgrammezCoq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
BERTOT Yves
ProgrammezCoq
Commits
3b926cd4
Commit
3b926cd4
authored
2 years ago
by
BERTOT Yves
Browse files
Options
Downloads
Patches
Plain Diff
add instructions to use latexdiff
parent
371b0239
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-0
18 additions, 0 deletions
README.md
with
18 additions
and
0 deletions
README.md
+
18
−
0
View file @
3b926cd4
...
@@ -50,3 +50,21 @@ rédacteur de ce magazine demande qu'on lui fournisse des documents au format
...
@@ -50,3 +50,21 @@ rédacteur de ce magazine demande qu'on lui fournisse des documents au format
latex2rtf -i french -o short_article.rtf short_article.tex
latex2rtf -i french -o short_article.rtf short_article.tex
latex2rtf -i french -o article.rtf article.tex
latex2rtf -i french -o article.rtf article.tex
```
```
## Visualisation des différences avec `latexdiff`
Le fichier principal contient des inclusions de fichiers annexes par la macro
`\input`
. Pour visualiser les différences, il faut d'abord tout remettre
dans un fichier unique. La script
`perl`
`make_single_short.pl`
fait cette
opération. Pour obtenir la différence entre la branch
`main`
et une vieille
révision, il faut effectuer les opérations suivantes:
```
git checkout main
cp make_single_short.pl tmp.pl
./make_single_short.pl > expanded_short.tex
git checkout e92dfdf9
./tmp.pl > old_expanded_short.tex
latexdiff old_expanded_short.tex expanded_short.tex > pre_diff.tex
sed -e "/DIF/s/.url//" pre_diff.tex > diff.tex
pdflatex diff
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment