Skip to content

Commit

Permalink
Create new build
Browse files Browse the repository at this point in the history
  • Loading branch information
kirel committed Jul 13, 2014
1 parent 2af1b6c commit 03d246b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions public/classify.html
Expand Up @@ -7,13 +7,22 @@
<meta content='An approach to simplify finding LaTeX symbols.' name='description'>
<meta content='math,LaTeX,productivity,typesetting,science,machine learning,PhD' name='keywords'>
<title>Detexify LaTeX handwritten symbol recognition</title>
<link href="stylesheets/style-984cded6.css" rel="stylesheet" type="text/css" />
<link href="stylesheets/style-603f0102.css" rel="stylesheet" type="text/css" />
<script src="javascripts/shared-9402e458.js" type="text/javascript"></script>
<script src="javascripts/classify-deb1263c.js" type="text/javascript"></script>
</head>
<body class='classify'>
<div class='container'>
<div id='classify'>
<div id='classify--ad'>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Detexify upper -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="ca-pub-7217292717360456"
data-ad-slot="2804888725"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
<header>
<nav>
<ul class='nav'>
Expand All @@ -31,15 +40,6 @@ <h1>Detexify</h1>
<div class='canvas' id='tafel'></div>
<a href='#' id='clear' title='clear'></a>
<div id='canvaserror'>This canvas is fubar :(</div>
<div id='canvas--ad'>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Detexify upper -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="ca-pub-7217292717360456"
data-ad-slot="2804888725"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
</div>
<div id='classify--hits'>
<div id='hits--loading'>
Expand Down

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions public/symbols.html
Expand Up @@ -7,13 +7,22 @@
<meta content='List of supported LaTeX symbols to be trained and recognized by Detexify' name='description'>
<meta content='math,LaTeX,productivity,typesetting,science,machine learning,PhD' name='keywords'>
<title>Detexify LaTeX symbol table</title>
<link href="stylesheets/style-984cded6.css" rel="stylesheet" type="text/css" />
<link href="stylesheets/style-603f0102.css" rel="stylesheet" type="text/css" />
<script src="javascripts/shared-9402e458.js" type="text/javascript"></script>
<script src="javascripts/symbols-6250dd63.js" type="text/javascript"></script>
</head>
<body class='symbols'>
<div class='container'>
<div id='symbols'>
<div id='symbols--ad'>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Detexify upper -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="ca-pub-7217292717360456"
data-ad-slot="2804888725"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
<header>
<nav>
<ul class='nav'>
Expand Down Expand Up @@ -48,15 +57,6 @@ <h2>What is this?</h2>
or try the excellent
<a href='http://tex.stackexchange.com/'>TeX Stackexchange</a>.
</p>
<div id='symbols--ad'>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Detexify upper -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="ca-pub-7217292717360456"
data-ad-slot="2804888725"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>
</div>
<div id='symbols--list-area'>
<div id='symbols--controls'>
Expand Down

0 comments on commit 03d246b

Please sign in to comment.