diff --git a/README_diff b/README_diff deleted file mode 100644 index 887f1cb1d..000000000 --- a/README_diff +++ /dev/null @@ -1,28 +0,0 @@ -Here is a procedure to produce a diff of two versions (commits) of the spec. - -For the old version -1) check out the commit of the old version -2) run the command (without quotes): - "latexpand --keep-comments --empty-comments main_spec.tex > flat_old.tex" -3) run the command (without quotes): - "de-macro flat_old.tex" - -For the new version -4) check out the commit of the new version -5) run the command (without quotes): - "latexpand --keep-comments --empty-comments main_spec.tex > flat_new.tex" -6) run the command (without quotes): - "de-macro flat_new.tex" - -Combine the two versions -7) run the command (without quotes): - "latexdiff flat_old-clean.tex flat_new-clean.tex > diff.tex" -8) at this point, can run "pdflatex diff.tex", but it will probably result in - errors/complaints. Edit the diff.tex to resolve these complaints from - latex (read the text of the complaints). Some examples might be: - 8a) around line 46 - should be something like: \usepackage{framed,color} - 8b) around line 5542 - remove illegal character - 8c) around line 1089/1074 - should be something like: \usepackage[normalem]{ulem} - 8d) remove "uwave" and "sout" from DIFadd and DIFdel commands -9) run "pdflatex diff.tex" without errors, and get your diff.pdf. - diff --git a/new_latex/chappage.txt b/new_latex/chappage.txt deleted file mode 100644 index 0f9afee3a..000000000 --- a/new_latex/chappage.txt +++ /dev/null @@ -1,8 +0,0 @@ -Chapter 0 - 3 -Chapter A - 68 -Chapter B - 71 -Chapter C - 73 -Chapter D - 74 -Chapter E - 75 -Chapter F - 76 -Chapter G - 77 diff --git a/new_latex/content/shmem_put.tex b/new_latex/content/shmem_put.tex old mode 100755 new mode 100644 diff --git a/new_latex/makefile b/new_latex/makefile index 89c868c6f..b19f46981 100644 --- a/new_latex/makefile +++ b/new_latex/makefile @@ -28,7 +28,7 @@ ${TARGET}.ps: ${TARGET}.dvi @dvips -t a4 ${TARGET}.dvi clean: - rm -f ${TARGET}.{log,aux,ps,dvi,bbl,blg,log} + rm -f ${TARGET}.{log,aux,ps,dvi,bbl,blg,log,idx,out,toc} chappage.txt veryclean: clean rm -f ${TARGET}.{ps,pdf,out} diff --git a/new_latex/utils/packages.tex b/new_latex/utils/packages.tex index f5f042519..d40f638c6 100644 --- a/new_latex/utils/packages.tex +++ b/new_latex/utils/packages.tex @@ -42,7 +42,6 @@ \usepackage{prettyref} \usepackage{mdwlist} \usepackage{enumitem} -%\usepackage{framed, color} \usepackage{framed} \usepackage{pbox} \usepackage{draftcopy}