]> code.delx.au - gnu-emacs-elpa/commitdiff
* math-symbol-lists: Fix trailer; provide email address
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 31 Aug 2015 17:16:54 +0000 (13:16 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 31 Aug 2015 17:16:54 +0000 (13:16 -0400)
packages/math-symbol-lists/math-symbol-lists.el

index 3f05cf49ca399347acfc35b67c3e0b9760b8b732..414742a011729aadf8019bb10b1c2f263a87333c 100644 (file)
@@ -1,7 +1,7 @@
 ;;; math-symbol-lists.el --- Lists of Unicode math symbols and latex commands
 ;;
-;; Copyright (C) 2014 Free Software Foundation, Inc.
-;; Author: Vitalie Spinu
+;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
+;; Author: Vitalie Spinu <spinuvit@gmail.com>
 ;; URL: https://github.com/vspinu/math-symbol-lists
 ;; Keywords: Unicode, symbols, mathematics
 ;; Version: 1.0
     ("ord"     "\\mttseven"    #X1D7FD)
     ("ord"     "\\mtteight"    #X1D7FE)
     ("ord"     "\\mttnine"     #X1D7FF))
-  "Extended list of mathematical symbols")
+  "Extended list of mathematical symbols.")
 
 
 (defconst math-symbol-list-latex-commands
     "flushbottom" "fnsymbol" "fontencoding" "fontfamily" "fontseries"
     "fontshape" "fontsize" "footnote" "footnotemark" "footnoterule"
     "footnotesep" "footnotesize" "footnotetext" "footskip" "frame" "framebox"
-    "fussy" "gets" "glossary" "glossaryentry" 
+    "fussy" "gets" "glossary" "glossaryentry"
     "headheight" "headsep" "height" "hfill" "hline" "hrulefill" "hspace"
     "Huge" "huge" "hyphenation" "iff" "include" "includeonly"
     "indent" "index" "indexentry" "input" "intextsep"
   "List of the latex commands.")
 
 (provide 'math-symbol-lists)
+;;; math-symbol-lists.el ends here