Annotation of loncom/html/adm/help/tex/Variables_in_the_Text_Block.tex, revision 1.1

1.1     ! bowersj2    1: 
        !             2: Once you've defined variables in the \textbf{Script}, you can use them in
        !             3: the \textbf{Text Block}. For example, using the previous three-line script
        !             4: we've created so far, you can place the following in the \textbf{Text Block}:
        !             5: 
        !             6: \begin{lyxcode}
        !             7: See~the~3:~\$variable<br~/>
        !             8: 
        !             9: See~the~string:~<b>\$stringVar</b><br~/>
        !            10: \end{lyxcode}
        !            11: %
        !            12: \begin{figure}
        !            13: \begin{center}\includegraphics{numericalResponseVarInText}\end{center}
        !            14: 
        !            15: 
        !            16: \caption{Result of Variables in the Text Block\label{Result of Variables in the Text Block Figure}}
        !            17: \end{figure}
        !            18: If you save that and hit \textbf{View}, you should get what you see in figure
        !            19: \ref{Result of Variables in the Text Block Figure}. Note how the {}``\$variable''
        !            20: was turned into a 3, and the {}``\$stringVar'' was turned into {}``I have
        !            21: a variable with the value 3.''
        !            22: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>