浏览代码

details (format for html)

Roberto Ierusalimschy 27 年之前
父节点
当前提交
9890bedaab
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      manual.tex

+ 4 - 3
manual.tex

@@ -1,4 +1,4 @@
-% $Id: manual.tex,v 1.6 1998/01/14 13:49:44 roberto Exp roberto $
+% $Id: manual.tex,v 1.7 1998/03/30 18:17:55 roberto Exp roberto $
 
 \documentstyle[fullpage,11pt,bnf]{article}
 
@@ -38,7 +38,7 @@ Waldemar Celes
 \tecgraf\ --- Computer Science Department --- PUC-Rio
 }
 
-\date{\small \verb$Date: 1998/01/14 13:49:44 $}
+\date{\small \verb$Date: 1998/03/30 18:17:55 $}
 
 \maketitle
 
@@ -910,7 +910,8 @@ Notice that the variable \verb|v| must have been
 previously initialized with a table value.
 
 
-\subsection{\Index{Visibility} and \Index{Upvalues}} \label{upvalue}
+\subsection{Visibility and Upvalues} \label{upvalue}
+\index{Visibility} \index{Upvalues}
 
 A function body may refer to its own local variables
 (which includes its parameters) and to global variables,