Small changes on manual

master
Gwenal Delaval 11 years ago
parent 6e791e3199
commit 17435fd012

Binary file not shown.

@ -1,6 +1,6 @@
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
%\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
%\usepackage[francais]{babel}
@ -62,7 +62,7 @@ For example, the Heptagon program below is composed of one node \texttt{plus},
performing the pointwise sum of its two integer inputs:
\begin{lstlisting}
node plus(x:int,y:int) returns (z:int)
node plus(x:int;y:int) returns (z:int)
let
z = x + y;
tel

@ -1,6 +1,6 @@
\ProvidesPackage{macros}
\RequirePackage[T1]{fontenc}
%\RequirePackage[T1]{fontenc}
\RequirePackage{xspace}
\RequirePackage{amsmath}
\RequirePackage{amssymb}

Loading…
Cancel
Save