hooke/history.tex: Add a nomenclature entry for UI
authorW. Trevor King <wking@tremily.us>
Fri, 28 Jun 2013 15:32:08 +0000 (11:32 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 28 Jun 2013 15:32:08 +0000 (11:32 -0400)
Thanks, Prof. Yuan.

src/hooke/history.tex

index 6a681133c71ad3881440b0b930bbbfee8bdadaf1..7bbba1f6d2c5b3d8b9e5f9cb8a31f17971257cb3 100644 (file)
@@ -55,10 +55,12 @@ for the CLI) became truly interactive.  The interactive portions of
 the GUI owe a large debt to earlier work by Rolf Schmidt et al.~from
 the Centre for NanoScience Research at Concordia University.
 %
+\nomenclature[text ]{UI}{User interface.  What a user uses to interact
+  with a software package (\cf~GUI and CLI).}
 \nomenclature[text ]{CLI}{Command line interface.  A textual computing
   environtment, where the user controls execution by typing commands
-  at a prompt (\cf~GUI).}
+  at a prompt (\cf~GUI and UI).}
 \nomenclature[text ]{GUI}{Graphical user interface.  A graphical
   computing environment, where the user controls execution through
   primarily through mouse clicks and interactive menus and widgets
-  (\cf~CLI).}
+  (\cf~CLI and UI).}