include("../../include/navigation.html"); ?>
include("../../include/projects-menu.html"); ?>
Title LaTeX Symbol Search
Status Complete
Start Date 9-9-2008
Contributors Chris Clark
Version 1.0

LaTeX Symbol Search

This page is broken!

Don't know the LaTeX code for the symbol you need?
Search for it in the box below!

You can enter the real mathematical name instead of the LaTeX code. For example, you can enter "gradient" to find the "\nabla" code.

1 || $keyword == '*') { if($keyword == '*') $keyword = ''; $query = "SELECT image, code FROM symbol WHERE keywords LIKE '%{$keyword}%'"; $result = mysql_query($query); echo "Number of results: " . mysql_num_rows($result) . "

\n"; echo "\n"; while( $row = mysql_fetch_array($result, MYSQL_ASSOC)) { if(file_exists("./images/{$row['image']}")) { echo ""; } else { echo ""; } } echo "
{$row['code']}
{$row['code']}
"; } ?>