home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Tex29 / StTeXmac.zoo / macros / fig2tex.tex < prev    next >
Text File  |  1988-10-16  |  392b  |  18 lines

  1. % for use with LaTeX, comment out the following lines
  2. %\font\sevrm=cmr7
  3. %\font\twltt=cmtt12
  4. %\def\mbox=\relax
  5.  
  6. % constants
  7. \let\pics=2
  8. \let\dottedpics=1
  9. \let\nopics=0
  10.  
  11. % commands to change picture drawing mode
  12. \newcommand{\nopictures}{\let\picturemode=\nopics}
  13. \newcommand{\dottedpictures}{\let\picturemode=\dottedpics}
  14. \newcommand{\pictures}{\let\picturemode=\pics}
  15.  
  16. % set default
  17. \pictures
  18.