Update of /cvsroot/phpweather/phpweather/docs/src/latex
In directory usw-pr-cvs1:/tmp/cvs-serv5730/latex

Modified Files:
        main.tex 
Log Message:
I'm just playing with the formatting... Now things like $this->var is
also marked as a variable.


Index: main.tex
===================================================================
RCS file: /cvsroot/phpweather/phpweather/docs/src/latex/main.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- main.tex    2001/07/12 19:56:30     1.1
+++ main.tex    2001/07/14 19:43:31     1.2
@@ -14,7 +14,11 @@
 \newcommand{\Email}{\begingroup \urlstyle{rm}\Url}
 \newcommand{\email}[1]{\Email{<#1>}}
 
-\newcommand{\function}[1]{\textsf{#1(~)}\index{#1@\textsf{#1()}}}
+\newcommand{\function}[1]{\textsf{#1(~)}%
+                          \index{#1@\textsf{#1()}}%
+                          \index{Functions!#1@\textsf{#1()}}
+}
+
 \newcommand{\functiondef}[1]{\textsf{#1}}
 \newcommand{\funcdesclabel}[1]{\emph{#1:}}
 \newenvironment{funcdesc}%
@@ -30,8 +34,14 @@
 }
 
 \newcommand{\classdef}[1]{\textsf{#1}}
-\newcommand{\class}[1]{Class \textsf{#1}\index{#1@Class \textsf{#1}}}
-\newcommand{\variable}[2]{\textsf{\textbf{#1#2}}\index{#2@\textsf{\textbf{\protect\makebox[0cm][r]{#1}#2}}}}
+\newcommand{\class}[1]{Class \textsf{#1}%
+            \index{#1@\textsf{#1}}%
+            \index{Classes!#1@\textsf{#1}}}
+
+\newcommand{\variable}[2]{\textsf{\textbf{#1#2}}%
+                          \index{#2@\textsf{\textbf{\protect\makebox[0cm][r]{#1}#2}}}%
+                          
+\index{Variables!#2@\textsf{\textbf{\protect\makebox[0cm][r]{#1}#2}}}}
+
 \newcommand{\icao}[1]{\textsf{#1}}
 
 \newcommand{\filename}{\begingroup \urlstyle{tt}\Url}


_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins

Reply via email to