Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2929_PrioritizedGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.PGE/3.3/go-code/go-pge/scripts/post/eqns_top.tex @ 16080

Last change on this file since 16080 was 16080, checked in by hmaislin, 6 years ago

#2929 initial commit of working PGE version

File size: 1.0 KB
Line 
1
2\documentclass[letterpaper,12pt]{report}
3% \usepackage{natbib}
4\usepackage{url}
5\usepackage{graphicx}
6\usepackage{amsmath}
7\usepackage{fullpage}
8% \usepackage{algorithm}
9% \usepackage{algorithmic}
10\usepackage{wrapfig}
11\usepackage{subfigure}
12\usepackage[font=small,labelfont=bf]{caption}
13\usepackage{array}
14\usepackage{pstricks}
15\usepackage{setspace}
16\usepackage{hyperref}
17\hypersetup{
18colorlinks,%
19citecolor=black,%
20filecolor=black,%
21linkcolor=black,%
22urlcolor=black
23}
24
25\setlength{\textwidth}{6in}
26\setlength{\oddsidemargin}{0.5in}
27\setlength{\evensidemargin}{0.5in}    % these are self explanatory
28\setlength{\textheight}{9in}
29\setlength{\topmargin}{-.5in}
30
31\pagestyle{plain}     % makes page numbers appear
32% from steve ^
33
34
35\usepackage{multirow}
36\usepackage{rotating}
37\usepackage{algorithm}
38\usepackage{algorithmicx}
39\usepackage{algpseudocode}
40\usepackage{pdfpages}
41
42\DeclareGraphicsExtensions{.pdf,.png,.jpg}
43
44
45\renewcommand{\algorithmicrequire}{\textbf{Input:}}
46\renewcommand{\algorithmicensure}{\textbf{Output:}}
Note: See TracBrowser for help on using the repository browser.