From: Kevin M. Rosenberg Date: Wed, 1 May 2002 08:03:53 +0000 (+0000) Subject: r1848: *** empty log message *** X-Git-Tag: debian-4.5.3-3~327 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=4ce5d71d8fd2b5c8575f4258117b2143d5e7cb25 r1848: *** empty log message *** --- diff --git a/debian/rules b/debian/rules index 406ea39..432e18a 100755 --- a/debian/rules +++ b/debian/rules @@ -67,7 +67,7 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs +# dh_installdocs dh_installexamples tools/sample-ctsim.sh helical/sample-helical.sh # dh_installmenu # dh_installlogrotate @@ -80,7 +80,7 @@ binary-arch: build install # dh_installinfo # dh_undocumented dh_installchangelogs ChangeLog - dh_link +# dh_link dh_strip dh_compress dh_fixperms diff --git a/doc/Makefile.am b/doc/Makefile.am index eec3d5a..558768b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -10,9 +10,9 @@ mysober.sty fancyhea.sty ctsim.bib ctsim-latex.bib ctsim-tex2rtf.bib EXTRA_DIST = ${docs} ctsim.htb dvi: ctsim.tex + cp ctsim-latex.bib ctsim.bib latex ctsim bibtex ctsim - cp ctsim-latex.bib ctsim.bib latex ctsim makeindex ctsim latex ctsim diff --git a/doc/Makefile.in b/doc/Makefile.in index 2a02e03..ed4eeb5 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -199,9 +199,9 @@ mostlyclean distclean maintainer-clean dvi: ctsim.tex + cp ctsim-latex.bib ctsim.bib latex ctsim bibtex ctsim - cp ctsim-latex.bib ctsim.bib latex ctsim makeindex ctsim latex ctsim diff --git a/doc/ctsim-tex2rtf.bib b/doc/ctsim-tex2rtf.bib new file mode 100644 index 0000000..c81c309 --- /dev/null +++ b/doc/ctsim-tex2rtf.bib @@ -0,0 +1,43 @@ +\bibliography{ctsim} +\bibliographystyle{plain} + +@book{KAK87, + author = {A. Kak and M. Slaney}, + title = {Principles of Computerized Tomographic Imaging}, + publisher = {IEEE Press, New York}, + year = {1987} +} + +@book{HERMAN80, + author = {G.T. Herman}, + title = {Image Reconstruction from Projections: The Fundamentals of Computerized Tomography}, + year = {1980}, + publisher = {Academic Press, New York, 1980} +} + +@book{PRESS92, + author = {W.H. Press, S.A. Teukolsky, W.T. Vellerling, and B.P. Flannery}, + title = {Numerical Recipes in C: The Art of Scientific Computing}, + publisher = {Cambridge University Press, Cambridge}, + edition = {Second}, + year = {1992} +} + +@book{FOLEY82, + author = {J.D. Foley and A. van Dam}, + title = {Fundamentals of Interactive Computer Graphics}, + publisher = {Addison-Wesley}, + year = {1982} +} + +@article{SHEPP74, + author = {L. Shepp and B. Logan}, + title = {The Fourier Reconstruction of a Head Section}, + journal = {IEEE Transactions in Nuclear Science}, + volume = {NS-21}, + number = {6}, + pages = {21-43}, + year = {1974} +} + + diff --git a/doc/ctsim.bib b/doc/ctsim.bib deleted file mode 100644 index c81c309..0000000 --- a/doc/ctsim.bib +++ /dev/null @@ -1,43 +0,0 @@ -\bibliography{ctsim} -\bibliographystyle{plain} - -@book{KAK87, - author = {A. Kak and M. Slaney}, - title = {Principles of Computerized Tomographic Imaging}, - publisher = {IEEE Press, New York}, - year = {1987} -} - -@book{HERMAN80, - author = {G.T. Herman}, - title = {Image Reconstruction from Projections: The Fundamentals of Computerized Tomography}, - year = {1980}, - publisher = {Academic Press, New York, 1980} -} - -@book{PRESS92, - author = {W.H. Press, S.A. Teukolsky, W.T. Vellerling, and B.P. Flannery}, - title = {Numerical Recipes in C: The Art of Scientific Computing}, - publisher = {Cambridge University Press, Cambridge}, - edition = {Second}, - year = {1992} -} - -@book{FOLEY82, - author = {J.D. Foley and A. van Dam}, - title = {Fundamentals of Interactive Computer Graphics}, - publisher = {Addison-Wesley}, - year = {1982} -} - -@article{SHEPP74, - author = {L. Shepp and B. Logan}, - title = {The Fourier Reconstruction of a Head Section}, - journal = {IEEE Transactions in Nuclear Science}, - volume = {NS-21}, - number = {6}, - pages = {21-43}, - year = {1974} -} - -