[Dda-cvs] pub/mohrcoloumb mohrcoulomb_rev.tex, NONE, 1.1 Makefile, 1.3, 1.4
Status: Beta
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2006-11-23 18:44:01
|
Update of /cvsroot/dda/pub/mohrcoloumb In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv14101 Modified Files: Makefile Added Files: mohrcoulomb_rev.tex Log Message: Added reviewer comments to paper, and some proposals for addressing those comments. --- NEW FILE: mohrcoulomb_rev.tex --- \documentclass[11pt,letter]{article} \input comment \usepackage{amsmath} %\usepackage{chicago} \usepackage{citesort} \usepackage{graphicx} \usepackage{subfigure} %\usepackage[nomarkers]{endfloat} %%% Color and doublespace do not work well together. %\usepackage{color} \usepackage{doublespace} \usepackage{url} \usepackage{algorithm,algorithmic} \usepackage[nomarkers]{endfloat} %\usepackage{color} [...1197 lines suppressed...] \subsection{Other tasks} The upshot of the above is that for R1, we simply add some work to the paper to strengthen it along the lines that the R1 suggested. For R2, we eliminate as much of the vulnerable points as that reviewer attacked, recasting the focus of the paper to render his arguments specious. We don't actually need to change any of the technical content of the paper to address R2! This is a good thing! \end{spacing} \end{document} Index: Makefile =================================================================== RCS file: /cvsroot/dda/pub/mohrcoloumb/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 18 Apr 2006 15:03:01 -0000 1.3 --- Makefile 23 Nov 2006 18:43:57 -0000 1.4 *************** *** 1,2 **** --- 1,14 ---- + + + + mohrcoulomb_rev: + latex mohrcoulomb_rev + bibtex mohrcoulomb_rev + latex mohrcoulomb_rev + latex mohrcoulomb_rev + dvipdfm mohrcoulomb_rev.dvi + + + mohrcoulomb: latex mohrcoulomb *************** *** 6,7 **** --- 18,22 ---- dvipdfm mohrcoulomb.dvi + clean: + rm -rf *.dvi *.ps *.pdf *.aux *.toc *.log *.bbl *.blg *.lot *.lof \ + *.ttt *~ *.fff \ No newline at end of file |