-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathchanges-bug.tex
32 lines (24 loc) · 993 Bytes
/
changes-bug.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Document to show a bug with using Sébastien or Sebastien as author with the
% changes package. Ran into this when tracking final changes of the acinus-paper
% with the Co-authors.
% Bug report submitted here: http://is.gd/P4kmf3
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{changes}
% uncomment one of the three lines between "% --- %" and compile twice.
% the second line (with S*é*bastien) breaks \listofchanges
% --- %
\definechangesauthor[name={Sebastien},color=red]{sb}
%\definechangesauthor[name={Sébastien},color=red]{sb}
%\definechangesauthor[name={Hägar},color=red]{sb}
% --- %
\definechangesauthor[name={Alice},color=green]{al}
\definechangesauthor[name={Bob},color=blue]{bb}
\title{Some title}
\author{Sébastien \and Alice \and Bob}
\begin{document}
\maketitle
\listofchanges
Here is some \replaced[id=sb]{text}{thext}, which has \replaced[id=al]{three}{some} \added[id=bb]{orthographic and logical} changes.
\end{document}