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

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

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

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