-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunderscore.html
39 lines (39 loc) · 1.63 KB
/
underscore.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="source/jemdoc.css" type="text/css" />
<title>Underscore Example</title>
<!-- MathJax -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async>
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<!-- End MathJax -->
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Additional Features</div>
<div class="menu-item"><a href="index.html">MathJax</a></div>
<div class="menu-item"><a href="underscore.html" class="current">Underscore</a></div>
<div class="menu-item"><a href="link.html">Link</a></div>
<div class="menu-item"><a href="http://www.google.com" target="blank">Open in New Tab</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Underscore Example</h1>
</div>
<p>Like <b>bold</b> and <i>italic</i>, <u>underscore</u> can be used for emphasis in this modified version of <tt>jemdoc</tt>. Useful for highlighting different parts of a bibliography item as:</p>
<p>1. <u>First Author</u>, Second Author, and <b>Corresponding Author</b>, “Amazing Paper,” <i>High-impact Journal</i>, vol. 1, pp. 1–10 (2014).</p>
</td>
</tr>
</table>
</body>
</html>