home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / tex / muugtalk / hw.tex < prev    next >
Text File  |  1996-06-03  |  317b  |  15 lines

  1. % The comment character in TeX is '%', so this line is comment
  2.  
  3. % The next line is ordinary text; it will come out just like it's typed.
  4.  
  5. Hello, world!
  6.  
  7.  
  8. % Things that start with a '\' are commands or things that can't
  9. % be done directly from the keyboard. The command below tells TeX
  10. % that its job is done.
  11.  
  12. \bye
  13.  
  14.  
  15.