[latexrefman-commits] r332 - in /trunk: ChangeLog Makefile NEWS aspell.en.pws latex2e.texi

karl at domain.hid karl at domain.hid
Sat May 9 02:21:23 CEST 2015


Author: karl
Date: Sat May  9 02:21:23 2015
New Revision: 332

URL: http://svn.gna.org/viewcvs/latexrefman?rev=332&view=rev
Log:
spell check exception list, describe d-with-stroke and eng

Added:
    trunk/aspell.en.pws
Modified:
    trunk/ChangeLog
    trunk/Makefile
    trunk/NEWS
    trunk/latex2e.texi

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=332&r1=331&r2=332&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Sat May  9 02:21:23 2015
@@ -1,3 +1,10 @@
+2015-05-08  Karl Berry  <karl at domain.hid>
+
+	* latex2e.texi (Non-English characters): tersely define \dj \DJ
+	and \ng \NG (without typesetting).
+	* Makefile (spell): exclude \command names.
+	* aspell.en.pws: new file.
+
 2015-05-08  Jim Hefferon  <jhefferon at domain.hid>
         and Karl Berry  <karl at domain.hid>
 

Modified: trunk/Makefile
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/Makefile?rev=332&r1=331&r2=332&view=diff
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sat May  9 02:21:23 2015
@@ -71,9 +71,11 @@
 realclean maintainer-clean: distclean
 	rm -f $(addprefix latex2e*., pdf dvi $(mi_suffixes))
 
+# remove \commandnames, but not {args} or [args], they are often words.
 spell spell-en:
-	aspell list --mode=texinfo --add-extra-dicts=aspell.en.pws \
-	<latex2e.texi | sort -f -u
+	sed -e 's/\\[a-zA-z]*//g' latex2e.texi \
+	| aspell list --mode=texinfo --add-extra-dicts=`pwd`/aspell.en.pws \
+        | sort -f -u
 	
 # 

 # We combine all into one zip for upload. Will change if the

Modified: trunk/NEWS
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/NEWS?rev=332&r1=331&r2=332&view=diff
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sat May  9 02:21:23 2015
@@ -12,8 +12,9 @@
 Mention common engines, core classes, output files, italic corrections,
   pict2e.
 Clarify optional arguments.
+Avoid using plain's \sup, since @sup will be a Texinfo command.
 For HTML, make the Up from Top be http://tug.org/texinfohtml.
-Avoid using plain's \sup, since @sup will be a Texinfo command.
+Exception word list for spell checking, and make target.
 -
 French translation begun (only in sources); Spanish translation updated.
 Thanks to Vincent Belaiche and Jim Hefferon for their many contributions.

Added: trunk/aspell.en.pws
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/aspell.en.pws?rev=332&view=auto
==============================================================================
--- trunk/aspell.en.pws	(added)
+++ trunk/aspell.en.pws	Sat May  9 02:21:23 2015
@@ -0,0 +1,58 @@
+personal_ws-1.1 en 0
+ae
+arabic
+aring
+Biemesderfer
+Botway
+bowtie
+cmd
+cp
+dvi
+dvitype
+eg
+ek
+eth
+executivepaper
+f's
+fleqn
+fn
+fnsymbol
+greek
+hacek
+hungarian
+indexspace
+intercolumn
+Itemizations
+LAH
+legalpaper
+letterpaper
+lR
+lrbox
+Martinsen
+niques
+notitlepage
+oe
+onecolumn
+oo
+openany
+openbib
+openright
+oslash
+overbar
+overdot
+Overstrike
+pagestyle
+printindex
+secnumdepth
+superscripted
+teck
+tecks
+texinfo
+th
+titlepage
+twocolumn
+twoside
+underbar
+xelatex
+xyz
+zet

Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=332&r1=331&r2=332&view=diff
==============================================================================
--- trunk/latex2e.texi	(original)
+++ trunk/latex2e.texi	Sat May  9 02:21:23 2015
@@ -6538,8 +6538,8 @@
 
 @item \dh
 @itemx \DH
- at domain.hid \dh (@ae{})
- at domain.hid \DH (@AE{})
+ at findex \dh (@dh{})
+ at findex \DH (@DH{})
 @cindex Icelandic eth
 @cindex eth, Icelandic letter
 Icelandic letter eth: @dh{} and @DH{}.
@@ -6548,7 +6548,7 @@
 @itemx \DJ
 @findex \dj
 @findex \DJ
-xxxx
+Crossed d and D, a.k.a.@: capital and small letter d with stroke.
 
 @item \ij
 @itemx \IJ
@@ -6568,7 +6568,7 @@
 @itemx \NG
 @findex \ng
 @findex \NG
-xxxx
+Latin letter eng, also used in phonetics.
 
 @item \o
 @itemx \O





More information about the latexrefman-commits mailing list