home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / pictex < prev    next >
Encoding:
Text File  |  1997-04-23  |  1.6 KB  |  85 lines

  1.     
  2.     _A _P_i_c_T_e_X _G_r_a_p_h_i_c_s _D_r_i_v_e_r
  3.     
  4.          pictex(file="Rplots.tex", width=5, height=4, debug=FALSE,
  5.                  bg="white", fg="black")
  6.     
  7.     _A_r_g_u_m_e_n_t_s:
  8.     
  9.             file : the file where output will appear.
  10.     
  11.            width : The width of the plot in inches.
  12.     
  13.           height : the height of the plot in inches.
  14.     
  15.            debug : should debugging information be printed.
  16.     
  17.               bg : the background color for the plot.
  18.     
  19.               fg : the foreground color for the plot.
  20.     
  21.     _D_e_s_c_r_i_p_t_i_o_n:
  22.     
  23.          This function produces graphics suitable for inclusion
  24.          in TeX and LaTeX documents.
  25.     
  26.     _R_e_f_e_r_e_n_c_e_s:
  27.     
  28.          Knuth, D. E. (1984).  The TeXbook. Reading Mass.:
  29.          Addison-Wesley.
  30.     
  31.          Lamport, L. (1994).  LATEX: A Document Preparation Sys-
  32.          tem.  Reading Mass.: Addison-Wesley.
  33.     
  34.          Goossens, M., F. Mittelbach and A. Samarin (1994).  The
  35.          LATEX Companion.  Reading Mass.: Addison-Wesley.
  36.     
  37.     _N_o_t_e:
  38.     
  39.          This driver was provided by Valerio Aimalea of the
  40.          Department of Internal Medicine, University of Genoa,
  41.          Italy.  (valerio@svpop.com.dist.unige.it).
  42.     
  43.     _S_e_e _A_l_s_o:
  44.     
  45.          x11, postscript.
  46.     
  47.     _E_x_a_m_p_l_e_s:
  48.     
  49.          % LaTeX Example
  50.          ocumentclass{article}
  51.          sepackage{pictex}
  52.     
  53.          g
  54.          i
  55.          n
  56.          {
  57.          d
  58.          o
  59.          c
  60.          u
  61.          m
  62.     
  63.           nt}
  64.          %...
  65.     
  66.          g
  67.          i
  68.          n
  69.          {
  70.          f
  71.          i
  72.          g
  73.          u
  74.          r
  75.     
  76.           }[h]
  77.          \nd{figure}
  78.          %...
  79.          \nd{document}
  80.     
  81.          % TeX Example
  82.          input pictex
  83.          $$ input Rplots.tex $$
  84.     
  85.