diff options
author | Camil Staps | 2018-04-18 20:50:11 +0200 |
---|---|---|
committer | Camil Staps | 2018-04-18 20:50:11 +0200 |
commit | 205e49a4c15d291a2519eedabd683341a153aa03 (patch) | |
tree | e7e8cb51415c33c15de74fd014463bcab1707fda /Assignment1/assignment1.tex | |
parent | (for me) more intuitive intuitive semantics (diff) |
Bars everywhere
Diffstat (limited to 'Assignment1/assignment1.tex')
-rw-r--r-- | Assignment1/assignment1.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Assignment1/assignment1.tex b/Assignment1/assignment1.tex index e8e34dd..cb1b363 100644 --- a/Assignment1/assignment1.tex +++ b/Assignment1/assignment1.tex @@ -78,8 +78,10 @@ \newif\ifchangebar\changebarfalse \let\oldcbend\cbend \def\cbend{\oldcbend\changebarfalse} -\newcommand{\erin}{\ifchangebar\cbend\fi\cbcolor{yellow}\cbstart\changebartrue} -\newcommand{\camil}{\ifchangebar\cbend\fi\cbcolor{red}\cbstart\changebartrue} +\newcommand{\changechangebar}[2][2pt]{\ifchangebar\cbend\fi\cbcolor{#2}\cbstart[#1]\changebartrue} +\newcommand{\erin}{\changechangebar{yellow}} +\newcommand{\camil}{\changechangebar{red}} +\newcommand{\both}{\changechangebar[1pt]{orange}} \renewcommand*{\arraystretch}{1.3} @@ -103,6 +105,7 @@ \begin{document} +\both \maketitle \setcounter{section}{5} @@ -120,16 +123,17 @@ \input{bibliographic-notes} \input{exercises} +\both \printbibliography \section*{Contribution} %TODO: Like we are some immature group of children, we have to provide proof of contribution -\camil Erin has started writing the text. This text was then copy-edited, slightly corrected where needed and expanded by Camil. (The result was then copy-edited, slightly corrected where needed and expanded by Erin. The result was then copy-edited, slightly corrected where needed and expanded by Camil.)$^\omega$ In the above, yellow bars indicate content primarily contributed by Erin, whereas red bars indicate content primarily contributed by Camil. +Thin orange bars indicate material that cannot be attributed to either. Unfortunately, disabilities of the \textsf{changebar} package make it impossible to indicate the fine-grainedness of our redaction process. \cbend |