\documentclass[11pt]{article} \usepackage{epsfig} \usepackage{array} \pagestyle{empty} \newcommand{\sk}{\vspace{4pt} \noindent} \newcommand{\ds}{\displaymath} \begin{document} \begin{center} Mathematics, Technology, and Communication\\ Math 696, July/August 1999 \end{center} The following are lists of skills that you will be required to develop for a successful completion of this course. \sk \begin{enumerate} \item UNIX \begin{enumerate} \item How to send email messages and how to attach files to such messages. \item Learn how to copy, delete, and concatenate files. \item Learn how to create and delete directories. \item Develop a personal file management system. \end{enumerate} \item \LaTeX \begin{enumerate} \item How to {\bf \small emphasize} parts of a document. \item Position parts of a document where you want them to appear on the page.\hfill\break\null \hfill\vbox{ \hbox{For example,} \hbox{this is at the extreme right} \hbox{margin of the} \hbox{page.} } \item Tables \hfill\break Suppose we had measured the function values for some values of x and wished to display the data. \begin{center} \begin{tabular}{|c!{\vrule width 2pt}c|c|c|c|}\hline x&1&1.5&2&3.7\\ \hline f(x)&$-2$&$-0.4$&4&7\\\hline \end{tabular} \end{center} \item Math mode, basic formatting skills:\hfill\break Some mathematical terms are seen inline. For example, we might be talking about the Riemann zeta function, which is denoted by, $\zeta(s)$. This function's definition might then be presented in a display mode. $$ \zeta(s) = \sum_{n=1}^\infty\frac{1}{n^s}\,,\ (s>1)\,. $$ \newpage \item Importing Graphics\hfill\break You should be able to import pictures or plots into your document: \sk \quad\quad\epsfig{file=skills1.eps,height=4in,width=2in,angle=270} \end{enumerate} \item Maple \begin{enumerate} \item Plots \item Expressions and {\it arrow defined} functions \item Solve equations \item Differentiation, Integration \item Linear Albebra Package \item Exporting worksheets as text or \LaTeX documents \end{enumerate} \item The WEB \begin{enumerate} \item How to Navigate on The Web \item Basic Commands for Web Publishing \item Construct your own home page \end{enumerate} \end{enumerate} \end{document}