From c1f6b2fafa9d8a438037614ec86d4065caf980cf Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 17 Jan 2001 09:33:25 +0000 Subject: [PATCH] r412: no message --- doc/tex2rtf/ctsim.bib | 32 ++++++++++++++++++++++++++++++++ doc/tex2rtf/ctsim.hpj | 10 ++++++++++ doc/tex2rtf/ctsim.tex | 15 ++++++++++++--- doc/tex2rtf/tex2rtf.ini | 5 +++-- 4 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 doc/tex2rtf/ctsim.bib create mode 100644 doc/tex2rtf/ctsim.hpj diff --git a/doc/tex2rtf/ctsim.bib b/doc/tex2rtf/ctsim.bib new file mode 100644 index 0000000..ab7d219 --- /dev/null +++ b/doc/tex2rtf/ctsim.bib @@ -0,0 +1,32 @@ +@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{KAK87, + author = {A. Kak and M. Slaney}, + title = {Principles of Computerized Tomographic Imaging}, + publisher = {IEEE Press, New York}, + year = {1987} +} + +@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} +} + +@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/tex2rtf/ctsim.hpj b/doc/tex2rtf/ctsim.hpj new file mode 100644 index 0000000..7ad5901 --- /dev/null +++ b/doc/tex2rtf/ctsim.hpj @@ -0,0 +1,10 @@ +[OPTIONS] +LCID=0x409 0x0 0x0 ; English (United States) +REPORT=Yes +HLP=ctsim.hlp + +[FILES] +ctsim.rtf + +[CONFIG] +CreateButton("Up", "\&Up", "JumpId(`ctsim.hlp', `Contents')") ; Buttons diff --git a/doc/tex2rtf/ctsim.tex b/doc/tex2rtf/ctsim.tex index f6e893b..7d2fa3a 100644 --- a/doc/tex2rtf/ctsim.tex +++ b/doc/tex2rtf/ctsim.tex @@ -19,7 +19,7 @@ \date{January 2001}% }% \winhelponly{\title{Manual for CTSim 3.0}% -\author{by Julian Smart\\$$\image{1cm;0cm}{tex2rtf.wmf}$$}% +\author{by Kevin Rosenberg, M.D.\\$$\image{1cm;0cm}{logo-huge.bmp}$$}% }% \makeindex% \begin{document}% @@ -363,8 +363,17 @@ statistics as described by Herman\cite{HERMAN80}. \end{itemize} -\bibliographystyle{abbrv} -\bibliography{yes} +\newpage + +\nocite{KAK87} +\nocite{PRESS82} +\nocite{SHEPP74} + +\bibliographystyle{plain} +\bibliography{ctsim} +\addcontentsline{toc}{chapter}{Bibliography} +\setheader{{\it REFERENCES}}{}{}{}{}{{\it REFERENCES}}% +\setfooter{\thepage}{}{}{}{}{\thepage}% \addcontentsline{toc}{chapter}{Index} \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}% diff --git a/doc/tex2rtf/tex2rtf.ini b/doc/tex2rtf/tex2rtf.ini index 579f93c..e099441 100644 --- a/doc/tex2rtf/tex2rtf.ini +++ b/doc/tex2rtf/tex2rtf.ini @@ -1,8 +1,9 @@ winHelpVersion = 4 winHelpContents = yes -generateHPJ = yes -htmlWorkshopFiles = true +#generateHPJ = yes +#htmlWorkshopFiles = true combineSubSections = true runTwice = yes +useUpButton = yes -- 2.34.1