Skip to content

Commit

Permalink
Added final draft and review to README
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-krieg committed May 5, 2021
1 parent 80fbbc1 commit f7a5d86
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,27 @@ Bob commits, tags, and pushes the result::
git tag -a -m "Reply 2 of main document" alice-bob-reply2
git push --tags
git push origin alice-bob

Alice pulls the changes, reviews them again, and finds all review comments
applied in Bob's text. She disables the last pending comment::


Then she commits the result, and tags the commit as final draft::

git commit -m "Final review of main document" main.tex
git tag -a -m "Final draft of main document" alice-bob-final-draft
git push --tags
git push origin alice-bob

The final diff looks like this:

.. image:: docs/fig/final-draft.png

Bob reviews all changes that have been applied to the original draft by calling
make with the COMMIT set to the tag name of the original draft::

make diff COMMIT=orig-draft

This is the total diff:

.. image:: docs/fig/final-draft-all.png
Binary file added docs/fig/final-draft-all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fig/final-draft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
\end{itemize}%
}

\alicehl[inline]{A farmer}{Shall we give him a name?
\alicehl[inline, disable]{A farmer}{Shall we give him a name?
\bob[inline]{Good idea! I like `Bob' very much! Doesn't ``Farmer Bob'' sound
cool?
\alice[inline]{I like that! Let's do so!}
Expand Down

0 comments on commit f7a5d86

Please sign in to comment.