CIMAGE.TEX
上传用户:wep9318
上传日期:2007-01-07
资源大小:893k
文件大小:2k
源码类别:

图片显示

开发平台:

Visual C++

  1. documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}
  2. input psbox.tex
  3. % Remove this for processing with dvi2ps instead of dvips
  4. %special{!/@scaleunit 1 def}
  5. parskip=10pt
  6. parindent=0pt
  7. title{CImage Class Version 1.2}
  8. author{by Julian Smart and others}
  9. date{January 18th 1997}
  10. makeindex
  11. begin{document}
  12. maketitle
  13. pagestyle{fancyplain}
  14. bibliographystyle{plain}
  15. setheader{{it CONTENTS}}{}{}{}{}{{it CONTENTS}}
  16. setfooter{thepage}{}{}{}{}{thepage}%
  17. pagenumbering{roman}
  18. tableofcontents
  19. chapter*{Copyright notice}
  20. setheader{{it COPYRIGHT}}{}{}{}{}{{it COPYRIGHT}}%
  21. setfooter{thepage}{}{}{}{}{thepage}%
  22. begin{center}
  23. Portions Copyright (c) Julian Smart
  24. end{center}
  25. Permission to use, copy, modify, and distribute this software and its
  26. documentation for any purpose is hereby granted without fee, provided that the
  27. above copyright notice, author statement and this permission notice appear in
  28. all copies of this software and related documentation.
  29. THE SOFTWARE IS PROVIDED ``AS-IS'' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
  30. IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
  31. MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  32. IN NO EVENT SHALL JULIAN SMART BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR
  33. CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM
  34. LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
  35. DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
  36. THE USE OR PERFORMANCE OF THIS SOFTWARE.
  37. input{body.tex}
  38. %
  39. input{classes.tex}
  40. %
  41. input{problems.tex}
  42. %
  43. input{implemnt.tex}
  44. %
  45. input{changes.tex}
  46. newpage
  47. addcontentsline{toc}{chapter}{Index}
  48. printindex
  49. end{document}