File: user_guide.tex

package info (click to toggle)
auto-07p 0.9.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,200 kB
  • sloc: fortran: 22,644; f90: 19,340; python: 19,045; ansic: 11,116; sh: 1,079; makefile: 618; perl: 339
file content (78 lines) | stat: -rw-r--r-- 2,230 bytes parent folder | download | duplicates (5)
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

%\documentstyle [12pt,psfig] {report}
\documentclass[12pt, openright, psfig]{article}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{verbatim}
\usepackage{subfigure}
%\usepackage{float}
\usepackage{lscape}
%\usepackage{rotating}
\usepackage{setspace}

%\input{cuthesis.sty}
%\begin{comment}
\newenvironment{narrow}[2]{%
%	\begin{list}{}{%
%	\setlength{\topsep}{0pt}%
	\setlength{\leftmargin}{#1}%
	\setlength{\rightmargin}{#2}%
%	\setlength{\listparindent}{\parindent}%
%	\setlength{\itemindent}{\parindent}%
%	\setlength{\parsep}{\parskip}%
%\item[]} {\end{list}
}
%\end{comment}


\newcommand{\LY} {\textrm{L1}}
\newcommand{\LE} {\textrm{L2}}
\newcommand{\LS} {\textrm{L3}}
\newcommand{\LF} {\textrm{L4}}
\newcommand{\LW} {\textrm{L5}}
\newcommand{\PLAUT} {\textsc{Plaut04}}

\newcommand{\LIB}[1] {\textrm{L{#1}}}

\newcommand{\V}[1] {\ensuremath {\textbf V{{#1}}}}
\newcommand{\LYAP}[1] {\ensuremath {\textbf L{{#1}}}}
\newcommand{\W}[1] {\ensuremath {\textbf W{{#1}}}}
\newcommand{\HALO}[1] {\ensuremath {\textbf  H{{#1}}}}
\newcommand{\A}[1] {\ensuremath {\textbf  A{{#1}}}}
\newcommand{\PLAN}[1] {\ensuremath {\textbf  P{{#1}}}}
\newcommand{\LONG}[1] {\ensuremath {\textbf  L{{#1}}}}
\newcommand{\B}[1] {\ensuremath {\textbf  B{{#1}}}}
\newcommand{\D}[1] {\ensuremath {\textbf  D{{#1}}}}
\newcommand{\X}[1] {\ensuremath {\textbf  X{{#1}}}}
\newcommand{\C}[1] {\ensuremath {\textbf  C{{#1}}}}
\newcommand{\SHORT}[1] {\ensuremath {\textbf  S{{#1}}}}
\newcommand{\BP}[2] {\ensuremath {\textsl{#1} {{#2}}}}



% font for the test cases items
\newcommand{\TCF}[1] {\textsl{#1}}
\newcommand{\ETC} {\textit{etc.}}
\newcommand{\PURPOSE} {\subsubsection{Purpose}}
\newcommand{\CMDFMT} {\subsubsection{Format}}
\newcommand{\CMDEXP} {\subsubsection{Examples}}
\newcommand{\DSCP} {\subsubsection{Description}}
\newcommand{\SEEALSO} {\subsubsection{See also}}
\newcommand{\ALIA} {\subsubsection{Aliases}}

\begin{document}

\pagenumbering{roman}
%	\title{How to use AUTO to compute the periodic solutions for the CR3BP}
	\title{\textsc{\PLAUT~User's Guide}}
	\author{Chenghai Zhang, Bart~E.~Oldeman, Eusebius~J.~Doedel}

%	\setcounter{page}{3}
	\date{\today}
	\maketitle
\clearpage

\input{plaut04_user_guide}


\end{document}