-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabbreviations.html
More file actions
46 lines (46 loc) · 2.94 KB
/
abbreviations.html
File metadata and controls
46 lines (46 loc) · 2.94 KB
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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Riddle Arnold English-Latin Lexicon</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js" integrity="sha256-obZACiHd7gkOk9iIL/pimWMTJ4W/pBsKu+oZnSeBIek=" crossorigin="anonymous"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="src/js/vendor/papaparse/papaparse.min.js"></script>
<script data-main="src/js/woodhouse" src="src/js/vendor/requirejs/2.3.3/require.js"></script>
</head>
<body>
<div class="container">
<h1>LIST OF ABBREVIATIONS</h1>
<ul>
<li>Cic. = Cicero</li>
<li>Hor. = Horace</li>
<li>Liv. = Livy</li>
<li>Nep. = Nepos</li>
<li>Ov. = Ovid</li>
<li>Quint. = Quintilian</li>
<li>Sall. = Sallust</li>
<li>Tac. = Tacitus</li>
<li>Virg. = Virgil</li>
</ul>
The names of other authors are abridged in the usual way, Caes., Ter., Plin., etc. When Plin. stands without “Ep.” (= Epistles), the Natural History of the elider Pliny is meant.
<ul>
<li>Auct. Herenn. = the author of the “Rhetorica ad Herennium,” among Cicero's works.</li>
<li>Cod. Theod., Cod. Just. = Code of Roman laws drawn up by command of Theodosius and Justinian respectively.</li>
<li>Dig. = Digests (the body of Roman laws).</li>
<li>Inscript. Orell. = Orelli’s Collection of Latin Inscriptions</li>
</ul>
<b>*</b> prefixed to a word or phrase means that it is not found in a classical author, but is the best substitute the compilers can give. Very many phrases to which this note is prefixed are from Muretus, Ruhnken, Wyttenbach etc. Kraft has been very industrious in collecting these.<p>
The meaning of a phrase printed thus: Vid. “make WAY for,” is, See the phrase “make way for” under WAY.
<br/><br/>
<nav>↑ <a href="./index.html">Search</a></nav>
<br/>
<p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
<p>The source is available at <a href="https://github.com/FergusJPWalsh/riddle-arnold">https://github.com/FergusJPWalsh/riddle-arnold</a></p>
</div>
</div>
</body>
</html>