File: online.tex

package info (click to toggle)
form 4.2.1%2Bgit20200217-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,500 kB
  • sloc: ansic: 101,613; cpp: 9,375; sh: 1,582; makefile: 505
file content (84 lines) | stat: -rw-r--r-- 1,727 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\def\formmajorversion{4}
\def\formminorversion{2}
\def\formdate{4-oct-2018}


\documentclass{report}

\usepackage{html}
\usepackage{graphics}

\usepackage{makeidx}

\providecommand{\texorpdfstring}[2]{#1}

%\makeatletter
%\renewcommand*\l@section{\@dottedtocline{1}{1.5em}{3.0em}}
%\makeatother

\newcommand{\pfill}{\hfill}
\newcommand{\lefttabitem}[1]{\noindent{\begin{minipage}[t]{4cm}{#1}
\end{minipage}}\vspace{1mm}}
\newcommand{\leftvitem}[2]{\noindent{\begin{minipage}[t]{#1}{#2}
\end{minipage}}\vspace{1mm}}
\newcommand{\tabitem}[1]{{\begin{minipage}[t]{12cm}{#1}\end{minipage}}
    \vspace{1mm}}
\newcommand{\rightvitem}[2]{{\begin{minipage}[t]{#1}{#2}\end{minipage}}
    \vspace{1mm}}

\def\FORM{{\sc FORM}}
\def\TFORM{{\sc TFORM}}
\def\ParFORM{{\sc ParFORM}}
\def\Andre#1{{\sl #1}}
\def\Remark#1{{\sl #1}}
\def\Tr{{\rm Tr}}
\def\hash{\symbol{"23}}
\def\sign(#1){(\!-\!1)^{#1}}
\def\binom(#1,#2){ (\!\!
	 \begin{array}{c} #1 \\ #2 \end{array}\!\! ) }
\def\plus{\!+\!}
\def\minus{\!-\!}
\def\mydot{\!\!\cdot\!}
\def\nn{\nonumber \\ &&}
\def\nne{\nonumber \\ & = &}

\makeindex

\begin{document}

\begin{center}
{\Huge FORM \\ \Large version \formmajorversion.\formminorversion
  \\ \huge Reference manual} \\

{\formdate} \\

{J.A.M.~Vermaseren, T.~Kaneko, J.~Kuipers, B.~Ruijl, M.~Tentyukov, T.~Ueda and J.~Vollinga}
\end{center}

\tableofcontents

\input{startup}
\input{variable}
\input{prepro}
\input{module}
\input{pattern}
\input{dollar}
\input{statements}
\input{functions}
\input{bracket}
\input{polynomials}
\input{optim}
\input{tablebas}
\input{dict}
\input{gamma}
\input{metric}
\input{sorting}
\input{setup}
\input{parallel}
\input{external}
\input{spectators}
\input{diagrams}

\printindex

\end{document}