Up: WebEQ Templates

WebEQ Example Listings

The following are two files from the templates directory:

example1.wiz

<HTML>
<HEAD><TITLE>test file</TITLE></HEAD>
<BODY>
<H1>Test</H1>

The area of a circle is given by $A = \pi r^2$.

</BODY>
</HTML>

macros.wiz

<HTML>
<HEAD>
<TITLE>Sample Page Using Macros</TITLE>

<!-- webeq
\define{\disc}[3]{ \sqrt{#2 ^2 - 4 #1 #3} }
-->

</HEAD>
<BODY BGCOLOR=#ffffff>

<H1>Sample Page Using Macros</H1>

This is a test.  Behold the quadratic formula:<p>

<HR>
\[x = \frac{ -b \pm \disc{a}{b}{c} } {2a}\]
<HR>

</BODY>
</HTML>



[HOME] WebEQ 2.5 Documentation Table of Contents

Created: Aug 08 1997 --- Last modified: Sat Sep 09 14:18:14 2000
Copyright © 1997-2000 Design Science, Inc. All rights reserved.