diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-18 00:16:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-18 00:16:57 +0000 |
commit | 7ce0811299d8127ecd4eff9d16c73e4972cd2c32 (patch) | |
tree | 9fd64f068ccc5b095a1467b6a5ef3efeda66ba30 /Master/texmf-dist/doc/latex/latexdiff/example/example-draft.tex | |
parent | 140b20f73ca9e01da13e96a751ce89703fc87872 (diff) |
latexdiff (17dec12)
git-svn-id: svn://tug.org/texlive/trunk@28564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latexdiff/example/example-draft.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/latexdiff/example/example-draft.tex | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/Master/texmf-dist/doc/latex/latexdiff/example/example-draft.tex b/Master/texmf-dist/doc/latex/latexdiff/example/example-draft.tex deleted file mode 100644 index 593a1707121..00000000000 --- a/Master/texmf-dist/doc/latex/latexdiff/example/example-draft.tex +++ /dev/null @@ -1,59 +0,0 @@ -\documentclass[12pt,a4paper]{article} - -\setlength{\topmargin}{-0.2in} -\setlength{\textheight}{9.5in} -\setlength{\oddsidemargin}{0.0in} - -\setlength{\textwidth}{6.5in} - -\title{latexdiff Example - Draft version} -\author{F Tilmann} - -\begin{document} -\maketitle - -\section*{Introduction} - -This is an extremely simple document that showcases some of latexdiff features. -Type -\begin{verbatim} -latexdiff -t UNDERLINE example-draft.tex example-rev.tex > example-diff.tex -\end{verbatim} -to create the difference file. You can inspect this file directly. Then run either -\begin{verbatim} -pdflatex example-diff.tex -xpdf example-diff.pdf -\end{verbatim} -or -\begin{verbatim} -latex example-diff.tex -dvips -o example-diff.ps example-diff.dvi -gv example-diff.ps -\end{verbatim} -to display the markup. - -\section*{Another section title} - -A paragraph with a line only in the draft document. More things could be said -were it not for the constraints of time and space. - -More things could be said were it not for the constraints of time and space. - -And here is a tipo. - -Here is a table: - -\begin{tabular}{ll} -Name & Description \\ -\hline -Gandalf & Grey \\ -Saruman & White -\end{tabular} - -And sometimes a whole paragraph gets completely rewritten. In this -case latexdiff marks up the whole paragraph even if some words in it -are identical. -No change, no markup! -\end{document} - - |