Annotation of capa/capa51/Manual/main.tex, revision 1.1
1.1 ! albertel 1: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 2: % CAPA version 5.0 Users Manual %
! 3: % created by Isaac Tsai Feb 27, 1999 %
! 4: % For use with the CAPA System %
! 5: % Original version of CAPA created by E. Kashy, %
! 6: % Y.Tsai, D. Thaler, D. Weinshank, B Sherrill %
! 7: % M Engelmann and D. Morrissey %
! 8: % %
! 9: % Manual updated from MSUCL-925c by Y. Tsai, %
! 10: % E. Kashy, D. Morrissey, N. E. Davis, and %
! 11: % F. Berryman. %
! 12: % Oct. 9, 1999 %
! 13: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 14:
! 15:
! 16: \documentclass[11pt]{article}
! 17: \usepackage{epsf,multicol} %\begin{multicols}{n} \end{multicols}
! 18: \usepackage{verbatim}
! 19:
! 20: \usepackage{makeidx} % for index processing, commands like \makeindex, \printindex
! 21: \makeindex
! 22: %% ===============================
! 23: %%\setlength{\topmargin}{+.2in}
! 24: \setlength{\topmargin}{+.1in}
! 25: \setlength{\headheight}{0in}
! 26: \setlength{\headsep}{0.9in}
! 27: \setlength{\footskip}{36pt}
! 28: \setlength{\oddsidemargin}{-.3in}
! 29: \setlength{\evensidemargin}{-.3in}
! 30: \setlength{\marginparwidth}{0.8in}
! 31: \setlength{\marginparsep}{0.2in}
! 32: \setlength{\textheight}{9.0in}
! 33: \setlength{\textwidth}{6.8in}
! 34:
! 35: %% ===============================
! 36:
! 37: \newcommand{\capa}{{\sl C\kern-.10em\raise-.00ex\hbox{\rm A}\kern-.22em%
! 38: {\sl P}\kern-.14em\kern-.01em{\rm A}}}
! 39: \newenvironment{choicelist}{\begin{list}{}{\setlength{\rightmargin}{0in}\setlength{\leftmargin}{0.13in}\setlength{\topsep}{0.05in}\setlength{\itemsep}{0.022in}\setlength{\parsep}{0in}\setlength{\belowdisplayskip}{0.04in}\setlength{\abovedisplayskip}{0.05in}\setlength{\abovedisplayshortskip}{-0.04in}\setlength{\belowdisplayshortskip}{0.04in}}}{\end{list}}
! 40:
! 41: \begin{document}
! 42: \pagestyle{headings}
! 43: \thispagestyle{empty}
! 44: \newcommand{\stdline}{\vskip .05in \hrule width2in height0.6pt \hfill \vskip .02in}
! 45: %
! 46: % Introduction to CAPA distributed separately,
! 47: % replaces old manual pp. 1-20
! 48: %
! 49: % note old p. 19, expand p. 20 for alpha info.
! 50: %
! 51:
! 52: \input{title50}
! 53: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\include{s-install}
! 54: \include{s-install5}
! 55: \include{s-swcomps}
! 56: \include{s-xserver}
! 57: \include{s-functions}
! 58: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\include{s-ExamStyle}
! 59: \include{s-templates}
! 60: \include{s-PrototypeSet}
! 61: \include{s-sampleset}
! 62: \include{s-guidedtour}
! 63: \include{s-samplelogin}
! 64: \include{s-acknow}
! 65: \include{s-publications}
! 66: %\begin{theindex}
! 67: %\include{main.idx}
! 68: %\end{theindex}
! 69: \end{document}
! 70:
! 71: %\printindex
! 72: \end{document}
! 73:
! 74: %\end{document}
! 75: %\begin{theindex}
! 76: %\include{main.idx}
! 77: %\end{theindex}
! 78: %\end{document}
! 79:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>