mirror of
https://github.com/fjdu/obsidian-latex-unicode.git
synced 2026-07-22 07:30:30 +00:00
103 lines
4.2 KiB
HTML
103 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
||
<html class="no-js">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<title>unicodeit.net</title>
|
||
<meta name="description" content="">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<!-- Latest compiled and minified CSS -->
|
||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" />
|
||
<link rel="stylesheet" href="style.css?version=0.7.2" />
|
||
</head>
|
||
<body>
|
||
<div class="container page">
|
||
<div class="row">
|
||
<div class="col-sm-4 leftColumn">
|
||
<h1>unicode<span class="banner_it">it</span>.net <small>β testing</small></h1>
|
||
</div>
|
||
|
||
<div class="col-sm-8 rightColumn">
|
||
<h3>Online Demo</h3>
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<input type="text" class="form-control input-lg" placeholder="latex expression" id="latexInput">
|
||
</div>
|
||
<div class="col-md-6">
|
||
<input type="text" class="form-control input-lg" placeholder="unicode output" id="unicodeOutput">
|
||
</div>
|
||
</div>
|
||
<p>
|
||
<a class="permalink" href="">Permalink</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-sm-4 leftColumn">
|
||
<p>Created by <a href="https://www.svenkreiss.com">Sven Kreiss</a> and <a href="http://www.theoryandpractice.org">Kyle Cranmer</a>.<br />
|
||
Maintained on <a href="https://github.com/svenkreiss/unicodeit">GitHub</a>.</p>
|
||
|
||
|
||
<p>
|
||
|
||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://www.unicodeit.net" data-text="LaTeX to unicode symbols: \mathcal{H} → ℋ." data-via="svenkreiss" data-hashtags="unicodeit">Tweet</a>
|
||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||
|
||
</p>
|
||
|
||
|
||
|
||
</div>
|
||
<div class="col-sm-8 rightColumn">
|
||
|
||
<br /><br />
|
||
|
||
<h3>Python / JavaScript / Automator</h3>
|
||
|
||
<p>
|
||
All the info in the <a href="https://github.com/svenkreiss/unicodeit/blob/master/README.md">README file</a>.
|
||
</p>
|
||
|
||
|
||
<h3>Help</h3>
|
||
|
||
<p>Type LaTeX expressions in the input box on the left. The converted text in the box on the right can be copied to most programs including PowerPoint and Keynote, e-mail clients like Outlook and Mail and even apps on smart phones. UnicodeIt can create greek letters, arrows, mathematical symbols and many more for presentations, emails, chats, facebook, etc.</p>
|
||
|
||
<div class="panel panel-default">
|
||
<!-- Default panel contents -->
|
||
<div class="panel-heading" style="color:#999; font-weight:bold;">Examples</div>
|
||
|
||
<!-- Table -->
|
||
<table class="table examplesTable">
|
||
<tr><td></td><td class="latexExample">x \in (-\infty, \infty)</td><td>x ∈ (-∞, ∞)</td></tr>
|
||
<tr><td></td><td class="latexExample">p\bar{p} \to \mu^+\mu^-</td><td>pp̅ → μ⁺μ⁻</td></tr>
|
||
<tr><td></td><td class="latexExample">\alpha\omega\epsilon\S\om\in</td><td>αωε§øm∈</td></tr>
|
||
<tr><td></td><td class="latexExample">^2H ^6Li ^{10}B ^{14}N</td><td>²H ⁶Li ¹⁰B ¹⁴N</td></tr>
|
||
<tr><td></td><td class="latexExample">\mathcal{L} \mathcal{H} \mathbb{R} \mathbb{C}</td><td>ℒ ℋ ℝ ℂ</td></tr>
|
||
</table>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<br /><br /><br /><br />
|
||
</div>
|
||
|
||
|
||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
|
||
<script src="typeahead.bundle.min.js"></script>
|
||
<script src="ui.js?version=0.7.2"></script>
|
||
<script>
|
||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||
|
||
ga('create', 'UA-4070485-7', 'unicodeit.net');
|
||
ga('set', 'anonymizeIp', true);
|
||
ga('send', 'pageview');
|
||
</script>
|
||
</body>
|
||
</html>
|