|
1 | | -% $Id: manual.tex,v 2.5 1997/06/20 19:28:16 roberto Exp roberto $ |
| 1 | +% $Id: manual.tex,v 2.6 1997/06/26 20:39:10 roberto Exp roberto $ |
2 | 2 |
|
3 | 3 | \documentstyle[fullpage,11pt,bnf]{article} |
4 | 4 |
|
|
38 | 38 | \tecgraf\ --- Computer Science Department --- PUC-Rio |
39 | 39 | } |
40 | 40 |
|
41 | | -\date{\small \verb$Date: 1997/06/20 19:28:16 $} |
| 41 | +\date{\small \verb$Date: 1997/06/26 20:39:10 $} |
42 | 42 |
|
43 | 43 | \maketitle |
44 | 44 |
|
@@ -142,8 +142,8 @@ \section{Introduction} |
142 | 142 | The implementation described in this manual is available |
143 | 143 | at the following URL's: |
144 | 144 | \begin{verbatim} |
145 | | - http://www.inf.puc-rio.br/~roberto/lua.html |
146 | | - ftp://ftp.icad.puc-rio.br/pub/lua/lua.tar.gz |
| 145 | + http://www.tecgraf.puc-rio.br/lua/ |
| 146 | + ftp://ftp.tecgraf.puc-rio.br/pub/lua/lua.tar.gz |
147 | 147 | \end{verbatim} |
148 | 148 |
|
149 | 149 |
|
@@ -804,7 +804,7 @@ \subsection{Tag Methods} \label{tag-method} |
804 | 804 | according to the tag of the values involved |
805 | 805 | in the event \see{TypesSec}. |
806 | 806 | The function \IndexVerb{settagmethod} changes the tag method |
807 | | -associated with a given pair $<tag, event>$. |
| 807 | +associated with a given pair \M{<tag, event>}. |
808 | 808 | Its first parameter is the tag, the second the event name |
809 | 809 | (a string, see below), |
810 | 810 | and the third parameter is the new method (a function), |
@@ -1785,15 +1785,15 @@ \subsubsection*{\ff {\tt seterrormethod (newmethod)}} |
1785 | 1785 |
|
1786 | 1786 | \subsubsection*{\ff {\tt settagmethod (tag, event, newmethod)}} |
1787 | 1787 | \Deffunc{settagmethod} |
1788 | | -This function sets a new tag method to the given pair $<tag, event>$. |
| 1788 | +This function sets a new tag method to the given pair \M{<tag, event>}. |
1789 | 1789 | It returns the old method. |
1790 | 1790 | If \verb|newmethod| is \nil, |
1791 | 1791 | it restores the default behavior for the given event. |
1792 | 1792 |
|
1793 | 1793 | \subsubsection*{\ff {\tt gettagmethod (tag, event)}} |
1794 | 1794 | \Deffunc{gettagmethod} |
1795 | 1795 | This function returns the current tag method |
1796 | | -for a given pair $<tag, event>$. |
| 1796 | +for a given pair \M{<tag, event>}. |
1797 | 1797 |
|
1798 | 1798 |
|
1799 | 1799 | \subsection{String Manipulation} |
|
0 commit comments