[slime-cvs] CVS update: slime/doc/slime.texi slime/doc/Makefile
Luke Gorrie
lgorrie at common-lisp.net
Fri Mar 26 14:39:55 UTC 2004
Update of /project/slime/cvsroot/slime/doc
In directory common-lisp.net:/tmp/cvs-serv21856
Modified Files:
slime.texi Makefile
Log Message:
Support for Norwegian "o with slash".
Date: Fri Mar 26 09:39:55 2004
Author: lgorrie
Index: slime/doc/slime.texi
diff -u slime/doc/slime.texi:1.3 slime/doc/slime.texi:1.4
--- slime/doc/slime.texi:1.3 Wed Mar 24 17:27:16 2004
+++ slime/doc/slime.texi Fri Mar 26 09:39:55 2004
@@ -20,6 +20,18 @@
@acronym{CVS}
@end macro
+ at c O with a slash through it (norwegian)
+ at macro norsko
+ at iftex
+ at tex
+\\o
+ at end tex
+ at end iftex
+ at ifnottex
+o
+ at end ifnottex
+ at end macro
+
@macro kbditem{key, command}
@item \key\
@code{\command\}@*
Index: slime/doc/Makefile
diff -u slime/doc/Makefile:1.1 slime/doc/Makefile:1.2
--- slime/doc/Makefile:1.1 Mon Mar 22 08:55:31 2004
+++ slime/doc/Makefile Fri Mar 26 09:39:55 2004
@@ -20,13 +20,16 @@
# The gist of this horror show is that the contributor list is piped
# into texinfo-tabulate.awk with one name per line, sorted
# alphabetically.
+#
+# Some special-case TeX-escaping of international characters.
contributors.texi: ../ChangeLog Makefile texinfo-tabulate.awk
cat ../ChangeLog | \
grep '^[0-9]' | \
sed -e 's/^[^ ]* *//' -e 's/ *<.*//' | \
(cat; echo 'Eric Marsden') | \
sort -u | \
- awk -f texinfo-tabulate.awk \
+ awk -f texinfo-tabulate.awk | \
+ sed -e 's/\o370/@norsko{}/g' \
> $@
.INTERMEDIATE: contributors.texi
More information about the slime-cvs
mailing list