forked from ftilmann/latexdiff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathendfloat-diff-1.0.3.tex
54 lines (47 loc) · 1.63 KB
/
endfloat-diff-1.0.3.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\documentclass{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL endfloat-old.tex Sun Jan 27 23:50:05 2013
%DIF ADD endfloat-new.tex Sun Jan 27 23:50:05 2013
\usepackage[nomarkers,nolists]{endfloat}
%DIF PREAMBLE EXTENSION ADDED BY LATEXDIFF
%DIF UNDERLINE PREAMBLE %DIF PREAMBLE
\RequirePackage[normalem]{ulem} %DIF PREAMBLE
\RequirePackage{color}\definecolor{RED}{rgb}{1,0,0}\definecolor{BLUE}{rgb}{0,0,1} %DIF PREAMBLE
\providecommand{\DIFadd}[1]{{\protect\color{blue}\uwave{#1}}} %DIF PREAMBLE
\providecommand{\DIFdel}[1]{{\protect\color{red}\sout{#1}}} %DIF PREAMBLE
%DIF SAFE PREAMBLE %DIF PREAMBLE
\providecommand{\DIFaddbegin}{} %DIF PREAMBLE
\providecommand{\DIFaddend}{} %DIF PREAMBLE
\providecommand{\DIFdelbegin}{} %DIF PREAMBLE
\providecommand{\DIFdelend}{} %DIF PREAMBLE
%DIF FLOATSAFE PREAMBLE %DIF PREAMBLE
\providecommand{\DIFaddFL}[1]{\DIFadd{#1}} %DIF PREAMBLE
\providecommand{\DIFdelFL}[1]{\DIFdel{#1}} %DIF PREAMBLE
\providecommand{\DIFaddbeginFL}{} %DIF PREAMBLE
\providecommand{\DIFaddendFL}{} %DIF PREAMBLE
\providecommand{\DIFdelbeginFL}{} %DIF PREAMBLE
\providecommand{\DIFdelendFL}{} %DIF PREAMBLE
%DIF END PREAMBLE EXTENSION ADDED BY LATEXDIFF
\begin{document}
some text
% endfloat requires \begin and \end commands at start of line
\begin{table}
\caption{My caption}
\begin{tabular}{c}
data
\end{tabular}
\DIFaddbeginFL
\DIFaddFL{some comment for under the table
}
\DIFaddendFL
\end{table}
% endfloat requires \begin and \end commands at start of line
\begin{figure}
\centering
My figure
\caption{My caption}
\DIFaddbeginFL \label{fig}
\DIFaddendFL
\end{figure}
some more text
\end{document}