|
8 | 8 |
|
9 | 9 |
|
10 | 10 | %% Bibliography |
11 | | -% Use natbib the citations like [ref1, ref2, ref3, ref4] appear in the order of citation instead of in the |
12 | | -% order of appearance in the BibTeX file. In addition, consecutive citations become ranges. |
13 | | -% Note that the natbib package has to be loaded before the following lines. |
14 | | -%\usepackage[sort&compress]{natbib} |
| 11 | +% Use natbib the citations like [ref1, ref2, ref3, ref4] appear in the order of citation instead of |
| 12 | +% in the order of appearance in the BibTeX file. In addition, consecutive citations become ranges. |
| 13 | +% Note that the natbib package has to be loaded before the following lines. In the TeX file, order |
| 14 | +% the references chronologically, so that we can produce both orders by switching the natbib package |
| 15 | +% on and off. |
| 16 | +%\usepackage[sort&compress]{natbib} % Use the natbib package always. |
15 | 17 | \newcommand{\bibfile}{\jobname.bib} % Name of the BibTeX file. |
16 | 18 | % ref.bib should be a symbolic link to the universal BibTeX file, which should be a local copy of |
17 | 19 | % https://github.com/equipez/bibliographie/blob/main/ref.bib |
|
79 | 81 | %% Todo notes |
80 | 82 | \ifdraft{ |
81 | 83 | \setlength{\marginparwidth}{1.92cm} |
82 | | - \usepackage[tickmarkheight=3pt,textsize=small,backgroundcolor=blue!16,linecolor=purple,bordercolor=purple]{todonotes} |
| 84 | + \usepackage[tickmarkheight=3pt,textsize=scriptsize,backgroundcolor=blue!16,linecolor=purple,bordercolor=purple]{todonotes} |
83 | 85 | }{ |
84 | 86 | \newcommand{\todo}[1]{} |
85 | 87 | \newcommand{\listoftodos}{} |
@@ -407,6 +409,7 @@ \section{Example section~1} |
407 | 409 | \begin{proof} |
408 | 410 | This is the proof for Theorem~\ref{thm:example}. |
409 | 411 | Recall Definition~\ref{def:example}. |
| 412 | + \todo{An example for TODO.} |
410 | 413 | The proof is complete. |
411 | 414 | \end{proof} |
412 | 415 |
|
|
0 commit comments