[BACK]Return to all.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / compalg

Annotation of OpenXM/doc/compalg/all.tex, Revision 1.1

1.1     ! noro        1: \documentclass[12pt]{book}
        !             2: \IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
        !             3: \usepackage{latexsym}
        !             4: \usepackage{my}
        !             5:
        !             6: \title{計算機代数入門}
        !             7: \author{野呂 正行}
        !             8: \begin{document}
        !             9: \addtolength{\baselineskip}{5pt}
        !            10: \maketitle
        !            11: %\begin{multicols}{2}
        !            12: \tableofcontents
        !            13: \input intro.tex
        !            14: \input num.tex
        !            15: \input poly.tex
        !            16: \input gcd.tex
        !            17: \input factor.tex
        !            18: \input gr.tex
        !            19: \input appgr.tex
        !            20: \input prdec.tex
        !            21: \input effgr.tex
        !            22: \input fglm.tex
        !            23: \input bib.tex
        !            24: %\end{multicols}
        !            25: \end{document}
        !            26:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>