Virgin import of FSF groff v1.17

This commit is contained in:
Ruslan Ermilov 2001-04-17 12:12:05 +00:00
parent c8d1b47c7f
commit 1d5f6a94a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/groff/dist/; revision=75584
624 changed files with 227169 additions and 4249 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,16 @@ usual malloc, it is good idea to include it in LIBS. For example,
using the malloc that comes with GNU Emacs version 20 can give a
worthwhile (and sometimes spectacular) performance improvement.
If you want A4 or letter paper format and the configure script produces
an incorrect guess, say
PAGE=xxx ./configure
where `xxx' should be either `A4' or `letter'. Note that this will only
affect the paper selection for grops. For compatibility with ditroff,
the default page length in gtroff is always 11 inches. The page length
can be changed with the `pl' request.
When you have built groff, you can use the test-groff script to try
groff out on one of the man pages. (Use the .n files not the .man
files.) The test-groff script sets up environment variables to allow

View File

@ -12,8 +12,7 @@ Here two ports using the gcc compiler and other GNU tools:
Kees Zeelenberg <c.zeelenberg@hccnet.nl>:
ftp://ftp.franken.de/pub/win32/develop/gnuwin32/
cygwin/porters/Zeelenberg_Kees/B20/index.html
http://gnuwin32.sourceforge.net/
dos
---
@ -34,6 +33,13 @@ can be found at
http://www.lunabase.org/~faber/Vault/software/grap/
A djgpp port which runs on MS-DOS and all Win32 systems (Win95, Win98,
WinNT) done by Kees Zeelenberg <c.zeelenberg@hccnet.nl> is available from
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/
It is intended to be used with the djgpp port of groff.
plot2dev
--------
@ -44,6 +50,59 @@ driver). The actual version can be found as
ftp://ftp.ffii.org/pub/groff/plot2dev-x.x.tar.gz
troffcvt
--------
From the web page:
troffcvt is a translator that turns troff input into a form that can be
more easily processed. The troffcvt distribution comes with
postprocessors that turn troffcvt into various destination formats such
as HTML (Hypertext Markup Language), RTF (Rich Text Format) or plain
text.
Note that you need a lot of additional packages to compile troffcvt;
everything is available from
http://www.primate.wisc.edu/software/troffcvt/
unroff
______
From the README file:
Unroff is a Scheme-based, programmable, extensible troff translator with
a back-end for the Hypertext Markup Language. Unroff is free software
and is distributed both as source and as precompiled binaries.
http://www.informatik.uni-bremen.de/~net/unroff/unroff.html
You need als Elk, the Scheme based Extension Language Kit, which is
available from
http://www.informatik.uni-bremen.de/~net/elk
deroff
------
Deroff removes roff constructs from documents for the purpose of indexing,
spell checking etc.
Michael Haardt's <michael@moria.de> implementation is a little smarter than
traditional implementations, because it knows about certain -man and
-mm macros. It is able to generate a word list for spell checking tools
or omit headers for sentence analysis tools. It can further generate
cpp-style #line lines.
http://www.moria.de/deroff/
Version 1.6 compiled with DJGPP (for MS-DOS and all Win32 systems, i.e.
Win95, Win98, WinNT) is available from
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/
and its mirrors.
miscellaneous
-------------
@ -80,6 +139,12 @@ miscellaneous
of AT&T, and so should be invoked with the UNIX troff -mm flag; they
should also work with the GNU troff -mm flag.
. Thomas Baruchel <baruchel@libertysurf.fr> has developed Meta-tbl, a tbl
postprocessor to manipulate table cells (like adding gray shades). The
latest version can be found at
http://perso.libertysurf.fr/baruchel/
documentation
-------------

View File

@ -119,9 +119,12 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
.man.n:
@echo Making $@ from $<
@-rm -f $@
@sed -e "s|@FONTDIR@|$(fontdir)|g" \
@sed -e "s|@BINDIR@|$(bindir)|g" \
-e "s|@FONTDIR@|$(fontdir)|g" \
-e "s|@FONTPATH@|$(fontpath)|g" \
-e "s|@MACRODIR@|$(tmacdir)|g" \
-e "s|@SYSTEMMACRODIR@|$(systemtmacdir)|g" \
-e "s|@LOCALMACRODIR@|$(localtmacdir)|g" \
-e "s|@MACROPATH@|$(tmacpath)|g" \
-e "s|@DEVICE@|$(DEVICE)|g" \
-e "s|@DEFAULT_INDEX@|$(indexdir)/$(indexname)|g" \
@ -205,6 +208,7 @@ uninstall_prog:
.PHONY: install_dev
install_dev:
-test -d $(datadir) || $(mkinstalldirs) $(datadir)
-test -d $(dataprogramdir) || $(mkinstalldirs) $(dataprogramdir)
-test -d $(datasubdir) || $(mkinstalldirs) $(datasubdir)
-test -d $(fontdir) || $(mkinstalldirs) $(fontdir)
-test -d $(fontsubdir) || $(mkinstalldirs) $(fontsubdir)

View File

@ -1,4 +1,4 @@
# Copyright (C) 1989-2000 Free Software Foundation, Inc.
# Copyright (C) 1989-2000, 2001 Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.com)
#
# This file is part of groff.
@ -17,6 +17,15 @@
# with groff; see the file COPYING. If not, write to the Free Software
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
srcdir=@srcdir@
top_srcdir=@top_srcdir@
VPATH=@srcdir@
top_builddir=@top_builddir@
version=`cat $(top_srcdir)/VERSION`
# No additional number if revision is zero
revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
# Define `page' to be letter if your PostScript printer uses 8.5x11
# paper (USA) and define it to be A4, if it uses A4 paper (rest of the
# world).
@ -71,27 +80,41 @@ g=@g@
# Used in definitions of exec_prefix, datasubdir, fontpath, manroot.
# This must already exist when you do make install.
prefix=@prefix@
exec_prefix=@exec_prefix@
# bindir says where to install executables.
bindir=$(exec_prefix)/bin
bindir=@bindir@
# datasubdir says where to install data files
# libdir says where to install platform-dependent data
libdir=@libdir@
libprogramdir=$(libdir)/groff
# datasubdir says where to install platform-independent data files
datadir=@datadir@
datasubdir=$(datadir)/groff
dataprogramdir=$(datadir)/groff
datasubdir=$(dataprogramdir)/$(version)$(revision)
# fontdir says where to install dev*/*.
fontdir=$(datasubdir)/font
# fontpath says where to look for dev*/*.
fontpath=.:$(fontdir):/usr/lib/font
fontpath=$(fontdir):/usr/lib/font
# tmacdir says where to install macros.
tmacdir=$(datasubdir)/tmac
# systemtmacdir says where to install platform-dependent macros
systemtmacdir=$(libprogramdir)/site-tmac
# localtmacdir says where local files will be installed
localtmacdir=$(dataprogramdir)/site-tmac
# tmacpath says where to look for macro files.
tmacpath=.:$(tmacdir)
# The current directory will be prepended in unsafe mode only; the home
# directory will be always added.
# `troffrc' and `troffrc-end' (and `eqnrc') are searched neither in the
# current nor in the home directory.
tmacpath=$(systemtmacdir):$(localtmacdir):$(tmacdir)
# sys_tmac_prefix is prefix (if any) for system macro packages
sys_tmac_prefix=@sys_tmac_prefix@
@ -225,11 +248,6 @@ PERLPATH=@PERLPATH@
# Sed command with which to edit sh scripts.
SH_SCRIPT_SED_CMD=@SH_SCRIPT_SED_CMD@
srcdir=@srcdir@
top_srcdir=@top_srcdir@
VPATH=@srcdir@
top_builddir=@top_builddir@
# the program to create directory hierarchies
mkinstalldirs=$(top_srcdir)/mkinstalldirs
@ -253,13 +271,18 @@ MDEFINES= \
"top_builddir=$(top_builddir)" \
"prefix=$(prefix)" \
"exec_prefix=$(exec_prefix)" \
"bindir=$(bindir)" \
"g=$(g)" \
"datadir=$(datadir)" \
"dataprogramdir=$(dataprogramdir)" \
"datasubdir=$(datasubdir)" \
"libdir=$(libdir)" \
"libprogramdir=$(libprogramdir)" \
"bindir=$(bindir)" \
"fontdir=$(fontdir)" \
"fontpath=$(fontpath)" \
"tmacdir=$(tmacdir)" \
"systemtmacdir=$(systemtmacdir)" \
"localtmacdir=$(localtmacdir)" \
"tmacpath=$(tmacpath)" \
"indexext=$(indexext)" \
"indexdir=$(indexdir)" \
@ -318,6 +341,7 @@ CCPROGDIRS=\
src/preproc/grn \
src/preproc/refer \
src/preproc/soelim \
src/preproc/html \
src/devices/grops \
src/devices/grotty \
src/devices/grodvi \
@ -461,15 +485,10 @@ $(INCDIRS) $(OTHERDIRS): FORCE
-f $$srcdir/Makefile.sub \
-f $(top_srcdir)/Makefile.man $(do)
version=`cat $(top_srcdir)/VERSION`
# No additional number for the groff archive if revision is zero
revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
.PHONY: dist
dist:
-rm -fr tmp
rm -f groff-$(version)$(revision).tar.gz
rm -f src/xditview/Imakefile;
mkdir tmp
for d in $(DISTDIRS); do \
$(mkinstalldirs) tmp/$$d; \
@ -518,7 +537,9 @@ uninstall: uninstall_sub uninstall_dirs
uninstall_dirs:
# Use rmdir here so that the directories are only removed if they're empty
-rmdir $(man1dir) $(man5dir) $(man7dir) $(manroot) \
$(tmacdir) $(fontdir) $(bindir) $(datasubdir) $(datadir)
$(tmacdir) $(systemtmacdir) $(localtmacdir) $(fontdir) $(bindir) \
$(datasubdir) $(dataprogramdir) $(datadir) \
$(libprogramdir) $(libdir)
.PHONY: check

View File

@ -1,4 +1,5 @@
DISTCLEANFILES=config.status config.log config.cache Makefile
DISTCLEANFILES=config.status config.log config.cache Makefile \
src/xditview/Imakefile
CLEANADD=Makefile.cfg conftest*
distfiles: configure

View File

@ -1,6 +1,244 @@
This file describes recent user-visible changes in groff. Bug fixes
are not described. There are more details in the man pages.
Groff
-----
o `-mFOO' will now search first for `FOO.tmac' and then for `tmac.FOO'. The
old behaviour has been changed to overcome problems with platforms which
have an 8+3 file name limit, and platforms which have other versions of
troff installed also. Additionally, all macro files have been renamed
using the latter scheme to avoid 8+3 name clashes.
o The new environment variable GROFF_BIN_PATH will be checked for programs
groff is calling (preprocessors, troff, and output devices) before PATH.
If not set, it defaults to the directory where the groff binary is
located. Previously, it was PATH only. The nroff script will only use
GROFF_BIN_PATH to find the groff binary but passes both the GROFF_BIN_PATH
and PATH environment variable to groff.
Troff
-----
o The mdoc package has been completely rewritten, using the full power of
GNU troff to remove limitations of Unix troff (which is no longer
supported). Most important changes are:
. No argument limit.
. Almost all macros are parsed and callable (if it makes sense).
. `.Lb': prints library names
. `.Nm <punctuation>' now works as expected; `.Nm "" <punctuation>' has
been withdrawn.
. Updated `.St' command
. `.Fx': prints FreeBSD
. `.Ox': prints OpenBSD
. `.Bsx': prints BSD/OS
. `.Brq', `.Bro', `.Brc': brace enclosure macros
. `.Bd -centered': center lines
. `.Bl -xwidth <string>': interpret <string> and use the resulting width
. support for double-sided printing (-rD1 command line switch)
. support for 11pt and 12pt document sizes (-rS11, -rS12 command line
switches)
`groff_mdoc.man' replaces `groff_mdoc.samples.man'; it now completely
documents the mdoc package.
Great care has been taken to assure backwards compatibility. If you
encounter any abnormal results, please report them to bug-groff@gnu.org.
o A new command line option for the `man' macros (similar to the `mdoc'
package has been implemented: `-rcR=1' (now the default in nroff mode) will
produce one single, very long page instead of multiple pages. `-rcR=0'
will deactivate it.
o The `return' request has been added to return immediately from a macro.
o A new request `nop' (no operation) has been added which is similar to
`if 1'. For example,
.if t \{\
Hallo!
.\}
can now be written as
.if t \{\
. nop Hallo!
.\}
o `box' and `boxa' are two new requests which behave similarly to `di' and
`da' but don't include a partially filled line (which is restored after
ending the diversion).
o The `asciify' request has been extended to `unformat' space characters
and some other escape sequences also.
`\ ' will no longer be unformatted as a space but remains an unpaddable,
unbreakable space character.
o The new `unformat' request is similar to `asciify' but only handles space
characters and tabs specially if the diversion is reread, retaining font
information. This makes it possible to reformat diversions; for example
the following
.ll 3i
.
a01 a02 a03 a04 a05 a06 a07 a08 a09 a10.
.
.box box1
.ev 1
.nf
\f[B]b01 b02 b03 b04 b05 b06 b07 b08 b09 b10.\f[P]
.br
.ev
.box
.
c01 c02 c03 c04 c05 c06 c07 c08 c09 c10.
.
.unformat box1
.box1
gives
a01 a02 a03 a04 a05 a06 a07
a08 a09 a10. c01 c02 c03 c04
c05 c06 c07 c08 c09 c10. b01
b02 b03 b04 b05 b06 b07 b08
b09 b10.
Without the `unformat' request, space characters are converted to word
space nodes which are no longer stretchable, and the result would be
a01 a02 a03 a04 a05 a06 a07
a08 a09 a10. c01 c02 c03 c04
c05 c06 c07 c08 c09 c10. b01
b02 b03 b04 b05 b06 b07 b08
b09 b10.
o The new request `linetabs' controls the `line-tabs' mode. In line-tabs
mode, tab distances are computed relative to the (current) output line.
Otherwise they are taken relative to the input line. For example, the
following
.ds x a\t\c
.ds y b\t\c
.ds z c
.ta 1i 3i
\*x
\*y
\*z
yields
a b c
In line-tabs mode, the same code gives
a b c
The new read-only number register `.linetabs' returns 1 if in line-tabs
mode, and 0 otherwise.
o Two new requests `tm1' and `tmc' have been added to improve writing
messages to the terminal. `tm1' is similar to `tm' but allows leading
whitespace. `tmc' is similar to `tm1' but doesn't emit a final newline.
o A new request `dei' (define indirect) has been added. The first and
second parameter of `dei' are taken from string registers rather than
directly; this very special request is needed to make `trace.tmac'
independent from the escape character (which might even be disabled).
o It is now possible to save and restore the escape character with two new
requests `ecs' and `ecr'.
o The new escape sequence \B'...' is an analogon to `\A': If the string
within the delimiters is a valid numeric expression, return character `1',
and `0' otherwise.
o The new escape sequence `\:' inserts a zero-width break point. This is
similar to `\%' but without a soft hyphen character.
o The `tr' request can now map characters onto `\~'.
o Calling the `fam' request without an argument switches back to the
previous font family.
o The new read-only register `.int' is set to a positive value if the last
output line is interrupted (i.e., if it contains `\c').
o The `writem' request is not new, but hasn't been documented before. This
is similar to `write' but instead of a string the contents of a given
macro or string is written to a stream.
o The read/write number register `hp' to get/set the current horizontal
position relative to the input line isn't new but hasn't been documented
properly before.
o `\X' and `\Y' are no transparent for end-of-sentence recognition.
o The `cu' request in nroff mode now works as documented (i.e., it does
underline spaces also).
Nroff
-----
Option -v shows the version number.
Grog
----
o The grog script will now work in non-compatibility mode also (which is the
default). As usual, use the `-C' option to activate compatibility mode.
o Option -v shows the version number.
Grops
-----
A new option `-P' resp. a new environment variable `GROPS_PROLOGUE' has been
added to select a different prologue file.
The effect of the former `-mpsnew' option to access more Type 1 characters
is now the default and no longer available. To get the old behaviour (i.e.,
emulation of some glyphs by composition) use `-mpsold'.
Miscellaneous
-------------
o For security reasons the following changes have been done:
. The tmac.safer file has been replaced with a built-in solution; .open,
.opena, .pso, .sy, and .pi are completely disabled in safer mode (which
is the default); to enable these requests the `-U' command line flag
must be used.
. Files specified with the .mso request or given with the `-m' command
line option, and hyphenation patterns loaded with `.hpf' are no longer
searched in the current directory by default (besides the usual tmac
path). Instead, the home directory is used. To add the current
directory, either use the `-U' or `-M' command line option or set the
GROFF_TMAC_PATH environment variable to an appropriate value.
. troffrc, troffrc-end, and eqnrc are neither searched in the current nor
in the home directory (even if -U is given). Use -M or GROFF_TMAC_PATH
to change that.
. Similarly, the current directory is no longer part of the font path.
Use the `-F' command line option or the GROFF_FONT_PATH environment
variable if you really need the current directory.
o groff will now install its data files into
/usr/local/share/groff/<version> by default, following the GNU standard.
Additionally, a local tmac directory (by default
/usr/local/share/groff/site-tmac) will be scanned before the standard tmac
directory. Wrapper files for system-specific macro packages (if
necessary) are put into /usr/local/lib/groff/site-tmac; this directory
will be searched before the local tmac directory.
o All programs now have option `-v' to show the version number; they will
exit immediately afterwards, following the GNU standards. Additionally,
`--version' and `--help' have been added, doing the obvious actions.
VERSION 1.16.1
==============

View File

@ -118,11 +118,11 @@ on the Software Companion CD and is installed as /opt/sfw/bin/gmake.
* On Ultrix, the make stops with the message
*** Error code 1
*** Error code 1
Stop.
Stop.
for no apparent reason.
for no apparent reason.
Use GNU make.
@ -172,10 +172,10 @@ No. Real dependency files are created with a `make depend' call.
----------------------------------------------------------------------
* Groff can't handle my troff document. It works fine with AT&T troff.
* Groff can't handle my troff document. It works fine with AT&T troff.
Read the section on incompatibilities in gtroff(1). Try using the -C
option. Alternatively there's the sed script in tmac/fixmacros.sed
option. Alternatively there's the sed script `tmac/fixmacros.sed'
which will attempt to edit a file of macros so that it can be used
with groff without the -C flag.
@ -186,7 +186,8 @@ with groff without the -C flag.
Yes, it does. You may need to compile fonts with Metafont at these
magnifications. The CompileFonts script in the devdvi/generate
directory may help you to do this. (It will take a *long* time.)
directory may help you to do this. (It will take a *long* time on
slow computers.)
----------------------------------------------------------------------
@ -222,7 +223,7 @@ ps-file-server@adobe.com.)
----------------------------------------------------------------------
* I've configured groff for A4 paper, but gtroff still seems to think
that the length of a page (as returned by \n(.p) is 11 inches.
that the length of a page (as returned by `\n(.p') is 11 inches.
This is intentional. The PAGE option is used only by grops. For
compatibility with ditroff, the default page length in gtroff is
@ -231,9 +232,22 @@ request.
----------------------------------------------------------------------
* groff produces wrapper macros for `ms' and friends which call the
system's original macros. Then, to get groff's ms macro package I
have to use `-mgs' instead `-ms'. Can I avoid this?
Yes. Configure and compile groff as usual, but install it with
make install tmac_wrap=""
Then no wrapper files are produced, and `-ms' will use groff's `ms'
macros.
----------------------------------------------------------------------
* Groff doesn't use the font names I'm used to.
Use the `ftr' request. See gtroff(1).
Use the `ftr' request. See (g)troff(1).
----------------------------------------------------------------------
@ -326,11 +340,7 @@ files produced by TeX. Try getting a more up to date driver.
* I get lots of errors when I use groff with the AT&T -mm macros.
The AT&T -mm macros need a few changes to work with groff; `make
install.dwbmm' will copy your -mm macros to groff's macro directory
and make the necessary changes. You may need to edit the commands for
the install.mm target in the Makefile. Alternatively use the groff
-mm macros.
Use the groff -mm macros.
----------------------------------------------------------------------
@ -369,7 +379,7 @@ comments, you can do it like this:
There seem to be many different styles of page header and footer
produced by different versions of the -man macros. You will need to
modify macros/tmac.an to suit your personal taste. For example, if
modify tmac/an-old.tmac to suit your personal taste. For example, if
you want the center of the page header to say
System Programmer's Manual
@ -410,10 +420,9 @@ The solution is to fix the manual page:
The Ultrix man pages use a number of non-standard extensions to the
Unix man macros. One solution is to use the Ultrix -man macros with
groff. Rename /usr/local/lib/groff/tmac/tmac.an to
/usr/local/lib/groff/tmac/tmac.an.gnu, copy /usr/lib/tmac/tmac.an to
/usr/local/lib/groff/tmac/tmac.an and apply the following patch (from
Frank Wortner):
groff. Copy /usr/lib/tmac/tmac.an to
/usr/local/share/groff/site-tmac/an.tmac and apply the following patch
(from Frank Wortner):
*** /usr/local/lib/groff/tmac/tmac.an Wed Sep 9 12:29:28 1992
--- /usr/lib/tmac/tmac.an Fri Jul 24 19:58:19 1992
@ -436,17 +445,25 @@ Frank Wortner):
.}f
Another possible solution is to install tmac/man.ultrix as
/usr/local/lib/groff/tmac/man.local.
/usr/local/share/groff/site-tmac/man.local.
----------------------------------------------------------------------
* I'm having problems formatting HP-UX 9.0 man pages with groff -man.
Rename /usr/local/lib/groff/tmac/tmac.an to (for example)
/usr/local/lib/groff/tmac/tmac.gan, copy HP's tmac.an into
/usr/local/lib/groff/tmac/tmac.an, and either put `.cp 1' at the
beginning or filter it (and any files it .so's) through
tmac/fixmacros.sed.
Copy HP's tmac.an into /usr/local/share/groff/site-tmac/an.tmac, and
either put `.cp 1' at the beginning or filter it (and any files it .so's)
through tmac/fixmacros.sed.
----------------------------------------------------------------------
* On HP-UX, the compiler complains about missing symbol `alloca'.
Say
export LDFLAGS=-lPW
before starting the configure script.
----------------------------------------------------------------------

View File

@ -20,7 +20,7 @@ The file PROBLEMS describes various problems that have been encountered
in compiling, installing, and running groff.
For the moment, the documentation assumes that you are already familiar
with the Unix versions of troff, -man, -ms, and the preprocessors.
with the Unix versions of troff, -ms, and the preprocessors.
The most recent released version of groff is always available by
anonymous ftp from ftp.gnu.org in the directory pub/gnu/groff.

View File

@ -1 +1 @@
1
0

View File

@ -1 +1 @@
1.16
1.17

View File

@ -1,5 +1,5 @@
dnl Autoconf macros for groff.
dnl Copyright (C) 1989, 1990, 1991, 1992, 1995 Free Software Foundation, Inc.
dnl Copyright (C) 1989-1995, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of groff.
dnl
@ -129,15 +129,12 @@ AC_LANG_RESTORE])dnl
dnl
dnl
AC_DEFUN(GROFF_SYS_ERRLIST,
[AC_LANG_SAVE
AC_LANG_CPLUSPLUS
AC_MSG_CHECKING([for sys_errlist[] in <errno.h> or <stdio.h>])
[AC_MSG_CHECKING([for sys_errlist[] in <errno.h> or <stdio.h>])
AC_TRY_COMPILE([#include <errno.h>
#include <stdio.h>],
[int k; k = (int)sys_errlist[0];],
AC_MSG_RESULT(yes);AC_DEFINE(HAVE_SYS_ERRLIST),
AC_MSG_RESULT(no))
AC_LANG_RESTORE])dnl
AC_MSG_RESULT(no))])dnl
dnl
dnl
AC_DEFUN(GROFF_OSFCN_H,
@ -238,6 +235,13 @@ if test -z "$PAGE"; then
descfile=$prefix/share/groff/font/devps/DESC
elif test -r $prefix/lib/groff/font/devps/DESC; then
descfile=$prefix/lib/groff/font/devps/DESC
else
for f in $prefix/share/groff/*/font/devps/DESC; do
if test -r $f; then
descfile=$f
break
fi
done
fi
if test -n "$descfile" \
&& grep "^paperlength 841890" $descfile >/dev/null 2>&1; then

View File

@ -1389,7 +1389,7 @@ chmod +x conftest.sh
if echo ./conftest.sh | (csh >/dev/null 2>&1) >/dev/null 2>&1; then
echo "$ac_t""yes" 1>&6; SH_SCRIPT_SED_CMD='1s/.*/:/'
else
echo "$ac_t""no" 1>&6; SH_SCRIPT_SED_CMD=''
echo "$ac_t""no" 1>&6; SH_SCRIPT_SED_CMD='1s/a/a/'
fi
rm -f conftest.sh
@ -1963,18 +1963,10 @@ ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking for sys_errlist in <errno.h> or <stdio.h>""... $ac_c" 1>&6
echo "configure:1976: checking for sys_errlist in <errno.h> or <stdio.h>" >&5
echo "configure:1968: checking for sys_errlist in <errno.h> or <stdio.h>" >&5
cat > conftest.$ac_ext <<EOF
#line 1978 "configure"
#line 1970 "configure"
#include "confdefs.h"
#include <errno.h>
#include <stdio.h>
@ -1982,7 +1974,7 @@ int main() {
int k; k = (int)sys_errlist[0];
; return 0; }
EOF
if { (eval echo configure:1986: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:1978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
#define HAVE_SYS_ERRLIST 1
@ -1995,13 +1987,6 @@ else
echo "$ac_t""no" 1>&6
fi
rm -f conftest*
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@ -2011,16 +1996,16 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking C++ <osfcn.h>""... $ac_c" 1>&6
echo "configure:2015: checking C++ <osfcn.h>" >&5
echo "configure:2000: checking C++ <osfcn.h>" >&5
cat > conftest.$ac_ext <<EOF
#line 2017 "configure"
#line 2002 "configure"
#include "confdefs.h"
#include <osfcn.h>
int main() {
read(0, 0, 0); open(0, 0);
; return 0; }
EOF
if { (eval echo configure:2024: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
#define HAVE_CC_OSFCN_H 1
@ -2049,16 +2034,16 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking C++ <limits.h>""... $ac_c" 1>&6
echo "configure:2053: checking C++ <limits.h>" >&5
echo "configure:2038: checking C++ <limits.h>" >&5
cat > conftest.$ac_ext <<EOF
#line 2055 "configure"
#line 2040 "configure"
#include "confdefs.h"
#include <limits.h>
int main() {
int x = INT_MIN; int y = INT_MAX; int z = UCHAR_MAX;
; return 0; }
EOF
if { (eval echo configure:2062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2047: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
#define HAVE_CC_LIMITS_H 1
@ -2087,16 +2072,16 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking for declaration of time_t""... $ac_c" 1>&6
echo "configure:2091: checking for declaration of time_t" >&5
echo "configure:2076: checking for declaration of time_t" >&5
cat > conftest.$ac_ext <<EOF
#line 2093 "configure"
#line 2078 "configure"
#include "confdefs.h"
#include <time.h>
int main() {
time_t t = time(0); struct tm *p = localtime(&t);
; return 0; }
EOF
if { (eval echo configure:2100: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6
else
@ -2117,12 +2102,12 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
echo "configure:2121: checking return type of signal handlers" >&5
echo "configure:2106: checking return type of signal handlers" >&5
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2126 "configure"
#line 2111 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@ -2139,7 +2124,7 @@ int main() {
int i;
; return 0; }
EOF
if { (eval echo configure:2143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2128: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_type_signal=void
else
@ -2158,16 +2143,16 @@ EOF
echo $ac_n "checking struct exception""... $ac_c" 1>&6
echo "configure:2162: checking struct exception" >&5
echo "configure:2147: checking struct exception" >&5
cat > conftest.$ac_ext <<EOF
#line 2164 "configure"
#line 2149 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
struct exception e;
; return 0; }
EOF
if { (eval echo configure:2171: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2156: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
#define HAVE_STRUCT_EXCEPTION 1
@ -2181,7 +2166,7 @@ else
fi
rm -f conftest*
echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
echo "configure:2185: checking for sin in -lm" >&5
echo "configure:2170: checking for sin in -lm" >&5
ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@ -2189,7 +2174,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2193 "configure"
#line 2178 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@ -2200,7 +2185,7 @@ int main() {
sin()
; return 0; }
EOF
if { (eval echo configure:2204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@ -2225,17 +2210,17 @@ for ac_hdr in unistd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:2229: checking for $ac_hdr" >&5
echo "configure:2214: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2234 "configure"
#line 2219 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2224: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@ -2264,12 +2249,12 @@ done
for ac_func in getpagesize
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2268: checking for $ac_func" >&5
echo "configure:2253: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2273 "configure"
#line 2258 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -2292,7 +2277,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:2296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@ -2317,7 +2302,7 @@ fi
done
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
echo "configure:2321: checking for working mmap" >&5
echo "configure:2306: checking for working mmap" >&5
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@ -2325,7 +2310,7 @@ else
ac_cv_func_mmap_fixed_mapped=no
else
cat > conftest.$ac_ext <<EOF
#line 2329 "configure"
#line 2314 "configure"
#include "confdefs.h"
/* Thanks to Mike Haertel and Jim Avera for this test.
@ -2465,7 +2450,7 @@ main()
}
EOF
if { (eval echo configure:2469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:2454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_mmap_fixed_mapped=yes
else
@ -2492,12 +2477,12 @@ LIBS="$LIBS -lc $LIBM"
for ac_func in fmod strtol getcwd strerror putenv
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2496: checking for $ac_func" >&5
echo "configure:2481: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2501 "configure"
#line 2486 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -2520,7 +2505,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:2524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@ -2550,12 +2535,12 @@ LIBS="$saved_libs"
for ac_func in rename mkstemp strcasecmp strncasecmp strsep strdup
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2554: checking for $ac_func" >&5
echo "configure:2539: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2559 "configure"
#line 2544 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -2578,7 +2563,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:2582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@ -2603,12 +2588,12 @@ fi
done
echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6
echo "configure:2607: checking for sys_siglist declaration in signal.h or unistd.h" >&5
echo "configure:2592: checking for sys_siglist declaration in signal.h or unistd.h" >&5
if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2612 "configure"
#line 2597 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@ -2620,7 +2605,7 @@ int main() {
char *msg = *(sys_siglist + 1);
; return 0; }
EOF
if { (eval echo configure:2624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_decl_sys_siglist=yes
else
@ -2649,16 +2634,16 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking whether ANSI array delete syntax supported""... $ac_c" 1>&6
echo "configure:2653: checking whether ANSI array delete syntax supported" >&5
echo "configure:2638: checking whether ANSI array delete syntax supported" >&5
cat > conftest.$ac_ext <<EOF
#line 2655 "configure"
#line 2640 "configure"
#include "confdefs.h"
int main() {
char *p = new char[5]; delete [] p;
; return 0; }
EOF
if { (eval echo configure:2662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6
else
@ -2687,16 +2672,16 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking traditional preprocessor""... $ac_c" 1>&6
echo "configure:2691: checking traditional preprocessor" >&5
echo "configure:2676: checking traditional preprocessor" >&5
cat > conftest.$ac_ext <<EOF
#line 2693 "configure"
#line 2678 "configure"
#include "confdefs.h"
#define name2(a,b) a/**/b
int main() {
int name2(foo,bar);
; return 0; }
EOF
if { (eval echo configure:2700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:2685: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
#define TRADITIONAL_CPP 1
@ -2717,12 +2702,12 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking w_coredump""... $ac_c" 1>&6
echo "configure:2721: checking w_coredump" >&5
echo "configure:2706: checking w_coredump" >&5
if test "$cross_compiling" = yes; then
echo "$ac_t""no" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2726 "configure"
#line 2711 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/wait.h>
@ -2737,7 +2722,7 @@ main()
#endif
}
EOF
if { (eval echo configure:2741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:2726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
echo "$ac_t""yes" 1>&6;cat >> confdefs.h <<\EOF
#define WCOREFLAG 0200
@ -2753,18 +2738,25 @@ rm -fr conftest*
fi
echo $ac_n "checking default value for grops -b option""... $ac_c" 1>&6
echo "configure:2757: checking default value for grops -b option" >&5
echo "configure:2742: checking default value for grops -b option" >&5
test -n "${BROKEN_SPOOLER_FLAGS}" || BROKEN_SPOOLER_FLAGS=7
echo "$ac_t""$BROKEN_SPOOLER_FLAGS" 1>&6
echo $ac_n "checking default paper size""... $ac_c" 1>&6
echo "configure:2762: checking default paper size" >&5
echo "configure:2747: checking default paper size" >&5
if test -z "$PAGE"; then
descfile=
if test -r $prefix/share/groff/font/devps/DESC; then
descfile=$prefix/share/groff/font/devps/DESC
elif test -r $prefix/lib/groff/font/devps/DESC; then
descfile=$prefix/lib/groff/font/devps/DESC
else
for f in $prefix/share/groff/*/font/devps/DESC; do
if test -r $f; then
descfile=$f
break
fi
done
fi
if test -n "$descfile" \
&& grep "^paperlength 841890" $descfile >/dev/null 2>&1; then
@ -2793,7 +2785,7 @@ test -n "$PAGE" || PAGE=letter
echo "$ac_t""$PAGE" 1>&6
echo $ac_n "checking for existing troff installation""... $ac_c" 1>&6
echo "configure:2797: checking for existing troff installation" >&5
echo "configure:2789: checking for existing troff installation" >&5
if test "x`(echo .tm '|n(.g' | tr '|' '\\\\' | troff -z -i 2>&1) 2>/dev/null`" = x0; then
echo "$ac_t""yes" 1>&6
g=g
@ -2803,7 +2795,7 @@ else
fi
echo $ac_n "checking for prefix of system macro packages""... $ac_c" 1>&6
echo "configure:2807: checking for prefix of system macro packages" >&5
echo "configure:2799: checking for prefix of system macro packages" >&5
sys_tmac_prefix=
sys_tmac_file_prefix=
for d in /usr/share/lib/tmac /usr/lib/tmac; do
@ -2823,7 +2815,7 @@ echo "$ac_t""$sys_tmac_prefix" 1>&6
tmac_wrap=
echo $ac_n "checking which system macro packages should be made available""... $ac_c" 1>&6
echo "configure:2827: checking which system macro packages should be made available" >&5
echo "configure:2819: checking which system macro packages should be made available" >&5
if test "x$sys_tmac_file_prefix" = "xtmac."; then
for f in $sys_tmac_prefix*; do
suff=`echo $f | sed -e "s;$sys_tmac_prefix;;"`

View File

@ -15,7 +15,9 @@ AC_PROG_RANLIB
GROFF_INSTALL_SH
AC_PROG_INSTALL
AC_PROG_LN_S
GROFF_CSH_HACK(SH_SCRIPT_SED_CMD='1s/.*/:/', SH_SCRIPT_SED_CMD='')
dnl use a dummy substitution if no csh hack is necessary to avoid errors
dnl with non-GNU sed programs
GROFF_CSH_HACK(SH_SCRIPT_SED_CMD='1s/.*/:/', SH_SCRIPT_SED_CMD='1s/a/a/')
AC_SUBST(SH_SCRIPT_SED_CMD)
dnl checks for headers
AC_CHECK_HEADERS(stdlib.h unistd.h dirent.h limits.h sys/dir.h \

View File

@ -0,0 +1,521 @@
Mon Mar 5 09:30:18 2001 Jörgen Hägg (jh@axis.com)
* S didn't reset to default point size
* (dummy line to force cvs update...)
Sat Jan 06 10:30:00 2001 Werner Lemberg (wl@gnu.org)
* Fixed assignment of page offset given as a command line argument.
Fri Nov 17 05:34:17 2000 Jörgen Hägg (jh@axis.com)
* Renamed tmac.m and tmac.mse to m.tmac and mse.tmac
Thu Sep 14 05:52:48 2000 Jörgen Hägg (jh@axis.com)
* New Changelog-format, it will show changes better.
Easier for other to use. (Somehow I didn't really
understand why the e-mail address was supposed to be
'jh at axis.com' in the Changelog. :-)
Thu Sep 7 06:17:42 2000 Jörgen Hägg (jh at axis.com)
* version 2.0
* Had to do something about my version numbering.
The main CVS archive was not in sync with mine.
So, now it is 2.0. :-)
Sat Jun 17 23:00:00 2000 Eli Zaretskii (eliz@is.elta.co.il)
* Makefile.sim (.man.n): Replace `;' with `|', since DOS/Windows
path lists use the semicolon as a separator.
Sun Jun 4 21:39:00 2000 Kaneda Hiroshi (vanitas at ma3.seikyou.ne.jp)
* Fixing a lot of typos in groff_mm.man
Sun Jan 30 22:52:20 2000 Jörgen Hägg (jh at axis.com)
* version 1.34
* Changed the version number in the CVS repository
* MC had a bug in column calculation, (thanks to T. Kurt Bond)
Fri Sep 3 07:33:14 1999 Jörgen Hägg (jh at axis.com)
* version 1.33
* At last! I finally tracked down the PGFORM bug!
It didn't setup the @pl, @ll and @po as it should, now it does.
* mgm_ref/mgm_roff renamed to mmroff [-x]
* fixed y2k-bug in \*[DT]
* \n[cov*year] removed, hope noone used that.
* ISODATE added with Iso as command line flag
(iso-date suggested by Paul Eggert)
* Added ISODATE to tmac.mse and removed local settings
of new-date.
* INITI syntax changed and enhanced. Index processing is now
done with mmroff.
* A few examples has been added, new subdirectory 'examples'.
* Fixed bug with SETR, header references are now only saved
when Ref > 0
* Problem with register H1h fixed
* Added test for missing abstract in 4.MT
* Updated Makefile.sub, using tmac_m_prefix.
Mon Mar 15 22:22:42 1999 Jörgen Hägg (jh at axis.com)
* OK, let's release this as a beta, 1.33 will be better. :-)
* version 1.32
* fixed .el-error
* Added number variable Hss
* Changed Hps1 and Hps2 to units
* added hd*h1-text to be used in user defined macro TP.
* -U needed for SETR (I really need 'mv', 'echo', 'rm'
and 'test' builtin!)
* Rewritten the reference system, SETR now prints to stderr
if the number register Qrf > 0. Store in the filename
that is the argument to .INITR
The old behaviour is returned if number register Initr > 0.
* Fixed bug with List of XXXX, long lines messed up the result.
* added number register H1dot.
* added string variable H1txt
* added string variable Tcst
* added number register Dsp.
* added alias APPX for user-defined appendix title.
* added string variable Apptxt
* added H1h for use in TP in headers
* added macro EPIC
* added macro PIC (safe replacement for PSPIC)
* fixed Hps-bug, should be 1, not 1v.
* fixed bug with APPSK, variable not set.
Wed Feb 4 15:46:04 1998 Jörgen Hägg (jh at axis.se)
* version 1.31
* .LI will now honor a space mark.
* Another fix for .AU to let it be used without arguments.
* uninitialized eq*label fixed
Fri Sep 6 07:13:07 1996 Jörgen Hägg (jh at axis.se)
* version 1.30
* This is more like a beta-release, bugs might pop up. :-)
* last line in TOC was not correctly terminated (missing .br)
* changed the indentation for displays, it will now
indent to the current indent, not the one at the definition
of the display.
* Equation marks should now work better, indentation also.
* included these bug fixes from Larry Jones:
* The documentation for the argument to .AS was incorrect for MT 4.
* \*(EM should be a double-dash for nroff.
* \nS is in points, not units.
* If \nO isn't set, the default page offset should be .75i for nroff
and .963i for troff.
* .S D should set the point size to \nS, not 10.
* .S was setting the vertical spacing based on the old point size
instead of the new point size.
* Got rid of a spurrious .br that prevented run-in headings from
working.
* Reset the .SP counters in pg@header so that spacing on one page
won't affect spacing on subsequent pages.
* Allow .AU and .AF with no arguments (real mm does, even though it
isn't documented).
* Do .init@reset first thing to initialize the default environment.
* For MT 4, the title should be 4 points larger than the default size,
not 12 point.
* The cover environment needs to be initialized.
* Printing the abstract on the first page needs to be controlled by
the .AS argument.
* Heading eject should be suppressed if the heading immediately
follows the first page stuff (title, author, etc.).
* support for table of contents numbering style (.nr Oc)
* changes the troff empty line height from .25v to .5v
* fixed section page numbering
* fixed a really nasty bug in footnotes that could cause you
to lose the page footer completely if the very first
footnote on the page occurred at just the wrong place
Wed May 15 07:39:32 1996 Jörgen Hägg (jh at axis.se)
* version 1.29
* Syntax and scaling errror fixed, (thanks to Frazer Williams)
* DF/DE will now do a line-break before printing the display.
* Updated the manual for TB,FG,EX and EC.
* Added support for the ms- (and mgs-)macro .IX
* Added indexmacro IX, INITI, IND and INDP, support for
TXIND, TYIND and TZIND.
* PGFORM will now always really reset to the default
values for unspecified arguments.
* Floating displays tested and repaired, it should
now (finanlly) work exactly as the original (I hope :-).
* Should now set year correctly even after 2000.
* Stupid bug in PGNH fixed.
* Corrected line length for figure caption (FG and friends)
Mon Apr 24 07:37:52 1995 Jörgen Hägg (jh at axis.se)
* version 1.28
* Added AVL (AV without date)
* Fixed nroff scaling for W and L.
* Added support for register E and roman/bold
for all Subject/Date/From strings.
* Added support for register C (1-4), (for DRAFTs and other types)
* Will protest if not used with groff.
* Change of the internal number registers @ps and @vs, they
are now in units, and is set in the new macros .@ps and .@vs.
@ps and @vs is now corrected to the real point and vertical size.
* Macro EQ has now correct pointsize.
* Figures should now get the right page number in the index.
* User-defined macros can now be defined for list of
figures, tables, equations and exhibits (T{X,Y}{FG,TB,EC,EX}.
* Space may be omitted between prefix and mark in automatic lists (.AL)
See .LI
Tue Jan 10 07:51:37 1995 Jörgen Hägg (jh at axis.se)
* version 1.27
* Manual updated
* More bugs fixed in DS/DF
* added alias for :g
* LC can now be used without argument (as the manual says. :-)
* Register :R now supported (RS/RF)
* footnote line was printed even if there was no room for
any footnotes. Fixed.
* Fixed 1C so that it can be used without page eject
* Added support for EOP (TPs twin)
* Hyphenation turned off by default. (Hy == 0)
Fri Nov 4 08:14:50 1994 Jörgen Hägg (jh at axis.se)
* version 1.25
* DS/DF separated and several bugs fixed. Watch out for new though. :-)
* string DT was emptied by mistake in the previous version.
* RD made prettier.
* typo in AV and let@print-head fixed.
Mon Oct 31 08:19:24 1994 Jörgen Hägg (jh at axis.se)
* version 1.24
* Bug fixed and format extended in .SG and .FC.
* date is always printed unless .ND without argument is used.
(I wonder what's the right thing to do, this might change.)
* Swedish letter-standards implemented in tmac.mse.
* .ND can be used to turn off the date. (Empty argument)
Mon Oct 31 08:14:09 1994 Jörgen Hägg (jh at axis.se)
* version 1.23
* An attempt to get in sync with RCS. This is the distributed
version.
Thu Oct 27 08:29:34 1994 Jörgen Hägg (jh at axis.se)
* version 1.22
* (version 1.21 lost... :-)
* Letter macros added!!
* The following macros are added:
* AV, FC, IA ,IE, LT, LO, NE, NS, SG, WA, WE
* nP also added.
Tue Dec 14 16:26:36 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.20
* spelling-corrections
* Makefile.sim updated to the correct version, and a uninstall
target added.
* @cur-lib removed from tmac.m (obsolete)
* fixed check for references i .TC, .RP now resets the flag correctly.
* floating display should now be printed if there is space.
* first version using RCS. I've been avoiding version control until it
became necessary.
* WC WD now works in two-column-mode.
Tue Sep 7 08:37:00 1993 Jörgen Hägg (jh at efd.lth.se)
* version 1.19
* .lt is called in the header for .TP also.
* Variable Pgps added to control the header and footer point-size.
* Error-text printed with .APP removed.
* Error with .FG, .TB, .EC and .EX indentation fixed.
* header and footer line-length is not changed by MC or 2C.
* Default for page-length and page-offset is now taken from
\n[.p] and \n[.o].
* Argument to .ab (abort) is supplied.
* Argument to .1C added.
* Argument to .PGFORM added.
* RP/RS/RF totally rewritten. Should work with 2C now.
Fri Apr 23 10:37:25 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.18
* Height of display is now more exactly calculated.
* tabs and blankspaces where wrong in .VERBON.
* error in manual for escape-character in VERBON.
* Makefile.sub: installed tmac.m as tmac.m and tmac.mse
* Installation of tmac.mse now supports TMAC_M.
* bug with N fixed.
Mon Apr 5 09:36:01 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.17
* MULB preserves size.
* bug in VERBON fixed, causing strange errors.
* section-page footer fixed.
* added support for numberregister S
* fixed bug with floating displays wich made floats to
generate space on a page, but broke page anyway.
* end-of-page trap reinstalled.
Mon Mar 29 10:53:13 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.16
* MUL* now use the previous font and family.
* extra blank page at end-of-text eliminated.
Mon Mar 8 10:27:47 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.15
* Didn't restore pointsize to current size in .H.
* B1/B2 did not work with indent. (MULE and friends)
* fixed old problem with trailing empty pages.
Fri Mar 5 15:20:49 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.14
* Sigh. Amazing what a missing \} can do. If the string
HP was set, then all text disappeared...
Fri Mar 5 14:12:43 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.13
* Fixed bug with handling ps/vs in .H. (again, sigh... )
Wed Mar 3 09:21:20 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.12
* Line-break added to PGFORM.
* added more features to VERBON
* .S is not used anymore in H, it caused confusion with
normal text, but it will still set .vs.
* SK was broken, will now produce the requested number of
empty pages.
* dotted lines added to LIST OF FIGURES adn friends.
Also better linespacing.
Mon Feb 22 12:41:06 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.11
* missing left-parenthesis gave ") .sp" when N=4.
* N=4 removed user-specified header also.
* MOVE made linelength pageoffset wider than wanted.
* fixed (again) parenthesis in RP.
Thu Jan 21 12:10:39 1993 Joergen Haegg (jh at efd.lth.se)
* version 1.10
* changed PROG_PREFIX to g in the manual-pages.
* Better check if new page is needed in .H, when Ej>0.
* Usage of variable Lsp now more complete.
* Space added in TOC when mark is equal to size.
* Usermacro HY moved after font-calulations.
* .S used instead of .ps, which will use .vs correct.
* Now possible to set Hps1/2 inside HX.
* .FD "" 1 is now fixed.
* section-page numbering bug fixed.
* several bugs in VERBON/OFF fixed.
Tue Dec 8 16:43:15 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.09
* N==4 gives no default header
Sat Nov 21 14:28:20 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.08
* Escape-character disabled between
VERBON/VERBOFF (turned on by an argument).
Pointsize and fontchange also added as arguments.
* MULB, MULN and MULE added to get multicolumn output
with different width.
* Number register N can now use 1-5.
* Register Sectp and Sectf added.
* Register P is now updated correctly for "section-page" numbering.
Thu Nov 19 11:19:33 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.07
* .OP fixed to eject a blank page if not odd.
Fri Nov 13 09:46:09 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.06
* Macro TL rewritten. TL depends now on a following .AU.
* NOTES updated.
* .lt is now used more frequent when linelength is changed.
* macro AST added.
* removed PH/EH/OH not needed in ?.MT.
Wed Oct 28 14:35:43 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.05
* .VM implemented.
* Possible bug in page heading fixed. Changed .sp to 'sp in HEADER.
Thu Aug 20 13:56:31 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.04
* page-break in .EQ moved.
* changed unit for footer-size and header-size from units to lines.
Fixes problems with .S and page-breaks.
* \n[%] is now treated as a string, wich makes it possible
to assign new formats to it. Unfortunately, it was necessary
to change the page-number-variable in GETPN to a string.
* Makefile.sub included. (Thank you, James)
Thu May 7 16:14:10 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.03
* Typo and centering in DS/DE fixed.
Even and odd pageheaders were reversed.
* LI: pad and mark-indent was lost in some earlier versions. Now fixed.
* fixed bug in reference to .FG, .TB, ...
* APP did not clear headercounters.
* Pointsize in titles is now only set at the beginning and
when PH, PF, OH, OF, EH and EF are used.
Thu May 6 16:01:35 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.02
* OP fixed.
Fri Mar 6 09:36:09 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.01
* two .LI without text between should not be printed
on the same row. Now fixed.
* figure titles and friends fixed, now possible with many .FG
in a DS/DE. Didn't always position correctly in previous version,
but is now always printed as it should.
* Makefile fixed for Ultrix.
* DS/DF could not handle empty arguments correct
* Missing .br i EQ added.
Sat Jan 25 15:47:21 1992 Joergen Haegg (jh at efd.lth.se)
* version 1.00
* No betaversion anymore!
* Fixed headernumbers within appendixes.
* DS did not keep the same font as before DS.
* mmse did a line break.
Fri Jan 24 14:38:16 1992 Joergen Haegg (jh at efd.lth.se)
* version 0.16
* bug in TC, multiple line headers did not wrap correctly.
* added support for mm/locale and mm/language_locale.
* cov*default-firm in locale sets name of firm in the MT covers.
* cov*location-xxxx in locale sets location xxxx to the contents
of cov*location-xxxx. Used in the MT covers.
* hanging indent in lists fixed.
* use larger empty lines if .nroff is defined.
* macros, like .P, can now be used inside abstracts.
* .S do not reset indentation anymore.
* .RS aA now sets a string, not an integer.
* appendix with .APP or .APPSK added.
Thu Nov 28 22:00:59 1991 Joergen Haegg (jh at efd.lth.se)
* version 0.15
* Fixed .AU in MT 0-3, added support for variable Au.
* Bug in the positioning of the foot-notes.
* lists not indented properly.
* Hps1 and Hps2 added.
* COVER had to have an argument.
* table of contents can now have multiline header.
* .HU now increments headingvariable H?
* added the inclusion of a locale file.
Sat Nov 23 14:40:17 1991 Joergen Haegg (jh at efd.lth.se)
* version 0.14
* bug when using -rO fixed.
* MT 1-4 added.
* default is now MT 1
* .EQ/.EN can be used outside of .DS/.DE without complaints. But
I don't recommend it. Neither does the DWB books.
* LI don't break lines now if arg too big.
* PGFORM did not reset indent.
* Added the numbervariable Hps.
* Rewritten and added MT 0-5 + "string".
* Added TM.
* Indent to AS added
Wed Nov 6 15:18:40 1991 Joergen Haegg (jh at efd.lth.se)
* version 0.13
* ds*format nod defined if PS/PE is used without DS/DE.
* GETST added, fourth argument to EX, FG, TB and EC added.
Mon Nov 4 13:38:01 1991 Joergen Haegg (jh at efd.lth.se)
* version 0.12
* Fixed C,D,P,+-size in .S
Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se)
* Next version will have ChangeLog entries...
* Bug in INITR fixed.
* VERBON/VERBOFF added to include programlistings
* Bug in .DE fixed, addition overflow
Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se)
* spelling error in month-names.
* WC should work now (no warranty :-)
* FD almost finished, some details missing.
* incorrect calculation of foot-notes fixed.
* DS/DE did not break page when the size was smaller than the paper
* Forward/backward referencesystem added. Se .INITR in README.
* mgmsw changed name to mgmse.
Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se)
* embarrassing bug in .P fixed
* .H did always eject page, now fixed.
* lost floating displays now found.
* accents added (from mgs)
* empty line in .EQ/.EN removed
* indentation in .TC corrected.
* indentation of DS/DE in lists fixed.
* .TB and friends now work inside DS/DE and outside.
* .WC partially implemented (WF and WD). Still working on it.
* .mso used if version>=1.02
Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se)
* register P was not working.
* support for register Fg, Tb, Ec and Ex.
* list items was left on the previous page at a page break.
* tlevel in .TC now defaults to 2.
* string DT, EM and Tm supported.
* new macro: PGNH, see comments.
* bug in MOVE fixed.
* pagenumber in .TC fixed.
* a blank page was ejected if Ej==1, now fixed
* bug in floating display fixed (did break and SP wrong)
* bug in .SP fixed, no lines is now printed at top of page
* There are still problems with footnotes and displays in two column mode.
Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se)
* register P added (same as %)
* bug in floating displays fixed
* MOVE added
* MT added, see comment below
* COVER/COVEND added
* fixed bug in figure titles
* extended S, se comment below
* MT 0 added
* ms-cover added (COVER ms)
Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se)
* bugs in RD and comb. fonts fixed
Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se)
* HC added
* Combined fonts (IB,BI...)
* HM added
* RD added
* OP added
* TP&PX supported
* warnings for unimplemented macros

View File

@ -0,0 +1,66 @@
#
# $Id: Makefile.sim,v 2.1 2000/11/17 04:26:02 jhaegg Exp $
#
# To install mgm separately as gm.tmac:
# make -f Makefile.sub tmacdir=/usr/local/lib/groff/tmac srcdir=. \
# INSTALL_DATA='install -m 644' tmac_m=gm install
#
# or as m.tmac:
#
# tmacdir is the destination for your groff/tmac-directory, srcdir is
# this directory and INSTALL_DATA is the command to install a file with.
# If you dont have 'install': use 'cp'.
# change this to whatever you like
tmacdir=/usr/local/lib/groff/tmac
#tmac_m = gm
tmac_m = m
indexdir = xx
install = install -m 644
# Do not change anything below this line
srcdir = .
version = 1.32
mdate = 1999-09-03
.SUFFIXES: .n .man
all:
install: groff_mm.n groff_mmse.n
$(MAKE) -f Makefile.sub tmacdir=$(tmacdir) srcdir=$(srcdir) \
INSTALL_DATA='$(install)' tmac_m=$(tmac_m) install
uninstall: groff_mm.n groff_mmse.n
$(MAKE) -f Makefile.sub tmacdir=$(tmacdir) srcdir=$(srcdir) \
INSTALL_DATA='$(install)' tmac_m=$(tmac_m) uninstall_sub
.man.n:
@echo Making $@ from $<
@-rm -f $@
@sed -e "s|@HYPHENFILE@|$(hyphenfile)|g" \
-e "s|@FONTDIR@|$(fontdir)|g" \
-e "s|@FONTPATH@|$(fontpath)|g" \
-e "s|@MACRODIR@|$(tmacdir)|g" \
-e "s|@MACROPATH@|$(tmacpath)|g" \
-e "s|@DEVICE@|$(DEVICE)|g" \
-e "s|@DEFAULT_INDEX@|$(indexdir)/$(indexname)|g" \
-e "s|@DEFAULT_INDEX_NAME@|$(indexname)|g" \
-e "s|@INDEX_SUFFIX@|$(indexext)|g" \
-e "s|@COMMON_WORDS_FILE@|$(common_words_file)|g" \
-e "s|@MAN1EXT@|$(man1ext)|g" \
-e "s|@MAN5EXT@|$(man5ext)|g" \
-e "s|@MAN7EXT@|$(man7ext)|g" \
-e "s|@TMAC_S@|$(tmac_s)|g" \
-e "s|@TMAC_M@|$(tmac_m)|g" \
-e "s|@TMAC_MDIR@|$(tmacdir)/mm|g" \
-e "s|@BROKEN_SPOOLER_FLAGS@|$(BROKEN_SPOOLER_FLAGS)|g" \
-e "s|@VERSION@|$(version)|g" \
-e "s|@MDATE@|$(mdate)|g" \
-e "s|@g@|$(g)|g" \
-e "s!@G@;`echo $(g) | tr [a-z] [A-Z]`!g" \
$< >$@

View File

@ -0,0 +1,55 @@
#
# $Id: Makefile.sub,v 2.1 2000/11/17 04:26:02 jhaegg Exp $
#
PROG=mmroff
MAN7=\
groff_mm.n \
groff_mmse.n \
mmroff.n
FILES=0.MT 5.MT 4.MT ms.cov se_ms.cov
# Local configuration files with default values.
LOCALE = locale se_locale
CLEANADD=temp
all: mmroff
install: install_mm
install_mm: install_mmroff install_m
-test -d $(tmacdir)/mm || $(mkinstalldirs) $(tmacdir)/mm
-for f in $(FILES); do \
rm -f $(tmacdir)/mm/$$f; \
$(INSTALL_DATA) $(srcdir)/mm/$$f $(tmacdir)/mm/$$f; \
done
-for f in $(LOCALE); do \
test -f $(tmacdir)/mm/$$f || touch $(tmacdir)/mm/$$f; \
done
install_m:
-test -d $(tmacdir) || $(mkinstalldirs) $(tmacdir)
-rm -f $(tmacdir)/tmac.$(tmac_m_prefix)m
-rm -f $(tmacdir)/$(tmac_m_prefix)m.tmac
$(INSTALL_DATA) $(srcdir)/m.tmac $(tmacdir)/$(tmac_m_prefix)m.tmac
@sed -e "s;^.mso m.tmac;.mso $(tmac_m_prefix)m.tmac;g" \
$(srcdir)/mse.tmac > $(tmacdir)/$(tmac_m_prefix)mse.tmac
install_mmroff : mmroff
-test -d $(bindir) || $(mkinstalldirs) $(bindir)
-rm -f $(bindir)/mmroff
$(INSTALL_SCRIPT) mmroff $(bindir)/mmroff
mmroff: mmroff.pl
-rm -f $@
-sed -e 's;/usr/bin/perl;$(PERLPATH);' $(srcdir)/mmroff.pl >$@
-chmod +x $@
uninstall_sub:
-for f in $(FILES); do rm -f $(tmacdir)/mm/$$f; done
-for f in $(LOCALE); do \
test -s $(tmacdir)/mm/$$f || rm -f $(tmacdir)/mm/$$f; \
done
-rm -f $(tmacdir)/tmac.$(tmac_m_prefix)m
-rm -f $(tmacdir)/$(tmac_m_prefix)m.tmac
-rm -f $(tmacdir)/$(tmac_m_prefix)mse.tmac
-rmdir $(tmacdir)/mm
-rm -f $(bindir)/mmroff

View File

@ -0,0 +1,105 @@
######################################################################
$Id: NOTES,v 2.0 2000/09/14 03:40:24 jhaegg Exp $
Beware!
This may be old information. Trust only the source. :-)
Implementation notes. (Or how to make your own national mm)
Different commands:
COVER [arg]
MT [arg [addressee]]
The arg is part of a filename in mm/*.MT or mm/*.cov.
This file is read when the macro is executed. Therefore it must be
put before any text output.
In each file there are definitions of all extra macros needed for the
cover sheet. MT files is only for compatibility reasons, and has several
limits due to that it don't know when the cover starts, and cannot
change sizes. Use COVER for new coversheet macros.
But with MT it is possible to write all of the AT&T covers.
An example can be found in mm/0.MT.
When writing a new cover using COVER, have in mind that the cover
should print the page with the COVEND macro. This macro
should be defined by the new macrofile.
Here is a part of ms.cov:
> .\"-----------------
> .de COVEND
> .sp |4.2c
> .cov@print-title
> .cov@print-authors
> .cov@print-firm
> .cov@print-abstract
> .cov@print-date
This is important, since COVER disables the page header.
> .pg@enable-top-trap
Should begin with page one (normally).
> .bp 1
And enable the trap at the page footer.
> .pg@enable-trap
> ..
#########################
Variables for covers:
I = integer
S = string
D = diversion
M = macro
Name Type Desc.
cov*au I The number of authors.
cov*title M Title collected with .TL.
cov*au!x!y S Author(s) given to .AU
cov*at!x!y S Author(s) title given to .AT
x is the author-index [1-cov*au],
y is the argument-index [1-9].
Look at the table with indexes.
cov*firm I Author(s) firm.
cov*abs-arg I Argument to abstract.
cov*abs-ind I Indent for abstract.
cov*abs-name S The string 'ABSTRACT', changed with .AST
cov*abstract M The abstract.
cov*new-date S The date (todays date if ND is not used)
cov*mt-type S MT type
cov*mt-addresse S MT addressee
##########################
Argument-index for cov*au:
Index Desc.
1 name
2 initials
3 location
4 department
5 extension
6 room
7 arg 7
8 arg 8
9 arg 9
The location is set to the contents of string cov*location-xxxx
if location is equal to xxxx and cov*location-xxxx is defined
in the file locale.
Argument-index for cov*at:
Index Desc.
1 title 1
. .
. .
9 title 9

View File

@ -0,0 +1,37 @@
$Id: README,v 2.1 2000/11/17 04:27:03 jhaegg Exp $
This is mgm, a macro package for groff.
It is supposed to be compatible with the DWB mm macros,
and has several extensions.
Send bug reports to jh@axis.com with a description of the problem
and a sample of text which reproduces the error.
Don't forget to mention the version of mgm (look in the beginning
of m.tmac) and the version of groff.
Any new ideas or improvements are welcome.
Newest version is available here or at the groff CVS repository.
ftp://ftp.axis.se/pub/groff/mm<something>.gz
You can install mgm as a separate package without the configure in groff
with the following command:
make -f Makefile.sim install
This README should be bigger :-)
/Jörgen Hägg
Thanks to everyone who have sent me bug-reports and fixes.
Yes, my version numbering differs from the groff CVS, but I
like mine better. :-)
More likely, I'm too lazy to change it, but someday I'll
try to sync them...
The step to 2.0 is an attempt, let's see if it works.

View File

@ -0,0 +1,352 @@
.H 1 " granary grand grandchild grandchildren granddaughter grandeur"
granary
grapheme
graphic
graphite
grapple
grasp
grass
grassland
grassy
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
.H 2 "grapefruit grapevine graph grapheme graphic graphite"
granary
grand
graphic
graphite
grapple
grasp
grass
grassland
grassy
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
.H 3 "grapple"
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grandiose
grandma
grandmother
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
.H 1 "Graves gravestone graveyard gravid gravitate gravy gray"
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grandiose
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
.H 1 "Greenfield greengrocer greenhouse greenish Greenland Greensboro"
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grassy
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
.H 1 "greensward greenware Greenwich greenwood Greer greet"
graven
Graves
gravestone
graveyard
gravid
gravitate
gravy
gray
graybeard
grayish
Grayson
graywacke
graze
grease
.APP "" "Graves app a gravestone graveyard gravid gravitate gravy gray"
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grandiose
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
.APP "" "Greenfield app b greengrocer greenhouse greenish Greenland Greensboro"
granary
grand
grandchild
grandchildren
granddaughter
grandeur
.H 2 "grandfather grandiloquent grandiose grandma grandmother grandnephew"
.H 2 "grandniece grandpa grandparent grandson grandstand granite granitic"
.H 2 "granny granola grant grantee grantor granular granulate"
.H 2 "granule Granville grape"
.H 2 "grapefruit grapevine graph grapheme graphic graphite"
.H 3 "grapple"
grandfather
grandiloquent
grassy
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
.APP ABC "greensward app abc greenware Greenwich greenwood Greer greet"
graven
Graves
.APP "" "handstand app f handwrite handwritten handy handyman handymen"
gravestone
graveyard
gravid
gravitate
gravy
gray
graybeard
grayish
Grayson
graywacke
graze
grease
.APPSK "" 10 "Handel app c 10 handhold handicap handicapped handicapper"
.APPSK "" 23 "handicapping app d 23 handicraftsmen handiwork"
.APPSK "" 99 "handmade app e 99 handset handshake handsome handspike"
.nr Aph 0
.APP "" "handstand app f handwrite handwritten handy handyman handymen"
headsmen
headstand
headstone
headstrong
headwall
headwater
headway
headwind
.H 2 "graybeard grayish Grayson graywacke graze grease greasy great greatcoat"
.H 2 "greater grebe Grecian Greece greed greedy Greek green Greenbelt Greenberg"
.H 2 "Greenblatt Greenbriar Greene greenery"
.H 3 "Greenfield greengrocer greenhouse greenish Greenland Greensboro"
.H 3 "greensward greenware Greenwich greenwood Greer greet"
heady
heal
Healey
health
healthful
healthy
Healy
heap
hear
heard
hearken
hearsay
hearse
Hearst
heart
heartbeat
heartbreak
hearten
heartfelt
hearth
hearty
heat
heater
heath
heathen
heathenish
Heathkit
heave
heaven
heavenward
heavy
heavyweight
Hebe
hebephrenic
Hebraic
Hebrew
Hecate
hecatomb
heck
heckle
Heckman
hectic
hector
.APP "" "hang hangable app f hangar hangman hangmen hangout hangover hank"
Hecuba
he'd
hedge
.H 2 "graybeard grayish Grayson graywacke graze grease greasy great greatcoat"
hedgehog
hedonism
hedonist
heed
heel
.H 2 "greater grebe Grecian Greece greed greedy Greek green Greenbelt Greenberg"
heft
hefty
Hegelian
hegemony
Heidelberg
heigh
height
heighten
Heine
Heinrich
Heinz
heir
heiress
Heisenberg
held
Helen
Helena
Helene
Helga
helical
helicopter
heliocentric
heliotrope
helium
helix
he'll
hell
hellbender
hellebore
Hellenic
hellfire
hellgrammite
hellish
hello
helm
helmet
Helmholtz
helmsman
helmsmen
Helmut
help
helpful
helpmate
.APP "" "Hankel app g Hanley Hanlon Hanna Hannah Hannibal Hanoi Hanover"
Helsinki
Helvetica
hem
hematite
Hemingway
hemisphere
hemispheric
hemlock
hemoglobin
hemolytic
hemorrhage
hemorrhoid
hemosiderin
hemp
Hempstead
hen
henbane
hence
henceforth
henchman
henchmen
.H 2 "greater grebe Grecian Greece greed greedy Greek green Greenbelt Greenberg"
Henderson
Hendrick
Hendricks
Hendrickson
henequen
Henley
henpeck
Henri
Henrietta
henry
hepatica
hepatitis
Hepburn
heptane
her
Hera
Heraclitus
herald
herb
Herbert
Herculean
Hercules
herd
herdsman
here
hereabout
hereafter
hereby
hereditary
.TC

View File

@ -0,0 +1,91 @@
abetting
abeyance
abeyant
abhorred
abhorrent
abide
Abidjan
Abigail
abject
ablate
ablaze
able
ablution
Abner
abnormal
Abo
aboard
abode
abolish
.B1
abolition
abominable
abominate
aboriginal
AAA
ABORIGINE
ABORNING
ABORT
ABOUND
ABOUT
ABOVE
ABOVEBOARD
ABOVEGROUND
abovementioned
abrade
Abraham
Abram
Abramson
abrasion
abrasive
abreact
.B2
abreast
abrogate
abrupt
abscess
abscissa
abscissae
absence
absent
absentee
absenteeism
absentia
absentminded
absinthe
absolute
absolution
absolve
absorb
absorbent
absorption
absorptive
abstain
abstention
abstract
abstracter
abstractor
ABSURD
ABUILDING
ABUNDANT
ABUSABLE
ABUSE
ABUSIVE
ABUT
ABUTTED
ABUTTING
ABYSMAL
ABYSS
ABYSSINIA
AC
ACADEME
ACADEMIA
ACADEMIC
ACADEMICIAN
ACADEMY
ACADIA
ACANTHUS
ACAPULCO
ACCEDE
ACCELERATE
ACCELEROMETER

View File

@ -0,0 +1,235 @@
.COVER
.ND 911123
.TL "charge" "filing"
This is a test
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grandiose
grandma
grandmother
grandnephew
grandniece
grandpa
grandparent
grandson
.AU "Nisse Svensson" "DGY" "BF" "Computer Center" "5488" "5-2115" "nisse@vira.sture.elm"
.AF "MT GRANDSTAND GRANITE GRANITIC"
.AS 1 10
grant
grantee
grantor
granular
granulate
granule
Granville
grape
grapefruit
grapevine
graph
grapheme
graphic
graphite
grapple
grasp
grass
grassland
grassy
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
graven
Graves
gravestone
graveyard
gravid
gravitate
gravy
gray
graybeard
grayish
Grayson
graywacke
graze
grease
greasy
great
greatcoat
greater
grebe
Grecian
.AE
.COVEND
Greece
greed
greedy
Greek
green
Greenbelt
Greenberg
Greenblatt
Greenbriar
Greene
greenery
Greenfield
greengrocer
greenhouse
greenish
Greenland
Greensboro
greensward
greenware
Greenwich
greenwood
Greer
greet
Greg
gregarious
Gregg
Gregory
gremlin
grenade
Grendel
Grenoble
Gresham
Greta
Gretchen
grew
grey
greyhound
greylag
grid
griddle
gridiron
grief
grievance
grieve
grievous
griffin
Griffith
grill
grille
grilled
grillwork
grim
grimace
Grimaldi
grime
Grimes
Grimm
grin
grind
grindstone
grip
gripe
grippe
grisly
grist
gristmill
Griswold
grit
gritty
grizzle
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grandiose
grandma
grandmother
grandnephew
grandniece
grandpa
grandparent
grandson
grandstand
granite
granitic
granny
granola
grant
grantee
grantor
granular
granulate
granule
Granville
grape
grapefruit
grapevine
graph
grapheme
graphic
graphite
grapple
grasp
grass
grassland
grassy
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
graven
Graves
gravestone
graveyard
gravid
gravitate
gravy
gray
graybeard
grayish
Grayson
graywacke
graze
grease
greasy
great
greatcoat
greater
grebe
Grecian
Greece
greed
greedy
Greek
green
Greenbelt
Greenberg
Greenblatt
Greenbriar
Greene
greenery
Greenfield
greengrocer
greenhouse
greenish
Greenland
Greensboro
greensward
greenware

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,169 @@
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grandiose
grandma
grandmother
grandnephew
grandniece
grandpa
.ML MARK
.LI "LOCALMARK"
granola
grant
grantee
grantor
granular
granulate
granule
Granville
grape
grapefruit
grapevine
.LI
.DS
Where shall we put this.
Where shall we put this.
Where shall we put this.
.DE
.LI
granola
grant
grantee
grantor
granular
granulate
granule
Granville
grape
grapefruit
grapevine
.LI
.DS
Where shall we put this.
.DE
.LI
graphic
graphite
grapple
grasp
grass
grassland
grassy
.LI
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
.LI
gratuity
grave
gravel
.LE
.SP 3
.ML $ 1c
.LI
graven
Graves
gravestone
graveyard
gravid
gravitate
gravy
gray
.LI
graybeard
grayish
Grayson
graywacke
graze
grease
greasy
great
greatcoat
.LI
greater
grebe
Grecian
Greece
greed
greedy
Greek
green
.LI
Greenbelt
Greenberg
Greenblatt
Greenbriar
Greene
greenery
.LE
.SP 3
.ML X 1c 1
.LI
Greenfield
greengrocer
grandson
grandstand
granite
granitic
granny
graph
.LI
grapheme
greenhouse
greenish
Greenland
Greensboro
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grandiose
.LI
grandma
grandmother
grandnephew
grandniece
grandpa
grandparent
grandson
grandstand
granite
granitic
granny
.LI
granola
grant
grantee
grantor
granular
granulate
granule
Granville
grape
grapefruit
.LI
grapevine
graph
grapheme
graphic
graphite
grapple
grasp
grass
grassland
.LE

View File

@ -0,0 +1,175 @@
.PH "'hej'hopp'i skogen'"
.PF "'livet'är'härligt'"
.OH "'ojämn'%'sida'"
.EH "'ojämn'%'sida'"
.OF "'ojämn'%'sida'"
.EF "'ojämn'%'sida'"
10th
1st
2nd
3rd
4th
5th
6th
7th
8th
9th
a
AAA
AAAS
Aarhus
Aaron
AAU
ABA
Ababa
aback
abacus
abalone
abandon
abase
abash
abate
abater
abbas
abbe
abbey
abbot
Abbott
abbreviate
abc
abdicate
abdomen
abdominal
abet
abetted
abetting
abeyance
abeyant
abhorred
abhorrent
abide
Abidjan
Abigail
abject
ablate
ablaze
able
ablution
Abner
.MOVE 50 20
abnormal
Abo
aboard
abode
abolish
abolition
abominable
abominate
aboriginal
AAA
ABORIGINE
ABORNING
ABORT
ABOUND
ABOUT
ABOVE
ABOVEBOARD
ABOVEGROUND
abovementioned
abrade
Abraham
Abram
Abramson
abrasion
abrasive
abreact
abreast
BBB
ABRIDGE
ABRIDGMENT
ABROAD
abrogate
abrupt
abscess
abscissa
abscissae
absence
absent
absentee
absenteeism
absentia
absentminded
.MOVE 30 10
absinthe
absolute
absolution
absolve
absorb
absorbent
absorption
absorptive
abstain
abstention
abstinent
abstract
abstracter
abstractor
CCC
ABSTRUSE
ABSURD
ABUILDING
ABUNDANT
ABUSABLE
ABUSE
ABUSIVE
ABUT
ABUTTED
ABUTTING
ABYSMAL
ABYSS
ABYSSINIA
AC
ACADEME
ACADEMIA
ACADEMIC
ACADEMICIAN
ACADEMY
ACADIA
ACANTHUS
ACAPULCO
ACCEDE
ACCELERATE
ACCELEROMETER
ACCENT
ACCENTUAL
ACCENTUATE
ACCEPT
ACCEPTANT
acceptor
access
.MOVE 62 0 20
accessible
accession
accessory
accident
accidental
accipiter
acclaim
acclamation
acclimate
accolade
accommodate
accompaniment
accompanist
accompany
accomplice
accomplish
accord
accordant
DDD
ACCORDION
ACCOST
ACCOUNT
ACCOUNTANT
ACCRA
.PGFORM

View File

@ -0,0 +1,535 @@
inject
injudicious
Injun
injunct
injunction
injure
injurious
injury
injustice
ink
inkling
inlaid
inland
inlay
inlet
Inman
inmate
inn
innards
innate
inner
innermost
innkeeper
innocent
innocuous
innovate
innuendo
innumerable
inoculate
inoffensive
inoperable
inoperative
inopportune
inordinate
inorganic
input
inputting
inquest
inquire
inquiry
inquisition
inquisitive
inquisitor
inroad
insane
insatiable
inscribe
inscription
inscrutable
insect
insecticide
insecure
inseminate
insensible
insensitive
inseparable
insert
inset
inshore
inside
insidious
insight
insightful
insignia
insignificant
insincere
insinuate
insipid
insist
insistent
insofar
insolent
insoluble
insolvable
insolvent
insomnia
insomniac
insouciant
inspect
inspector
inspiration
inspire
instable
install
installation
instalment
instance
instant
instantaneous
instantiate
instead
instep
instigate
instill
instillation
instinct
instinctual
institute
institution
instruct
instructor
instrument
instrumentation
insubordinate
insubstantial
insufferable
insufficient
insular
insulate
insulin
insult
insuperable
insupportable
insuppressible
insurance
insure
insurgent
insurmountable
insurrect
insurrection
intact
intake
intangible
integer
integrable
.MULB 4c 1 5c 1 4c 1 3c
Grenoble
Gresham
Greta
Gretchen
grew
grieve
grievous
griffin
Griffith
grill
grille
grilled
grillwork
grim
grimace
Grimaldi
grime
Grimes
Grimm
grin
grind
grindstone
grip
gripe
grippe
grisly
grist
gristmill
Griswold
grit
gritty
grizzle
grizzly
groan
groat
grocer
grocery
groggy
groin
grommet
groom
groove
grope
grosbeak
gross
.MULN
h
ha
Haag
Haas
habeas
haberdashery
Haberman
Habib
habit
habitant
habitat
habitation
habitual
habituate
hacienda
hack
hackberry
Hackett
hackle
hackmatack
hackney
hackneyed
hacksaw
had
Hadamard
Haddad
haddock
Hades
Hadley
hadn't
Hadrian
hadron
hafnium
Hagen
Hager
haggard
haggle
Hagstrom
Hague
Hahn
Haifa
haiku
hail
hailstone
hailstorm
Haines
hair
haircut
hairdo
hairpin
hairy
Haiti
Haitian
Hal
halcyon
hale
Haley
half
halfback
halfhearted
halfway
halibut
halide
Halifax
halite
hall
hallelujah
Halley
hallmark
hallow
Halloween
hallucinate
hallway
halma
halo
halocarbon
halogen
Halpern
Halsey
Halstead
halt
halvah
halve
Halverson
ham
Hamal
Hamburg
hamburger
Hamilton
hamlet
Hamlin
hammerhead
hammock
Hammond
hamper
Hampshire
Hampton
hamster
Han
Hancock
hand
handbag
handbook
handclasp
handcuff
.MULN
coliform
coliseum
collaborate
collage
collagen
collapse
collapsible
collar
collarbone
collard
collate
collateral
colleague
collect
collectible
collector
college
collegial
collegian
collegiate
collet
collide
collie
Collier
collimate
collinear
Collins
collision
collocation
colloidal
Colloq
colloquia
colloquial
colloquium
colloquy
command
commandant
commandeer
commando
commemorate
commend
commendation
commendatory
commensurable
commensurate
comment
commentary
commentator
commerce
commercial
commingle
commiserate
commissariat
commissary
commission
commit
committable
committal
committed
committee
committeeman
committeemen
committeewoman
committeewomen
committing
commodious
commodity
commodore
common
commonality
.MULN
locoweed
lunch
luncheon
lunchroom
lunchtime
Lund
Lundberg
Lundquist
lung
lunge
lupine
Lura
lurch
lure
lurid
lurk
Lusaka
luscious
lush
lust
lustful
lustrous
lusty
lutanist
lute
lutetium
Luther
Lutheran
Lutz
lymphocyte
lymphoma
lynch
Lynchburg
Lynn
lynx
Lyon
Lyons
Lyra
lyric
lyricism
Lysenko
lysergic
lysine
.MULE
m
ma
Mabel
Mac
macabre
macaque
MacArthur
Macassar
Macbeth
MacDonald
MacDougall
mace
Macedon
Macedonia
MacGregor
Mach
Machiavelli
machination
machine
machinelike
machinery
machismo
macho
macintosh
mack
MacKenzie
mackerel
Mackey
Mackinac
Mackinaw
mackintosh
MacMillan
Macon
macrame
macro
macromolecular
macromolecule
macrophage
macroprocessor
macroscopic
macrostructure
mad
Madagascar
madam
Madame
madcap
madden
Maddox
made
Madeira
Madeleine
Madeline
madhouse
Madison
madman
madmen
Madonna
Madras
Madrid
madrigal
Madsen
madstone
Mae
Maelstrom
maestro
Mafia
magazine
Magdalene
magenta
Maggie
maggot
maggoty
magi
magic
magician
magisterial
magistrate
magma
magna
magnanimity
magnanimous
magnate
magnesia
magnesite
magnesium
magnet
magnetic
magnetite
magneto
magnetron
magnificent
magnify
magnitude
magnolia
magnum
Magnuson
Magog
magpie
Magruder
Mahayana
Mahayanist
mahogany
Mahoney
maid
maiden
maidenhair
maidservant
Maier
mail
mailbox
mailman
mailmen
maim
main
Maine
mainland
mainline
mainstay
mainstream
maintain
maintenance
maitre
majestic
majesty
major
make
makeshift
makeup
Malabar
maladapt
maladaptive
maladjust
maladroit
malady
Malagasy
malaise
malaprop
malaria
malarial
Malawi
Malay
Malaysia

View File

@ -0,0 +1,196 @@
granary
grand
grandchild
grandchildren
granddaughter
grandeur
grandfather
grandiloquent
grandiose
grandma
grandmother
grandnephew
grandniece
grandpa
grandparent
grandson
grandstand
granite
granitic
granny
granola
grant
grantee
grantor
granular
granulate
granule
Granville
grape
grapefruit
grapevine
graph
grapheme
graphic
graphite
grapple
grasp
grass
grassland
grassy
.MC 3c
grata
grate
grateful
grater
gratify
gratis
gratitude
gratuitous
gratuity
grave
gravel
graven
Graves
gravestone
graveyard
gravid
gravitate
gravy
gray
graybeard
grayish
Grayson
graywacke
graze
grease
greasy
great
greatcoat
greater
grebe
Grecian
Greece
greed
greedy
.NCOL
Greek
green
Greenbelt
Greenberg
Greenblatt
Greenbriar
Greene
greenery
Greenfield
greengrocer
greenhouse
greenish
Greenland
Greensboro
greensward
greenware
Greenwich
greenwood
Greer
greet
Greg
gregarious
Gregg
Gregory
gremlin
grenade
Grendel
Grenoble
Gresham
Greta
Gretchen
grew
grey
greyhound
greylag
grid
griddle
gridiron
grief
grievance
grieve
grievous
griffin
Griffith
grill
grille
grilled
grillwork
.NCOL
grim
grimace
Grimaldi
grime
Grimes
Grimm
grin
grind
grindstone
grip
gripe
grippe
grisly
grist
gristmill
Griswold
grit
gritty
grizzle
grizzly
groan
groat
grocer
grocery
groggy
groin
grommet
groom
groove
grope
grosbeak
gross
Grosset
Grossman
Grosvenor
grotesque
Groton
ground
groundsel
groundskeep
groundwork
group
groupoid
grout
grove
grovel
Grover
grow
growl
grown
grownup
growth
grub
grubby
grudge
gruesome
gruff
grumble
Grumman
grunt
gryphon
g's
GSA
GU
Guam
guanidine
guanine
guano
guarantee
guaranteeing
guarantor

View File

@ -0,0 +1,17 @@
.nf
----------------------------------------------------------------------
.ce
Testing
----------------------------------------------------------------------
Date = \*[DT]
.ISODATE
Date = \*[DT]
.ISODATE 0
.ND "13 August 1992"
Date = \*[DT]
.ISODATE
.ND "14 August 1992"
Date = \*[DT]
----------------------------------------------------------------------

View File

@ -0,0 +1,32 @@
This directory contains examples of my enhancements to MM.
APP The appendix macro
B1B2 Box macro with text
COVER My general cover macro, this example is using
ms.cov.
IND A general indexing method, see manual for INITI
LT The letter macro
LT.se A swedish example with the extra
swedish macros for getting a letter conforming
to swedish standard letter, both left and right adjusted.
ML Marked list, an extended list type
MOVE The MOVE macro, how to begin to print on an exact position.
MUL Enhanced multicolumn mode.
NCOL Start on next column. (Not for MUL*)
ND New date, with iso date example
References How to use references
SETR General reference system, see manual for INITR
Examples that I should have:
PIC How to include postscript pictures, see manual for PIC
VERBON Begin verbatim output
And remember, check the manual for all string and number registers,
I've made shure that mgm will be useful in several languages
and all english output can be redefined.
Check the manual for groff_mse (swedish format) and the
macro file, tmac.mse.

View File

@ -0,0 +1,975 @@
.PH "'this'is'a header'"
.PF "'this'is'a footer'"
.OH "'odd'%'page'"
.EH "'even'%'page'"
.OF "'odd'%'page'"
.EF "'even'%'page'"
10th
1st
2nd
3rd
4th
5th
6th
7th
8th
9th
a
AAA
.B
AAAS
Aarhus
Aaron
.R
AAU
ABA
Ababa
aback
abacus
abalone
abandon
abase
.H 1 "hej hopp"
abash
abate
abater
abbas
abbe
abbey
abbot
Abbott
abbreviate
abc
abdicate
abdomen
abet
abetted
abetting
abeyance
abeyant
.H 2 "hej hopp"
abhorred
abhorrent
abide
Abidjan
Abigail
abject
ablate
ablaze
able
ablution
Abner
abnormal
.H 2 "hej hopp"
Abo
aboard
abode
abolish
.HU "hej hopp"
.B1
abolition
abominable
abominate\*(Rf
aboriginal
.RS
AAA
ABORIGINE
ABORNING
ABORT
ABOUND
ABOUT
ABOVE
ABOVEBOARD
ABOVEGROUND
.RF
abovementioned
abrade
Abraham\*(Rf
Abram\*(Rf
Abramson\*(Rf
abrasion\*(Rf
abrasive\*(Rf
abreact\*(Rf
.B2
abreast\*(Rf
.RS
BBB
ABRIDGE
ABRIDGMENT
ABROAD
.RF
abrogate
abrupt
abscess\*(Rf
abscissa\*(Rf
abscissae\*(Rf
absence\*(Rf
absent
absentee
absenteeism
absentia
.H 3 "hej hopp"
absentminded
absinthe
absolute
absolution
absolve
absorb
absorbent
absorption
absorptive
abstain
abstention
abstinent\*(Rf
abstract
abstracter
abstractor
.RS nisse
CCC
ABSTRUSE
ABSURD
ABUILDING
ABUNDANT
ABUSABLE
ABUSE
ABUSIVE
ABUT
ABUTTED
ABUTTING
ABYSMAL
ABYSS
ABYSSINIA
AC
ACADEME
ACADEMIA
ACADEMIC
ACADEMICIAN
ACADEMY
ACADIA
ACANTHUS
ACAPULCO
ACCEDE
ACCELERATE
ACCELEROMETER
ACCENT
ACCENTUAL
ACCENTUATE
ACCEPT
ACCEPTANT
.RF
acceptor
access
accessible
accession
Ref \*[nisse]
accessory
.H 4 "hej hopp"
accident
accidental
accipiter
acclaim
acclamation
acclimate
accolade
accommodate
accompaniment
accompanist
accompany
accomplice
accomplish\*(Rf
accord
accordant
.RS
DDD
ACCORDION
ACCOST
ACCOUNT
ACCOUNTANT
ACCRA
ACCREDIT
ACCREDITATE
ACCREDITATION
ACCRETION
ACCRUAL
ACCRUE
.RF
acculturate
accumulate
accuracy
accurate
accusation
accusative
accusatory
accuse
accustom
ace
acerbic
acerbity
acetate
acetic
acetone
acetylene
ache
achieve
Achilles
aching
achromatic
acid
acidic
acidulous
.H 5 "hej hopp"
Ackerman
Ackley
acknowledge
acknowledgeable
ACM
acme
acolyte
acorn
acoustic
acquaint
acquaintance
acquiesce
acquiescent
acquire
acquisition
acquisitive
acquit
acquittal
acquitting
acre
acreage
acrid
acrimonious
acrimony
acrobacy
acrobat
acrobatic
acronym
acropolis
across
acrylate
acrylic
ACS
act
Actaeon
actinic
actinide
actinium
actinolite
actinometer
activate
activation
activism
Acton
actor
actress
Acts
actual
actuarial
actuate
.H 6 "hej hopp"
acuity
acumen
acute
acyclic
ad
Ada
adage
adagio
Adair
Adam
adamant
Adams
Adamson
adapt
adaptation
adaptive
add
added
addend
addenda
addendum
addict
Addis
Addison
addition
additional
additive
addle
address
addressee
Addressograph
adduce
Adelaide
Adele
Adelia
Aden
adenine
adenoma
adenosine
adept
adequacy
adequate
adhere
adherent
adhesion
adhesive
adiabatic
adieu
adipic
Adirondack
.H 7 "hej hopp"
adjacent
adject
adjectival
adjective
adjoin
adjoint
adjourn
adjudge
adjudicate
adjunct
adjust
adjutant
Adkins
Adler
administer
administrable
administrate
administratrix
admiral
admiralty
admiration
admire
admissible
admission
admit
admittance
admitted
admitting
admix
admixture
admonish
admonition
ado
adobe
adolescent
Adolph
Adolphus
Adonis
adopt
adoption
adoptive
adore
adorn
adposition
adrenal
adrenaline
Adrian
Adriatic
Adrienne
adrift
adroit
adsorb
adsorbate
adsorption
adsorptive
adulate
adult
adulterate
adulterous
adultery
adulthood
advance
advantage
advantageous
advent
adventitious
adventure
adventurous
adverb
adverbial
adversary
adverse
advert
advertise
advice
advisable
advise
advisee
advisor
advisory
advocacy
advocate
Aegean
aegis
Aeneas
Aeneid
aeolian
Aeolus
aerate
aerial
Aerobacter
aerobic
aerodynamic
aerogene
aeronautic
aerosol
aerospace
Aeschylus
aesthete
aesthetic
10th
1st
2nd
3rd
4th
5th
6th
7th
8th
9th
a
AAA
AAAS
Aarhus
Aaron
AAU
ABA
Ababa
aback
abacus
abalone
abandon
abase
.H 1 "hej hopp"
abash
abate
abater
abbas
abbe
abbey
abbot
Abbott
abbreviate
abc
abdicate
abdomen
abdominal
abduct
Abe
abed
Abel
Abelian
Abelson
Aberdeen
Abernathy
aberrant
aberrate
abet
abetted
abetting
abeyance
abeyant
.H 2 "hej hopp"
abhorred
abhorrent
abide
Abidjan
Abigail
abject
ablate
ablaze
able
ablution
Abner
abnormal
Abo
aboard
abode
abolish
abolition
abominable
abominate
aboriginal
aborigine
aborning
abort
abound
about
above
aboveboard
aboveground
abovementioned
abrade
Abraham
Abram
Abramson
abrasion
abrasive
abreact
abreast
abridge
abridgment
abroad
abrogate
abrupt
abscess
abscissa
abscissae
absence
absent
absentee
absenteeism
absentia
.H 3 "hej hopp"
absentminded
absinthe
absolute
absolution
absolve
absorb
absorbent
absorption
absorptive
abstain
abstention
abstinent
abstract
abstracter
abstractor
abstruse
absurd
abuilding
abundant
abusable
abuse
abusive
abut
abutted
abutting
abysmal
abyss
Abyssinia
AC
academe
academia
academic
academician
academy
Acadia
acanthus
Acapulco
accede
accelerate
accelerometer
accent
accentual
accentuate
accept
acceptant
acceptor
access
accessible
accession
accessory
.H 4 "hej hopp"
accident
accidental
accipiter
acclaim
acclamation
acclimate
accolade
accommodate
accompaniment
accompanist
accompany
accomplice
accomplish
accord
accordant
accordion
accost
account
accountant
Accra
accredit
accreditate
accreditation
accretion
accrual
accrue
acculturate
accumulate
accuracy
accurate
accusation
accusative
accusatory
accuse
accustom
ace
acerbic
acerbity
acetate
acetic
acetone
acetylene
ache
achieve
Achilles
aching
achromatic
acid
acidic
acidulous
.H 5 "hej hopp"
Ackerman
Ackley
acknowledge
acknowledgeable
ACM
acme
acolyte
acorn
acoustic
acquaint
acquaintance
acquiesce
acquiescent
acquire
acquisition
acquisitive
acquit
acquittal
acquitting
acre
acreage
acrid
acrimonious
acrimony
acrobacy
acrobat
acrobatic
acronym
acropolis
across
acrylate
acrylic
ACS
act
Actaeon
actinic
actinide
actinium
actinolite
actinometer
activate
activation
activism
Acton
actor
actress
Acts
actual
actuarial
actuate
.H 6 "hej hopp"
acuity
acumen
acute
acyclic
ad
Ada
adage
adagio
Adair
Adam
adamant
Adams
Adamson
adapt
adaptation
adaptive
add
added
addend
addenda
addendum
addict
Addis
Addison
addition
additional
additive
addle
address
addressee
Addressograph
adduce
Adelaide
Adele
Adelia
Aden
adenine
adenoma
adenosine
adept
adequacy
adequate
adhere
adherent
adhesion
adhesive
adiabatic
adieu
adipic
Adirondack
.H 7 "hej hopp"
adjacent
adject
adjectival
adjective
adjoin
adjoint
adjourn
adjudge
adjudicate
adjunct
adjust
adjutant
Adkins
Adler
administer
administrable
administrate
administratrix
admiral
admiralty
admiration
admire
admissible
admission
admit
admittance
admitted
admitting
admix
admixture
admonish
admonition
ado
adobe
adolescent
Adolph
Adolphus
Adonis
adopt
adoption
adoptive
adore
adorn
adposition
adrenal
adrenaline
Adrian
Adriatic
Adrienne
adrift
adroit
adsorb
adsorbate
adsorption
adsorptive
adulate
adult
adulterate
adulterous
adultery
adulthood
advance
advantage
advantageous
advent
adventitious
adverse
advert
advertise
advice
advisable
advise
advisee
advisor
advisory
advocacy
advocate
Aegean
aegis
Aeneas
Aeneid
aeolian
Aeolus
aerate
aerial
Aerobacter
aerobic
aerodynamic
aerogene
aeronautic
aerosol
aerospace
Aeschylus
aesthete
aesthetic
.H 1 "hej hopp"
acuity
acumen
acute
acyclic
ad
Ada
adage
adagio
Adair
Adam
adamant
Adams
Adamson
adapt
adaptation
adaptive
add
added
addend
addenda
addendum
addict
Addis
Addison
addition
additional
additive
addle
address
addressee
Addressograph
adduce
Adelaide
Adele
Adelia
Aden
adenine
adenoma
adenosine
adept
adequacy
adequate
adhere
adherent
adhesion
adhesive
adiabatic
adieu
adipic
Adirondack
.H 2 "hej hopp"
adjacent
adject
adjectival
adjective
adjoin
adjoint
adjourn
adjudge
adjudicate
.H 2 "hej hopp"
adjunct
adjust
adjutant
Adkins
Adler
administer
administrable
administrate
administratrix
admiral
admiralty
admiration
admire
admissible
admission
admit
admittance
admitted
admitting
admix
admixture
admonish
admonition
ado
adobe
adolescent
Adolph
Adolphus
Adonis
adopt
adoption
adoptive
adore
adorn
adposition
adrenal
adrenaline
Adrian
Adriatic
Adrienne
adrift
adroit
adsorb
adsorbate
adsorption
adsorptive
adulate
adult
adulterate
adulterous
adultery
adulthood
advance
advantage
advantageous
advent
adventitious
adverse
advert
advertise
advice
advisable
advise
advisee
advisor
advisory
advocacy
advocate
Aegean
aegis
Aeneas
Aeneid
aeolian
Aeolus
aerate
aerial
Aerobacter
aerobic
aerodynamic
aerogene
aeronautic
aerosol
aerospace
Aeschylus
aesthete
aesthetic
.RP 0 1
.TC

View File

@ -0,0 +1,109 @@
.nr Cl 6
.INITR setr
.H 1 " granary grand grandchild grandchildren granddaughter grandeur"
.SETR ref1
.H 2 "grandfather grandiloquent grandiose grandma grandmother grandnephew"
.H 2 "grandniece grandpa grandparent grandson grandstand granite granitic"
.H 2 "granny granola grant grantee grantor granular granulate"
.SETR ref2
.H 2 "granule Granville grape"
grant
grantee
grantor
granular
granulate
.br
granule
.B
REF 9:
.GETHN ref9
, page number
.GETPN ref9
.R
Granville
grape
.br
grapefruit
grapevine
graph
grapheme
graphic
graphite
\fBExhibit\fP
.GETHN ex1
grapple
grasp
grass
grassland
grassy
grata
grate
.H 2 "grapefruit grapevine graph grapheme graphic graphite"
.H 3 "grapple"
.SETR ref3
.H 3 "grasp grass grassland grassy grata grate grateful"
.H 3 "grater gratify gratis gratitude"
.H 4 "gratuitous gratuity grave"
.H 4 "gravel graven"
.SETR ref4
.H 1 "Graves gravestone graveyard gravid gravitate gravy gray"
.H 2 "graybeard grayish Grayson graywacke graze grease greasy great greatcoat"
.H 2 "greater grebe Grecian Greece greed greedy Greek green Greenbelt Greenberg"
.H 2 "Greenblatt Greenbriar Greene greenery"
.SETR ref5
.H 1 "Greenfield greengrocer greenhouse greenish Greenland Greensboro"
.H 1 "greensward greenware Greenwich greenwood Greer greet"
grant
grantee
.DS
Advertisements contain the only truths to be relied on in a newspaper.
-- Thomas Jefferson
.EX fortune "" "" ex1
.DE
grantor
granular
.GETR ref1
granulate
granule
.H 2 "Using variables"
.B
REF 2:
.GETHN ref2 c
.GETPN ref2 bbb
\*c, page number \*[bbb]
.R
Granville
grape
grapefruit
grapevine
graph
grapheme
.H 2 "Greg gregarious Gregg Gregory gremlin grenade Grendel"
.H 2 "Grenoble Gresham Greta Gretchen"
.SETR ref6
.H 2 "grew"
.H 1 "grey greyhound greylag grid griddle gridiron grief"
.H 1 "grievance grieve grievous griffin Griffith grill grille grilled grillwork"
.H 3 "grim grimace Grimaldi grime Grimes Grimm grin grind grindstone"
.H 3 "grip gripe grippe grisly grist gristmill Griswold grit"
.SETR ref7
.H 3 "gritty grizzle grizzly groan groat grocer grocery groggy groin"
.H 1 "grommet groom groove grope grosbeak gross Grosset Grossman Grosvenor grotesque"
.H 1 "Groton ground groundsel groundskeep groundwork group groupoid"
.H 4 "grout grove grovel Grover grow growl grown grownup growth grub grubby"
.H 4 "grudge gruesome gruff grumble Grumman grunt gryphon g's"
.SETR ref8
.H 4 "GSA GU Guam guanidine guanine guano guarantee guaranteeing guarantor"
.H 4 "guaranty"
.H 1 "guard guardhouse Guardia guardian Guatemala gubernatorial Guelph Guenther"
.H 1 "guerdon guernsey guerrilla guess guesswork guest guffaw Guggenheim"
.SETR ref9
.H 1 "Guiana guidance guide guidebook guideline guidepost guiding"
.H 1 "guignol"
.GETR ref6
.H 1 "guild guildhall guile Guilford guillemot guillotine guilt"
.SETR ref10
.H 1 "guilty guinea guise guitar gules gulf gull Gullah"
.H 1 "gullet gullible gully gulp gum gumbo gumdrop gummy gumption"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,82 @@
.\"
.\" $Id: groff_mmse.man,v 2.0 2000/09/14 03:40:24 jhaegg Exp $
.\" Skrivet av Jörgen Hägg, Lund, Sverige
.\"
.TH GROFF_MMSE @MAN7EXT@ "@MDATE@" "Groff Version @VERSION@"
.SH NAMN
groff_mmse \- svenska mm makro för groff
.SH SYNTAX
.B groff
.B \-m@TMAC_M_PREFIX@mse
[
.IR flaggor .\|.\|.
]
[
.IR filer .\|.\|.
]
.SH BESKRIVNING
\fBm@TMAC_M_PREFIX@mse\fP är en svensk variant av \fBm@TMAC_M_PREFIX@m\fP. Alla texter
är översatta. En A4 sida får text som är 13 cm bred, 3.5 cm indragning
samt är 28.5 cm hög.
Det finns stöd för brevuppställning enligt svensk standard
för vänster och högerjusterad text.
.LP
\fBCOVER\fP kan använda \fIse_ms\fP som argument. Detta ger ett
svenskt försättsblad.
Se \fBgroff_mm(@MAN7EXT@)\fP för övriga detaljer.
.SH BREV
Tillgängliga brevtyper:
.TP
.B ".LT SVV"
Vänsterställd löptext med adressat i position T0 (vänsterställt).
.TP
.B ".LT SVH"
Högerställd löptext med adressat i position T4 (passar
fönsterkuvert).
.LP
Följande extra LO-variabler används.
.TP
.B ".LO DNAMN\fI namn\fP"
Anger dokumentets namn.
.TP
.br
.B ".LO MDAT\fI datum\fP"
Mottagarens datum, anges under \fBErt datum:\fP (\fBLetMDAT\fP).
.TP
.br
.B ".LO BIL\fI sträng\fP"
Anger bilaga, nummer eller sträng med \fBBilaga\fP (\fBLetBIL\fP)
som prefix.
.TP
.br
.B ".LO KOMP\fI text\fP"
Anger kompletteringsuppgift.
.TP
.br
.B ".LO DBET\fI beteckning\fP"
Anger dokumentbeteckning eller dokumentnummer.
.TP
.br
.B ".LO BET\fI beteckning\fP"
Anger beteckning (ärendebeteckning i form av diarienummer eller liknande).
.TP
.br
.B ".LO SIDOR\fI antal\fP"
Anger totala antalet sidor och skrivs ut efter sidnumret inom
parenteser.
.LP
Om makrot \fB.TP\fP är definierat anropas det efter utskrift av brevhuvudet.
Där lägger man lämpligen in postadress och annat som brevfot.
.SH "SKRIVET AV"
Jörgen Hägg, Lund, Sweden <Jorgen.Hagg@axis.se>
.SH FILER
.B @MACRODIR@/tmac.@TMAC_M_PREFIX@mse
.B @TMAC_MDIR@/se_*.cov
.SH "SE OCKSÅ"
.BR groff (@MAN1EXT@),
.BR @g@troff (@MAN1EXT@),
.BR @g@tbl (@MAN1EXT@),
.BR @g@pic (@MAN1EXT@),
.BR @g@eqn (@MAN1EXT@)
.br
.BR m@TMAC_M_PREFIX@m (@MAN7EXT@)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,146 @@
.\"------------
.\" $Id: 0.MT,v 2.0 2000/09/14 03:40:25 jhaegg Exp $
.\" Cover sheet. Memorandum type 0-3 and "string".
.\"------------
.if !r Au .nr Au 1
.nr cov*mt0-ind 1.1c
.de cov@print-title
.MOVE 4.8c 1.5c
.S 8
subject:
.sp -1.1
.S
.PGFORM
.ft \\*[@sdf_font]
.ll 9c
.fi
.cov*title
.ft
.ll
.nf
.if d cov*title-charge-case \fBCharge Case \\*[cov*title-charge-case]\fP
.if d cov*title-file-case \fBFile Case \\*[cov*title-file-case]\fP
.fi
..
.\"------------
.de cov@print-authors
.MOVE 5.7c 13.3c
.nf
.S 8
\\$1:
.br
.S
.sp -1
.in 0.8c
.ft \\*[@sdf_font]
.nr cov*i 0 1
.while \\n+[cov*i]<=\\n[cov*au] \{\
. cov@print-au1 \\n[cov*i] 1
. if \\n[Au] \{\
. cov@print-au2 \\n[cov*i] 3 4
. cov@print-au2 \\n[cov*i] 6 5
. cov@print-au1 \\n[cov*i] 7
. cov@print-au1 \\n[cov*i] 8
. cov@print-au1 \\n[cov*i] 9
. \}
. if \\n[cov*i]<\\n[cov*au] .SP 1
.\}
.ft
.if r cov*mt-tm-max \{\
. SP 1
. nr cov*i 0 1
. ft \\*[@sdf_font]
TM
. in 1.5c
. sp -1
. while \\n+[cov*i]<\\n[cov*mt-tm-max] \\*[cov*mt-tm!\\n[cov*i]]
. in
. ft
.\}
.fi
.PGFORM
..
.\"------------
.\" index arg1
.de cov@print-au1
.if d cov*au!\\$1!\\$2 \\*[cov*au!\\$1!\\$2]
..
.\"------------
.de cov@print-au2
.\" index arg1 arg2
.if d cov*au!\\$1!\\$2 \\*[cov*au!\\$1!\\$2] \c
.if \\$3=5 .if d cov*au!\\$1!\\$3 x\c
.if d cov*au!\\$1!\\$3 \\*[cov*au!\\$1!\\$3]\c
.br
..
.\"------------
.de cov@print-date
.MOVE 4.8c 13.3c
.S 8
.nf
\\$1:
.br
.S
.sp -1
.in 0.8c
\f[\\*[@sdf_font]]\\*[cov*new-date]\fP
.br
.fi
.PGFORM
..
.\"------------
.de cov@print-firm
.if d cov*firm \{\
. MOVE 2.8c 0 17.7c
. S 18
. rj 1
\fB\\*[cov*firm]\fP
. S
. PGFORM
.\}
..
.\"------------
.de cov@print-abstract
.SP 3
.if d cov*abstract \{\
. misc@ev-keep cov*ev
. if \\n[cov*abs-ind]>0 \{\
. in +\\n[cov*abs-ind]u
. ll -\\n[cov*abs-ind]u
. \}
. ce
\fI\\$1\fP
. SP 1.5
. fi
. cov*abstract
. br
. ev
.\}
..
.\"-----------------
.ds cov*mt0-txt!1 MEMORANDUM FOR FILE
.ds cov*mt0-txt!2 PROGRAMMER'S NOTES
.ds cov*mt0-txt!3 ENGINEER'S NOTES
.if d cov*default-firm .if !d cov*firm .ds cov*firm \\*[cov*default-firm]
.\"
.if !d cov*mt-printed \{\
. cov@print-firm
. cov@print-title subject
. cov@print-date date
. cov@print-authors from
. cov@print-abstract \\*[cov*abs-name]
. SP 3
. if (\*[cov*mt-type]>=1)&(\*[cov*mt-type]<=3) \{\
. ce
\fI\*[cov*mt0-txt!\*[cov*mt-type]]\fP
. SP 1.5
. \}
. if \*[cov*mt-type]=6 \{\
. ce
\fI\*[cov*mt-type-text]\fP
. SP 1.5
. \}
. pg@enable-top-trap
. pg@enable-trap
. ds cov*mt-printed
.\}

View File

@ -0,0 +1,81 @@
.\"------------
.\" $Id: 4.MT,v 2.0 2000/09/14 03:40:25 jhaegg Exp $
.\" Cover sheet. Memorandum type 4
.\"------------
.de cov@print-title
.if !d cov*title .@error title (.TL) not defined!
.MOVE 2.4c
.S +4
.ad c
.fi
.B
.cov*title
.br
.S
.R
.ad b
.PGFORM
..
.\"------------
.de cov@print-authors
.SP 0.5
.I
.nr cov*i 0 1
.while \\n+[cov*i]<=\\n[cov*au] \{\
.ce
\\*[cov*au!\\n[cov*i]!1]
.br
.\}
.R
.PGFORM
..
.\"------------
.de cov@print-firm
.if !d cov*firm .@error firm (.AF) not defined!
.SP 0.5
.ce
\\*[cov*firm]
..
.\"------------
.de cov@print-abstract
.SP 2
.if d cov*abstract \{\
. misc@ev-keep cov*ev
. init@reset
. if \\n[cov*abs-ind]>0 \{\
. in +\\n[cov*abs-ind]u
. ll -\\n[cov*abs-ind]u
. \}
. ce
\fI\\*[cov*abs-name]\fP
. SP 2
. fi
. cov*abstract
. br
. ev
.\}
..
.\"-----------------
.if d cov*default-firm .if !d cov*firm .ds cov*firm \\*[cov*default-firm]
.if !d cov*mt-printed \{\
. cov@print-title
. cov@print-authors
. cov@print-firm
. if d cov*abstract \{\
. if !\n[cov*abs-arg] .cov@print-abstract
. \}
. SP 3
. nr hd*cur-bline \n[nl]
. ds cov*mt-printed
. pg@enable-top-trap
. pg@enable-trap
.\}
.de CS
.pg@disable-top-trap
.SK
.cov@print-title
.cov@print-authors
.cov@print-firm
.cov@print-abstract
..

View File

@ -0,0 +1,34 @@
.\"------------
.\" $Id: 5.MT,v 2.0 2000/09/14 03:40:25 jhaegg Exp $
.\" Cover sheet. Memorandum type 5
.\"------------
.nr cov*mt0-ind 1.1c
.de cov@print-title
.B
.ll 9c
.fi
.cov*title
.R
.ll
.nf
.if d cov*title-charge-case \fBCharge Case \\*[cov*title-charge-case]\fP
.if d cov*title-file-case \fBFile Case \\*[cov*title-file-case]\fP
.fi
..
.\"------------
.de cov@print-date
.rj 1
\f[\\*[@sdf_font]]\\*[cov*new-date]\fP
.br
..
.\"------------
.if !d cov*mt-printed \{\
. SP 1.9c
. cov@print-title
. SP 1.2c
. cov@print-date
. SP 3
. pg@enable-top-trap
. pg@enable-trap
. ds cov*mt-printed
.\}

View File

@ -0,0 +1,84 @@
.\"------------
.\" $Id: ms.cov,v 2.0 2000/09/14 03:40:25 jhaegg Exp $
.\" Cover sheet. Mostly like ms cover.
.\"------------
.de cov@print-title
.in 0
.misc@ev-keep cov*ev
.init@reset
.ad c
.hy 0
.fi
.B
.cov*title
.br
.ad b
.R
.ev
..
.\"------------
.de cov@print-authors
.SP
.nr cov*i 0 1
.while \\n+[cov*i]<=\\n[cov*au] \{\
. ce
\fI\\*[cov*au!\\n[cov*i]!1]\fP
. nr cov*j 0 1
. while \\n+[cov*j]<=9 \{\
. if d cov*at!\\n[cov*i]!\\n[cov*j] \{\
. if \w'\\*[cov*at!\\n[cov*i]!\\n[cov*j]]' \{\
. ce
\s-1\\*[cov*at!\\n[cov*i]!\\n[cov*j]]\s0
. .\}
. \}
. \}
.\}
..
.\"------------
.de cov@print-firm
.SP .5
.ce
\\*[cov*firm]
..
.\"------------
.de cov@print-abstract
.SP 2
.if d cov*abstract \{\
. misc@ev-keep cov*ev
. init@reset
. if \\n[cov*abs-ind]>0 \{\
. in +\\n[cov*abs-ind]u
. ll -\\n[cov*abs-ind]u
. \}
. ce
\fI\\$1\fP
. SP 1.5
. fi
. cov*abstract
. br
. ev
.\}
..
.\"------------
.de cov@print-date
.SP 2
\f[\\*[@sdf_font]]\\*[cov*new-date]\fP
..
.\"-----------------
.de COVEND
.br
.if d cov*default-firm .if !d cov*firm .ds cov*firm \\*[cov*default-firm]
.sp |4.2c
.cov@print-title
.cov@print-authors
.cov@print-firm
.cov@print-abstract \\*[cov*abs-name]
.cov@print-date
.pg@enable-top-trap
.bp 1
.pg@enable-trap
.if d cov*abs-arg .if \\n[cov*abs-arg] \{\
. cov@print-abstract ABSTRACT
. SP 2
.\}
..

View File

@ -0,0 +1,3 @@
.\" $Id: se_ms.cov,v 2.0 2000/09/14 03:40:25 jhaegg Exp $
.mso mm/ms.cov
.nr cur*abstract-ll 11c

View File

@ -0,0 +1,48 @@
.\"
.\" $Id: mmroff.man,v 2.0 2000/09/14 03:40:24 jhaegg Exp $
.\"
.TH MMROFF @MAN7EXT@ "@MDATE@" "Groff Version @VERSION@"
.SH NAME
mmroff \- reference preprocessor
.SH SYNOPSIS
.B mmroff
[
.I -x
]
.I groff_arguments
.SH DESCRIPTION
\fBmmroff\fP is a simple preprocessor for \fBgroff\fP, it is
used for expanding references in \fBm@TMAC_M_PREFIX@m\fP, see
\fBgroff_mm(@MAN7EXT@)\fP.
\fBgroff\fP is executed twice, first with \fB-z\fP and \fB-rRef=1\fR
to collect all references and then to do the real processing
when the reference file is up to date.
.TP
\fB\-x\fR
Just create the reference file. This can be used to refresh
the reference file, it isn't always needed to have accurate
references and by using this option \fBgroff\fP will only
be run once.
.\".SH BUGS
.SH AUTHOR
Jörgen Hägg, Lund, Sweden <jh@axis.se>.
.SH FILES
.TP
.B @MACRODIR@/tmac.@TMAC_M_PREFIX@m
.TP
.B @TMAC_MDIR@/*.cov
.TP
.B @TMAC_MDIR@/*.MT
.TP
.B @TMAC_MDIR@/locale
.SH "SEE ALSO"
.BR groff_mm(@MAN7EXT@),
.BR groff_mmse(@MAN7EXT@),
.BR groff (@MAN1EXT@),
.BR @g@troff (@MAN1EXT@),
.BR @g@tbl (@MAN1EXT@),
.BR @g@pic (@MAN1EXT@),
.BR @g@eqn (@MAN1EXT@)
.br
.BR mm (@MAN7EXT@)
.BR m@TMAC_M_PREFIX@mse (@MAN7EXT@)

View File

@ -0,0 +1,134 @@
#!/usr/bin/perl
use strict;
# runs groff in safe mode, that seems to be the default
# installation now. That means that I have to fix all nice
# features outside groff. Sigh.
# I do agree however that the previous way opened a whole bunch
# of security holes.
my $no_exec;
# check for -x and remove it
if (grep(/^-x$/, @ARGV)) {
$no_exec++;
@ARGV = grep(!/^-x$/, @ARGV);
}
my $check_macro = "groff -rRef=1 -z @ARGV";
my $run_macro = "groff @ARGV";
my (%cur, $rfilename, $max_height, $imacro, $max_width, @out, @indi);
open(MACRO, "$check_macro 2>&1 |") || die "run $check_macro:$!";
while(<MACRO>) {
if (m#^\.\\" Rfilename: (\S+)#) {
# remove all directories just to be more secure
($rfilename = $1) =~ s#.*/##;
next;
}
if (m#^\.\\" Imacro: (\S+)#) {
# remove all directories just to be more secure
($imacro = $1) =~ s#.*/##;
next;
}
if (m#^\.\\" Index: (\S+)#) {
# remove all directories just to be more secure
my $f;
($f = $1) =~ s#.*/##;
&print_index($f, \@indi, $imacro);
@indi = ();
$imacro = '';
next;
}
my $x;
if (($x) = m#^\.\\" IND (.+)#) {
$x =~ s#\\##g;
my @x = split(/\t/, $x);
grep(s/\s+$//, @x);
push(@indi, join("\t", @x));
next;
}
if (m#^\.\\" PIC id (\d+)#) {
%cur = ('id', $1);
next;
}
if (m#^\.\\" PIC file (\S+)#) {
&psbb($1);
&ps_calc($1);
next;
}
if (m#^\.\\" PIC (\w+)\s+(\S+)#) {
eval "\$cur{'$1'} = '$2'";
next;
}
s#\\ \\ $##;
push(@out, $_);
}
close(MACRO);
if ($rfilename && @out) {
push(@out, ".nr pict*max-height $max_height\n") if defined $max_height;
push(@out, ".nr pict*max-width $max_width\n") if defined $max_width;
open(OUT, ">$rfilename") || "create $rfilename:$!";
my $i;
for $i (@out) {
print OUT $i;
}
close(OUT);
}
exit 0 if $no_exec;
exit system($run_macro);
sub print_index {
my ($f, $ind, $macro) = @_;
open(OUT, ">$f") || "create $f:$!";
my $i;
for $i (sort @$ind) {
if ($macro) {
$i = '.'.$macro.' "'.join('" "', split(/\t/, $i)).'"';
}
print OUT "$i\n";
}
close(OUT);
}
sub ps_calc {
my ($f) = @_;
my $w = abs($cur{'llx'}-$cur{'urx'});
my $h = abs($cur{'lly'}-$cur{'ury'});
$max_width = $w if $w > $max_width;
$max_height = $h if $h > $max_height;
my $id = $cur{'id'};
push(@out, ".ds pict*file!$id $f\n");
push(@out, ".ds pict*id!$f $id\n");
push(@out, ".nr pict*llx!$id $cur{'llx'}\n");
push(@out, ".nr pict*lly!$id $cur{'lly'}\n");
push(@out, ".nr pict*urx!$id $cur{'urx'}\n");
push(@out, ".nr pict*ury!$id $cur{'ury'}\n");
push(@out, ".nr pict*w!$id $w\n");
push(@out, ".nr pict*h!$id $h\n");
}
sub psbb {
my ($f) = @_;
unless (open(IN, $f)) {
print STDERR "Warning: Postscript file $f:$!";
next;
}
while(<IN>) {
if (/^%%BoundingBox:\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)/) {
$cur{'llx'} = $1;
$cur{'lly'} = $2;
$cur{'urx'} = $3;
$cur{'ury'} = $4;
}
}
close(IN);
}

View File

@ -0,0 +1,184 @@
.\" $Id: mse.tmac,v 2.1 2000/11/17 04:26:02 jhaegg Exp $
.\"
.\" swedish version of mm
.\" See m.tmac for version-information.
.ds @language se
.mso m.tmac
.ISODATE
.\"
.ds App Bilaga
.ds Lf Figurer
.ds Lt Tabeller
.ds Lx Uppställningar
.ds Le Ekvationer
.\" Page length
.if !r L .nr @pl 28.5c
.\" page width
.if !r W .nr @ll 13c
.\" page offset
.if !r O .nr @po 3.5c
.\" set the above parameters
.ll \n[@ll]u
.po \n[@po]u
.pl \n[@pl]u
.ds Lifg Figur
.ds Litb Tabell
.ds Liex Uppställning
.ds Liec Ekvation
.ds Licon Innehållsförteckning
.ds Qrf Se kapitel \\*[Qrfh], sidan \\*[Qrfp].
.ds Rp Referenser
.ds Letfc Vänliga hälsningar
.ds Letapp Godkänd av:
.ds Letdate datum
.ds Letconf KONFIDENTIELLT
.ds Letsal Till vederbörande:
.ds Letatt ATTENTION:
.ds Letsubj Innehåll:
.ds Letref Refererande till:
.\"
.ds Letns!copy Kopia \" space!
.ds Letns!to " till
.ds Letns!0 Kopia till
.ds Letns!1 Kopia (med att.) till
.ds Letns!2 Kopia (utan att.) till
.ds Letns!3 Att.
.ds Letns!4 Atts.
.ds Letns!5 Enc.
.ds Letns!6 Encs.
.ds Letns!7 Annat försättsblad
.ds Letns!8 Brev till
.ds Letns!9 Dokument till
.ds Letns!10 Kopia (med atts.) till
.ds Letns!11 Kopia (utan atts.) till
.ds Letns!12 Endast abstract till
.ds Letns!13 Hela dokumentet till
.ds Letns!14 CC:
.\"
.ds MO1 januari
.ds MO2 februari
.ds MO3 mars
.ds MO4 april
.ds MO5 maj
.ds MO6 juni
.ds MO7 juli
.ds MO8 augusti
.ds MO9 september
.ds MO10 oktober
.ds MO11 november
.ds MO12 december
.nr pg*footer-size 4\" 1v+footer+even/odd footer+1v
.\"------------------------------------------------
.\" Dokumentnamn
.ds LetDNAMN
.\" Mottagarens datum
.ds LetMDAT Ert datum:
.\" Bilaga
.ds LetBIL Bilaga \"
.\" Kompletteringsuppgift
.ds LetKOMP
.\" Dokumentbeteckning eller dokumentnummer
.ds LetDBET
.\" Beteckning (ärendebeteckning i form av diarienummer e.d.
.ds LetBET Beteckning:
.\" Mottagarens beteckning.
.ds LetMBET Er beteckning:
.\" Antal sidor
.ds LetSIDOR
.\" Svensk standard med högerställd löptext. ---------------------
.de let@init_SVH
.in 4.57c
.ll 17.57c
..
.de let@head_SVH
.rm let@header
.let@print_SV H
..
.de let@sg_SVH
..
.de let@fc_SVH
..
.\" Svensk standard med vänsterställd löptext. ---------------------
.de let@init_SVV
..
.de let@head_SVV
.rm let@header
.let@print_SV V
..
.de let@sg_SVV
..
.de let@fc_SVV
..
.\"--------------------------------
.de let@print_SV
.nf
.\" pos T0 -----------------------------------
.in 0
.sp |3
.if d let@wa-div .let@wa-div
.\"----- addressat
.if '\\$1'V' .if d let@ia-div \{\
. sp |10
. let@ia-div
.\}
.\" pos T4 -----------------------------------
.in 9.14c
.\"----- kompletteringsuppgift
.if d let*lo-KOMP \{\
. sp |2
\\*[let*lo-KOMP]
.\}
.\"----- dokumentnamn
.if d let*lo-DNAMN \{\
. sp |3
\\*[let*lo-DNAMN]
.\}
.\"----- datum
.if d cov*new-date \{\
. sp |5
Datum:
\\*[cov*new-date]
.\}
.\"----- mottagarens datum
.if d let*lo-MDAT \{\
. sp |7
\\*[LetMDAT]
\\*[let*lo-MDAT]
.\}
.\"----- addressat
.if '\\$1'H' .if d let@ia-div \{\
. sp |10
. let@ia-div
.\}
.\" pos T6 -----------------------------------
.in 13.72c
.\"----- mottagarens beteck.
.if d let*lo-MBET \{\
. sp |7
\\*[LetMBET]
\\*[let*lo-MBET]
.\}
.\"----- dokumentbeteck.
.if d let*lo-BET \{\
. sp |3
\\*[LetBET]
\\*[let*lo-BET]
.\}
.\" pos T7 -----------------------------------
.in 16c
.\"----- bilaga
.if d let*lo-BIL \{\
. sp |2
\\*[LetBIL]\\*[let*lo-BIL]
.\}
.\"
.\"----- sidnummer
.sp |3
.ie d let*lo-SIDOR \\n[%] (\\*[let*lo-SIDOR])
.el \\n[%]
.\"
.\" Ta hand om special
.if d TP .TP
.sp |17
..
.\" -----------------------------------

View File

@ -26,7 +26,7 @@ MEMACROS=../tmac/tmac.e
SOELIM=../src/preproc/soelim/soelim
version=`cat ../VERSION`
# No additional number for the groff archive if revision is zero
# No additional number if revision is zero
revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ../REVISION`
all: $(DOCS)
@ -54,13 +54,13 @@ all: $(DOCS)
GROFF_TMAC_PATH=../tmac; \
export GROFF_TMAC_PATH; \
sed -e "s;@VERSION@;$(version)$(revision);" $< \
| $(GROFF) -Tascii $(FFLAG) -U -ms -markup >$@
| $(GROFF) -Tascii $(FFLAG) -U -ms -mwww >$@
.ms.ps:
GROFF_TMAC_PATH=../tmac; \
export GROFF_TMAC_PATH; \
sed -e "s;@VERSION@;$(version)$(revision);" $< \
| $(GROFF) -Tps $(FFLAG) -U -ms -markup >$@
| $(GROFF) -Tps $(FFLAG) -U -ms -mwww >$@
.texinfo.dvi:
texi2dvi -e $<

File diff suppressed because it is too large Load Diff

View File

@ -2,9 +2,9 @@
.\" with groff.
.\"
.\"
.\" To make it work with other output devices also, we include tmac.arkup
.\" To make it work with other output devices also, we include arkup.tmac
.\" directly.
.mso tmac.arkup
.mso arkup.tmac
.\"
.LP
.\"
@ -139,16 +139,18 @@ bug-groff@gnu.org for reporting bugs
groff@gnu.org for general discussion of groff
groff-commit@ffii.org a read-only list showing logs of
commitments to the CVS repository
\fR
\fP
.fi
.RE
.sp
.LP
Note that groff@gnu.org is an alias for groff@ffii.org; you must be
subscribed to the `groff' and `groff-commit' lists to send mails.
Note that groff@gnu.org is an alias for
.MAILTO groff@ffii.org groff@ffii.org ;
you must be subscribed to the `groff' and `groff-commit' lists to send mails.
.LP
To subscribe, send e-mail to [list]-request@[domain] (example:
groff-request@ffii.org) with the word `subscribe' in either the
.MAILTO groff-request@ffii.org groff-request@ffii.org )
with the word `subscribe' in either the
subject or body of the e-mail (don't include the quotes).
.LP
GNU groff was written by
@ -157,6 +159,6 @@ It is now maintained by
.MAILTO Ted.Harding@nessie.mcc.ac.uk "Ted Harding"
and
.MAILTO wl@gnu.org "Werner Lemberg" .
.LINE
.br
.
.\" EOF

View File

@ -1271,7 +1271,7 @@ is spread or broken (including hyphenated).
In other words,
it is safe in nofill mode only.
.TL
.b sm
.b .sm
.i W
.i X
.DE
@ -2021,7 +2021,7 @@ NAME TYPE DESCRIPTION
\e0 F\(sc unpaddable digit-width space
\&.1c M revert to single column output
\&.2c M begin two column output
\e*: S umlat
\e*: S umlaut
\e*< S begin subscript
\e*> S end subscript
\&.EN M end equation

View File

@ -10,7 +10,7 @@
.\" This document was written for free use and redistribution by
.\" Eric S. Raymond <esr@thyrsus.com> in August 1995.
.\"
.\" $Id: pic.ms,v 1.1.1.1 2000/02/06 09:39:20 wlemb Exp $
.\" $Id: pic.ms,v 1.3 2001/04/13 17:11:32 wlemb Exp $
.\"
.\" Set a proper TeX
.ie t .ds tx T\h'-.1667m'\v'.224m'E\v'-.224m'\h'-.125m'X
@ -806,7 +806,7 @@ Objects are also numbered backwards by type from the last one of
You can say \fB2nd last box\fP to get the second-to-last box, or
\fB3rd last ellipse\fP to get the third-to-last box.
.PP
In places where \fIn\fBth\fP is allowed, \fB`\fIexpr\fB'th\fP is also allowed.
In places where \fIn\fBth\fR is allowed, \fB`\fIexpr\fB'th\fR is also allowed.
Note that
.B 'th
is a single token: no space is allowed between the
@ -947,7 +947,7 @@ abbreviated to \fB.t\fP, \fB.b\fP, \fB.l\fP and \fB.r\fP).
.PP
The names \fBcenter\fP, \fBtop\fP, \fBbottom\fP, \fBleft\fP and
\fBright\fP can also be used (without the leading dot) in a prefix
form marked by \fBof\fP; thus, \fPcenter of last circle\fB and
form marked by \fBof\fP; thus, \fBcenter of last circle\fP and
\fBtop of 2nd last ellipse\fP are both valid object references.
.PP
Arc objects also have compass point; they are the compass points of
@ -1004,7 +1004,7 @@ numerator/denominator form or may be an ordinary number (values are
\&\fInot\fP restricted to [0,1]). As an alternative to this verbose
syntax, you can say `\fIfraction\fP \fB<\fP\fIposition1\fP \fB,\fP
\fIposition2\fP\fB>\fP.'; thus, the example could also be written
\fB1/3\fP <here, last ellipse>\fP.
\fB1/3 <here, last ellipse>\fP.
.KS
.PS
arrow up right;
@ -1048,9 +1048,9 @@ objects.
.KS
.PS
box invis wid 2 height 1;
dot(last box .ne); "\fB(B,A)\fB is here" ljust at last circle + (0.1, 0.1);
dot(last box .ne); "\fB(B,A)\fP is here" ljust at last circle + (0.1, 0.1);
dot(last box .se); "B" ljust at last circle + (0.1, -0.1)
dot(last box .sw); "\fB(A,B)\fB is here" rjust at last circle + (-0.1, -0.1);
dot(last box .sw); "\fB(A,B)\fP is here" rjust at last circle + (-0.1, -0.1);
dot(last box .nw); "A" ljust at last circle + (-0.1, 0.1)
.PE
.CE "5: Using (\fIx\fP, \fIy\fP) composition"
@ -1368,16 +1368,17 @@ the usual way using parentheses. GNU \fBgpic\fP allows logical
operators to appear in expressions; ! (logical negation, not
factorial), &&, ||, ==, !=, >=, <=, <, >.
.PP
Various built-in functions are supported: \fBsin(\fIx\fP)\fP,
\fBcos(\fIx\fP)\fP, \fBlog(\fIx\fP)\fP, \fBexp(\fIx\fP)\fP,
\fBsqrt(\fIx\fP)\fP, \fBmax(\fIx\fP,\fIy\fP)\fP,
\fBatan2(\fIx\fP,\fIy\fP)\fP, \fBmin(\fIx\fP,\fIy\fP)\fP,
\fBint(\fIx\fP\fB)\fP, and \fBrand()\fP, Both \fBexp\fP and \fBlog\fP are
Various built-in functions are supported: \fBsin(\fIx\fB)\fR,
\fBcos(\fIx\fB)\fR, \fBlog(\fIx\fB)\fR, \fBexp(\fIx\fB)\fR,
\fBsqrt(\fIx\fB)\fR, \fBmax(\fIx\fB,\fIy\fB)\fR,
\fBatan2(\fIx\fB,\fIy\fB)\fR, \fBmin(\fIx\fB,\fIy\fB)\fR,
\fBint(\fIx\fB)\fR, and \fBrand()\fP.
Both \fBexp\fP and \fBlog\fP are
base 10; \fBint\fP does integer truncation; and \fBrand()\fP returns a
random number in [0-1).
.PP
GNU \fBgpic\fP also documents a one-argument form or rand,
\fBrand(\fIx\fP\fB)\fP, which returns a random number between 1 and
\fBrand(\fIx\fB)\fR, which returns a random number between 1 and
\fIx\fP, but this is deprecated and may be removed in a future
version.
.PP
@ -1966,7 +1967,7 @@ multiple-part pattern:
\&
\& line down from 1st box .s lineht;
\& A: line down;
\& line down from 2nd box .s; filter "\\fBhtml2ms";
\& line down from 2nd box .s; filter "\\fBhtml2ms\\fP";
\& B: line down;
\& line down from 3rd box .s; filter "\\fBformat\\fP";
\& C: line down;
@ -2032,7 +2033,7 @@ Top: [
line down from 1st box .s lineht;
A: line down;
line down from 2nd box .s; filter "\fBhtml2ms";
line down from 2nd box .s; filter "\fBhtml2ms\fP";
B: line down;
line down from 3rd box .s; filter "\fBformat\fP";
C: line down;
@ -2238,8 +2239,6 @@ The \f(CWat\fP primitive sets the center of the current object. The
\f(CWwith\fP attribute fixes the specified feature of the given object
to a specified location.
.PP
The \f(CWsolid\fR primitive is not yet supported in GNU \fBgpic\fR.
.PP
The \f(CWby\fR primitive is not documented in the tutorial portion of
the Kernighan paper, and should probably be considered unreliable.
.PP
@ -2295,7 +2294,7 @@ Objects of a given type are numbered from 1 upwards in order of
declaration; the \fBlast\fP modifier counts backwards.
.PP
The "'th" form (which allows you to select a previous object with an
expression, as opposed to a numeric literal) is bnot documented in DWB
expression, as opposed to a numeric literal) is not documented in DWB
\fBpic\fR(1).
.PP
The following style variables control output:

View File

@ -0,0 +1,308 @@
name CB
spacewidth 10
charset
--- 10,1 0 040
! 10,11 0 041
" 10,11 0 042
dq "
# 10,11,1 0 043
sh "
$ 10,12,1 0 044
Do "
% 10,11 0 045
& 10,9 0 046
' 10,11 0 047
cq "
( 10,11,2 0 050
) 10,11,2 0 051
* 10,11 0 052
+ 10,9 0 053
, 10,2,3 0 054
\- 10,6 0 055
. 10,2 0 056
/ 10,12,2 0 057
sl "
0 10,11 0 060
1 10,11 0 061
2 10,11 0 062
3 10,11 0 063
4 10,11 0 064
5 10,11 0 065
6 10,11 0 066
7 10,11 0 067
8 10,11 0 070
9 10,11 0 071
: 10,7 0 072
; 10,7,3 0 073
< 10,9 0 074
= 10,7 0 075
eq "
> 10,9 0 076
? 10,10 0 077
@ 10,11,1 0 0100
at "
A 10,10 0 0101
B 10,10 0 0102
C 10,10 0 0103
D 10,10 0 0104
E 10,10 0 0105
F 10,10 0 0106
G 10,10 0 0107
H 10,10 0 0110
I 10,10 0 0111
J 10,10 0 0112
K 10,10 0 0113
L 10,10 0 0114
M 10,10 0 0115
N 10,10 0 0116
O 10,10 0 0117
P 10,10 0 0120
Q 10,10,2 0 0121
R 10,10 0 0122
S 10,10 0 0123
T 10,10 0 0124
U 10,10 0 0125
V 10,10 0 0126
W 10,10 0 0127
X 10,10 0 0130
Y 10,10 0 0131
Z 10,10 0 0132
[ 10,11,2 0 0133
lB "
\ 10,12,2 0 0134
rs "
] 10,11,2 0 0135
rB "
^ 10,11 0 0136
a^ "
ha "
_ 10,0,3 0 0137
` 10,11 0 0140
oq "
a 10,7 0 0141
b 10,11 0 0142
c 10,7 0 0143
d 10,11 0 0144
e 10,7 0 0145
f 10,11 0 0146
g 10,7,3 0 0147
h 10,11 0 0150
i 10,10 0 0151
j 10,10,3 0 0152
k 10,11 0 0153
l 10,11 0 0154
m 10,7 0 0155
n 10,7 0 0156
o 10,7 0 0157
p 10,7,3 0 0160
q 10,7,3 0 0161
r 10,7 0 0162
s 10,7 0 0163
t 10,9 0 0164
u 10,7 0 0165
v 10,7 0 0166
w 10,7 0 0167
x 10,7 0 0170
y 10,7,3 0 0171
z 10,7 0 0172
{ 10,11,2 0 0173
lC "
| 10,11,2 0 0174
or "
ba "
} 10,11,2 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 10,7,3 0 0241
¡ "
ct 10,10 0 0242
¢ "
Po 10,10 0 0243
£ "
Cs 10,8 0 0244
¤ "
Ye 10,10 0 0245
¥ "
bb 10,11,2 0 0246
¦ "
sc 10,11,1 0 0247
§ "
ad 10,10 0 0250
¨ "
co 10,10 0 0251
© "
Of 10,10 0 0252
ª "
Fo 10,7 0 0253
« "
no 10,7 0 0254
¬ "
- 10,6 0 0255
hy "
­ "
rg 10,10 0 0256
® "
a- 10,10 0 0257
¯ "
de 10,11 0 0260
° "
+- 10,9 0 0261
± "
S2 10,11 0 0262
² "
S3 10,11 0 0263
³ "
aa 10,11 0 0264
´ "
µ 10,7,3 0 0265
ps 10,11,1 0 0266
¶ "
pc 10,6 0 0267
· "
ac 10,1,3 0 0270
¸ "
S1 10,11 0 0271
¹ "
Om 10,10 0 0272
º "
Fc 10,7 0 0273
» "
14 10,11 0 0274
¼ "
12 10,11 0 0275
½ "
34 10,11 0 0276
¾ "
r? 10,7,3 0 0277
¿ "
`A 10,14 0 0300
À "
'A 10,14 0 0301
Á "
^A 10,14 0 0302
 "
~A 10,13 0 0303
à "
:A 10,13 0 0304
Ä "
oA 10,14 0 0305
Å "
AE 10,10 0 0306
Æ "
,C 10,10,3 0 0307
Ç "
`E 10,14 0 0310
È "
'E 10,14 0 0311
É "
^E 10,14 0 0312
Ê "
:E 10,13 0 0313
Ë "
`I 10,14 0 0314
Ì "
'I 10,14 0 0315
Í "
^I 10,14 0 0316
Î "
:I 10,13 0 0317
Ï "
-D 10,10 0 0320
Ð "
~N 10,13 0 0321
Ñ "
`O 10,14 0 0322
Ò "
'O 10,14 0 0323
Ó "
^O 10,14 0 0324
Ô "
~O 10,13 0 0325
Õ "
:O 10,13 0 0326
Ö "
mu 10,8 0 0327
× "
/O 10,11,1 0 0330
Ø "
`U 10,14 0 0331
Ù "
'U 10,14 0 0332
Ú "
^U 10,14 0 0333
Û "
:U 10,13 0 0334
Ü "
'Y 10,14 0 0335
Ý "
TP 10,10 0 0336
Þ "
ss 10,11 0 0337
ß "
`a 10,11 0 0340
à "
'a 10,11 0 0341
á "
^a 10,11 0 0342
â "
~a 10,10 0 0343
ã "
:a 10,10 0 0344
ä "
oa 10,12 0 0345
å "
ae 10,7 0 0346
æ "
,c 10,7,3 0 0347
ç "
`e 10,11 0 0350
è "
'e 10,11 0 0351
é "
^e 10,11 0 0352
ê "
:e 10,10 0 0353
ë "
`i 10,11 0 0354
ì "
'i 10,11 0 0355
í "
^i 10,11 0 0356
î "
:i 10,10 0 0357
ï "
Sd 10,12 0 0360
ð "
~n 10,10 0 0361
ñ "
`o 10,11 0 0362
ò "
'o 10,11 0 0363
ó "
^o 10,11 0 0364
ô "
~o 10,10 0 0365
õ "
:o 10,10 0 0366
ö "
di 10,9 0 0367
÷ "
/o 10,8,1 0 0370
ø "
`u 10,11 0 0371
ù "
'u 10,11 0 0372
ú "
^u 10,11 0 0373
û "
:u 10,10 0 0374
ü "
'y 10,11,3 0 0375
ý "
Tp 10,11,3 0 0376
þ "
:y 10,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CBI
spacewidth 10
charset
--- 10,1 0 040
! 10,11 0 041
" 10,11 0 042
dq "
# 10,11,1 0 043
sh "
$ 10,12,1 0 044
Do "
% 10,11 0 045
& 10,9 0 046
' 10,11 0 047
cq "
( 10,11,2 0 050
) 10,11,2 0 051
* 10,11 0 052
+ 10,9 0 053
, 10,2,3 0 054
\- 10,6 0 055
. 10,2 0 056
/ 10,12,2 0 057
sl "
0 10,11 0 060
1 10,11 0 061
2 10,11 0 062
3 10,11 0 063
4 10,11 0 064
5 10,11 0 065
6 10,11 0 066
7 10,11 0 067
8 10,11 0 070
9 10,11 0 071
: 10,7 0 072
; 10,7,3 0 073
< 10,9 0 074
= 10,7 0 075
eq "
> 10,9 0 076
? 10,10 0 077
@ 10,11,1 0 0100
at "
A 10,10 0 0101
B 10,10 0 0102
C 10,10 0 0103
D 10,10 0 0104
E 10,10 0 0105
F 10,10 0 0106
G 10,10 0 0107
H 10,10 0 0110
I 10,10 0 0111
J 10,10 0 0112
K 10,10 0 0113
L 10,10 0 0114
M 10,10 0 0115
N 10,10 0 0116
O 10,10 0 0117
P 10,10 0 0120
Q 10,10,2 0 0121
R 10,10 0 0122
S 10,10 0 0123
T 10,10 0 0124
U 10,10 0 0125
V 10,10 0 0126
W 10,10 0 0127
X 10,10 0 0130
Y 10,10 0 0131
Z 10,10 0 0132
[ 10,11,2 0 0133
lB "
\ 10,12,2 0 0134
rs "
] 10,11,2 0 0135
rB "
^ 10,11 0 0136
a^ "
ha "
_ 10,0,3 0 0137
` 10,11 0 0140
oq "
a 10,7 0 0141
b 10,11 0 0142
c 10,7 0 0143
d 10,11 0 0144
e 10,7 0 0145
f 10,11 0 0146
g 10,7,3 0 0147
h 10,11 0 0150
i 10,10 0 0151
j 10,10,3 0 0152
k 10,11 0 0153
l 10,11 0 0154
m 10,7 0 0155
n 10,7 0 0156
o 10,7 0 0157
p 10,7,3 0 0160
q 10,7,3 0 0161
r 10,7 0 0162
s 10,7 0 0163
t 10,9 0 0164
u 10,7 0 0165
v 10,7 0 0166
w 10,7 0 0167
x 10,7 0 0170
y 10,7,3 0 0171
z 10,7 0 0172
{ 10,11,2 0 0173
lC "
| 10,11,2 0 0174
or "
ba "
} 10,11,2 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 10,7,4 0 0241
¡ "
ct 10,10 0 0242
¢ "
Po 10,10 0 0243
£ "
Cs 10,8 0 0244
¤ "
Ye 10,10 0 0245
¥ "
bb 10,11,2 0 0246
¦ "
sc 10,11,1 0 0247
§ "
ad 10,10 0 0250
¨ "
co 10,10 0 0251
© "
Of 10,10 0 0252
ª "
Fo 10,7 0 0253
« "
no 10,7 0 0254
¬ "
- 10,6 0 0255
hy "
­ "
rg 10,10 0 0256
® "
a- 10,9 0 0257
¯ "
de 10,11 0 0260
° "
+- 10,10 0 0261
± "
S2 10,11 0 0262
² "
S3 10,11 0 0263
³ "
aa 10,11 0 0264
´ "
µ 10,7,3 0 0265
ps 10,11,1 0 0266
¶ "
pc 10,6 0 0267
· "
ac 10,0,3 0 0270
¸ "
S1 10,11 0 0271
¹ "
Om 10,10 0 0272
º "
Fc 10,7 0 0273
» "
14 10,11 0 0274
¼ "
12 10,11 0 0275
½ "
34 10,11 0 0276
¾ "
r? 10,7,4 0 0277
¿ "
`A 10,14 0 0300
À "
'A 10,14 0 0301
Á "
^A 10,14 0 0302
 "
~A 10,13 0 0303
à "
:A 10,13 0 0304
Ä "
oA 10,14 0 0305
Å "
AE 10,10 0 0306
Æ "
,C 10,10,3 0 0307
Ç "
`E 10,14 0 0310
È "
'E 10,14 0 0311
É "
^E 10,14 0 0312
Ê "
:E 10,13 0 0313
Ë "
`I 10,14 0 0314
Ì "
'I 10,14 0 0315
Í "
^I 10,14 0 0316
Î "
:I 10,13 0 0317
Ï "
-D 10,10 0 0320
Ð "
~N 10,13 0 0321
Ñ "
`O 10,14 0 0322
Ò "
'O 10,14 0 0323
Ó "
^O 10,14 0 0324
Ô "
~O 10,13 0 0325
Õ "
:O 10,13 0 0326
Ö "
mu 10,8 0 0327
× "
/O 10,10 0 0330
Ø "
`U 10,14 0 0331
Ù "
'U 10,14 0 0332
Ú "
^U 10,14 0 0333
Û "
:U 10,13 0 0334
Ü "
'Y 10,14 0 0335
Ý "
TP 10,10 0 0336
Þ "
ss 10,11 0 0337
ß "
`a 10,11 0 0340
à "
'a 10,11 0 0341
á "
^a 10,11 0 0342
â "
~a 10,10 0 0343
ã "
:a 10,10 0 0344
ä "
oa 10,11 0 0345
å "
ae 10,7 0 0346
æ "
,c 10,7,3 0 0347
ç "
`e 10,11 0 0350
è "
'e 10,11 0 0351
é "
^e 10,11 0 0352
ê "
:e 10,10 0 0353
ë "
`i 10,11 0 0354
ì "
'i 10,11 0 0355
í "
^i 10,11 0 0356
î "
:i 10,10 0 0357
ï "
Sd 10,12 0 0360
ð "
~n 10,10 0 0361
ñ "
`o 10,11 0 0362
ò "
'o 10,11 0 0363
ó "
^o 10,11 0 0364
ô "
~o 10,10 0 0365
õ "
:o 10,10 0 0366
ö "
di 10,9 0 0367
÷ "
/o 10,8,1 0 0370
ø "
`u 10,11 0 0371
ù "
'u 10,11 0 0372
ú "
^u 10,11 0 0373
û "
:u 10,10 0 0374
ü "
'y 10,11,3 0 0375
ý "
Tp 10,11,3 0 0376
þ "
:y 10,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CI
spacewidth 10
charset
--- 10,1 0 040
! 10,11 0 041
" 10,11 0 042
dq "
# 10,11,1 0 043
sh "
$ 10,12,1 0 044
Do "
% 10,11 0 045
& 10,9 0 046
' 10,11 0 047
cq "
( 10,11,2 0 050
) 10,11,2 0 051
* 10,10 0 052
+ 10,9 0 053
, 10,2,2 0 054
\- 10,5 0 055
. 10,2 0 056
/ 10,11,2 0 057
sl "
0 10,11 0 060
1 10,11 0 061
2 10,11 0 062
3 10,11 0 063
4 10,11 0 064
5 10,11 0 065
6 10,11 0 066
7 10,11 0 067
8 10,11 0 070
9 10,11 0 071
: 10,7 0 072
; 10,7,2 0 073
< 10,9 0 074
= 10,7 0 075
eq "
> 10,9 0 076
? 10,10 0 077
@ 10,11,1 0 0100
at "
A 10,10 0 0101
B 10,10 0 0102
C 10,10 0 0103
D 10,10 0 0104
E 10,10 0 0105
F 10,10 0 0106
G 10,10 0 0107
H 10,10 0 0110
I 10,10 0 0111
J 10,10 0 0112
K 10,10 0 0113
L 10,10 0 0114
M 10,10 0 0115
N 10,10 0 0116
O 10,10 0 0117
P 10,10 0 0120
Q 10,10,2 0 0121
R 10,10 0 0122
S 10,10 0 0123
T 10,10 0 0124
U 10,10 0 0125
V 10,10 0 0126
W 10,10 0 0127
X 10,10 0 0130
Y 10,10 0 0131
Z 10,10 0 0132
[ 10,11,2 0 0133
lB "
\ 10,11,2 0 0134
rs "
] 10,11,2 0 0135
rB "
^ 10,11 0 0136
a^ "
ha "
_ 10,0,3 0 0137
` 10,11 0 0140
oq "
a 10,7 0 0141
b 10,10 0 0142
c 10,7 0 0143
d 10,10 0 0144
e 10,7 0 0145
f 10,10 0 0146
g 10,7,3 0 0147
h 10,10 0 0150
i 10,11 0 0151
j 10,11,3 0 0152
k 10,10 0 0153
l 10,10 0 0154
m 10,7 0 0155
n 10,7 0 0156
o 10,7 0 0157
p 10,7,3 0 0160
q 10,7,3 0 0161
r 10,7 0 0162
s 10,7 0 0163
t 10,9 0 0164
u 10,7 0 0165
v 10,7 0 0166
w 10,7 0 0167
x 10,7 0 0170
y 10,7,3 0 0171
z 10,7 0 0172
{ 10,11,2 0 0173
lC "
| 10,10,2 0 0174
or "
ba "
} 10,11,2 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 10,7,4 0 0241
¡ "
ct 10,10 0 0242
¢ "
Po 10,10 0 0243
£ "
Cs 10,8 0 0244
¤ "
Ye 10,10 0 0245
¥ "
bb 10,11,2 0 0246
¦ "
sc 10,11,1 0 0247
§ "
ad 10,10 0 0250
¨ "
co 10,10 0 0251
© "
Of 10,10 0 0252
ª "
Fo 10,7 0 0253
« "
no 10,6 0 0254
¬ "
- 10,5 0 0255
hy "
­ "
rg 10,10 0 0256
® "
a- 10,10 0 0257
¯ "
de 10,11 0 0260
° "
+- 10,9 0 0261
± "
S2 10,11 0 0262
² "
S3 10,11 0 0263
³ "
aa 10,11 0 0264
´ "
µ 10,7,3 0 0265
ps 10,11,1 0 0266
¶ "
pc 10,6 0 0267
· "
ac 10,0,3 0 0270
¸ "
S1 10,11 0 0271
¹ "
Om 10,10 0 0272
º "
Fc 10,7 0 0273
» "
14 10,11 0 0274
¼ "
12 10,11 0 0275
½ "
34 10,11 0 0276
¾ "
r? 10,7,3 0 0277
¿ "
`A 10,14 0 0300
À "
'A 10,14 0 0301
Á "
^A 10,14 0 0302
 "
~A 10,13 0 0303
à "
:A 10,13 0 0304
Ä "
oA 10,14 0 0305
Å "
AE 10,10 0 0306
Æ "
,C 10,10,3 0 0307
Ç "
`E 10,14 0 0310
È "
'E 10,14 0 0311
É "
^E 10,14 0 0312
Ê "
:E 10,13 0 0313
Ë "
`I 10,14 0 0314
Ì "
'I 10,14 0 0315
Í "
^I 10,14 0 0316
Î "
:I 10,13 0 0317
Ï "
-D 10,10 0 0320
Ð "
~N 10,13 0 0321
Ñ "
`O 10,14 0 0322
Ò "
'O 10,14 0 0323
Ó "
^O 10,14 0 0324
Ô "
~O 10,13 0 0325
Õ "
:O 10,13 0 0326
Ö "
mu 10,8 0 0327
× "
/O 10,10 0 0330
Ø "
`U 10,14 0 0331
Ù "
'U 10,14 0 0332
Ú "
^U 10,14 0 0333
Û "
:U 10,13 0 0334
Ü "
'Y 10,14 0 0335
Ý "
TP 10,10 0 0336
Þ "
ss 10,11 0 0337
ß "
`a 10,11 0 0340
à "
'a 10,11 0 0341
á "
^a 10,11 0 0342
â "
~a 10,10 0 0343
ã "
:a 10,10 0 0344
ä "
oa 10,11 0 0345
å "
ae 10,7 0 0346
æ "
,c 10,7,3 0 0347
ç "
`e 10,11 0 0350
è "
'e 10,11 0 0351
é "
^e 10,11 0 0352
ê "
:e 10,10 0 0353
ë "
`i 10,11 0 0354
ì "
'i 10,11 0 0355
í "
^i 10,11 0 0356
î "
:i 10,10 0 0357
ï "
Sd 10,11 0 0360
ð "
~n 10,10 0 0361
ñ "
`o 10,11 0 0362
ò "
'o 10,11 0 0363
ó "
^o 10,11 0 0364
ô "
~o 10,10 0 0365
õ "
:o 10,10 0 0366
ö "
di 10,8 0 0367
÷ "
/o 10,8,1 0 0370
ø "
`u 10,11 0 0371
ù "
'u 10,11 0 0372
ú "
^u 10,11 0 0373
û "
:u 10,10 0 0374
ü "
'y 10,11,3 0 0375
ý "
Tp 10,11,3 0 0376
þ "
:y 10,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CR
spacewidth 10
charset
--- 10,1 0 040
! 10,11 0 041
" 10,11 0 042
dq "
# 10,11,1 0 043
sh "
$ 10,12,1 0 044
Do "
% 10,11 0 045
& 10,9 0 046
' 10,11 0 047
cq "
( 10,11,2 0 050
) 10,11,2 0 051
* 10,11 0 052
+ 10,9 0 053
, 10,2,2 0 054
\- 10,5 0 055
. 10,2 0 056
/ 10,11,2 0 057
sl "
0 10,11 0 060
1 10,11 0 061
2 10,11 0 062
3 10,11 0 063
4 10,11 0 064
5 10,11 0 065
6 10,11 0 066
7 10,11 0 067
8 10,11 0 070
9 10,11 0 071
: 10,7 0 072
; 10,7,2 0 073
< 10,9 0 074
= 10,7 0 075
eq "
> 10,9 0 076
? 10,10 0 077
@ 10,11,1 0 0100
at "
A 10,10 0 0101
B 10,10 0 0102
C 10,10 0 0103
D 10,10 0 0104
E 10,10 0 0105
F 10,10 0 0106
G 10,10 0 0107
H 10,10 0 0110
I 10,10 0 0111
J 10,10 0 0112
K 10,10 0 0113
L 10,10 0 0114
M 10,10 0 0115
N 10,10 0 0116
O 10,10 0 0117
P 10,10 0 0120
Q 10,10,2 0 0121
R 10,10 0 0122
S 10,10 0 0123
T 10,10 0 0124
U 10,10 0 0125
V 10,10 0 0126
W 10,10 0 0127
X 10,10 0 0130
Y 10,10 0 0131
Z 10,10 0 0132
[ 10,11,2 0 0133
lB "
\ 10,11,2 0 0134
rs "
] 10,11,2 0 0135
rB "
^ 10,11 0 0136
a^ "
ha "
_ 10,0,3 0 0137
` 10,11 0 0140
oq "
a 10,7 0 0141
b 10,10 0 0142
c 10,7 0 0143
d 10,10 0 0144
e 10,7 0 0145
f 10,10 0 0146
g 10,7,3 0 0147
h 10,10 0 0150
i 10,10 0 0151
j 10,10,3 0 0152
k 10,10 0 0153
l 10,10 0 0154
m 10,7 0 0155
n 10,7 0 0156
o 10,7 0 0157
p 10,7,3 0 0160
q 10,7,3 0 0161
r 10,7 0 0162
s 10,7 0 0163
t 10,9 0 0164
u 10,7 0 0165
v 10,7 0 0166
w 10,7 0 0167
x 10,7 0 0170
y 10,7,3 0 0171
z 10,7 0 0172
{ 10,11,2 0 0173
lC "
| 10,10,2 0 0174
or "
ba "
} 10,11,2 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 10,7,3 0 0241
¡ "
ct 10,10 0 0242
¢ "
Po 10,10 0 0243
£ "
Cs 10,8 0 0244
¤ "
Ye 10,10 0 0245
¥ "
bb 10,10,2 0 0246
¦ "
sc 10,11,1 0 0247
§ "
ad 10,10 0 0250
¨ "
co 10,10 0 0251
© "
Of 10,10 0 0252
ª "
Fo 10,7 0 0253
« "
no 10,6 0 0254
¬ "
- 10,5 0 0255
hy "
­ "
rg 10,10 0 0256
® "
a- 10,9 0 0257
¯ "
de 10,11 0 0260
° "
+- 10,9 0 0261
± "
S2 10,11 0 0262
² "
S3 10,11 0 0263
³ "
aa 10,11 0 0264
´ "
µ 10,7,3 0 0265
ps 10,11,1 0 0266
¶ "
pc 10,6 0 0267
· "
ac 10,1,3 0 0270
¸ "
S1 10,11 0 0271
¹ "
Om 10,10 0 0272
º "
Fc 10,7 0 0273
» "
14 10,11 0 0274
¼ "
12 10,11 0 0275
½ "
34 10,11 0 0276
¾ "
r? 10,7,3 0 0277
¿ "
`A 10,14 0 0300
À "
'A 10,14 0 0301
Á "
^A 10,14 0 0302
 "
~A 10,13 0 0303
à "
:A 10,13 0 0304
Ä "
oA 10,14 0 0305
Å "
AE 10,10 0 0306
Æ "
,C 10,10,3 0 0307
Ç "
`E 10,14 0 0310
È "
'E 10,14 0 0311
É "
^E 10,14 0 0312
Ê "
:E 10,13 0 0313
Ë "
`I 10,14 0 0314
Ì "
'I 10,14 0 0315
Í "
^I 10,14 0 0316
Î "
:I 10,13 0 0317
Ï "
-D 10,10 0 0320
Ð "
~N 10,13 0 0321
Ñ "
`O 10,14 0 0322
Ò "
'O 10,14 0 0323
Ó "
^O 10,14 0 0324
Ô "
~O 10,13 0 0325
Õ "
:O 10,13 0 0326
Ö "
mu 10,8 0 0327
× "
/O 10,10 0 0330
Ø "
`U 10,14 0 0331
Ù "
'U 10,14 0 0332
Ú "
^U 10,14 0 0333
Û "
:U 10,13 0 0334
Ü "
'Y 10,14 0 0335
Ý "
TP 10,10 0 0336
Þ "
ss 10,11 0 0337
ß "
`a 10,11 0 0340
à "
'a 10,11 0 0341
á "
^a 10,11 0 0342
â "
~a 10,10 0 0343
ã "
:a 10,10 0 0344
ä "
oa 10,12 0 0345
å "
ae 10,7 0 0346
æ "
,c 10,7,3 0 0347
ç "
`e 10,11 0 0350
è "
'e 10,11 0 0351
é "
^e 10,11 0 0352
ê "
:e 10,10 0 0353
ë "
`i 10,11 0 0354
ì "
'i 10,11 0 0355
í "
^i 10,11 0 0356
î "
:i 10,10 0 0357
ï "
Sd 10,11 0 0360
ð "
~n 10,10 0 0361
ñ "
`o 10,11 0 0362
ò "
'o 10,11 0 0363
ó "
^o 10,11 0 0364
ô "
~o 10,10 0 0365
õ "
:o 10,10 0 0366
ö "
di 10,8 0 0367
÷ "
/o 10,8,1 0 0370
ø "
`u 10,11 0 0371
ù "
'u 10,11 0 0372
ú "
^u 10,11 0 0373
û "
:u 10,10 0 0374
ü "
'y 10,11,3 0 0375
ý "
Tp 10,11,3 0 0376
þ "
:y 10,10,3 0 0377
ÿ "

View File

@ -0,0 +1,9 @@
styles R I B BI
fonts 6 0 0 0 0 0 S
sizes 8 10 12 14 18 24 0
res 100
X11
hor 1
vert 1
unitwidth 12
postpro gxditview

View File

@ -0,0 +1,308 @@
name HB
spacewidth 5
charset
--- 5,1 0 040
! 6,12 0 041
" 8,12 0 042
dq "
# 9,12 0 043
sh "
$ 9,13,1 0 044
Do "
% 14,12 0 045
& 12,12 0 046
' 5,12 0 047
cq "
( 6,12,3 0 050
) 6,12,3 0 051
* 6,12 0 052
+ 10,8 0 053
, 4,2,3 0 054
\- 10,5 0 055
. 4,2 0 056
/ 5,12 0 057
sl "
0 9,12 0 060
1 9,12 0 061
2 9,12 0 062
3 9,12 0 063
4 9,12 0 064
5 9,12 0 065
6 9,12 0 066
7 9,12 0 067
8 9,12 0 070
9 9,12 0 071
: 5,8 0 072
; 5,8,3 0 073
< 10,8 0 074
= 10,7 0 075
eq "
> 10,8 0 076
? 10,12 0 077
@ 16,12,2 0 0100
at "
A 12,12 0 0101
B 12,12 0 0102
C 12,12 0 0103
D 12,12 0 0104
E 11,12 0 0105
F 10,12 0 0106
G 13,12 0 0107
H 12,12 0 0110
I 4,12 0 0111
J 9,12 0 0112
K 12,12 0 0113
L 10,12 0 0114
M 13,12 0 0115
N 12,12 0 0116
O 13,12 0 0117
P 11,12 0 0120
Q 13,12,1 0 0121
R 12,12 0 0122
S 11,12 0 0123
T 10,12 0 0124
U 12,12 0 0125
V 11,12 0 0126
W 15,12 0 0127
X 11,12 0 0130
Y 11,12 0 0131
Z 10,12 0 0132
[ 6,12,3 0 0133
lB "
\ 5,12 0 0134
rs "
] 6,12,3 0 0135
rB "
^ 10,12 0 0136
a^ "
ha "
_ 9,0,3 0 0137
` 5,12 0 0140
oq "
a 9,9 0 0141
b 10,12 0 0142
c 9,9 0 0143
d 10,12 0 0144
e 9,9 0 0145
f 5,12 0 0146
g 10,9,4 0 0147
h 10,12 0 0150
i 4,12 0 0151
j 5,12,4 0 0152
k 9,12 0 0153
l 5,12 0 0154
m 14,9 0 0155
n 10,9 0 0156
o 10,9 0 0157
p 10,9,4 0 0160
q 10,9,4 0 0161
r 6,9 0 0162
s 9,9 0 0163
t 6,11 0 0164
u 10,9 0 0165
v 9,9 0 0166
w 13,9 0 0167
x 9,9 0 0170
y 9,9,4 0 0171
z 8,9 0 0172
{ 6,12,3 0 0173
lC "
| 4,12,4 0 0174
or "
ba "
} 6,12,3 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 6,9,3 0 0241
¡ "
ct 9,10,1 0 0242
¢ "
Po 9,12 0 0243
£ "
Cs 9,9 0 0244
¤ "
Ye 9,12 0 0245
¥ "
bb 5,12,4 0 0246
¦ "
sc 9,12,3 0 0247
§ "
ad 6,12 0 0250
¨ "
co 12,12 0 0251
© "
Of 6,12 0 0252
ª "
Fo 9,8 0 0253
« "
no 10,7 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,12 0 0256
® "
a- 6,11 0 0257
¯ "
de 7,12 0 0260
° "
+- 10,11 0 0261
± "
S2 6,12 0 0262
² "
S3 6,12 0 0263
³ "
aa 6,13 0 0264
´ "
µ 10,9,3 0 0265
ps 9,12,3 0 0266
¶ "
pc 5,6 0 0267
· "
ac 6,0,4 0 0270
¸ "
S1 6,12 0 0271
¹ "
Om 6,12 0 0272
º "
Fc 9,8 0 0273
» "
14 14,12 0 0274
¼ "
12 14,12 0 0275
½ "
34 14,12 0 0276
¾ "
r? 10,9,3 0 0277
¿ "
`A 12,16 0 0300
À "
'A 12,16 0 0301
Á "
^A 12,16 0 0302
 "
~A 12,15 0 0303
à "
:A 12,15 0 0304
Ä "
oA 12,16 0 0305
Å "
AE 16,12 0 0306
Æ "
,C 12,12,4 0 0307
Ç "
`E 11,16 0 0310
È "
'E 11,16 0 0311
É "
^E 11,16 0 0312
Ê "
:E 11,15 0 0313
Ë "
`I 4,16 0 0314
Ì "
'I 4,16 0 0315
Í "
^I 4,16 0 0316
Î "
:I 4,15 0 0317
Ï "
-D 12,12 0 0320
Ð "
~N 12,15 0 0321
Ñ "
`O 13,16 0 0322
Ò "
'O 13,16 0 0323
Ó "
^O 13,16 0 0324
Ô "
~O 13,15 0 0325
Õ "
:O 13,15 0 0326
Ö "
mu 10,9 0 0327
× "
/O 13,12 0 0330
Ø "
`U 12,16 0 0331
Ù "
'U 12,16 0 0332
Ú "
^U 12,16 0 0333
Û "
:U 12,15 0 0334
Ü "
'Y 11,16 0 0335
Ý "
TP 11,12 0 0336
Þ "
ss 10,12 0 0337
ß "
`a 9,13 0 0340
à "
'a 9,13 0 0341
á "
^a 9,13 0 0342
â "
~a 9,12 0 0343
ã "
:a 9,12 0 0344
ä "
oa 9,13 0 0345
å "
ae 15,9 0 0346
æ "
,c 9,9,4 0 0347
ç "
`e 9,13 0 0350
è "
'e 9,13 0 0351
é "
^e 9,13 0 0352
ê "
:e 9,12 0 0353
ë "
`i 4,13 0 0354
ì "
'i 4,13 0 0355
í "
^i 4,13 0 0356
î "
:i 4,12 0 0357
ï "
Sd 10,12 0 0360
ð "
~n 10,12 0 0361
ñ "
`o 10,13 0 0362
ò "
'o 10,13 0 0363
ó "
^o 10,13 0 0364
ô "
~o 10,12 0 0365
õ "
:o 10,12 0 0366
ö "
di 10,8 0 0367
÷ "
/o 10,9 0 0370
ø "
`u 10,13 0 0371
ù "
'u 10,13 0 0372
ú "
^u 10,13 0 0373
û "
:u 10,12 0 0374
ü "
'y 9,13,4 0 0375
ý "
Tp 10,12,4 0 0376
þ "
:y 9,12,4 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HBI
spacewidth 5
charset
--- 5,1 0 040
! 6,12 0 041
" 8,12 0 042
dq "
# 9,12 0 043
sh "
$ 9,13,1 0 044
Do "
% 14,12 0 045
& 12,12 0 046
' 5,12 0 047
cq "
( 6,12,3 0 050
) 6,12,3 0 051
* 6,12 0 052
+ 10,8 0 053
, 4,2,3 0 054
\- 10,5 0 055
. 4,2 0 056
/ 5,12 0 057
sl "
0 10,12 0 060
1 9,12 0 061
2 10,12 0 062
3 9,12 0 063
4 9,12 0 064
5 9,12 0 065
6 9,12 0 066
7 9,12 0 067
8 9,12 0 070
9 9,12 0 071
: 5,8 0 072
; 5,8,3 0 073
< 10,8 0 074
= 10,7 0 075
eq "
> 10,8 0 076
? 10,12 0 077
@ 16,12,2 0 0100
at "
A 12,12 0 0101
B 12,12 0 0102
C 12,12 0 0103
D 12,12 0 0104
E 11,12 0 0105
F 10,12 0 0106
G 13,12 0 0107
H 12,12 0 0110
I 4,12 0 0111
J 9,12 0 0112
K 12,12 0 0113
L 10,12 0 0114
M 13,12 0 0115
N 12,12 0 0116
O 13,12 0 0117
P 11,12 0 0120
Q 13,12,1 0 0121
R 12,12 0 0122
S 11,12 0 0123
T 10,12 0 0124
U 12,12 0 0125
V 11,12 0 0126
W 15,12 0 0127
X 11,12 0 0130
Y 11,12 0 0131
Z 10,12 0 0132
[ 6,12,3 0 0133
lB "
\ 5,12 0 0134
rs "
] 6,12,3 0 0135
rB "
^ 10,12 0 0136
a^ "
ha "
_ 9,0,3 0 0137
` 5,12 0 0140
oq "
a 9,9 0 0141
b 10,12 0 0142
c 9,9 0 0143
d 10,12 0 0144
e 9,9 0 0145
f 5,12 0 0146
g 10,9,4 0 0147
h 10,12 0 0150
i 4,12 0 0151
j 5,12,4 0 0152
k 9,12 0 0153
l 5,12 0 0154
m 14,9 0 0155
n 10,9 0 0156
o 10,9 0 0157
p 10,9,4 0 0160
q 10,9,4 0 0161
r 6,9 0 0162
s 9,9 0 0163
t 6,12 0 0164
u 10,9 0 0165
v 9,9 0 0166
w 13,9 0 0167
x 9,9 0 0170
y 9,9,4 0 0171
z 8,9 0 0172
{ 6,12,3 0 0173
lC "
| 3,12,4 0 0174
or "
ba "
} 6,12,3 0 0175
rC "
~ 10,5 0 0176
a~ "
ap "
ti "
r! 6,9,3 0 0241
¡ "
ct 9,10,1 0 0242
¢ "
Po 9,12 0 0243
£ "
Cs 9,9 0 0244
¤ "
Ye 9,12 0 0245
¥ "
bb 5,12,4 0 0246
¦ "
sc 9,12,3 0 0247
§ "
ad 6,12 0 0250
¨ "
co 12,12 0 0251
© "
Of 6,12 0 0252
ª "
Fo 9,8 0 0253
« "
no 10,7 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,12 0 0256
® "
a- 6,11 0 0257
¯ "
de 7,12 0 0260
° "
+- 10,11 0 0261
± "
S2 6,12 0 0262
² "
S3 6,12 0 0263
³ "
aa 6,13 0 0264
´ "
µ 10,9,4 0 0265
ps 9,12,3 0 0266
¶ "
pc 5,6 0 0267
· "
ac 6,0,4 0 0270
¸ "
S1 6,12 0 0271
¹ "
Om 6,12 0 0272
º "
Fc 9,8 0 0273
» "
14 14,12 0 0274
¼ "
12 14,12 0 0275
½ "
34 14,12 0 0276
¾ "
r? 10,9,3 0 0277
¿ "
`A 12,16 0 0300
À "
'A 12,16 0 0301
Á "
^A 12,16 0 0302
 "
~A 12,15 0 0303
à "
:A 12,15 0 0304
Ä "
oA 12,15 0 0305
Å "
AE 17,12 0 0306
Æ "
,C 12,12,4 0 0307
Ç "
`E 11,16 0 0310
È "
'E 11,16 0 0311
É "
^E 11,16 0 0312
Ê "
:E 11,15 0 0313
Ë "
`I 4,16 0 0314
Ì "
'I 4,16 0 0315
Í "
^I 4,16 0 0316
Î "
:I 4,15 0 0317
Ï "
-D 12,12 0 0320
Ð "
~N 12,15 0 0321
Ñ "
`O 13,16 0 0322
Ò "
'O 13,16 0 0323
Ó "
^O 13,16 0 0324
Ô "
~O 13,15 0 0325
Õ "
:O 13,15 0 0326
Ö "
mu 10,8 0 0327
× "
/O 13,12 0 0330
Ø "
`U 12,16 0 0331
Ù "
'U 12,16 0 0332
Ú "
^U 12,16 0 0333
Û "
:U 12,15 0 0334
Ü "
'Y 11,16 0 0335
Ý "
TP 11,12 0 0336
Þ "
ss 10,12 0 0337
ß "
`a 9,13 0 0340
à "
'a 9,13 0 0341
á "
^a 9,13 0 0342
â "
~a 9,12 0 0343
ã "
:a 9,12 0 0344
ä "
oa 9,13 0 0345
å "
ae 15,9 0 0346
æ "
,c 9,9,4 0 0347
ç "
`e 9,13 0 0350
è "
'e 9,13 0 0351
é "
^e 9,13 0 0352
ê "
:e 9,12 0 0353
ë "
`i 4,13 0 0354
ì "
'i 4,13 0 0355
í "
^i 4,13 0 0356
î "
:i 4,12 0 0357
ï "
Sd 10,13 0 0360
ð "
~n 10,12 0 0361
ñ "
`o 10,13 0 0362
ò "
'o 10,13 0 0363
ó "
^o 10,13 0 0364
ô "
~o 10,12 0 0365
õ "
:o 10,12 0 0366
ö "
di 10,8 0 0367
÷ "
/o 10,9 0 0370
ø "
`u 10,13 0 0371
ù "
'u 10,13 0 0372
ú "
^u 10,13 0 0373
û "
:u 10,12 0 0374
ü "
'y 9,13,4 0 0375
ý "
Tp 10,12,4 0 0376
þ "
:y 9,12,4 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HI
spacewidth 5
charset
--- 5,1 0 040
! 5,12 0 041
" 6,12 0 042
dq "
# 9,12 0 043
sh "
$ 9,13,1 0 044
Do "
% 14,12 0 045
& 11,12 0 046
' 4,12 0 047
cq "
( 6,12,3 0 050
) 6,12,3 0 051
* 6,12 0 052
+ 10,9 0 053
, 4,2,2 0 054
\- 10,5 0 055
. 4,2 0 056
/ 5,12 0 057
sl "
0 9,12 0 060
1 9,12 0 061
2 9,12 0 062
3 9,12 0 063
4 9,12 0 064
5 9,12 0 065
6 9,12 0 066
7 9,12 0 067
8 9,12 0 070
9 9,12 0 071
: 4,9 0 072
; 4,9,2 0 073
< 10,9 0 074
= 10,6 0 075
eq "
> 10,9 0 076
? 9,12 0 077
@ 17,12,1 0 0100
at "
A 11,12 0 0101
B 11,12 0 0102
C 12,12 0 0103
D 12,12 0 0104
E 11,12 0 0105
F 10,12 0 0106
G 13,12 0 0107
H 12,12 0 0110
I 4,12 0 0111
J 8,12 0 0112
K 11,12 0 0113
L 9,12 0 0114
M 13,12 0 0115
N 12,12 0 0116
O 13,12 0 0117
P 11,12 0 0120
Q 13,12,1 0 0121
R 12,12 0 0122
S 11,12 0 0123
T 10,12 0 0124
U 12,12 0 0125
V 11,12 0 0126
W 16,12 0 0127
X 11,12 0 0130
Y 11,12 0 0131
Z 10,12 0 0132
[ 5,12,3 0 0133
lB "
\ 5,12 0 0134
rs "
] 5,12,3 0 0135
rB "
^ 8,12 0 0136
a^ "
ha "
_ 9,0,3 0 0137
` 4,12 0 0140
oq "
a 9,9 0 0141
b 9,12 0 0142
c 8,9 0 0143
d 9,12 0 0144
e 9,9 0 0145
f 5,12 0 0146
g 9,9,4 0 0147
h 9,12 0 0150
i 3,12 0 0151
j 4,12,4 0 0152
k 8,12 0 0153
l 4,12 0 0154
m 14,9 0 0155
n 9,9 0 0156
o 9,9 0 0157
p 9,9,4 0 0160
q 9,9,4 0 0161
r 5,9 0 0162
s 8,9 0 0163
t 5,11 0 0164
u 9,9 0 0165
v 8,9 0 0166
w 12,9 0 0167
x 8,9 0 0170
y 8,9,4 0 0171
z 8,9 0 0172
{ 6,12,3 0 0173
lC "
| 3,12,4 0 0174
or "
ba "
} 6,12,3 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 6,9,3 0 0241
¡ "
ct 9,10,1 0 0242
¢ "
Po 9,12 0 0243
£ "
Cs 9,10 0 0244
¤ "
Ye 9,12 0 0245
¥ "
bb 4,12,4 0 0246
¦ "
sc 9,12,3 0 0247
§ "
ad 5,12 0 0250
¨ "
co 12,12 0 0251
© "
Of 6,12 0 0252
ª "
Fo 9,8 0 0253
« "
no 10,6 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,12 0 0256
® "
a- 6,11 0 0257
¯ "
de 7,12 0 0260
° "
+- 10,11 0 0261
± "
S2 6,12 0 0262
² "
S3 6,12 0 0263
³ "
aa 6,13 0 0264
´ "
µ 9,9,4 0 0265
ps 9,12,3 0 0266
¶ "
pc 5,7 0 0267
· "
ac 6,0,4 0 0270
¸ "
S1 6,12 0 0271
¹ "
Om 6,12 0 0272
º "
Fc 9,8 0 0273
» "
14 14,12 0 0274
¼ "
12 14,13 0 0275
½ "
34 14,12 0 0276
¾ "
r? 10,9,3 0 0277
¿ "
`A 11,16 0 0300
À "
'A 11,16 0 0301
Á "
^A 11,16 0 0302
 "
~A 11,15 0 0303
à "
:A 11,15 0 0304
Ä "
oA 11,15 0 0305
Å "
AE 16,12 0 0306
Æ "
,C 12,12,3 0 0307
Ç "
`E 11,16 0 0310
È "
'E 11,16 0 0311
É "
^E 11,16 0 0312
Ê "
:E 11,15 0 0313
Ë "
`I 4,16 0 0314
Ì "
'I 4,16 0 0315
Í "
^I 4,16 0 0316
Î "
:I 4,15 0 0317
Ï "
-D 12,12 0 0320
Ð "
~N 12,15 0 0321
Ñ "
`O 13,16 0 0322
Ò "
'O 13,16 0 0323
Ó "
^O 13,16 0 0324
Ô "
~O 13,15 0 0325
Õ "
:O 13,15 0 0326
Ö "
mu 10,8 0 0327
× "
/O 13,12 0 0330
Ø "
`U 12,16 0 0331
Ù "
'U 12,16 0 0332
Ú "
^U 12,16 0 0333
Û "
:U 12,15 0 0334
Ü "
'Y 11,16 0 0335
Ý "
TP 11,12 0 0336
Þ "
ss 10,12 0 0337
ß "
`a 9,13 0 0340
à "
'a 9,13 0 0341
á "
^a 9,13 0 0342
â "
~a 9,12 0 0343
ã "
:a 9,12 0 0344
ä "
oa 9,13 0 0345
å "
ae 15,9 0 0346
æ "
,c 8,9,3 0 0347
ç "
`e 9,13 0 0350
è "
'e 9,13 0 0351
é "
^e 9,13 0 0352
ê "
:e 9,12 0 0353
ë "
`i 4,13 0 0354
ì "
'i 4,13 0 0355
í "
^i 4,13 0 0356
î "
:i 4,12 0 0357
ï "
Sd 9,12 0 0360
ð "
~n 9,12 0 0361
ñ "
`o 9,13 0 0362
ò "
'o 9,13 0 0363
ó "
^o 9,13 0 0364
ô "
~o 9,12 0 0365
õ "
:o 9,12 0 0366
ö "
di 10,9 0 0367
÷ "
/o 10,9 0 0370
ø "
`u 9,13 0 0371
ù "
'u 9,13 0 0372
ú "
^u 9,13 0 0373
û "
:u 9,12 0 0374
ü "
'y 8,13,4 0 0375
ý "
Tp 9,12,4 0 0376
þ "
:y 8,12,4 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HR
spacewidth 5
charset
--- 5,1 0 040
! 5,12 0 041
" 6,12 0 042
dq "
# 9,11 0 043
sh "
$ 9,13,2 0 044
Do "
% 14,12 0 045
& 11,12 0 046
' 4,12 0 047
cq "
( 6,12,4 0 050
) 6,12,4 0 051
* 6,12 0 052
+ 10,9 0 053
, 4,2,2 0 054
\- 10,5 0 055
. 4,2 0 056
/ 5,12 0 057
sl "
0 9,12 0 060
1 9,12 0 061
2 9,12 0 062
3 9,12 0 063
4 9,12 0 064
5 9,12 0 065
6 9,12 0 066
7 9,12 0 067
8 9,12 0 070
9 9,12 0 071
: 4,9 0 072
; 4,9,2 0 073
< 10,9 0 074
= 10,6 0 075
eq "
> 10,9 0 076
? 9,12 0 077
@ 17,12,2 0 0100
at "
A 11,12 0 0101
B 11,12 0 0102
C 12,12 0 0103
D 12,12 0 0104
E 11,12 0 0105
F 10,12 0 0106
G 13,12 0 0107
H 12,12 0 0110
I 4,12 0 0111
J 8,12 0 0112
K 11,12 0 0113
L 9,12 0 0114
M 13,12 0 0115
N 12,12 0 0116
O 13,12 0 0117
P 11,12 0 0120
Q 13,12,1 0 0121
R 12,12 0 0122
S 11,12 0 0123
T 10,12 0 0124
U 12,12 0 0125
V 11,12 0 0126
W 15,12 0 0127
X 11,12 0 0130
Y 11,12 0 0131
Z 10,12 0 0132
[ 5,12,3 0 0133
lB "
\ 5,12 0 0134
rs "
] 5,12,3 0 0135
rB "
^ 8,12 0 0136
a^ "
ha "
_ 9,0,3 0 0137
` 4,12 0 0140
oq "
a 9,9 0 0141
b 9,12 0 0142
c 8,9 0 0143
d 9,12 0 0144
e 9,9 0 0145
f 5,12 0 0146
g 9,9,4 0 0147
h 9,12 0 0150
i 3,12 0 0151
j 4,12,4 0 0152
k 8,12 0 0153
l 3,12 0 0154
m 14,9 0 0155
n 9,9 0 0156
o 9,9 0 0157
p 9,9,4 0 0160
q 9,9,4 0 0161
r 5,9 0 0162
s 8,9 0 0163
t 5,11 0 0164
u 9,9 0 0165
v 8,9 0 0166
w 12,9 0 0167
x 8,9 0 0170
y 8,9,3 0 0171
z 8,9 0 0172
{ 6,12,4 0 0173
lC "
| 4,12,4 0 0174
or "
ba "
} 6,12,4 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 6,9,3 0 0241
¡ "
ct 9,11,2 0 0242
¢ "
Po 9,12 0 0243
£ "
Cs 9,10 0 0244
¤ "
Ye 9,12 0 0245
¥ "
bb 4,12,4 0 0246
¦ "
sc 9,12,3 0 0247
§ "
ad 5,12 0 0250
¨ "
co 12,12 0 0251
© "
Of 6,12 0 0252
ª "
Fo 9,8 0 0253
« "
no 10,6 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,12 0 0256
® "
a- 6,11 0 0257
¯ "
de 7,12 0 0260
° "
+- 10,11 0 0261
± "
S2 6,12 0 0262
² "
S3 6,12 0 0263
³ "
aa 6,13 0 0264
´ "
µ 9,9,4 0 0265
ps 9,12,3 0 0266
¶ "
pc 5,6 0 0267
· "
ac 6,0,4 0 0270
¸ "
S1 6,12 0 0271
¹ "
Om 6,12 0 0272
º "
Fc 9,8 0 0273
» "
14 14,12 0 0274
¼ "
12 14,13 0 0275
½ "
34 14,12 0 0276
¾ "
r? 10,9,3 0 0277
¿ "
`A 11,16 0 0300
À "
'A 11,16 0 0301
Á "
^A 11,16 0 0302
 "
~A 11,15 0 0303
à "
:A 11,15 0 0304
Ä "
oA 11,15 0 0305
Å "
AE 16,12 0 0306
Æ "
,C 12,12,4 0 0307
Ç "
`E 11,16 0 0310
È "
'E 11,16 0 0311
É "
^E 11,16 0 0312
Ê "
:E 11,15 0 0313
Ë "
`I 4,16 0 0314
Ì "
'I 4,16 0 0315
Í "
^I 4,16 0 0316
Î "
:I 4,15 0 0317
Ï "
-D 12,12 0 0320
Ð "
~N 12,15 0 0321
Ñ "
`O 13,16 0 0322
Ò "
'O 13,16 0 0323
Ó "
^O 13,16 0 0324
Ô "
~O 13,15 0 0325
Õ "
:O 13,15 0 0326
Ö "
mu 10,8 0 0327
× "
/O 13,13,1 0 0330
Ø "
`U 12,16 0 0331
Ù "
'U 12,16 0 0332
Ú "
^U 12,16 0 0333
Û "
:U 12,15 0 0334
Ü "
'Y 11,16 0 0335
Ý "
TP 11,12 0 0336
Þ "
ss 10,12 0 0337
ß "
`a 9,13 0 0340
à "
'a 9,13 0 0341
á "
^a 9,13 0 0342
â "
~a 9,12 0 0343
ã "
:a 9,12 0 0344
ä "
oa 9,13 0 0345
å "
ae 15,9 0 0346
æ "
,c 8,9,4 0 0347
ç "
`e 9,13 0 0350
è "
'e 9,13 0 0351
é "
^e 9,13 0 0352
ê "
:e 9,12 0 0353
ë "
`i 4,13 0 0354
ì "
'i 4,13 0 0355
í "
^i 4,13 0 0356
î "
:i 4,12 0 0357
ï "
Sd 9,12 0 0360
ð "
~n 9,12 0 0361
ñ "
`o 9,13 0 0362
ò "
'o 9,13 0 0363
ó "
^o 9,13 0 0364
ô "
~o 9,12 0 0365
õ "
:o 9,12 0 0366
ö "
di 10,9 0 0367
÷ "
/o 10,10 0 0370
ø "
`u 9,13 0 0371
ù "
'u 9,13 0 0372
ú "
^u 9,13 0 0373
û "
:u 9,12 0 0374
ü "
'y 8,13,3 0 0375
ý "
Tp 9,12,4 0 0376
þ "
:y 8,12,3 0 0377
ÿ "

View File

@ -0,0 +1,2 @@
DEV=X100-12
DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S

View File

@ -0,0 +1,308 @@
name NB
spacewidth 4
charset
--- 4,1 0 040
! 5,12 0 041
" 6,12 0 042
dq "
# 10,12 0 043
sh "
$ 10,14,1 0 044
Do "
% 14,12 0 045
& 14,12 0 046
' 4,12 0 047
cq "
( 6,12,2 0 050
) 6,12,2 0 051
* 8,12 0 052
+ 10,8 0 053
, 5,3,3 0 054
\- 10,5 0 055
. 5,3 0 056
/ 5,12 0 057
sl "
0 10,12 0 060
1 9,12 0 061
2 9,12 0 062
3 10,12 0 063
4 9,12 0 064
5 10,12 0 065
6 9,12 0 066
7 9,12 0 067
8 9,12 0 070
9 10,12 0 071
: 5,8 0 072
; 5,8,3 0 073
< 10,9 0 074
= 10,7 0 075
eq "
> 10,9 0 076
? 8,12 0 077
@ 12,12,1 0 0100
at "
A 13,12 0 0101
B 13,12 0 0102
C 13,12 0 0103
D 14,12 0 0104
E 12,12 0 0105
F 12,12 0 0106
G 14,12 0 0107
H 15,12 0 0110
I 7,12 0 0111
J 11,12 0 0112
K 13,12 0 0113
L 12,12 0 0114
M 16,12 0 0115
N 14,12 0 0116
O 14,12 0 0117
P 13,12 0 0120
Q 14,12,3 0 0121
R 14,12 0 0122
S 11,12 0 0123
T 12,12 0 0124
U 14,12 0 0125
V 13,12 0 0126
W 16,12 0 0127
X 12,12 0 0130
Y 12,12 0 0131
Z 11,12 0 0132
[ 6,12,2 0 0133
lB "
\ 10,12 0 0134
rs "
] 7,12,2 0 0135
rB "
^ 10,12 0 0136
a^ "
ha "
_ 8,0,2 0 0137
` 4,12 0 0140
oq "
a 10,8 0 0141
b 11,12 0 0142
c 9,8 0 0143
d 11,12 0 0144
e 10,8 0 0145
f 7,12 0 0146
g 10,9,3 0 0147
h 11,12 0 0150
i 6,12 0 0151
j 6,12,3 0 0152
k 11,12 0 0153
l 6,12 0 0154
m 16,8 0 0155
n 11,8 0 0156
o 11,8 0 0157
p 11,8,3 0 0160
q 10,8,3 0 0161
r 9,8 0 0162
s 8,8 0 0163
t 7,11 0 0164
u 11,8 0 0165
v 10,8 0 0166
w 15,8 0 0167
x 10,8 0 0170
y 10,8,3 0 0171
z 9,8 0 0172
{ 6,12,2 0 0173
lC "
| 10,12 0 0174
or "
ba "
} 6,12,2 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 5,9,3 0 0241
¡ "
ct 10,10,2 0 0242
¢ "
Po 10,12 0 0243
£ "
Cs 10,10 0 0244
¤ "
Ye 10,12 0 0245
¥ "
bb 10,12 0 0246
¦ "
sc 9,12,3 0 0247
§ "
ad 6,11 0 0250
¨ "
co 12,12 0 0251
© "
Of 6,12 0 0252
ª "
Fo 8,7 0 0253
« "
no 10,7 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,12 0 0256
® "
a- 6,11 0 0257
¯ "
de 7,12 0 0260
° "
+- 10,9 0 0261
± "
S2 6,12 0 0262
² "
S3 6,12 0 0263
³ "
aa 6,12 0 0264
´ "
µ 11,8,3 0 0265
ps 12,12 0 0266
¶ "
pc 5,6 0 0267
· "
ac 6,1,3 0 0270
¸ "
S1 6,12 0 0271
¹ "
Om 6,12 0 0272
º "
Fc 8,7 0 0273
» "
14 14,12 0 0274
¼ "
12 14,12 0 0275
½ "
34 14,12 0 0276
¾ "
r? 8,9,3 0 0277
¿ "
`A 13,16 0 0300
À "
'A 13,16 0 0301
Á "
^A 13,16 0 0302
 "
~A 13,15 0 0303
à "
:A 13,15 0 0304
Ä "
oA 13,16 0 0305
Å "
AE 16,12 0 0306
Æ "
,C 13,12,3 0 0307
Ç "
`E 12,16 0 0310
È "
'E 12,16 0 0311
É "
^E 12,16 0 0312
Ê "
:E 12,15 0 0313
Ë "
`I 7,16 0 0314
Ì "
'I 7,16 0 0315
Í "
^I 7,16 0 0316
Î "
:I 7,15 0 0317
Ï "
-D 14,12 0 0320
Ð "
~N 14,15 0 0321
Ñ "
`O 14,16 0 0322
Ò "
'O 14,16 0 0323
Ó "
^O 14,16 0 0324
Ô "
~O 14,15 0 0325
Õ "
:O 14,15 0 0326
Ö "
mu 10,8 0 0327
× "
/O 14,13,1 0 0330
Ø "
`U 14,16 0 0331
Ù "
'U 14,16 0 0332
Ú "
^U 14,16 0 0333
Û "
:U 14,15 0 0334
Ü "
'Y 12,16 0 0335
Ý "
TP 13,12 0 0336
Þ "
ss 10,12 0 0337
ß "
`a 10,12 0 0340
à "
'a 10,12 0 0341
á "
^a 10,12 0 0342
â "
~a 10,11 0 0343
ã "
:a 10,11 0 0344
ä "
oa 10,12 0 0345
å "
ae 15,8 0 0346
æ "
,c 9,8,3 0 0347
ç "
`e 10,12 0 0350
è "
'e 10,12 0 0351
é "
^e 10,12 0 0352
ê "
:e 10,11 0 0353
ë "
`i 6,12 0 0354
ì "
'i 6,12 0 0355
í "
^i 6,12 0 0356
î "
:i 6,11 0 0357
ï "
Sd 11,13 0 0360
ð "
~n 11,11 0 0361
ñ "
`o 11,12 0 0362
ò "
'o 11,12 0 0363
ó "
^o 11,12 0 0364
ô "
~o 11,11 0 0365
õ "
:o 11,11 0 0366
ö "
di 10,8 0 0367
÷ "
/o 10,10,2 0 0370
ø "
`u 11,12 0 0371
ù "
'u 11,12 0 0372
ú "
^u 11,12 0 0373
û "
:u 11,11 0 0374
ü "
'y 10,12,3 0 0375
ý "
Tp 11,12,3 0 0376
þ "
:y 10,11,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name NBI
spacewidth 4
charset
--- 4,1 0 040
! 6,12 0 041
" 7,12 0 042
dq "
# 10,12 0 043
sh "
$ 9,14,1 0 044
Do "
% 15,12 0 045
& 15,12 0 046
' 4,12 0 047
cq "
( 7,12,2 0 050
) 7,12,2 0 051
* 8,12 0 052
+ 10,8 0 053
, 5,3,3 0 054
\- 10,5 0 055
. 5,3 0 056
/ 5,12 0 057
sl "
0 9,12 0 060
1 9,12 0 061
2 9,12 0 062
3 9,12 0 063
4 9,12 0 064
5 10,12 0 065
6 10,12 0 066
7 9,12 0 067
8 9,12 0 070
9 9,12 0 071
: 5,8 0 072
; 5,8,3 0 073
< 10,8 0 074
= 10,7 0 075
eq "
> 10,8 0 076
? 8,12 0 077
@ 12,12 0 0100
at "
A 12,12 0 0101
B 13,12 0 0102
C 13,12 0 0103
D 14,12 0 0104
E 12,12 0 0105
F 12,12 0 0106
G 14,12 0 0107
H 14,12 0 0110
I 7,12 0 0111
J 11,12 0 0112
K 13,12 0 0113
L 12,12 0 0114
M 16,12 0 0115
N 14,12 0 0116
O 14,12 0 0117
P 12,12 0 0120
Q 14,12,3 0 0121
R 14,12 0 0122
S 11,12 0 0123
T 12,12 0 0124
U 14,12 0 0125
V 12,12 0 0126
W 16,12 0 0127
X 12,12 0 0130
Y 12,12 0 0131
Z 12,12 0 0132
[ 7,12,2 0 0133
lB "
\ 10,12 0 0134
rs "
] 7,12,2 0 0135
rB "
^ 10,12 0 0136
a^ "
ha "
_ 8,0,3 0 0137
` 4,12 0 0140
oq "
a 11,8 0 0141
b 10,12 0 0142
c 9,8 0 0143
d 11,12 0 0144
e 9,8 0 0145
f 6,12,3 0 0146
g 10,9,3 0 0147
h 11,12 0 0150
i 6,12 0 0151
j 6,12,3 0 0152
k 11,12 0 0153
l 6,12 0 0154
m 15,8 0 0155
n 11,8 0 0156
o 10,8 0 0157
p 11,8,3 0 0160
q 10,8,3 0 0161
r 9,8 0 0162
s 8,8 0 0163
t 7,11 0 0164
u 11,8 0 0165
v 9,8 0 0166
w 14,8 0 0167
x 9,8 0 0170
y 9,8,3 0 0171
z 9,8 0 0172
{ 7,12,2 0 0173
lC "
| 10,12 0 0174
or "
ba "
} 7,12,2 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 6,9,3 0 0241
¡ "
ct 10,10,2 0 0242
¢ "
Po 10,12 0 0243
£ "
Cs 10,10 0 0244
¤ "
Ye 10,12 0 0245
¥ "
bb 10,12 0 0246
¦ "
sc 9,12,3 0 0247
§ "
ad 6,11 0 0250
¨ "
co 12,12 0 0251
© "
Of 7,12 0 0252
ª "
Fo 8,7 0 0253
« "
no 10,7 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,12 0 0256
® "
a- 6,11 0 0257
¯ "
de 7,12 0 0260
° "
+- 10,8 0 0261
± "
S2 6,12 0 0262
² "
S3 6,12 0 0263
³ "
aa 6,12 0 0264
´ "
µ 11,8,3 0 0265
ps 11,12 0 0266
¶ "
pc 5,6 0 0267
· "
ac 5,1,3 0 0270
¸ "
S1 6,12 0 0271
¹ "
Om 6,12 0 0272
º "
Fc 8,7 0 0273
» "
14 14,12 0 0274
¼ "
12 14,12 0 0275
½ "
34 14,12 0 0276
¾ "
r? 8,9,3 0 0277
¿ "
`A 12,16 0 0300
À "
'A 12,16 0 0301
Á "
^A 12,16 0 0302
 "
~A 12,15 0 0303
à "
:A 12,15 0 0304
Ä "
oA 12,16 0 0305
Å "
AE 15,12 0 0306
Æ "
,C 13,12,3 0 0307
Ç "
`E 12,16 0 0310
È "
'E 12,16 0 0311
É "
^E 12,16 0 0312
Ê "
:E 12,15 0 0313
Ë "
`I 7,16 0 0314
Ì "
'I 7,16 0 0315
Í "
^I 7,16 0 0316
Î "
:I 7,15 0 0317
Ï "
-D 14,12 0 0320
Ð "
~N 14,15 0 0321
Ñ "
`O 14,16 0 0322
Ò "
'O 14,16 0 0323
Ó "
^O 14,16 0 0324
Ô "
~O 14,15 0 0325
Õ "
:O 14,15 0 0326
Ö "
mu 10,8 0 0327
× "
/O 14,13,1 0 0330
Ø "
`U 14,16 0 0331
Ù "
'U 14,16 0 0332
Ú "
^U 14,16 0 0333
Û "
:U 14,15 0 0334
Ü "
'Y 12,16 0 0335
Ý "
TP 12,12 0 0336
Þ "
ss 10,12,3 0 0337
ß "
`a 11,12 0 0340
à "
'a 11,12 0 0341
á "
^a 11,12 0 0342
â "
~a 11,11 0 0343
ã "
:a 11,11 0 0344
ä "
oa 11,13 0 0345
å "
ae 14,8 0 0346
æ "
,c 9,8,3 0 0347
ç "
`e 9,12 0 0350
è "
'e 9,12 0 0351
é "
^e 9,12 0 0352
ê "
:e 9,11 0 0353
ë "
`i 6,12 0 0354
ì "
'i 6,12 0 0355
í "
^i 6,12 0 0356
î "
:i 6,11 0 0357
ï "
Sd 10,13 0 0360
ð "
~n 11,11 0 0361
ñ "
`o 10,12 0 0362
ò "
'o 10,12 0 0363
ó "
^o 10,12 0 0364
ô "
~o 10,11 0 0365
õ "
:o 10,11 0 0366
ö "
di 10,8 0 0367
÷ "
/o 10,10,2 0 0370
ø "
`u 11,12 0 0371
ù "
'u 11,12 0 0372
ú "
^u 11,12 0 0373
û "
:u 11,11 0 0374
ü "
'y 9,12,3 0 0375
ý "
Tp 11,11,3 0 0376
þ "
:y 9,11,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name NI
spacewidth 4
charset
--- 4,1 0 040
! 6,12 0 041
" 7,12 0 042
dq "
# 9,12 0 043
sh "
$ 9,14,1 0 044
Do "
% 14,12 0 045
& 14,12 0 046
' 3,12 0 047
cq "
( 6,12,2 0 050
) 5,12,2 0 051
* 8,12 0 052
+ 10,9 0 053
, 4,2,3 0 054
\- 10,5 0 055
. 4,2 0 056
/ 10,12,2 0 057
sl "
0 9,12 0 060
1 9,12 0 061
2 9,12 0 062
3 9,12 0 063
4 9,12 0 064
5 9,12 0 065
6 9,12 0 066
7 9,12 0 067
8 9,12 0 070
9 9,12 0 071
: 5,8 0 072
; 5,8,3 0 073
< 10,9 0 074
= 10,6 0 075
eq "
> 10,9 0 076
? 7,12 0 077
@ 12,12 0 0100
at "
A 12,12 0 0101
B 12,12 0 0102
C 12,12 0 0103
D 13,12 0 0104
E 12,12 0 0105
F 11,12 0 0106
G 13,12 0 0107
H 14,12 0 0110
I 7,12 0 0111
J 10,12 0 0112
K 12,12 0 0113
L 11,12 0 0114
M 16,12 0 0115
N 13,12 0 0116
O 13,12 0 0117
P 11,12 0 0120
Q 13,12,3 0 0121
R 13,12 0 0122
S 11,12 0 0123
T 11,12 0 0124
U 13,12 0 0125
V 11,12 0 0126
W 15,12 0 0127
X 12,12 0 0130
Y 11,12 0 0131
Z 11,12 0 0132
[ 6,12,2 0 0133
lB "
\ 10,12 0 0134
rs "
] 6,12,2 0 0135
rB "
^ 10,12 0 0136
a^ "
ha "
_ 8,0,3 0 0137
` 3,12 0 0140
oq "
a 10,8 0 0141
b 9,12 0 0142
c 8,8 0 0143
d 10,12 0 0144
e 7,8 0 0145
f 5,12,3 0 0146
g 9,9,3 0 0147
h 10,12 0 0150
i 6,12 0 0151
j 5,12,3 0 0152
k 9,12 0 0153
l 6,12 0 0154
m 15,8 0 0155
n 10,8 0 0156
o 8,8 0 0157
p 9,8,3 0 0160
q 9,8,3 0 0161
r 7,8 0 0162
s 7,8 0 0163
t 6,11 0 0164
u 10,8 0 0165
v 8,8 0 0166
w 13,8 0 0167
x 8,8 0 0170
y 8,8,3 0 0171
z 8,8 0 0172
{ 6,12,2 0 0173
lC "
| 10,12 0 0174
or "
ba "
} 6,12,2 0 0175
rC "
~ 10,5 0 0176
a~ "
ap "
ti "
r! 6,9,3 0 0241
¡ "
ct 9,10,2 0 0242
¢ "
Po 9,12 0 0243
£ "
Cs 9,10 0 0244
¤ "
Ye 9,12 0 0245
¥ "
bb 10,12 0 0246
¦ "
sc 8,12,3 0 0247
§ "
ad 6,11 0 0250
¨ "
co 12,12 0 0251
© "
Of 7,12 0 0252
ª "
Fo 7,6 0 0253
« "
no 10,6 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 12,12 0 0256
® "
a- 5,10 0 0257
¯ "
de 7,12 0 0260
° "
+- 10,9 0 0261
± "
S2 6,12 0 0262
² "
S3 6,12 0 0263
³ "
aa 5,12 0 0264
´ "
µ 10,8,3 0 0265
ps 11,12 0 0266
¶ "
pc 5,5 0 0267
· "
ac 5,1,3 0 0270
¸ "
S1 6,12 0 0271
¹ "
Om 6,12 0 0272
º "
Fc 7,6 0 0273
» "
14 14,12 0 0274
¼ "
12 14,12 0 0275
½ "
34 14,12 0 0276
¾ "
r? 7,9,3 0 0277
¿ "
`A 12,16 0 0300
À "
'A 12,16 0 0301
Á "
^A 12,16 0 0302
 "
~A 12,15 0 0303
à "
:A 12,15 0 0304
Ä "
oA 12,16 0 0305
Å "
AE 14,12 0 0306
Æ "
,C 12,12,3 0 0307
Ç "
`E 12,16 0 0310
È "
'E 12,16 0 0311
É "
^E 12,16 0 0312
Ê "
:E 12,15 0 0313
Ë "
`I 7,16 0 0314
Ì "
'I 7,16 0 0315
Í "
^I 7,16 0 0316
Î "
:I 7,15 0 0317
Ï "
-D 13,12 0 0320
Ð "
~N 13,15 0 0321
Ñ "
`O 13,16 0 0322
Ò "
'O 13,16 0 0323
Ó "
^O 13,16 0 0324
Ô "
~O 13,15 0 0325
Õ "
:O 13,15 0 0326
Ö "
mu 10,8 0 0327
× "
/O 13,13,1 0 0330
Ø "
`U 13,16 0 0331
Ù "
'U 13,16 0 0332
Ú "
^U 13,16 0 0333
Û "
:U 13,15 0 0334
Ü "
'Y 11,16 0 0335
Ý "
TP 11,12 0 0336
Þ "
ss 9,12,3 0 0337
ß "
`a 10,12 0 0340
à "
'a 10,12 0 0341
á "
^a 10,12 0 0342
â "
~a 10,11 0 0343
ã "
:a 10,11 0 0344
ä "
oa 10,13 0 0345
å "
ae 12,8 0 0346
æ "
,c 8,8,3 0 0347
ç "
`e 7,12 0 0350
è "
'e 7,12 0 0351
é "
^e 7,12 0 0352
ê "
:e 7,11 0 0353
ë "
`i 6,12 0 0354
ì "
'i 6,12 0 0355
í "
^i 6,12 0 0356
î "
:i 6,11 0 0357
ï "
Sd 8,13 0 0360
ð "
~n 10,11 0 0361
ñ "
`o 8,12 0 0362
ò "
'o 8,12 0 0363
ó "
^o 8,12 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 10,8 0 0367
÷ "
/o 8,10,2 0 0370
ø "
`u 10,12 0 0371
ù "
'u 10,12 0 0372
ú "
^u 10,12 0 0373
û "
:u 10,11 0 0374
ü "
'y 8,12,3 0 0375
ý "
Tp 9,11,3 0 0376
þ "
:y 8,11,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name NR
spacewidth 4
charset
--- 4,1 0 040
! 5,12 0 041
" 6,12 0 042
dq "
# 9,12 0 043
sh "
$ 9,13,2 0 044
Do "
% 14,12 0 045
& 13,12 0 046
' 3,12 0 047
cq "
( 6,12,2 0 050
) 6,12,2 0 051
* 8,12 0 052
+ 10,9 0 053
, 4,2,3 0 054
\- 10,5 0 055
. 4,2 0 056
/ 5,12 0 057
sl "
0 9,12 0 060
1 9,12 0 061
2 9,12 0 062
3 9,12 0 063
4 9,12 0 064
5 9,12 0 065
6 9,12 0 066
7 9,12 0 067
8 9,12 0 070
9 9,12 0 071
: 4,8 0 072
; 4,8,3 0 073
< 10,8 0 074
= 10,6 0 075
eq "
> 10,8 0 076
? 7,12 0 077
@ 12,12,1 0 0100
at "
A 12,12 0 0101
B 12,12 0 0102
C 12,12 0 0103
D 13,12 0 0104
E 12,12 0 0105
F 11,12 0 0106
G 13,12 0 0107
H 14,12 0 0110
I 7,12 0 0111
J 9,12 0 0112
K 13,12 0 0113
L 11,12 0 0114
M 16,12 0 0115
N 13,12 0 0116
O 13,12 0 0117
P 11,12 0 0120
Q 13,12,3 0 0121
R 12,12 0 0122
S 10,12 0 0123
T 11,12 0 0124
U 13,12 0 0125
V 12,12 0 0126
W 16,12 0 0127
X 11,12 0 0130
Y 12,12 0 0131
Z 10,12 0 0132
[ 6,12,2 0 0133
lB "
\ 10,12 0 0134
rs "
] 6,12,2 0 0135
rB "
^ 10,12 0 0136
a^ "
ha "
_ 8,0,2 0 0137
` 3,12 0 0140
oq "
a 9,8 0 0141
b 9,12 0 0142
c 7,8 0 0143
d 10,12 0 0144
e 8,8 0 0145
f 6,12 0 0146
g 9,8,3 0 0147
h 10,12 0 0150
i 5,12 0 0151
j 5,12,3 0 0152
k 10,12 0 0153
l 5,12 0 0154
m 15,8 0 0155
n 10,8 0 0156
o 8,8 0 0157
p 9,8,3 0 0160
q 9,8,3 0 0161
r 7,8 0 0162
s 8,8 0 0163
t 7,11 0 0164
u 10,8 0 0165
v 9,8 0 0166
w 13,8 0 0167
x 9,8 0 0170
y 9,8,3 0 0171
z 8,8 0 0172
{ 6,12,2 0 0173
lC "
| 10,12 0 0174
or "
ba "
} 6,12,2 0 0175
rC "
~ 10,5 0 0176
a~ "
ap "
ti "
r! 5,9,3 0 0241
¡ "
ct 9,10,2 0 0242
¢ "
Po 9,12 0 0243
£ "
Cs 9,10 0 0244
¤ "
Ye 9,12 0 0245
¥ "
bb 10,12 0 0246
¦ "
sc 8,12,3 0 0247
§ "
ad 5,11 0 0250
¨ "
co 12,12 0 0251
© "
Of 6,12 0 0252
ª "
Fo 7,6 0 0253
« "
no 10,6 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 12,12 0 0256
® "
a- 5,10 0 0257
¯ "
de 7,12 0 0260
° "
+- 10,9 0 0261
± "
S2 6,12 0 0262
² "
S3 6,12 0 0263
³ "
aa 5,12 0 0264
´ "
µ 10,8,3 0 0265
ps 10,12,3 0 0266
¶ "
pc 5,5 0 0267
· "
ac 5,1,3 0 0270
¸ "
S1 6,12 0 0271
¹ "
Om 5,12 0 0272
º "
Fc 7,6 0 0273
» "
14 14,12 0 0274
¼ "
12 13,12 0 0275
½ "
34 14,12 0 0276
¾ "
r? 7,9,3 0 0277
¿ "
`A 12,16 0 0300
À "
'A 12,16 0 0301
Á "
^A 12,16 0 0302
 "
~A 12,15 0 0303
à "
:A 12,15 0 0304
Ä "
oA 12,16 0 0305
Å "
AE 17,12 0 0306
Æ "
,C 12,12,3 0 0307
Ç "
`E 12,16 0 0310
È "
'E 12,16 0 0311
É "
^E 12,16 0 0312
Ê "
:E 12,15 0 0313
Ë "
`I 7,16 0 0314
Ì "
'I 7,16 0 0315
Í "
^I 7,16 0 0316
Î "
:I 7,15 0 0317
Ï "
-D 13,12 0 0320
Ð "
~N 13,15 0 0321
Ñ "
`O 13,16 0 0322
Ò "
'O 13,16 0 0323
Ó "
^O 13,16 0 0324
Ô "
~O 13,15 0 0325
Õ "
:O 13,15 0 0326
Ö "
mu 10,8 0 0327
× "
/O 13,13,1 0 0330
Ø "
`U 13,16 0 0331
Ù "
'U 13,16 0 0332
Ú "
^U 13,16 0 0333
Û "
:U 13,15 0 0334
Ü "
'Y 12,16 0 0335
Ý "
TP 11,12 0 0336
Þ "
ss 10,12 0 0337
ß "
`a 9,12 0 0340
à "
'a 9,12 0 0341
á "
^a 9,12 0 0342
â "
~a 9,11 0 0343
ã "
:a 9,11 0 0344
ä "
oa 9,13 0 0345
å "
ae 13,8 0 0346
æ "
,c 7,8,3 0 0347
ç "
`e 8,12 0 0350
è "
'e 8,12 0 0351
é "
^e 8,12 0 0352
ê "
:e 8,11 0 0353
ë "
`i 5,12 0 0354
ì "
'i 5,12 0 0355
í "
^i 5,12 0 0356
î "
:i 5,11 0 0357
ï "
Sd 8,13 0 0360
ð "
~n 10,11 0 0361
ñ "
`o 8,12 0 0362
ò "
'o 8,12 0 0363
ó "
^o 8,12 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 10,8 0 0367
÷ "
/o 8,9,1 0 0370
ø "
`u 10,12 0 0371
ù "
'u 10,12 0 0372
ú "
^u 10,12 0 0373
û "
:u 10,11 0 0374
ü "
'y 9,12,3 0 0375
ý "
Tp 9,11,3 0 0376
þ "
:y 9,11,3 0 0377
ÿ "

View File

@ -0,0 +1,226 @@
name S
special
spacewidth 4
charset
--- 4,1 0 040
! 5,11 0 041
fa 11,12 0 042
# 8,11 0 043
sh "
te 9,12 0 044
% 13,11,1 0 045
& 13,11 0 046
st 7,8 0 047
( 5,12,2 0 050
) 5,12,2 0 051
** 8,8 0 052
+ 9,9 0 053
pl "
, 4,3,2 0 054
\- 9,5 0 055
mi "
. 4,3 0 056
/ 5,11 0 057
sl "
0 8,12 0 060
1 8,12 0 061
2 8,12 0 062
3 8,12 0 063
4 8,12 0 064
5 8,12 0 065
6 8,12 0 066
7 8,12 0 067
8 8,12 0 070
9 8,12 0 071
: 4,8 0 072
; 4,8,2 0 073
< 9,9 0 074
= 9,6 0 075
eq "
> 9,9 0 076
? 7,11 0 077
=~ 9,8 0 0100
*A 12,11 0 0101
*B 11,11 0 0102
*X 12,11 0 0103
*D 10,11 0 0104
*E 10,11 0 0105
*F 12,11 0 0106
*G 10,11 0 0107
*Y 12,11 0 0110
*I 6,11 0 0111
+h 10,12 0 0112
*K 12,11 0 0113
*L 11,11 0 0114
*M 14,11 0 0115
*N 11,11 0 0116
*O 12,11 0 0117
*P 12,11 0 0120
*H 12,11 0 0121
*R 9,11 0 0122
*S 10,11 0 0123
*T 10,11 0 0124
--- 11,11 0 0125
ts 8,8,4 0 0126
*W 12,12 0 0127
*C 11,11 0 0130
*Q 13,11 0 0131
*Z 10,11 0 0132
[ 6,12,2 0 0133
lB "
tf 14,8 0 0134
3d "
] 5,12,2 0 0135
rB "
pp 11,11 0 0136
_ 8,0,4 0 0137
radicalex 8,13 0 0140
*a 11,9 0 0141
*b 9,13,4 0 0142
*x 9,9,3 0 0143
*d 8,12 0 0144
*e 7,9 0 0145
*f 9,11,3 0 0146
*g 7,9,4 0 0147
*y 10,9,3 0 0150
*i 5,9 0 0151
+f 10,9,3 0 0152
*k 9,9 0 0153
*l 9,13 0 0154
*m 9,9,4 0 0155
µ "
*n 8,9 0 0156
*o 9,9 0 0157
*p 9,9 0 0160
*h 9,12 0 0161
*r 9,9,4 0 0162
*s 10,9 0 0163
*t 7,9 0 0164
*u 9,9 0 0165
+p 11,10 0 0166
*w 11,9 0 0167
*c 8,13,4 0 0170
*q 11,9,4 0 0171
*z 8,13,4 0 0172
lC 8,12,2 0 0173
{ "
ba 3,11,3 0 0174
or "
| "
rC 8,12,2 0 0175
} "
ap 9,5 0 0176
*U 10,11 0 0241
fm 4,12 0 0242
<= 9,11 0 0243
f/ 3,11 0 0244
if 12,7 0 0245
Fn 8,12,3 0 0246
CL 12,9,1 0 0247
DI 12,9 0 0250
HE 12,9 0 0251
SP 12,9,1 0 0252
<> 17,9 0 0253
<- 16,9 0 0254
ua 10,13,2 0 0255
arrowverttp "
-> 16,9 0 0256
da 10,13,2 0 0257
arrowvertbt "
de 6,11 0 0260
° "
+- 9,11 0 0261
± "
sd 7,12 0 0262
>= 9,11 0 0263
mu 9,9 0 0264
× "
pt 11,7 0 0265
pd 8,13,1 0 0266
bu 8,8 0 0267
di 9,8 0 0270
÷ "
!= 9,9,1 0 0271
== 9,8 0 0272
~= 9,7 0 0273
~~ "
--- 16,3 0 0274
arrowvertex 10,13,4 0 0275
an 16,5 0 0276
CR 10,10,1 0 0277
Ah 13,11 0 0300
Im 11,13,1 0 0301
Re 13,13 0 0302
wp 16,9,4 0 0303
c* 12,11 0 0304
c+ 12,11 0 0305
es 13,12 0 0306
ca 12,9 0 0307
cu 12,9 0 0310
sp 11,8 0 0311
ip 11,7,3 0 0312
--- 11,9,1 0 0313
sb 11,8 0 0314
ib 11,8,2 0 0315
mo 11,7 0 0316
nm 11,8,1 0 0317
/_ 12,11 0 0320
gr 11,12 0 0321
rg 13,11 0 0322
co 13,11 0 0323
tm 14,11 0 0324
--- 13,13,2 0 0325
sr 9,13,3 0 0326
md 4,5 0 0327
no 12,5 0 0330
¬ "
AN 10,8 0 0331
OR 10,8 0 0332
hA 17,9 0 0333
lA 16,9 0 0334
uA 10,13,2 0 0335
rA 16,9 0 0336
dA 10,13,2 0 0337
lz 8,12 0 0340
la 5,13,2 0 0341
--- 13,11 0 0342
--- 13,11 0 0343
--- 13,11 0 0344
--- 11,13,2 0 0345
parenlefttp 6,13,4 0 0346
parenleftex 6,13,4 0 0347
parenleftbt 6,13,4 0 0350
bracketlefttp 6,13,4 0 0351
lc "
bracketleftex 6,13,4 0 0352
bracketleftbt 6,13,4 0 0353
lf "
bracelefttp 8,13,4 0 0354
lt "
braceleftmid 8,13,4 0 0355
lk "
braceleftbt 8,13,4 0 0356
lb "
bracerightex 8,13,4 0 0357
braceleftex "
bv "
--- 13,13 0 0360
ra 5,13,2 0 0361
is 5,13,4 0 0362
--- 11,13,4 0 0363
--- 11,13,4 0 0364
--- 11,13,4 0 0365
parenrighttp 7,13,4 0 0366
parenrightex 6,13,4 0 0367
parenrightbt 6,13,4 0 0370
bracketrighttp 6,13,4 0 0371
rc "
bracketrightex 6,13,4 0 0372
bracketrightbt 6,13,4 0 0373
rf "
bracerighttp 8,13,4 0 0374
rt "
bracerightmid 8,13,4 0 0375
rk "
bracerightbt 8,13,4 0 0376
rb "

View File

@ -0,0 +1,308 @@
name TB
spacewidth 4
charset
--- 4,1 0 040
! 6,11 0 041
" 9,11 0 042
dq "
# 8,11 0 043
sh "
$ 8,12,1 0 044
Do "
% 16,12 0 045
& 14,11 0 046
' 6,11 0 047
cq "
( 6,11,3 0 050
) 6,11,3 0 051
* 8,11 0 052
+ 9,8 0 053
, 4,2,3 0 054
\- 9,5 0 055
. 4,2 0 056
/ 5,11 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 5,7 0 072
; 5,7,3 0 073
< 9,8 0 074
= 9,7 0 075
eq "
> 9,8 0 076
? 8,11 0 077
@ 16,11,2 0 0100
at "
A 12,11 0 0101
B 11,11 0 0102
C 12,11 0 0103
D 12,11 0 0104
E 11,11 0 0105
F 10,11 0 0106
G 13,11 0 0107
H 13,11 0 0110
I 6,11 0 0111
J 8,11,2 0 0112
K 13,11 0 0113
L 11,11 0 0114
M 15,11 0 0115
N 12,11 0 0116
O 13,11 0 0117
P 10,11 0 0120
Q 13,11,3 0 0121
R 12,11 0 0122
S 9,11 0 0123
T 11,11 0 0124
U 12,11 0 0125
V 12,11 0 0126
W 16,11 0 0127
X 12,11 0 0130
Y 12,11 0 0131
Z 11,11 0 0132
[ 6,11,3 0 0133
lB "
\ 5,11 0 0134
rs "
] 6,11,3 0 0135
rB "
^ 9,11 0 0136
a^ "
ha "
_ 8,0,4 0 0137
` 6,11 0 0140
oq "
a 8,8 0 0141
b 9,11 0 0142
c 7,8 0 0143
d 9,11 0 0144
e 7,8 0 0145
f 6,11 0 0146
g 8,8,4 0 0147
h 9,11 0 0150
i 5,11 0 0151
j 5,11,4 0 0152
k 9,11 0 0153
l 5,11 0 0154
m 14,8 0 0155
n 9,8 0 0156
o 8,8 0 0157
p 9,8,4 0 0160
q 9,8,4 0 0161
r 7,8 0 0162
s 6,8 0 0163
t 6,11 0 0164
u 9,8 0 0165
v 8,8 0 0166
w 12,8 0 0167
x 8,8 0 0170
y 8,8,4 0 0171
z 7,8 0 0172
{ 7,11,3 0 0173
lC "
| 4,11,3 0 0174
or "
ba "
} 7,11,3 0 0175
rC "
~ 9,8 0 0176
a~ "
ap "
ti "
r! 6,8,4 0 0241
¡ "
ct 8,10,2 0 0242
¢ "
Po 8,11 0 0243
£ "
Cs 8,8 0 0244
¤ "
Ye 8,11 0 0245
¥ "
bb 4,12,3 0 0246
¦ "
sc 8,11,4 0 0247
§ "
ad 6,11 0 0250
¨ "
co 12,11 0 0251
© "
Of 5,11 0 0252
ª "
Fo 8,7 0 0253
« "
no 9,7 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,11 0 0256
® "
a- 6,10 0 0257
¯ "
de 7,11 0 0260
° "
+- 9,9 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 6,12 0 0264
´ "
µ 9,8,3 0 0265
ps 9,11,4 0 0266
¶ "
pc 4,6 0 0267
· "
ac 6,0,4 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 6,11 0 0272
º "
Fc 8,7 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 12,11 0 0276
¾ "
r? 8,8,3 0 0277
¿ "
`A 12,15 0 0300
À "
'A 12,15 0 0301
Á "
^A 12,15 0 0302
 "
~A 12,14 0 0303
à "
:A 12,14 0 0304
Ä "
oA 12,16 0 0305
Å "
AE 16,11 0 0306
Æ "
,C 12,11,4 0 0307
Ç "
`E 11,15 0 0310
È "
'E 11,15 0 0311
É "
^E 11,15 0 0312
Ê "
:E 11,14 0 0313
Ë "
`I 6,15 0 0314
Ì "
'I 6,15 0 0315
Í "
^I 6,15 0 0316
Î "
:I 6,14 0 0317
Ï "
-D 12,11 0 0320
Ð "
~N 12,14 0 0321
Ñ "
`O 13,15 0 0322
Ò "
'O 13,15 0 0323
Ó "
^O 13,15 0 0324
Ô "
~O 13,15 0 0325
Õ "
:O 13,14 0 0326
Ö "
mu 9,8 0 0327
× "
/O 13,12,1 0 0330
Ø "
`U 12,15 0 0331
Ù "
'U 12,15 0 0332
Ú "
^U 12,15 0 0333
Û "
:U 12,14 0 0334
Ü "
'Y 12,15 0 0335
Ý "
TP 10,11 0 0336
Þ "
ss 9,11 0 0337
ß "
`a 8,12 0 0340
à "
'a 8,12 0 0341
á "
^a 8,12 0 0342
â "
~a 8,11 0 0343
ã "
:a 8,11 0 0344
ä "
oa 8,13 0 0345
å "
ae 12,8 0 0346
æ "
,c 7,8,4 0 0347
ç "
`e 7,12 0 0350
è "
'e 7,12 0 0351
é "
^e 7,12 0 0352
ê "
:e 7,11 0 0353
ë "
`i 5,12 0 0354
ì "
'i 5,12 0 0355
í "
^i 5,12 0 0356
î "
:i 5,11 0 0357
ï "
Sd 8,11 0 0360
ð "
~n 9,11 0 0361
ñ "
`o 8,12 0 0362
ò "
'o 8,12 0 0363
ó "
^o 8,12 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 9,8 0 0367
÷ "
/o 8,9,1 0 0370
ø "
`u 9,12 0 0371
ù "
'u 9,12 0 0372
ú "
^u 9,12 0 0373
û "
:u 9,11 0 0374
ü "
'y 8,12,4 0 0375
ý "
Tp 9,11,4 0 0376
þ "
:y 8,11,4 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name TBI
spacewidth 4
charset
--- 4,1 0 040
! 6,11 0 041
" 9,11 0 042
dq "
# 8,11 0 043
sh "
$ 8,12,1 0 044
Do "
% 13,11 0 045
& 13,11 0 046
' 6,11 0 047
cq "
( 6,11,3 0 050
) 6,11,3 0 051
* 8,11 0 052
+ 10,9 0 053
, 4,2,3 0 054
\- 10,6 0 055
. 4,2 0 056
/ 5,12 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 5,7 0 072
; 5,7,3 0 073
< 10,8 0 074
= 10,7 0 075
eq "
> 10,8 0 076
? 8,11 0 077
@ 14,11,2 0 0100
at "
A 11,11 0 0101
B 11,11 0 0102
C 11,11 0 0103
D 12,11 0 0104
E 11,11 0 0105
F 11,11 0 0106
G 12,11 0 0107
H 13,11 0 0110
I 6,11 0 0111
J 8,11,2 0 0112
K 11,11 0 0113
L 10,11 0 0114
M 15,11 0 0115
N 12,11 0 0116
O 12,11 0 0117
P 10,11 0 0120
Q 12,11,4 0 0121
R 11,11 0 0122
S 9,11 0 0123
T 10,11 0 0124
U 12,11 0 0125
V 11,11 0 0126
W 15,11 0 0127
X 11,11 0 0130
Y 10,11 0 0131
Z 10,11 0 0132
[ 6,12,3 0 0133
lB "
\ 5,12 0 0134
rs "
] 6,12,3 0 0135
rB "
^ 10,11 0 0136
a^ "
ha "
_ 8,0,2 0 0137
` 6,11 0 0140
oq "
a 8,8 0 0141
b 8,11 0 0142
c 7,8 0 0143
d 8,11 0 0144
e 7,8 0 0145
f 6,11,3 0 0146
g 8,8,3 0 0147
h 9,11 0 0150
i 5,11 0 0151
j 5,11,3 0 0152
k 8,11 0 0153
l 5,11 0 0154
m 13,8 0 0155
n 9,8 0 0156
o 8,8 0 0157
p 8,8,3 0 0160
q 8,8,3 0 0161
r 6,8 0 0162
s 6,8 0 0163
t 5,10 0 0164
u 9,8 0 0165
v 7,8 0 0166
w 11,8 0 0167
x 8,8 0 0170
y 7,8,3 0 0171
z 6,8,1 0 0172
{ 6,12,3 0 0173
lC "
| 4,12 0 0174
or "
ba "
} 6,12,3 0 0175
rC "
~ 10,6 0 0176
a~ "
ap "
ti "
r! 6,8,4 0 0241
¡ "
ct 8,10,2 0 0242
¢ "
Po 8,11 0 0243
£ "
Cs 8,9 0 0244
¤ "
Ye 8,11 0 0245
¥ "
bb 4,12 0 0246
¦ "
sc 8,11,3 0 0247
§ "
ad 6,11 0 0250
¨ "
co 12,11 0 0251
© "
Of 4,11 0 0252
ª "
Fo 8,7 0 0253
« "
no 10,5 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,11 0 0256
® "
a- 6,10 0 0257
¯ "
de 7,11 0 0260
° "
+- 10,10 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 6,12 0 0264
´ "
µ 9,8,3 0 0265
ps 8,11,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 6,1,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 5,11 0 0272
º "
Fc 8,7 0 0273
» "
14 13,11 0 0274
¼ "
12 13,11 0 0275
½ "
34 13,11 0 0276
¾ "
r? 8,8,4 0 0277
¿ "
`A 11,15 0 0300
À "
'A 11,15 0 0301
Á "
^A 11,15 0 0302
 "
~A 11,14 0 0303
à "
:A 11,14 0 0304
Ä "
oA 11,15 0 0305
Å "
AE 15,11 0 0306
Æ "
,C 11,11,3 0 0307
Ç "
`E 11,15 0 0310
È "
'E 11,15 0 0311
É "
^E 11,15 0 0312
Ê "
:E 11,14 0 0313
Ë "
`I 6,15 0 0314
Ì "
'I 6,15 0 0315
Í "
^I 6,15 0 0316
Î "
:I 6,14 0 0317
Ï "
-D 12,11 0 0320
Ð "
~N 12,14 0 0321
Ñ "
`O 12,15 0 0322
Ò "
'O 12,15 0 0323
Ó "
^O 12,15 0 0324
Ô "
~O 12,14 0 0325
Õ "
:O 12,14 0 0326
Ö "
mu 10,9 0 0327
× "
/O 12,12,2 0 0330
Ø "
`U 12,15 0 0331
Ù "
'U 12,15 0 0332
Ú "
^U 12,15 0 0333
Û "
:U 12,14 0 0334
Ü "
'Y 10,15 0 0335
Ý "
TP 10,11 0 0336
Þ "
ss 8,12,3 0 0337
ß "
`a 8,12 0 0340
à "
'a 8,12 0 0341
á "
^a 8,12 0 0342
â "
~a 8,11 0 0343
ã "
:a 8,11 0 0344
ä "
oa 8,12 0 0345
å "
ae 12,8 0 0346
æ "
,c 7,8,3 0 0347
ç "
`e 7,12 0 0350
è "
'e 7,12 0 0351
é "
^e 7,12 0 0352
ê "
:e 7,11 0 0353
ë "
`i 5,12 0 0354
ì "
'i 5,12 0 0355
í "
^i 5,12 0 0356
î "
:i 5,11 0 0357
ï "
Sd 8,11 0 0360
ð "
~n 9,11 0 0361
ñ "
`o 8,12 0 0362
ò "
'o 8,12 0 0363
ó "
^o 8,12 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 10,9 0 0367
÷ "
/o 8,10,2 0 0370
ø "
`u 9,12 0 0371
ù "
'u 9,12 0 0372
ú "
^u 9,12 0 0373
û "
:u 9,11 0 0374
ü "
'y 7,12,3 0 0375
ý "
Tp 8,11,3 0 0376
þ "
:y 7,11,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name TI
spacewidth 4
charset
--- 4,1 0 040
! 6,11 0 041
" 7,10 0 042
dq "
# 8,11 0 043
sh "
$ 8,12,1 0 044
Do "
% 13,11 0 045
& 13,11 0 046
' 6,10 0 047
cq "
( 6,11,3 0 050
) 6,11,3 0 051
* 8,11 0 052
+ 11,9 0 053
, 4,2,2 0 054
\- 11,5 0 055
. 4,2 0 056
/ 5,11 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 5,7 0 072
; 5,7,2 0 073
< 11,9 0 074
= 11,6 0 075
eq "
> 11,9 0 076
? 8,11 0 077
@ 15,11,3 0 0100
at "
A 10,11 0 0101
B 10,11 0 0102
C 11,11 0 0103
D 12,11 0 0104
E 10,11 0 0105
F 10,11 0 0106
G 12,11 0 0107
H 12,11 0 0110
I 6,11 0 0111
J 7,11 0 0112
K 11,11 0 0113
L 9,11 0 0114
M 14,11 0 0115
N 11,11 0 0116
O 12,11 0 0117
P 10,11 0 0120
Q 12,11,3 0 0121
R 10,11 0 0122
S 8,11 0 0123
T 9,11 0 0124
U 12,11 0 0125
V 10,11 0 0126
W 14,11 0 0127
X 10,11 0 0130
Y 9,11 0 0131
Z 9,11 0 0132
[ 6,11,3 0 0133
lB "
\ 5,11 0 0134
rs "
] 6,11,3 0 0135
rB "
^ 7,11 0 0136
a^ "
ha "
_ 8,0,4 0 0137
` 6,10 0 0140
oq "
a 8,8 0 0141
b 8,11 0 0142
c 7,8 0 0143
d 8,11 0 0144
e 7,8 0 0145
f 5,11,4 0 0146
g 8,8,4 0 0147
h 8,11 0 0150
i 5,11 0 0151
j 5,11,4 0 0152
k 7,11 0 0153
l 5,11 0 0154
m 12,8 0 0155
n 8,8 0 0156
o 8,8 0 0157
p 8,8,4 0 0160
q 8,8,4 0 0161
r 6,8 0 0162
s 6,8 0 0163
t 5,10 0 0164
u 8,8 0 0165
v 7,8 0 0166
w 11,8 0 0167
x 7,8 0 0170
y 7,8,4 0 0171
z 6,8 0 0172
{ 7,11,3 0 0173
lC "
| 5,11,3 0 0174
or "
ba "
} 7,11,3 0 0175
rC "
~ 9,6 0 0176
a~ "
ap "
ti "
r! 6,8,3 0 0241
¡ "
ct 8,9,1 0 0242
¢ "
Po 8,11 0 0243
£ "
Cs 8,9 0 0244
¤ "
Ye 8,11 0 0245
¥ "
bb 5,11,3 0 0246
¦ "
sc 8,12,1 0 0247
§ "
ad 6,11 0 0250
¨ "
co 13,11 0 0251
© "
Of 5,11 0 0252
ª "
Fo 8,6 0 0253
« "
no 11,6 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 13,11 0 0256
® "
a- 6,10 0 0257
¯ "
de 7,11 0 0260
° "
+- 11,11 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 6,12 0 0264
´ "
µ 8,8,4 0 0265
ps 9,11,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 6,1,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 5,11 0 0272
º "
Fc 8,6 0 0273
» "
14 13,11 0 0274
¼ "
12 13,11 0 0275
½ "
34 13,11 0 0276
¾ "
r? 8,8,3 0 0277
¿ "
`A 10,15 0 0300
À "
'A 10,15 0 0301
Á "
^A 10,15 0 0302
 "
~A 10,14 0 0303
à "
:A 10,14 0 0304
Ä "
oA 10,15 0 0305
Å "
AE 15,11 0 0306
Æ "
,C 11,11,3 0 0307
Ç "
`E 10,15 0 0310
È "
'E 10,15 0 0311
É "
^E 10,15 0 0312
Ê "
:E 10,14 0 0313
Ë "
`I 6,15 0 0314
Ì "
'I 6,15 0 0315
Í "
^I 6,15 0 0316
Î "
:I 6,14 0 0317
Ï "
-D 12,11 0 0320
Ð "
~N 11,14 0 0321
Ñ "
`O 12,15 0 0322
Ò "
'O 12,15 0 0323
Ó "
^O 12,15 0 0324
Ô "
~O 12,14 0 0325
Õ "
:O 12,14 0 0326
Ö "
mu 11,9 0 0327
× "
/O 12,12,1 0 0330
Ø "
`U 12,15 0 0331
Ù "
'U 12,15 0 0332
Ú "
^U 12,15 0 0333
Û "
:U 12,14 0 0334
Ü "
'Y 9,15 0 0335
Ý "
TP 10,11 0 0336
Þ "
ss 8,11,4 0 0337
ß "
`a 8,12 0 0340
à "
'a 8,12 0 0341
á "
^a 8,12 0 0342
â "
~a 8,11 0 0343
ã "
:a 8,11 0 0344
ä "
oa 8,13 0 0345
å "
ae 11,8 0 0346
æ "
,c 7,8,3 0 0347
ç "
`e 7,12 0 0350
è "
'e 7,12 0 0351
é "
^e 7,12 0 0352
ê "
:e 7,11 0 0353
ë "
`i 5,12 0 0354
ì "
'i 5,12 0 0355
í "
^i 5,12 0 0356
î "
:i 5,11 0 0357
ï "
Sd 8,12 0 0360
ð "
~n 8,11 0 0361
ñ "
`o 8,12 0 0362
ò "
'o 8,12 0 0363
ó "
^o 8,12 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 11,8 0 0367
÷ "
/o 8,9,1 0 0370
ø "
`u 8,12 0 0371
ù "
'u 8,12 0 0372
ú "
^u 8,12 0 0373
û "
:u 8,11 0 0374
ü "
'y 7,12,4 0 0375
ý "
Tp 8,11,4 0 0376
þ "
:y 7,11,4 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name TR
spacewidth 4
charset
--- 4,1 0 040
! 5,11 0 041
" 7,11 0 042
dq "
# 8,11 0 043
sh "
$ 8,12,1 0 044
Do "
% 14,11 0 045
& 13,11 0 046
' 5,11 0 047
cq "
( 5,11,3 0 050
) 5,11,3 0 051
* 8,11 0 052
+ 9,8 0 053
, 4,2,1 0 054
\- 9,5 0 055
. 4,2 0 056
/ 5,11,2 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 4,8 0 072
; 4,8,1 0 073
< 9,9 0 074
= 9,6 0 075
eq "
> 9,9 0 076
? 7,11 0 077
@ 15,11,3 0 0100
at "
A 12,11 0 0101
B 11,11 0 0102
C 11,11 0 0103
D 12,11 0 0104
E 10,11 0 0105
F 9,11 0 0106
G 12,11 0 0107
H 12,11 0 0110
I 5,11 0 0111
J 6,11 0 0112
K 12,11 0 0113
L 10,11 0 0114
M 15,11 0 0115
N 12,11 0 0116
O 12,11 0 0117
P 9,11 0 0120
Q 12,11,3 0 0121
R 11,11 0 0122
S 9,11 0 0123
T 10,11 0 0124
U 12,11 0 0125
V 12,11 0 0126
W 16,11 0 0127
X 12,11 0 0130
Y 12,11 0 0131
Z 10,11 0 0132
[ 5,11,3 0 0133
lB "
\ 5,11 0 0134
rs "
] 5,11,3 0 0135
rB "
^ 8,11 0 0136
a^ "
ha "
_ 8,0,2 0 0137
` 5,11 0 0140
oq "
a 7,8 0 0141
b 8,11 0 0142
c 7,8 0 0143
d 8,11 0 0144
e 7,8 0 0145
f 6,11 0 0146
g 8,8,4 0 0147
h 8,11 0 0150
i 5,11 0 0151
j 4,11,4 0 0152
k 8,11 0 0153
l 5,11 0 0154
m 13,8 0 0155
n 8,8 0 0156
o 8,8 0 0157
p 8,8,4 0 0160
q 8,8,4 0 0161
r 6,8 0 0162
s 6,8 0 0163
t 5,10 0 0164
u 8,8 0 0165
v 8,8 0 0166
w 12,8 0 0167
x 8,8 0 0170
y 8,8,4 0 0171
z 7,8 0 0172
{ 8,11,3 0 0173
lC "
| 3,11 0 0174
or "
ba "
} 8,11,3 0 0175
rC "
~ 9,6 0 0176
a~ "
ap "
ti "
r! 5,8,3 0 0241
¡ "
ct 8,10,2 0 0242
¢ "
Po 8,11 0 0243
£ "
Cs 8,10 0 0244
¤ "
Ye 8,11 0 0245
¥ "
bb 3,11 0 0246
¦ "
sc 8,11,3 0 0247
§ "
ad 6,11 0 0250
¨ "
co 13,11 0 0251
© "
Of 5,11 0 0252
ª "
Fo 8,7 0 0253
« "
no 9,5 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 13,11 0 0256
® "
a- 6,10 0 0257
¯ "
de 7,11 0 0260
° "
+- 9,9 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 6,11 0 0264
´ "
µ 8,8,3 0 0265
ps 8,11,4 0 0266
¶ "
pc 4,6 0 0267
· "
ac 6,0,4 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 5,11 0 0272
º "
Fc 8,7 0 0273
» "
14 13,11 0 0274
¼ "
12 13,11 0 0275
½ "
34 13,11 0 0276
¾ "
r? 7,8,3 0 0277
¿ "
`A 12,15 0 0300
À "
'A 12,15 0 0301
Á "
^A 12,15 0 0302
 "
~A 12,14 0 0303
à "
:A 12,14 0 0304
Ä "
oA 12,14 0 0305
Å "
AE 15,11 0 0306
Æ "
,C 11,11,4 0 0307
Ç "
`E 10,15 0 0310
È "
'E 10,15 0 0311
É "
^E 10,15 0 0312
Ê "
:E 10,14 0 0313
Ë "
`I 5,15 0 0314
Ì "
'I 5,15 0 0315
Í "
^I 5,15 0 0316
Î "
:I 5,14 0 0317
Ï "
-D 12,11 0 0320
Ð "
~N 12,14 0 0321
Ñ "
`O 12,15 0 0322
Ò "
'O 12,15 0 0323
Ó "
^O 12,15 0 0324
Ô "
~O 12,14 0 0325
Õ "
:O 12,14 0 0326
Ö "
mu 9,7 0 0327
× "
/O 12,12,1 0 0330
Ø "
`U 12,15 0 0331
Ù "
'U 12,15 0 0332
Ú "
^U 12,15 0 0333
Û "
:U 12,14 0 0334
Ü "
'Y 12,15 0 0335
Ý "
TP 9,11 0 0336
Þ "
ss 8,11 0 0337
ß "
`a 7,12 0 0340
à "
'a 7,12 0 0341
á "
^a 7,12 0 0342
â "
~a 7,11 0 0343
ã "
:a 7,11 0 0344
ä "
oa 7,12 0 0345
å "
ae 11,8 0 0346
æ "
,c 7,8,4 0 0347
ç "
`e 7,12 0 0350
è "
'e 7,12 0 0351
é "
^e 7,12 0 0352
ê "
:e 7,11 0 0353
ë "
`i 5,12 0 0354
ì "
'i 5,12 0 0355
í "
^i 5,12 0 0356
î "
:i 5,11 0 0357
ï "
Sd 8,11 0 0360
ð "
~n 8,11 0 0361
ñ "
`o 8,12 0 0362
ò "
'o 8,12 0 0363
ó "
^o 8,12 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 9,9 0 0367
÷ "
/o 8,10,2 0 0370
ø "
`u 8,12 0 0371
ù "
'u 8,12 0 0372
ú "
^u 8,12 0 0373
û "
:u 8,11 0 0374
ü "
'y 8,12,4 0 0375
ý "
Tp 8,11,4 0 0376
þ "
:y 8,11,4 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CB
spacewidth 9
charset
--- 9,1 0 040
! 9,9 0 041
" 9,10 0 042
dq "
# 9,10,1 0 043
sh "
$ 9,11,1 0 044
Do "
% 9,10 0 045
& 9,8 0 046
' 9,10 0 047
cq "
( 9,9,2 0 050
) 9,9,2 0 051
* 9,9 0 052
+ 9,8 0 053
, 9,2,2 0 054
\- 9,5 0 055
. 9,2 0 056
/ 9,10,2 0 057
sl "
0 9,10 0 060
1 9,10 0 061
2 9,10 0 062
3 9,10 0 063
4 9,10 0 064
5 9,10 0 065
6 9,10 0 066
7 9,10 0 067
8 9,10 0 070
9 9,10 0 071
: 9,7 0 072
; 9,7,2 0 073
< 9,8 0 074
= 9,6 0 075
eq "
> 9,8 0 076
? 9,9 0 077
@ 9,9 0 0100
at "
A 9,9 0 0101
B 9,9 0 0102
C 9,9 0 0103
D 9,9 0 0104
E 9,9 0 0105
F 9,9 0 0106
G 9,9 0 0107
H 9,9 0 0110
I 9,9 0 0111
J 9,9 0 0112
K 9,9 0 0113
L 9,9 0 0114
M 9,9 0 0115
N 9,9 0 0116
O 9,9 0 0117
P 9,9 0 0120
Q 9,9,2 0 0121
R 9,9 0 0122
S 9,9 0 0123
T 9,9 0 0124
U 9,9 0 0125
V 9,9 0 0126
W 9,9 0 0127
X 9,9 0 0130
Y 9,9 0 0131
Z 9,9 0 0132
[ 9,9,2 0 0133
lB "
\ 9,10,2 0 0134
rs "
] 9,9,2 0 0135
rB "
^ 9,9 0 0136
a^ "
ha "
_ 9,0,2 0 0137
` 9,10 0 0140
oq "
a 9,7 0 0141
b 9,10 0 0142
c 9,7 0 0143
d 9,10 0 0144
e 9,7 0 0145
f 9,10 0 0146
g 9,7,3 0 0147
h 9,10 0 0150
i 9,10 0 0151
j 9,10,3 0 0152
k 9,10 0 0153
l 9,10 0 0154
m 9,7 0 0155
n 9,7 0 0156
o 9,7 0 0157
p 9,7,3 0 0160
q 9,7,3 0 0161
r 9,7 0 0162
s 9,7 0 0163
t 9,9 0 0164
u 9,7 0 0165
v 9,7 0 0166
w 9,7 0 0167
x 9,7 0 0170
y 9,7,3 0 0171
z 9,7 0 0172
{ 9,9,2 0 0173
lC "
| 9,9,2 0 0174
or "
ba "
} 9,9,2 0 0175
rC "
~ 9,6 0 0176
a~ "
ap "
ti "
r! 9,7,2 0 0241
¡ "
ct 9,9,1 0 0242
¢ "
Po 9,9 0 0243
£ "
Cs 9,7 0 0244
¤ "
Ye 9,9 0 0245
¥ "
bb 9,9,2 0 0246
¦ "
sc 9,10,1 0 0247
§ "
ad 9,10 0 0250
¨ "
co 9,9 0 0251
© "
Of 9,9 0 0252
ª "
Fo 9,6 0 0253
« "
no 9,5 0 0254
¬ "
- 9,5 0 0255
hy "
­ "
rg 9,9 0 0256
® "
a- 9,9 0 0257
¯ "
de 9,9 0 0260
° "
+- 9,8 0 0261
± "
S2 9,10 0 0262
² "
S3 9,10 0 0263
³ "
aa 9,9 0 0264
´ "
µ 9,7,3 0 0265
ps 9,10,1 0 0266
¶ "
pc 9,5 0 0267
· "
ac 9,1,3 0 0270
¸ "
S1 9,10 0 0271
¹ "
Om 9,9 0 0272
º "
Fc 9,6 0 0273
» "
14 9,10 0 0274
¼ "
12 9,10 0 0275
½ "
34 9,10 0 0276
¾ "
r? 9,7,2 0 0277
¿ "
`A 9,12 0 0300
À "
'A 9,12 0 0301
Á "
^A 9,12 0 0302
 "
~A 9,12 0 0303
à "
:A 9,12 0 0304
Ä "
oA 9,12 0 0305
Å "
AE 9,9 0 0306
Æ "
,C 9,9,4 0 0307
Ç "
`E 9,12 0 0310
È "
'E 9,12 0 0311
É "
^E 9,12 0 0312
Ê "
:E 9,12 0 0313
Ë "
`I 9,12 0 0314
Ì "
'I 9,12 0 0315
Í "
^I 9,12 0 0316
Î "
:I 9,12 0 0317
Ï "
-D 9,9 0 0320
Ð "
~N 9,12 0 0321
Ñ "
`O 9,12 0 0322
Ò "
'O 9,12 0 0323
Ó "
^O 9,12 0 0324
Ô "
~O 9,12 0 0325
Õ "
:O 9,12 0 0326
Ö "
mu 9,8 0 0327
× "
/O 9,10 0 0330
Ø "
`U 9,12 0 0331
Ù "
'U 9,12 0 0332
Ú "
^U 9,12 0 0333
Û "
:U 9,12 0 0334
Ü "
'Y 9,12 0 0335
Ý "
TP 9,9 0 0336
Þ "
ss 9,9 0 0337
ß "
`a 9,10 0 0340
à "
'a 9,10 0 0341
á "
^a 9,10 0 0342
â "
~a 9,10 0 0343
ã "
:a 9,10 0 0344
ä "
oa 9,10 0 0345
å "
ae 9,7 0 0346
æ "
,c 9,7,4 0 0347
ç "
`e 9,10 0 0350
è "
'e 9,10 0 0351
é "
^e 9,10 0 0352
ê "
:e 9,10 0 0353
ë "
`i 9,10 0 0354
ì "
'i 9,10 0 0355
í "
^i 9,10 0 0356
î "
:i 9,10 0 0357
ï "
Sd 9,10 0 0360
ð "
~n 9,10 0 0361
ñ "
`o 9,10 0 0362
ò "
'o 9,10 0 0363
ó "
^o 9,10 0 0364
ô "
~o 9,10 0 0365
õ "
:o 9,10 0 0366
ö "
di 9,8 0 0367
÷ "
/o 9,7 0 0370
ø "
`u 9,10 0 0371
ù "
'u 9,10 0 0372
ú "
^u 9,10 0 0373
û "
:u 9,10 0 0374
ü "
'y 9,10,3 0 0375
ý "
Tp 9,9,3 0 0376
þ "
:y 9,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CBI
spacewidth 9
charset
--- 9,1 0 040
! 9,10 0 041
" 9,9 0 042
dq "
# 9,11,1 0 043
sh "
$ 9,11,1 0 044
Do "
% 9,10 0 045
& 9,8 0 046
' 9,9 0 047
cq "
( 9,9,2 0 050
) 9,9,2 0 051
* 9,10 0 052
+ 9,8 0 053
, 9,2,2 0 054
\- 9,5 0 055
. 9,2 0 056
/ 9,10,2 0 057
sl "
0 9,10 0 060
1 9,10 0 061
2 9,10 0 062
3 9,10 0 063
4 9,10 0 064
5 9,10 0 065
6 9,10 0 066
7 9,10 0 067
8 9,10 0 070
9 9,10 0 071
: 9,7 0 072
; 9,7,2 0 073
< 9,8 0 074
= 9,6 0 075
eq "
> 9,8 0 076
? 9,9 0 077
@ 9,9 0 0100
at "
A 9,9 0 0101
B 9,9 0 0102
C 9,9 0 0103
D 9,9 0 0104
E 9,9 0 0105
F 9,9 0 0106
G 9,9 0 0107
H 9,9 0 0110
I 9,9 0 0111
J 9,9 0 0112
K 9,9 0 0113
L 9,9 0 0114
M 9,9 0 0115
N 9,9 0 0116
O 9,9 0 0117
P 9,9 0 0120
Q 9,9,2 0 0121
R 9,9 0 0122
S 9,9 0 0123
T 9,9 0 0124
U 9,9 0 0125
V 9,9 0 0126
W 9,9 0 0127
X 9,9 0 0130
Y 9,9 0 0131
Z 9,9 0 0132
[ 9,9,2 0 0133
lB "
\ 9,10,2 0 0134
rs "
] 9,9,2 0 0135
rB "
^ 9,9 0 0136
a^ "
ha "
_ 9,0,3 0 0137
` 9,9 0 0140
oq "
a 9,7 0 0141
b 9,10 0 0142
c 9,7 0 0143
d 9,10 0 0144
e 9,7 0 0145
f 9,10 0 0146
g 9,7,3 0 0147
h 9,10 0 0150
i 9,10 0 0151
j 9,10,3 0 0152
k 9,10 0 0153
l 9,10 0 0154
m 9,7 0 0155
n 9,7 0 0156
o 9,7 0 0157
p 9,7,3 0 0160
q 9,7,3 0 0161
r 9,7 0 0162
s 9,7 0 0163
t 9,9 0 0164
u 9,7 0 0165
v 9,7 0 0166
w 9,7 0 0167
x 9,7 0 0170
y 9,7,3 0 0171
z 9,7 0 0172
{ 9,9,2 0 0173
lC "
| 9,9,2 0 0174
or "
ba "
} 9,9,2 0 0175
rC "
~ 9,6 0 0176
a~ "
ap "
ti "
r! 9,7,3 0 0241
¡ "
ct 9,9,1 0 0242
¢ "
Po 9,9 0 0243
£ "
Cs 9,7 0 0244
¤ "
Ye 9,9 0 0245
¥ "
bb 9,10,2 0 0246
¦ "
sc 9,10,1 0 0247
§ "
ad 9,10 0 0250
¨ "
co 9,9 0 0251
© "
Of 9,9 0 0252
ª "
Fo 9,6 0 0253
« "
no 9,6 0 0254
¬ "
- 9,5 0 0255
hy "
­ "
rg 9,9 0 0256
® "
a- 9,9 0 0257
¯ "
de 9,10 0 0260
° "
+- 9,8 0 0261
± "
S2 9,10 0 0262
² "
S3 9,10 0 0263
³ "
aa 9,10 0 0264
´ "
µ 9,7,3 0 0265
ps 9,10,1 0 0266
¶ "
pc 9,5 0 0267
· "
ac 9,1,3 0 0270
¸ "
S1 9,10 0 0271
¹ "
Om 9,9 0 0272
º "
Fc 9,6 0 0273
» "
14 9,10 0 0274
¼ "
12 9,10 0 0275
½ "
34 9,10 0 0276
¾ "
r? 9,7,2 0 0277
¿ "
`A 9,12 0 0300
À "
'A 9,12 0 0301
Á "
^A 9,12 0 0302
 "
~A 9,12 0 0303
à "
:A 9,12 0 0304
Ä "
oA 9,12 0 0305
Å "
AE 9,9 0 0306
Æ "
,C 9,9,4 0 0307
Ç "
`E 9,12 0 0310
È "
'E 9,12 0 0311
É "
^E 9,12 0 0312
Ê "
:E 9,12 0 0313
Ë "
`I 9,12 0 0314
Ì "
'I 9,12 0 0315
Í "
^I 9,12 0 0316
Î "
:I 9,12 0 0317
Ï "
-D 9,9 0 0320
Ð "
~N 9,12 0 0321
Ñ "
`O 9,12 0 0322
Ò "
'O 9,12 0 0323
Ó "
^O 9,12 0 0324
Ô "
~O 9,12 0 0325
Õ "
:O 9,12 0 0326
Ö "
mu 9,8 0 0327
× "
/O 9,9 0 0330
Ø "
`U 9,12 0 0331
Ù "
'U 9,12 0 0332
Ú "
^U 9,12 0 0333
Û "
:U 9,12 0 0334
Ü "
'Y 9,12 0 0335
Ý "
TP 9,9 0 0336
Þ "
ss 9,9 0 0337
ß "
`a 9,10 0 0340
à "
'a 9,10 0 0341
á "
^a 9,10 0 0342
â "
~a 9,10 0 0343
ã "
:a 9,10 0 0344
ä "
oa 9,10 0 0345
å "
ae 9,7 0 0346
æ "
,c 9,7,4 0 0347
ç "
`e 9,10 0 0350
è "
'e 9,10 0 0351
é "
^e 9,10 0 0352
ê "
:e 9,10 0 0353
ë "
`i 9,10 0 0354
ì "
'i 9,10 0 0355
í "
^i 9,10 0 0356
î "
:i 9,10 0 0357
ï "
Sd 9,10 0 0360
ð "
~n 9,10 0 0361
ñ "
`o 9,10 0 0362
ò "
'o 9,10 0 0363
ó "
^o 9,10 0 0364
ô "
~o 9,10 0 0365
õ "
:o 9,10 0 0366
ö "
di 9,8 0 0367
÷ "
/o 9,8 0 0370
ø "
`u 9,10 0 0371
ù "
'u 9,10 0 0372
ú "
^u 9,10 0 0373
û "
:u 9,10 0 0374
ü "
'y 9,10,3 0 0375
ý "
Tp 9,9,3 0 0376
þ "
:y 9,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CI
spacewidth 9
charset
--- 9,1 0 040
! 9,9 0 041
" 9,10 0 042
dq "
# 9,10,1 0 043
sh "
$ 9,10,1 0 044
Do "
% 9,10 0 045
& 9,8 0 046
' 9,10 0 047
cq "
( 9,10,3 0 050
) 9,10,3 0 051
* 9,9 0 052
+ 9,8 0 053
, 9,2,2 0 054
\- 9,5 0 055
. 9,2 0 056
/ 9,10,2 0 057
sl "
0 9,10 0 060
1 9,10 0 061
2 9,10 0 062
3 9,10 0 063
4 9,10 0 064
5 9,10 0 065
6 9,10 0 066
7 9,10 0 067
8 9,10 0 070
9 9,10 0 071
: 9,7 0 072
; 9,7,2 0 073
< 9,8 0 074
= 9,6 0 075
eq "
> 9,8 0 076
? 9,9 0 077
@ 9,9 0 0100
at "
A 9,9 0 0101
B 9,9 0 0102
C 9,9 0 0103
D 9,9 0 0104
E 9,9 0 0105
F 9,9 0 0106
G 9,9 0 0107
H 9,9 0 0110
I 9,9 0 0111
J 9,9 0 0112
K 9,9 0 0113
L 9,9 0 0114
M 9,9 0 0115
N 9,9 0 0116
O 9,9 0 0117
P 9,9 0 0120
Q 9,9,2 0 0121
R 9,9 0 0122
S 9,9 0 0123
T 9,9 0 0124
U 9,9 0 0125
V 9,9 0 0126
W 9,9 0 0127
X 9,9 0 0130
Y 9,9 0 0131
Z 9,9 0 0132
[ 9,10,3 0 0133
lB "
\ 9,10,2 0 0134
rs "
] 9,10,3 0 0135
rB "
^ 9,9 0 0136
a^ "
ha "
_ 9,0,3 0 0137
` 9,10 0 0140
oq "
a 9,7 0 0141
b 9,10 0 0142
c 9,7 0 0143
d 9,10 0 0144
e 9,7 0 0145
f 9,10 0 0146
g 9,7,3 0 0147
h 9,10 0 0150
i 9,10 0 0151
j 9,10,3 0 0152
k 9,10 0 0153
l 9,10 0 0154
m 9,7 0 0155
n 9,7 0 0156
o 9,7 0 0157
p 9,7,3 0 0160
q 9,7,3 0 0161
r 9,7 0 0162
s 9,7 0 0163
t 9,9 0 0164
u 9,7 0 0165
v 9,7 0 0166
w 9,7 0 0167
x 9,7 0 0170
y 9,7,3 0 0171
z 9,7 0 0172
{ 9,10,3 0 0173
lC "
| 9,9,2 0 0174
or "
ba "
} 9,10,3 0 0175
rC "
~ 9,5 0 0176
a~ "
ap "
ti "
r! 9,7,2 0 0241
¡ "
ct 9,10 0 0242
¢ "
Po 9,9 0 0243
£ "
Cs 9,7 0 0244
¤ "
Ye 9,9 0 0245
¥ "
bb 9,9,2 0 0246
¦ "
sc 9,9,1 0 0247
§ "
ad 9,9 0 0250
¨ "
co 9,9 0 0251
© "
Of 9,9 0 0252
ª "
Fo 9,7 0 0253
« "
no 9,6 0 0254
¬ "
- 9,5 0 0255
hy "
­ "
rg 9,9 0 0256
® "
a- 9,9 0 0257
¯ "
de 9,10 0 0260
° "
+- 9,8 0 0261
± "
S2 9,10 0 0262
² "
S3 9,10 0 0263
³ "
aa 9,9 0 0264
´ "
µ 9,7,3 0 0265
ps 9,9,1 0 0266
¶ "
pc 9,5 0 0267
· "
ac 9,1,3 0 0270
¸ "
S1 9,10 0 0271
¹ "
Om 9,9 0 0272
º "
Fc 9,7 0 0273
» "
14 9,10 0 0274
¼ "
12 9,10 0 0275
½ "
34 9,10 0 0276
¾ "
r? 9,7,2 0 0277
¿ "
`A 9,12 0 0300
À "
'A 9,12 0 0301
Á "
^A 9,12 0 0302
 "
~A 9,12 0 0303
à "
:A 9,11 0 0304
Ä "
oA 9,12 0 0305
Å "
AE 9,9 0 0306
Æ "
,C 9,9,3 0 0307
Ç "
`E 9,12 0 0310
È "
'E 9,12 0 0311
É "
^E 9,12 0 0312
Ê "
:E 9,11 0 0313
Ë "
`I 9,12 0 0314
Ì "
'I 9,12 0 0315
Í "
^I 9,12 0 0316
Î "
:I 9,11 0 0317
Ï "
-D 9,9 0 0320
Ð "
~N 9,12 0 0321
Ñ "
`O 9,12 0 0322
Ò "
'O 9,12 0 0323
Ó "
^O 9,12 0 0324
Ô "
~O 9,12 0 0325
Õ "
:O 9,11 0 0326
Ö "
mu 9,8 0 0327
× "
/O 9,9 0 0330
Ø "
`U 9,12 0 0331
Ù "
'U 9,12 0 0332
Ú "
^U 9,12 0 0333
Û "
:U 9,11 0 0334
Ü "
'Y 9,12 0 0335
Ý "
TP 9,9 0 0336
Þ "
ss 9,9 0 0337
ß "
`a 9,10 0 0340
à "
'a 9,10 0 0341
á "
^a 9,10 0 0342
â "
~a 9,10 0 0343
ã "
:a 9,9 0 0344
ä "
oa 9,11 0 0345
å "
ae 9,7 0 0346
æ "
,c 9,7,3 0 0347
ç "
`e 9,10 0 0350
è "
'e 9,10 0 0351
é "
^e 9,10 0 0352
ê "
:e 9,9 0 0353
ë "
`i 9,10 0 0354
ì "
'i 9,10 0 0355
í "
^i 9,10 0 0356
î "
:i 9,9 0 0357
ï "
Sd 9,10 0 0360
ð "
~n 9,10 0 0361
ñ "
`o 9,10 0 0362
ò "
'o 9,10 0 0363
ó "
^o 9,10 0 0364
ô "
~o 9,10 0 0365
õ "
:o 9,9 0 0366
ö "
di 9,8 0 0367
÷ "
/o 9,7 0 0370
ø "
`u 9,10 0 0371
ù "
'u 9,10 0 0372
ú "
^u 9,10 0 0373
û "
:u 9,9 0 0374
ü "
'y 9,10,3 0 0375
ý "
Tp 9,9,3 0 0376
þ "
:y 9,9,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CR
spacewidth 9
charset
--- 9,1 0 040
! 9,9 0 041
" 9,10 0 042
dq "
# 9,9,1 0 043
sh "
$ 9,11,2 0 044
Do "
% 9,10 0 045
& 9,8 0 046
' 9,10 0 047
cq "
( 9,10,2 0 050
) 9,10,2 0 051
* 9,9 0 052
+ 9,8 0 053
, 9,2,2 0 054
\- 9,5 0 055
. 9,2 0 056
/ 9,10,1 0 057
sl "
0 9,10 0 060
1 9,10 0 061
2 9,10 0 062
3 9,10 0 063
4 9,10 0 064
5 9,10 0 065
6 9,10 0 066
7 9,10 0 067
8 9,10 0 070
9 9,10 0 071
: 9,7 0 072
; 9,7,2 0 073
< 9,8 0 074
= 9,6 0 075
eq "
> 9,8 0 076
? 9,9 0 077
@ 9,9,1 0 0100
at "
A 9,9 0 0101
B 9,9 0 0102
C 9,9 0 0103
D 9,9 0 0104
E 9,9 0 0105
F 9,9 0 0106
G 9,9 0 0107
H 9,9 0 0110
I 9,9 0 0111
J 9,9 0 0112
K 9,9 0 0113
L 9,9 0 0114
M 9,9 0 0115
N 9,9 0 0116
O 9,9 0 0117
P 9,9 0 0120
Q 9,9,2 0 0121
R 9,9 0 0122
S 9,9 0 0123
T 9,9 0 0124
U 9,9 0 0125
V 9,9 0 0126
W 9,9 0 0127
X 9,9 0 0130
Y 9,9 0 0131
Z 9,9 0 0132
[ 9,10,2 0 0133
lB "
\ 9,10,1 0 0134
rs "
] 9,10,2 0 0135
rB "
^ 9,9 0 0136
a^ "
ha "
_ 9,0,3 0 0137
` 9,10 0 0140
oq "
a 9,7 0 0141
b 9,10 0 0142
c 9,7 0 0143
d 9,10 0 0144
e 9,7 0 0145
f 9,10 0 0146
g 9,7,3 0 0147
h 9,10 0 0150
i 9,10 0 0151
j 9,10,3 0 0152
k 9,10 0 0153
l 9,10 0 0154
m 9,7 0 0155
n 9,7 0 0156
o 9,7 0 0157
p 9,7,3 0 0160
q 9,7,3 0 0161
r 9,7 0 0162
s 9,7 0 0163
t 9,9 0 0164
u 9,7 0 0165
v 9,7 0 0166
w 9,7 0 0167
x 9,7 0 0170
y 9,7,3 0 0171
z 9,7 0 0172
{ 9,10,2 0 0173
lC "
| 9,9,2 0 0174
or "
ba "
} 9,10,2 0 0175
rC "
~ 9,5 0 0176
a~ "
ap "
ti "
r! 9,7,2 0 0241
¡ "
ct 9,9 0 0242
¢ "
Po 9,9 0 0243
£ "
Cs 9,7 0 0244
¤ "
Ye 9,9 0 0245
¥ "
bb 9,9,2 0 0246
¦ "
sc 9,9,1 0 0247
§ "
ad 9,9 0 0250
¨ "
co 9,9 0 0251
© "
Of 9,9 0 0252
ª "
Fo 9,7 0 0253
« "
no 9,6 0 0254
¬ "
- 9,5 0 0255
hy "
­ "
rg 9,9 0 0256
® "
a- 9,9 0 0257
¯ "
de 9,10 0 0260
° "
+- 9,8 0 0261
± "
S2 9,10 0 0262
² "
S3 9,10 0 0263
³ "
aa 9,10 0 0264
´ "
µ 9,7,3 0 0265
ps 9,9,1 0 0266
¶ "
pc 9,5 0 0267
· "
ac 9,0,3 0 0270
¸ "
S1 9,10 0 0271
¹ "
Om 9,9 0 0272
º "
Fc 9,7 0 0273
» "
14 9,10 0 0274
¼ "
12 9,10 0 0275
½ "
34 9,10 0 0276
¾ "
r? 9,7,2 0 0277
¿ "
`A 9,12 0 0300
À "
'A 9,12 0 0301
Á "
^A 9,12 0 0302
 "
~A 9,12 0 0303
à "
:A 9,11 0 0304
Ä "
oA 9,12 0 0305
Å "
AE 9,9 0 0306
Æ "
,C 9,9,3 0 0307
Ç "
`E 9,12 0 0310
È "
'E 9,12 0 0311
É "
^E 9,12 0 0312
Ê "
:E 9,11 0 0313
Ë "
`I 9,12 0 0314
Ì "
'I 9,12 0 0315
Í "
^I 9,12 0 0316
Î "
:I 9,11 0 0317
Ï "
-D 9,9 0 0320
Ð "
~N 9,12 0 0321
Ñ "
`O 9,12 0 0322
Ò "
'O 9,12 0 0323
Ó "
^O 9,12 0 0324
Ô "
~O 9,12 0 0325
Õ "
:O 9,11 0 0326
Ö "
mu 9,8 0 0327
× "
/O 9,9 0 0330
Ø "
`U 9,12 0 0331
Ù "
'U 9,12 0 0332
Ú "
^U 9,12 0 0333
Û "
:U 9,11 0 0334
Ü "
'Y 9,12 0 0335
Ý "
TP 9,9 0 0336
Þ "
ss 9,9 0 0337
ß "
`a 9,10 0 0340
à "
'a 9,10 0 0341
á "
^a 9,10 0 0342
â "
~a 9,10 0 0343
ã "
:a 9,9 0 0344
ä "
oa 9,10 0 0345
å "
ae 9,7 0 0346
æ "
,c 9,7,3 0 0347
ç "
`e 9,10 0 0350
è "
'e 9,10 0 0351
é "
^e 9,10 0 0352
ê "
:e 9,9 0 0353
ë "
`i 9,10 0 0354
ì "
'i 9,10 0 0355
í "
^i 9,10 0 0356
î "
:i 9,9 0 0357
ï "
Sd 9,12 0 0360
ð "
~n 9,10 0 0361
ñ "
`o 9,10 0 0362
ò "
'o 9,10 0 0363
ó "
^o 9,10 0 0364
ô "
~o 9,10 0 0365
õ "
:o 9,9 0 0366
ö "
di 9,8 0 0367
÷ "
/o 9,7 0 0370
ø "
`u 9,10 0 0371
ù "
'u 9,10 0 0372
ú "
^u 9,10 0 0373
û "
:u 9,9 0 0374
ü "
'y 9,10,3 0 0375
ý "
Tp 9,9,3 0 0376
þ "
:y 9,9,3 0 0377
ÿ "

View File

@ -0,0 +1,9 @@
styles R I B BI
fonts 6 0 0 0 0 0 S
sizes 8 10 12 14 18 24 0
res 100
X11
hor 1
vert 1
unitwidth 10
postpro gxditview

View File

@ -0,0 +1,308 @@
name HB
spacewidth 4
charset
--- 4,1 0 040
! 4,11 0 041
" 7,11 0 042
dq "
# 9,10 0 043
sh "
$ 8,12,2 0 044
Do "
% 13,11 0 045
& 11,10 0 046
' 5,11 0 047
cq "
( 5,11,3 0 050
) 5,11,3 0 051
* 6,11 0 052
+ 9,8 0 053
, 4,2,1 0 054
\- 9,5 0 055
. 4,2 0 056
/ 4,11 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 5,8 0 072
; 5,8,1 0 073
< 8,7 0 074
= 9,6 0 075
eq "
> 8,7 0 076
? 9,11 0 077
@ 14,11,1 0 0100
at "
A 10,11 0 0101
B 10,11 0 0102
C 11,11 0 0103
D 11,11 0 0104
E 9,11 0 0105
F 9,11 0 0106
G 11,11 0 0107
H 10,11 0 0110
I 4,11 0 0111
J 8,11 0 0112
K 10,11 0 0113
L 8,11 0 0114
M 13,11 0 0115
N 11,11 0 0116
O 12,11 0 0117
P 10,11 0 0120
Q 12,11 0 0121
R 11,11 0 0122
S 10,11 0 0123
T 8,11 0 0124
U 11,11 0 0125
V 10,11 0 0126
W 14,11 0 0127
X 9,11 0 0130
Y 10,11 0 0131
Z 9,11 0 0132
[ 5,11,3 0 0133
lB "
\ 4,11 0 0134
rs "
] 5,11,3 0 0135
rB "
^ 8,11 0 0136
a^ "
ha "
_ 8,0,3 0 0137
` 5,11 0 0140
oq "
a 8,8 0 0141
b 9,11 0 0142
c 8,8 0 0143
d 9,11 0 0144
e 8,8 0 0145
f 4,11 0 0146
g 9,8,3 0 0147
h 9,11 0 0150
i 4,11 0 0151
j 4,11,3 0 0152
k 8,11 0 0153
l 4,11 0 0154
m 12,8 0 0155
n 9,8 0 0156
o 9,8 0 0157
p 9,8,3 0 0160
q 9,8,3 0 0161
r 6,8 0 0162
s 8,8 0 0163
t 5,10 0 0164
u 9,8 0 0165
v 8,8 0 0166
w 10,8 0 0167
x 7,8 0 0170
y 8,8,3 0 0171
z 6,8 0 0172
{ 6,11,3 0 0173
lC "
| 4,11,3 0 0174
or "
ba "
} 6,11,3 0 0175
rC "
~ 9,6 0 0176
a~ "
ap "
ti "
r! 4,8,3 0 0241
¡ "
ct 8,9,1 0 0242
¢ "
Po 8,11 0 0243
£ "
Cs 8,9 0 0244
¤ "
Ye 9,11 0 0245
¥ "
bb 4,11,3 0 0246
¦ "
sc 8,11,3 0 0247
§ "
ad 5,11 0 0250
¨ "
co 12,11 0 0251
© "
Of 6,11 0 0252
ª "
Fo 9,7 0 0253
« "
no 9,6 0 0254
¬ "
- 4,5 0 0255
hy "
­ "
rg 12,11 0 0256
® "
a- 5,10 0 0257
¯ "
de 6,11 0 0260
° "
+- 9,9 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 5,11 0 0264
´ "
µ 9,8,3 0 0265
ps 8,11,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 4,11 0 0271
¹ "
Om 6,11 0 0272
º "
Fc 9,7 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 12,11 0 0276
¾ "
r? 9,8,3 0 0277
¿ "
`A 10,14 0 0300
À "
'A 10,14 0 0301
Á "
^A 10,14 0 0302
 "
~A 10,14 0 0303
à "
:A 10,14 0 0304
Ä "
oA 10,14 0 0305
Å "
AE 15,11 0 0306
Æ "
,C 11,11,3 0 0307
Ç "
`E 9,14 0 0310
È "
'E 9,14 0 0311
É "
^E 9,14 0 0312
Ê "
:E 9,14 0 0313
Ë "
`I 4,14 0 0314
Ì "
'I 4,14 0 0315
Í "
^I 4,14 0 0316
Î "
:I 4,14 0 0317
Ï "
-D 11,11 0 0320
Ð "
~N 11,14 0 0321
Ñ "
`O 12,14 0 0322
Ò "
'O 12,14 0 0323
Ó "
^O 12,14 0 0324
Ô "
~O 12,14 0 0325
Õ "
:O 12,14 0 0326
Ö "
mu 9,8 0 0327
× "
/O 12,11 0 0330
Ø "
`U 11,14 0 0331
Ù "
'U 11,14 0 0332
Ú "
^U 11,14 0 0333
Û "
:U 11,14 0 0334
Ü "
'Y 10,14 0 0335
Ý "
TP 10,11 0 0336
Þ "
ss 8,11 0 0337
ß "
`a 8,11 0 0340
à "
'a 8,11 0 0341
á "
^a 8,11 0 0342
â "
~a 8,11 0 0343
ã "
:a 8,11 0 0344
ä "
oa 8,11 0 0345
å "
ae 13,8 0 0346
æ "
,c 9,8,3 0 0347
ç "
`e 8,11 0 0350
è "
'e 8,11 0 0351
é "
^e 8,11 0 0352
ê "
:e 8,11 0 0353
ë "
`i 4,11 0 0354
ì "
'i 4,11 0 0355
í "
^i 4,11 0 0356
î "
:i 4,11 0 0357
ï "
Sd 9,11 0 0360
ð "
~n 9,11 0 0361
ñ "
`o 9,11 0 0362
ò "
'o 9,11 0 0363
ó "
^o 9,11 0 0364
ô "
~o 9,11 0 0365
õ "
:o 9,11 0 0366
ö "
di 9,8 0 0367
÷ "
/o 9,8 0 0370
ø "
`u 9,11 0 0371
ù "
'u 9,11 0 0372
ú "
^u 9,11 0 0373
û "
:u 9,11 0 0374
ü "
'y 8,11,3 0 0375
ý "
Tp 9,11,3 0 0376
þ "
:y 8,11,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HBI
spacewidth 4
charset
--- 4,1 0 040
! 5,11 0 041
" 7,11 0 042
dq "
# 10,10 0 043
sh "
$ 8,12,1 0 044
Do "
% 13,11 0 045
& 11,10 0 046
' 5,11 0 047
cq "
( 5,11,3 0 050
) 6,11,3 0 051
* 6,11 0 052
+ 9,8 0 053
, 4,2,2 0 054
\- 9,5 0 055
. 4,2 0 056
/ 4,11 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 5,8 0 072
; 5,8,2 0 073
< 8,7 0 074
= 9,6 0 075
eq "
> 9,7 0 076
? 9,11 0 077
@ 14,11,2 0 0100
at "
A 9,11 0 0101
B 10,11 0 0102
C 11,11 0 0103
D 11,11 0 0104
E 9,11 0 0105
F 8,11 0 0106
G 11,11 0 0107
H 10,11 0 0110
I 4,11 0 0111
J 8,11 0 0112
K 10,11 0 0113
L 8,11 0 0114
M 13,11 0 0115
N 11,11 0 0116
O 12,11 0 0117
P 10,11 0 0120
Q 12,11 0 0121
R 10,11 0 0122
S 10,11 0 0123
T 8,11 0 0124
U 11,11 0 0125
V 10,11 0 0126
W 14,11 0 0127
X 9,11 0 0130
Y 10,11 0 0131
Z 9,11 0 0132
[ 5,11,3 0 0133
lB "
\ 6,11 0 0134
rs "
] 5,11,3 0 0135
rB "
^ 8,11 0 0136
a^ "
ha "
_ 8,0,3 0 0137
` 5,11 0 0140
oq "
a 8,8 0 0141
b 9,11 0 0142
c 8,8 0 0143
d 9,11 0 0144
e 8,8 0 0145
f 5,11 0 0146
g 9,8,3 0 0147
h 9,11 0 0150
i 4,11 0 0151
j 4,11,3 0 0152
k 8,11 0 0153
l 4,11 0 0154
m 12,8 0 0155
n 9,8 0 0156
o 8,8 0 0157
p 9,8,3 0 0160
q 9,8,3 0 0161
r 6,8 0 0162
s 8,8 0 0163
t 5,10 0 0164
u 9,8 0 0165
v 8,8 0 0166
w 11,8 0 0167
x 7,8 0 0170
y 7,8,3 0 0171
z 6,8 0 0172
{ 6,11,3 0 0173
lC "
| 4,11,3 0 0174
or "
ba "
} 6,11,3 0 0175
rC "
~ 9,6 0 0176
a~ "
ap "
ti "
r! 5,8,3 0 0241
¡ "
ct 8,9,1 0 0242
¢ "
Po 9,11 0 0243
£ "
Cs 9,8 0 0244
¤ "
Ye 9,11 0 0245
¥ "
bb 4,11,3 0 0246
¦ "
sc 9,11,3 0 0247
§ "
ad 5,11 0 0250
¨ "
co 12,11 0 0251
© "
Of 6,11 0 0252
ª "
Fo 11,7 0 0253
« "
no 9,6 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,11 0 0256
® "
a- 5,11 0 0257
¯ "
de 6,11 0 0260
° "
+- 9,9 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 5,11 0 0264
´ "
µ 9,8,3 0 0265
ps 8,11,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 5,1,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 6,11 0 0272
º "
Fc 11,7 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 13,11 0 0276
¾ "
r? 8,8,3 0 0277
¿ "
`A 9,14 0 0300
À "
'A 9,14 0 0301
Á "
^A 9,14 0 0302
 "
~A 9,14 0 0303
à "
:A 9,14 0 0304
Ä "
oA 9,14 0 0305
Å "
AE 14,11 0 0306
Æ "
,C 11,11,3 0 0307
Ç "
`E 9,14 0 0310
È "
'E 9,14 0 0311
É "
^E 9,14 0 0312
Ê "
:E 9,14 0 0313
Ë "
`I 4,14 0 0314
Ì "
'I 4,14 0 0315
Í "
^I 4,14 0 0316
Î "
:I 4,14 0 0317
Ï "
-D 11,11 0 0320
Ð "
~N 11,14 0 0321
Ñ "
`O 12,14 0 0322
Ò "
'O 12,14 0 0323
Ó "
^O 12,14 0 0324
Ô "
~O 12,14 0 0325
Õ "
:O 12,14 0 0326
Ö "
mu 9,8 0 0327
× "
/O 12,11 0 0330
Ø "
`U 11,14 0 0331
Ù "
'U 11,14 0 0332
Ú "
^U 11,14 0 0333
Û "
:U 11,14 0 0334
Ü "
'Y 10,14 0 0335
Ý "
TP 10,11 0 0336
Þ "
ss 9,11 0 0337
ß "
`a 8,11 0 0340
à "
'a 8,11 0 0341
á "
^a 8,11 0 0342
â "
~a 8,11 0 0343
ã "
:a 8,11 0 0344
ä "
oa 8,11 0 0345
å "
ae 13,8 0 0346
æ "
,c 8,8,3 0 0347
ç "
`e 8,11 0 0350
è "
'e 8,11 0 0351
é "
^e 8,11 0 0352
ê "
:e 8,11 0 0353
ë "
`i 4,11 0 0354
ì "
'i 4,11 0 0355
í "
^i 4,11 0 0356
î "
:i 4,11 0 0357
ï "
Sd 8,11 0 0360
ð "
~n 9,11 0 0361
ñ "
`o 8,11 0 0362
ò "
'o 8,11 0 0363
ó "
^o 8,11 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 9,8 0 0367
÷ "
/o 8,8 0 0370
ø "
`u 9,11 0 0371
ù "
'u 9,11 0 0372
ú "
^u 9,11 0 0373
û "
:u 9,11 0 0374
ü "
'y 7,11,3 0 0375
ý "
Tp 9,11,3 0 0376
þ "
:y 7,11,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HI
spacewidth 4
charset
--- 4,1 0 040
! 4,11 0 041
" 5,11 0 042
dq "
# 9,10 0 043
sh "
$ 8,12,2 0 044
Do "
% 12,11 0 045
& 10,10 0 046
' 3,11 0 047
cq "
( 5,11,3 0 050
) 5,11,3 0 051
* 8,11 0 052
+ 9,8 0 053
, 3,2,2 0 054
\- 9,5 0 055
. 3,2 0 056
/ 4,11 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 4,8 0 072
; 4,8,2 0 073
< 9,7 0 074
= 9,6 0 075
eq "
> 9,7 0 076
? 8,11 0 077
@ 13,11,1 0 0100
at "
A 11,11 0 0101
B 10,11 0 0102
C 10,11 0 0103
D 10,11 0 0104
E 9,11 0 0105
F 9,11 0 0106
G 11,11 0 0107
H 11,11 0 0110
I 5,11 0 0111
J 9,11 0 0112
K 10,11 0 0113
L 8,11 0 0114
M 14,11 0 0115
N 11,11 0 0116
O 11,11 0 0117
P 9,11 0 0120
Q 11,11 0 0121
R 10,11 0 0122
S 9,11 0 0123
T 8,11 0 0124
U 11,11 0 0125
V 11,11 0 0126
W 14,11 0 0127
X 10,11 0 0130
Y 9,11 0 0131
Z 9,11 0 0132
[ 5,11,3 0 0133
lB "
\ 6,11 0 0134
rs "
] 5,11,3 0 0135
rB "
^ 7,11 0 0136
a^ "
ha "
_ 8,0,3 0 0137
` 3,11 0 0140
oq "
a 8,8 0 0141
b 8,11 0 0142
c 7,8 0 0143
d 8,11 0 0144
e 8,8 0 0145
f 4,11 0 0146
g 8,8,3 0 0147
h 8,11 0 0150
i 4,11 0 0151
j 3,11,3 0 0152
k 7,11 0 0153
l 3,11 0 0154
m 11,8 0 0155
n 8,8 0 0156
o 8,8 0 0157
p 8,8,3 0 0160
q 8,8,3 0 0161
r 5,8 0 0162
s 7,8 0 0163
t 4,10 0 0164
u 8,8 0 0165
v 7,8 0 0166
w 10,8 0 0167
x 7,8 0 0170
y 7,8,3 0 0171
z 7,8 0 0172
{ 5,11,3 0 0173
lC "
| 4,11,3 0 0174
or "
ba "
} 5,11,3 0 0175
rC "
~ 8,6 0 0176
a~ "
ap "
ti "
r! 4,8,3 0 0241
¡ "
ct 8,9,1 0 0242
¢ "
Po 9,11 0 0243
£ "
Cs 8,8 0 0244
¤ "
Ye 9,11 0 0245
¥ "
bb 4,11,3 0 0246
¦ "
sc 8,11,3 0 0247
§ "
ad 5,10 0 0250
¨ "
co 12,11 0 0251
© "
Of 5,11 0 0252
ª "
Fo 8,6 0 0253
« "
no 9,6 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,11 0 0256
® "
a- 4,10 0 0257
¯ "
de 6,11 0 0260
° "
+- 9,9 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 4,11 0 0264
´ "
µ 8,8,3 0 0265
ps 8,11,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 3,0,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 5,11 0 0272
º "
Fc 8,6 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 12,11 0 0276
¾ "
r? 8,8,3 0 0277
¿ "
`A 11,14 0 0300
À "
'A 11,14 0 0301
Á "
^A 11,14 0 0302
 "
~A 11,14 0 0303
à "
:A 11,13 0 0304
Ä "
oA 11,14 0 0305
Å "
AE 15,11 0 0306
Æ "
,C 10,11,3 0 0307
Ç "
`E 9,14 0 0310
È "
'E 9,14 0 0311
É "
^E 9,14 0 0312
Ê "
:E 9,13 0 0313
Ë "
`I 5,14 0 0314
Ì "
'I 5,14 0 0315
Í "
^I 5,14 0 0316
Î "
:I 5,13 0 0317
Ï "
-D 10,11 0 0320
Ð "
~N 11,14 0 0321
Ñ "
`O 11,14 0 0322
Ò "
'O 11,14 0 0323
Ó "
^O 11,14 0 0324
Ô "
~O 11,14 0 0325
Õ "
:O 11,13 0 0326
Ö "
mu 9,8 0 0327
× "
/O 11,11 0 0330
Ø "
`U 11,14 0 0331
Ù "
'U 11,14 0 0332
Ú "
^U 11,14 0 0333
Û "
:U 11,13 0 0334
Ü "
'Y 9,14 0 0335
Ý "
TP 9,11 0 0336
Þ "
ss 8,11 0 0337
ß "
`a 8,11 0 0340
à "
'a 8,11 0 0341
á "
^a 8,11 0 0342
â "
~a 8,11 0 0343
ã "
:a 8,11 0 0344
ä "
oa 8,11 0 0345
å "
ae 12,8 0 0346
æ "
,c 7,8,3 0 0347
ç "
`e 8,11 0 0350
è "
'e 8,11 0 0351
é "
^e 8,11 0 0352
ê "
:e 8,11 0 0353
ë "
`i 3,11 0 0354
ì "
'i 3,11 0 0355
í "
^i 3,11 0 0356
î "
:i 3,11 0 0357
ï "
Sd 8,11 0 0360
ð "
~n 8,11 0 0361
ñ "
`o 8,11 0 0362
ò "
'o 8,11 0 0363
ó "
^o 8,11 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 9,8 0 0367
÷ "
/o 8,9,1 0 0370
ø "
`u 8,11 0 0371
ù "
'u 8,11 0 0372
ú "
^u 8,11 0 0373
û "
:u 8,11 0 0374
ü "
'y 7,11,3 0 0375
ý "
Tp 8,11,3 0 0376
þ "
:y 7,11,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HR
spacewidth 4
charset
--- 4,1 0 040
! 4,11 0 041
" 5,11 0 042
dq "
# 8,10 0 043
sh "
$ 8,12,2 0 044
Do "
% 12,11 0 045
& 10,10 0 046
' 3,11 0 047
cq "
( 5,11,3 0 050
) 5,11,3 0 051
* 7,11 0 052
+ 9,8 0 053
, 3,2,2 0 054
\- 9,5 0 055
. 3,2 0 056
/ 4,11 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 3,8 0 072
; 4,8,2 0 073
< 8,7 0 074
= 9,6 0 075
eq "
> 8,7 0 076
? 8,11 0 077
@ 13,11,1 0 0100
at "
A 9,11 0 0101
B 9,11 0 0102
C 10,11 0 0103
D 10,11 0 0104
E 9,11 0 0105
F 8,11 0 0106
G 11,11 0 0107
H 10,11 0 0110
I 4,11 0 0111
J 7,11 0 0112
K 9,11 0 0113
L 8,11 0 0114
M 12,11 0 0115
N 10,11 0 0116
O 11,11 0 0117
P 9,11 0 0120
Q 11,11 0 0121
R 10,11 0 0122
S 9,11 0 0123
T 9,11 0 0124
U 10,11 0 0125
V 9,11 0 0126
W 13,11 0 0127
X 9,11 0 0130
Y 9,11 0 0131
Z 9,11 0 0132
[ 4,11,3 0 0133
lB "
\ 4,11 0 0134
rs "
] 4,11,3 0 0135
rB "
^ 7,11 0 0136
a^ "
ha "
_ 8,0,3 0 0137
` 3,11 0 0140
oq "
a 8,8 0 0141
b 7,11 0 0142
c 7,8 0 0143
d 8,11 0 0144
e 8,8 0 0145
f 4,11 0 0146
g 8,8,3 0 0147
h 8,11 0 0150
i 3,11 0 0151
j 3,11,3 0 0152
k 7,11 0 0153
l 3,11 0 0154
m 11,8 0 0155
n 8,8 0 0156
o 8,8 0 0157
p 8,8,3 0 0160
q 8,8,3 0 0161
r 5,8 0 0162
s 7,8 0 0163
t 4,10 0 0164
u 7,8 0 0165
v 7,8 0 0166
w 10,8 0 0167
x 7,8 0 0170
y 7,8,3 0 0171
z 7,8 0 0172
{ 5,11,3 0 0173
lC "
| 3,11,3 0 0174
or "
ba "
} 5,11,3 0 0175
rC "
~ 8,6 0 0176
a~ "
ap "
ti "
r! 4,8,3 0 0241
¡ "
ct 8,9,1 0 0242
¢ "
Po 8,11 0 0243
£ "
Cs 8,8 0 0244
¤ "
Ye 7,11 0 0245
¥ "
bb 3,11,3 0 0246
¦ "
sc 8,11,3 0 0247
§ "
ad 5,10 0 0250
¨ "
co 12,11 0 0251
© "
Of 6,11 0 0252
ª "
Fo 8,7 0 0253
« "
no 9,6 0 0254
¬ "
- 4,5 0 0255
hy "
­ "
rg 12,11 0 0256
® "
a- 4,10 0 0257
¯ "
de 6,11 0 0260
° "
+- 9,9 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 5,11 0 0264
´ "
µ 8,8,3 0 0265
ps 8,11,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 6,11 0 0272
º "
Fc 8,7 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 12,11 0 0276
¾ "
r? 8,8,3 0 0277
¿ "
`A 9,14 0 0300
À "
'A 9,14 0 0301
Á "
^A 9,14 0 0302
 "
~A 9,13 0 0303
à "
:A 9,14 0 0304
Ä "
oA 9,14 0 0305
Å "
AE 14,11 0 0306
Æ "
,C 10,11,3 0 0307
Ç "
`E 9,14 0 0310
È "
'E 9,14 0 0311
É "
^E 9,14 0 0312
Ê "
:E 9,13 0 0313
Ë "
`I 4,14 0 0314
Ì "
'I 4,14 0 0315
Í "
^I 4,14 0 0316
Î "
:I 4,13 0 0317
Ï "
-D 10,11 0 0320
Ð "
~N 10,14 0 0321
Ñ "
`O 11,14 0 0322
Ò "
'O 11,14 0 0323
Ó "
^O 11,14 0 0324
Ô "
~O 11,14 0 0325
Õ "
:O 11,13 0 0326
Ö "
mu 9,8 0 0327
× "
/O 11,11 0 0330
Ø "
`U 10,14 0 0331
Ù "
'U 10,14 0 0332
Ú "
^U 10,14 0 0333
Û "
:U 10,13 0 0334
Ü "
'Y 9,14 0 0335
Ý "
TP 9,11 0 0336
Þ "
ss 7,11 0 0337
ß "
`a 8,11 0 0340
à "
'a 8,11 0 0341
á "
^a 8,11 0 0342
â "
~a 8,11 0 0343
ã "
:a 8,11 0 0344
ä "
oa 8,12 0 0345
å "
ae 13,8 0 0346
æ "
,c 8,8,3 0 0347
ç "
`e 8,11 0 0350
è "
'e 8,11 0 0351
é "
^e 8,11 0 0352
ê "
:e 8,11 0 0353
ë "
`i 3,11 0 0354
ì "
'i 3,11 0 0355
í "
^i 3,11 0 0356
î "
:i 3,11 0 0357
ï "
Sd 8,11 0 0360
ð "
~n 8,11 0 0361
ñ "
`o 8,11 0 0362
ò "
'o 8,11 0 0363
ó "
^o 8,11 0 0364
ô "
~o 8,11 0 0365
õ "
:o 8,11 0 0366
ö "
di 9,8 0 0367
÷ "
/o 8,8 0 0370
ø "
`u 8,11 0 0371
ù "
'u 8,11 0 0372
ú "
^u 8,11 0 0373
û "
:u 8,11 0 0374
ü "
'y 7,11,3 0 0375
ý "
Tp 8,11,3 0 0376
þ "
:y 7,10,3 0 0377
ÿ "

View File

@ -0,0 +1,2 @@
DEV=X100
DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S

View File

@ -0,0 +1,308 @@
name NB
spacewidth 11
charset
--- 11,1 0 040
! 4,11 0 041
" 5,11 0 042
dq "
# 8,10 0 043
sh "
$ 8,12,1 0 044
Do "
% 13,11 0 045
& 13,11 0 046
' 4,11 0 047
cq "
( 5,11,2 0 050
) 5,11,2 0 051
* 6,11 0 052
+ 8,8 0 053
, 4,3,2 0 054
\- 8,5 0 055
. 4,3 0 056
/ 5,11 0 057
sl "
0 8,11 0 060
1 6,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 4,7 0 072
; 4,7,2 0 073
< 8,8 0 074
= 8,6 0 075
eq "
> 8,8 0 076
? 7,11 0 077
@ 14,11 0 0100
at "
A 11,11 0 0101
B 10,11 0 0102
C 11,11 0 0103
D 12,11 0 0104
E 10,11 0 0105
F 10,11 0 0106
G 12,11 0 0107
H 12,11 0 0110
I 7,11 0 0111
J 9,11 0 0112
K 12,11 0 0113
L 10,11 0 0114
M 14,11 0 0115
N 12,11 0 0116
O 12,11 0 0117
P 10,11 0 0120
Q 12,11,3 0 0121
R 12,11 0 0122
S 10,11 0 0123
T 11,11 0 0124
U 12,11 0 0125
V 11,11 0 0126
W 14,11 0 0127
X 12,11 0 0130
Y 11,11 0 0131
Z 9,11 0 0132
[ 5,11,2 0 0133
lB "
\ 7,11 0 0134
rs "
] 5,11,2 0 0135
rB "
^ 8,11 0 0136
a^ "
ha "
_ 7,0,2 0 0137
` 4,11 0 0140
oq "
a 9,7 0 0141
b 10,11 0 0142
c 8,7 0 0143
d 10,11 0 0144
e 9,7 0 0145
f 6,11 0 0146
g 8,8,3 0 0147
h 10,11 0 0150
i 5,10 0 0151
j 5,10,3 0 0152
k 9,11 0 0153
l 5,11 0 0154
m 15,7 0 0155
n 10,7 0 0156
o 9,7 0 0157
p 10,7,3 0 0160
q 9,7,3 0 0161
r 7,7 0 0162
s 7,7 0 0163
t 6,10 0 0164
u 10,7 0 0165
v 7,7 0 0166
w 12,7 0 0167
x 9,7 0 0170
y 7,7,3 0 0171
z 7,7 0 0172
{ 6,11,2 0 0173
lC "
| 8,11 0 0174
or "
ba "
} 6,11,2 0 0175
rC "
~ 8,6 0 0176
a~ "
ap "
ti "
r! 5,8,3 0 0241
¡ "
ct 8,8,1 0 0242
¢ "
Po 9,11 0 0243
£ "
Cs 9,10 0 0244
¤ "
Ye 11,11 0 0245
¥ "
bb 8,11 0 0246
¦ "
sc 7,11,2 0 0247
§ "
ad 7,10 0 0250
¨ "
co 12,11 0 0251
© "
Of 6,11 0 0252
ª "
Fo 8,6 0 0253
« "
no 8,6 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,11 0 0256
® "
a- 7,9 0 0257
¯ "
de 6,11 0 0260
° "
+- 8,8 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 6,11 0 0264
´ "
µ 10,7,3 0 0265
ps 10,11 0 0266
¶ "
pc 5,6 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 6,11 0 0272
º "
Fc 8,6 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 12,11 0 0276
¾ "
r? 7,8,3 0 0277
¿ "
`A 11,15 0 0300
À "
'A 11,15 0 0301
Á "
^A 11,15 0 0302
 "
~A 11,14 0 0303
à "
:A 11,14 0 0304
Ä "
oA 11,15 0 0305
Å "
AE 15,11 0 0306
Æ "
,C 11,11,3 0 0307
Ç "
`E 10,15 0 0310
È "
'E 10,15 0 0311
É "
^E 10,15 0 0312
Ê "
:E 10,14 0 0313
Ë "
`I 7,15 0 0314
Ì "
'I 7,15 0 0315
Í "
^I 7,15 0 0316
Î "
:I 7,14 0 0317
Ï "
-D 12,11 0 0320
Ð "
~N 12,14 0 0321
Ñ "
`O 12,15 0 0322
Ò "
'O 12,15 0 0323
Ó "
^O 12,15 0 0324
Ô "
~O 12,14 0 0325
Õ "
:O 12,14 0 0326
Ö "
mu 8,8 0 0327
× "
/O 12,11 0 0330
Ø "
`U 12,15 0 0331
Ù "
'U 12,15 0 0332
Ú "
^U 12,15 0 0333
Û "
:U 12,14 0 0334
Ü "
'Y 11,14 0 0335
Ý "
TP 10,11 0 0336
Þ "
ss 9,11 0 0337
ß "
`a 9,11 0 0340
à "
'a 9,11 0 0341
á "
^a 9,11 0 0342
â "
~a 9,10 0 0343
ã "
:a 9,10 0 0344
ä "
oa 9,11 0 0345
å "
ae 14,7 0 0346
æ "
,c 8,7,3 0 0347
ç "
`e 9,11 0 0350
è "
'e 9,11 0 0351
é "
^e 9,11 0 0352
ê "
:e 9,10 0 0353
ë "
`i 5,11 0 0354
ì "
'i 5,11 0 0355
í "
^i 5,11 0 0356
î "
:i 5,10 0 0357
ï "
Sd 9,11 0 0360
ð "
~n 10,10 0 0361
ñ "
`o 9,11 0 0362
ò "
'o 9,11 0 0363
ó "
^o 9,11 0 0364
ô "
~o 9,10 0 0365
õ "
:o 9,10 0 0366
ö "
di 8,8 0 0367
÷ "
/o 9,8,1 0 0370
ø "
`u 10,11 0 0371
ù "
'u 10,11 0 0372
ú "
^u 10,11 0 0373
û "
:u 10,10 0 0374
ü "
'y 7,11,3 0 0375
ý "
Tp 10,11,3 0 0376
þ "
:y 7,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name NBI
spacewidth 4
charset
--- 4,1 0 040
! 5,11 0 041
" 6,11 0 042
dq "
# 8,10 0 043
sh "
$ 8,12,1 0 044
Do "
% 13,11,1 0 045
& 13,11 0 046
' 4,11 0 047
cq "
( 5,11,2 0 050
) 6,11,2 0 051
* 7,11 0 052
+ 8,8 0 053
, 4,2,3 0 054
\- 8,5 0 055
. 4,2 0 056
/ 5,11 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 4,7 0 072
; 5,7,3 0 073
< 9,9 0 074
= 9,7 0 075
eq "
> 9,9 0 076
? 7,11 0 077
@ 13,11 0 0100
at "
A 11,11 0 0101
B 10,11 0 0102
C 11,11 0 0103
D 12,11 0 0104
E 10,11 0 0105
F 10,11 0 0106
G 11,11 0 0107
H 12,11 0 0110
I 6,11 0 0111
J 8,11 0 0112
K 12,11 0 0113
L 10,11 0 0114
M 15,11 0 0115
N 13,11 0 0116
O 12,11 0 0117
P 11,11 0 0120
Q 12,11,2 0 0121
R 12,11 0 0122
S 10,11 0 0123
T 11,11 0 0124
U 12,11 0 0125
V 11,11 0 0126
W 15,11 0 0127
X 11,11 0 0130
Y 9,11 0 0131
Z 10,11 0 0132
[ 7,11,2 0 0133
lB "
\ 9,11 0 0134
rs "
] 7,11,2 0 0135
rB "
^ 8,11 0 0136
a^ "
ha "
_ 9,0,2 0 0137
` 4,11 0 0140
oq "
a 10,7 0 0141
b 8,11 0 0142
c 8,7 0 0143
d 10,11 0 0144
e 8,7 0 0145
f 5,11,3 0 0146
g 8,9,3 0 0147
h 10,11 0 0150
i 5,10 0 0151
j 4,10,3 0 0152
k 9,11 0 0153
l 5,11 0 0154
m 15,7 0 0155
n 10,7 0 0156
o 8,7 0 0157
p 8,7,3 0 0160
q 9,7,3 0 0161
r 7,7 0 0162
s 8,7 0 0163
t 5,9 0 0164
u 10,7 0 0165
v 8,7 0 0166
w 13,7 0 0167
x 9,7 0 0170
y 9,7,3 0 0171
z 9,7 0 0172
{ 6,11,2 0 0173
lC "
| 9,11 0 0174
or "
ba "
} 6,11,2 0 0175
rC "
~ 11,6 0 0176
a~ "
ap "
ti "
r! 5,8,3 0 0241
¡ "
ct 8,8,1 0 0242
¢ "
Po 10,11 0 0243
£ "
Cs 8,9 0 0244
¤ "
Ye 10,11 0 0245
¥ "
bb 8,11 0 0246
¦ "
sc 9,11,2 0 0247
§ "
ad 6,10 0 0250
¨ "
co 12,11 0 0251
© "
Of 8,11 0 0252
ª "
Fo 10,7 0 0253
« "
no 9,7 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 12,11 0 0256
® "
a- 6,9 0 0257
¯ "
de 6,11 0 0260
° "
+- 8,8 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 5,11 0 0264
´ "
µ 10,7,3 0 0265
ps 9,11 0 0266
¶ "
pc 5,6 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 8,11 0 0272
º "
Fc 10,7 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 12,11 0 0276
¾ "
r? 7,8,3 0 0277
¿ "
`A 11,15 0 0300
À "
'A 11,15 0 0301
Á "
^A 11,15 0 0302
 "
~A 11,14 0 0303
à "
:A 11,14 0 0304
Ä "
oA 11,15 0 0305
Å "
AE 14,11 0 0306
Æ "
,C 11,11,3 0 0307
Ç "
`E 10,15 0 0310
È "
'E 10,15 0 0311
É "
^E 10,15 0 0312
Ê "
:E 10,14 0 0313
Ë "
`I 6,15 0 0314
Ì "
'I 6,15 0 0315
Í "
^I 6,15 0 0316
Î "
:I 6,14 0 0317
Ï "
-D 12,11 0 0320
Ð "
~N 13,14 0 0321
Ñ "
`O 12,15 0 0322
Ò "
'O 12,15 0 0323
Ó "
^O 12,15 0 0324
Ô "
~O 12,14 0 0325
Õ "
:O 12,14 0 0326
Ö "
mu 8,8 0 0327
× "
/O 12,11 0 0330
Ø "
`U 12,15 0 0331
Ù "
'U 12,15 0 0332
Ú "
^U 12,15 0 0333
Û "
:U 12,14 0 0334
Ü "
'Y 9,15 0 0335
Ý "
TP 11,11 0 0336
Þ "
ss 10,11,3 0 0337
ß "
`a 10,11 0 0340
à "
'a 10,11 0 0341
á "
^a 10,11 0 0342
â "
~a 10,10 0 0343
ã "
:a 10,10 0 0344
ä "
oa 10,11 0 0345
å "
ae 13,7 0 0346
æ "
,c 8,7,3 0 0347
ç "
`e 8,11 0 0350
è "
'e 8,11 0 0351
é "
^e 8,11 0 0352
ê "
:e 8,10 0 0353
ë "
`i 5,11 0 0354
ì "
'i 5,11 0 0355
í "
^i 5,11 0 0356
î "
:i 5,10 0 0357
ï "
Sd 8,11 0 0360
ð "
~n 10,10 0 0361
ñ "
`o 8,11 0 0362
ò "
'o 8,11 0 0363
ó "
^o 8,11 0 0364
ô "
~o 8,10 0 0365
õ "
:o 8,10 0 0366
ö "
di 8,8 0 0367
÷ "
/o 8,7 0 0370
ø "
`u 10,11 0 0371
ù "
'u 10,11 0 0372
ú "
^u 10,11 0 0373
û "
:u 10,10 0 0374
ü "
'y 9,11,3 0 0375
ý "
Tp 8,11,3 0 0376
þ "
:y 9,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name NI
spacewidth 4
charset
--- 4,1 0 040
! 5,11 0 041
" 6,11 0 042
dq "
# 11,10 0 043
sh "
$ 8,12,1 0 044
Do "
% 12,11,1 0 045
& 11,11 0 046
' 4,11 0 047
cq "
( 5,11,2 0 050
) 5,11,2 0 051
* 6,11 0 052
+ 8,8 0 053
, 4,2,2 0 054
\- 9,5 0 055
. 4,2 0 056
/ 9,11,3 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 4,7 0 072
; 4,7,2 0 073
< 9,8 0 074
= 8,6 0 075
eq "
> 9,8 0 076
? 6,11 0 077
@ 12,11 0 0100
at "
A 11,11 0 0101
B 9,11 0 0102
C 10,11 0 0103
D 11,11 0 0104
E 9,11 0 0105
F 8,11 0 0106
G 10,11 0 0107
H 11,11 0 0110
I 7,11 0 0111
J 8,11 0 0112
K 10,11 0 0113
L 9,11 0 0114
M 14,11 0 0115
N 12,11 0 0116
O 10,11 0 0117
P 10,11 0 0120
Q 10,11,2 0 0121
R 11,11 0 0122
S 10,11 0 0123
T 10,11 0 0124
U 12,11 0 0125
V 10,11 0 0126
W 13,11 0 0127
X 10,11 0 0130
Y 9,11 0 0131
Z 10,11 0 0132
[ 6,11,2 0 0133
lB "
\ 8,11 0 0134
rs "
] 6,11,2 0 0135
rB "
^ 6,11 0 0136
a^ "
ha "
_ 7,0,2 0 0137
` 4,11 0 0140
oq "
a 9,7 0 0141
b 7,11 0 0142
c 6,7 0 0143
d 9,11 0 0144
e 6,7 0 0145
f 5,11,3 0 0146
g 7,8,3 0 0147
h 9,11 0 0150
i 4,11 0 0151
j 4,11,3 0 0152
k 8,11 0 0153
l 4,11 0 0154
m 14,7 0 0155
n 9,7 0 0156
o 7,7 0 0157
p 7,7,3 0 0160
q 8,7,3 0 0161
r 7,7 0 0162
s 7,7 0 0163
t 5,9 0 0164
u 9,7 0 0165
v 7,7 0 0166
w 11,7 0 0167
x 8,7 0 0170
y 7,7,3 0 0171
z 8,7 0 0172
{ 6,11,2 0 0173
lC "
| 9,11 0 0174
or "
ba "
} 6,11,2 0 0175
rC "
~ 9,6 0 0176
a~ "
ap "
ti "
r! 4,8,3 0 0241
¡ "
ct 8,9,2 0 0242
¢ "
Po 9,11 0 0243
£ "
Cs 8,9 0 0244
¤ "
Ye 9,11 0 0245
¥ "
bb 8,11 0 0246
¦ "
sc 7,11,2 0 0247
§ "
ad 7,10 0 0250
¨ "
co 13,11 0 0251
© "
Of 6,11 0 0252
ª "
Fo 8,7 0 0253
« "
no 8,6 0 0254
¬ "
- 5,5 0 0255
hy "
­ "
rg 13,11 0 0256
® "
a- 6,9 0 0257
¯ "
de 6,11 0 0260
° "
+- 8,8 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 4,11 0 0264
´ "
µ 9,7,3 0 0265
ps 9,11 0 0266
¶ "
pc 5,6 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 6,11 0 0272
º "
Fc 8,7 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 12,11 0 0276
¾ "
r? 6,8,3 0 0277
¿ "
`A 11,14 0 0300
À "
'A 11,14 0 0301
Á "
^A 11,14 0 0302
 "
~A 11,14 0 0303
à "
:A 11,14 0 0304
Ä "
oA 11,14 0 0305
Å "
AE 14,11 0 0306
Æ "
,C 10,11,3 0 0307
Ç "
`E 9,14 0 0310
È "
'E 9,14 0 0311
É "
^E 9,14 0 0312
Ê "
:E 9,14 0 0313
Ë "
`I 7,14 0 0314
Ì "
'I 7,14 0 0315
Í "
^I 7,14 0 0316
Î "
:I 7,14 0 0317
Ï "
-D 11,11 0 0320
Ð "
~N 12,14 0 0321
Ñ "
`O 10,14 0 0322
Ò "
'O 10,14 0 0323
Ó "
^O 10,14 0 0324
Ô "
~O 10,14 0 0325
Õ "
:O 10,14 0 0326
Ö "
mu 8,8 0 0327
× "
/O 10,11 0 0330
Ø "
`U 12,14 0 0331
Ù "
'U 12,14 0 0332
Ú "
^U 12,14 0 0333
Û "
:U 12,14 0 0334
Ü "
'Y 9,14 0 0335
Ý "
TP 10,11 0 0336
Þ "
ss 8,11,3 0 0337
ß "
`a 9,11 0 0340
à "
'a 9,11 0 0341
á "
^a 9,11 0 0342
â "
~a 9,10 0 0343
ã "
:a 9,10 0 0344
ä "
oa 9,11 0 0345
å "
ae 10,7 0 0346
æ "
,c 6,7,3 0 0347
ç "
`e 6,11 0 0350
è "
'e 6,11 0 0351
é "
^e 6,11 0 0352
ê "
:e 6,10 0 0353
ë "
`i 4,11 0 0354
ì "
'i 4,11 0 0355
í "
^i 4,11 0 0356
î "
:i 4,10 0 0357
ï "
Sd 7,11 0 0360
ð "
~n 9,10 0 0361
ñ "
`o 7,11 0 0362
ò "
'o 7,11 0 0363
ó "
^o 7,11 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,10 0 0366
ö "
di 8,8 0 0367
÷ "
/o 7,8,1 0 0370
ø "
`u 9,11 0 0371
ù "
'u 9,11 0 0372
ú "
^u 9,11 0 0373
û "
:u 9,10 0 0374
ü "
'y 7,11,3 0 0375
ý "
Tp 7,11,3 0 0376
þ "
:y 7,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name NR
spacewidth 4
charset
--- 4,1 0 040
! 3,11 0 041
" 5,11 0 042
dq "
# 8,11 0 043
sh "
$ 8,12,2 0 044
Do "
% 12,11 0 045
& 13,11 0 046
' 4,11 0 047
cq "
( 5,11,2 0 050
) 6,11,2 0 051
* 7,11 0 052
+ 9,7 0 053
, 4,2,2 0 054
\- 9,4 0 055
. 4,2 0 056
/ 4,11 0 057
sl "
0 8,11 0 060
1 8,11 0 061
2 8,11 0 062
3 8,11 0 063
4 8,11 0 064
5 8,11 0 065
6 8,11 0 066
7 8,11 0 067
8 8,11 0 070
9 8,11 0 071
: 4,7 0 072
; 4,7,2 0 073
< 10,7 0 074
= 9,6 0 075
eq "
> 10,7 0 076
? 6,11 0 077
@ 13,11 0 0100
at "
A 10,11 0 0101
B 10,11 0 0102
C 11,11 0 0103
D 11,11 0 0104
E 10,11 0 0105
F 10,11 0 0106
G 11,11 0 0107
H 12,11 0 0110
I 6,11 0 0111
J 7,11 0 0112
K 11,11 0 0113
L 10,11 0 0114
M 16,11 0 0115
N 13,11 0 0116
O 11,11 0 0117
P 10,11 0 0120
Q 11,11,2 0 0121
R 11,11 0 0122
S 8,11 0 0123
T 10,11 0 0124
U 13,11 0 0125
V 10,11 0 0126
W 16,11 0 0127
X 13,11 0 0130
Y 10,11 0 0131
Z 9,11 0 0132
[ 4,11,2 0 0133
lB "
\ 8,11 0 0134
rs "
] 4,11,2 0 0135
rB "
^ 7,11 0 0136
a^ "
ha "
_ 7,0,2 0 0137
` 4,11 0 0140
oq "
a 8,7 0 0141
b 7,11 0 0142
c 7,7 0 0143
d 8,11 0 0144
e 7,7 0 0145
f 5,11 0 0146
g 8,7,3 0 0147
h 9,11 0 0150
i 4,10 0 0151
j 4,10,3 0 0152
k 9,11 0 0153
l 4,11 0 0154
m 14,7 0 0155
n 9,7 0 0156
o 7,7 0 0157
p 8,7,3 0 0160
q 7,7,3 0 0161
r 7,7 0 0162
s 6,7 0 0163
t 5,9 0 0164
u 9,7 0 0165
v 8,7 0 0166
w 12,7 0 0167
x 8,7 0 0170
y 8,7,3 0 0171
z 7,7 0 0172
{ 4,11,2 0 0173
lC "
| 9,11 0 0174
or "
ba "
} 5,11,2 0 0175
rC "
~ 9,5 0 0176
a~ "
ap "
ti "
r! 4,8,3 0 0241
¡ "
ct 8,9,2 0 0242
¢ "
Po 8,11 0 0243
£ "
Cs 8,9 0 0244
¤ "
Ye 8,11 0 0245
¥ "
bb 9,11 0 0246
¦ "
sc 7,11,2 0 0247
§ "
ad 6,10 0 0250
¨ "
co 14,11 0 0251
© "
Of 6,11 0 0252
ª "
Fo 7,6 0 0253
« "
no 9,5 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 14,11 0 0256
® "
a- 5,9 0 0257
¯ "
de 6,11 0 0260
° "
+- 9,7 0 0261
± "
S2 5,11 0 0262
² "
S3 5,11 0 0263
³ "
aa 5,11 0 0264
´ "
µ 9,7,3 0 0265
ps 9,11,2 0 0266
¶ "
pc 4,5 0 0267
· "
ac 5,1,3 0 0270
¸ "
S1 5,11 0 0271
¹ "
Om 5,11 0 0272
º "
Fc 7,6 0 0273
» "
14 12,11 0 0274
¼ "
12 12,11 0 0275
½ "
34 12,11 0 0276
¾ "
r? 6,8,3 0 0277
¿ "
`A 10,14 0 0300
À "
'A 10,14 0 0301
Á "
^A 10,14 0 0302
 "
~A 10,14 0 0303
à "
:A 10,13 0 0304
Ä "
oA 10,14 0 0305
Å "
AE 15,11 0 0306
Æ "
,C 11,11,3 0 0307
Ç "
`E 10,14 0 0310
È "
'E 10,14 0 0311
É "
^E 10,14 0 0312
Ê "
:E 10,14 0 0313
Ë "
`I 6,14 0 0314
Ì "
'I 6,14 0 0315
Í "
^I 6,14 0 0316
Î "
:I 6,14 0 0317
Ï "
-D 11,11 0 0320
Ð "
~N 13,14 0 0321
Ñ "
`O 11,14 0 0322
Ò "
'O 11,14 0 0323
Ó "
^O 11,14 0 0324
Ô "
~O 11,14 0 0325
Õ "
:O 11,14 0 0326
Ö "
mu 9,7 0 0327
× "
/O 11,11 0 0330
Ø "
`U 13,14 0 0331
Ù "
'U 13,14 0 0332
Ú "
^U 13,14 0 0333
Û "
:U 13,14 0 0334
Ü "
'Y 10,14 0 0335
Ý "
TP 10,11 0 0336
Þ "
ss 8,11 0 0337
ß "
`a 8,11 0 0340
à "
'a 8,11 0 0341
á "
^a 8,11 0 0342
â "
~a 8,10 0 0343
ã "
:a 8,10 0 0344
ä "
oa 8,11 0 0345
å "
ae 12,7 0 0346
æ "
,c 7,7,3 0 0347
ç "
`e 7,11 0 0350
è "
'e 7,11 0 0351
é "
^e 7,11 0 0352
ê "
:e 7,10 0 0353
ë "
`i 4,11 0 0354
ì "
'i 4,11 0 0355
í "
^i 4,11 0 0356
î "
:i 4,10 0 0357
ï "
Sd 7,11 0 0360
ð "
~n 9,10 0 0361
ñ "
`o 7,11 0 0362
ò "
'o 7,11 0 0363
ó "
^o 7,11 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,10 0 0366
ö "
di 9,7 0 0367
÷ "
/o 7,8,1 0 0370
ø "
`u 9,11 0 0371
ù "
'u 9,11 0 0372
ú "
^u 9,11 0 0373
û "
:u 9,10 0 0374
ü "
'y 8,11,3 0 0375
ý "
Tp 8,11,3 0 0376
þ "
:y 8,10,3 0 0377
ÿ "

View File

@ -0,0 +1,226 @@
name S
special
spacewidth 4
charset
--- 4,1 0 040
! 5,10 0 041
fa 9,10 0 042
# 7,10 0 043
sh "
te 8,10 0 044
% 12,10 0 045
& 11,10 0 046
st 6,7 0 047
( 5,10,3 0 050
) 5,10,3 0 051
** 7,8 0 052
+ 8,7 0 053
pl "
, 3,2,2 0 054
\- 8,4 0 055
mi "
. 3,2 0 056
/ 4,10 0 057
sl "
0 7,10 0 060
1 7,10 0 061
2 7,10 0 062
3 7,10 0 063
4 7,10 0 064
5 7,10 0 065
6 7,10 0 066
7 7,10 0 067
8 7,10 0 070
9 7,10 0 071
: 4,7 0 072
; 4,7,2 0 073
< 8,7 0 074
= 8,5 0 075
eq "
> 8,7 0 076
? 6,10 0 077
=~ 8,7 0 0100
*A 11,10 0 0101
*B 9,10 0 0102
*X 11,10 0 0103
*D 9,10 0 0104
*E 9,10 0 0105
*F 11,10 0 0106
*G 9,10 0 0107
*Y 11,10 0 0110
*I 5,10 0 0111
+h 9,10 0 0112
*K 10,10 0 0113
*L 10,10 0 0114
*M 13,10 0 0115
*N 11,10 0 0116
*O 10,10 0 0117
*P 11,10 0 0120
*H 10,10 0 0121
*R 8,10 0 0122
*S 9,10 0 0123
*T 9,10 0 0124
--- 9,10 0 0125
ts 7,7,3 0 0126
*W 11,10 0 0127
*C 9,10 0 0130
*Q 11,10 0 0131
*Z 9,10 0 0132
[ 5,10,3 0 0133
lB "
tf 10,7 0 0134
3d "
] 5,10,3 0 0135
rB "
pp 10,10 0 0136
_ 7,0,3 0 0137
radicalex 7,12 0 0140
*a 9,7 0 0141
*b 8,11,3 0 0142
*x 8,7,3 0 0143
*d 7,11 0 0144
*e 6,7 0 0145
*f 9,10,3 0 0146
*g 6,7,3 0 0147
*y 8,7,3 0 0150
*i 5,7 0 0151
+f 9,7,3 0 0152
*k 8,7 0 0153
*l 8,10 0 0154
*m 8,7,2 0 0155
µ "
*n 8,7 0 0156
*o 8,7 0 0157
*p 8,7 0 0160
*h 7,10 0 0161
*r 8,7,3 0 0162
*s 8,7 0 0163
*t 6,7 0 0164
*u 8,7 0 0165
+p 11,8 0 0166
*w 11,7 0 0167
*c 7,12,3 0 0170
*q 9,7,3 0 0171
*z 7,11,3 0 0172
lC 7,10,3 0 0173
{ "
ba 3,10,3 0 0174
or "
| "
rC 7,10,3 0 0175
} "
ap 8,5 0 0176
*U 9,10 0 0241
fm 4,10 0 0242
<= 8,9 0 0243
f/ 4,10 0 0244
if 10,6 0 0245
Fn 7,10,3 0 0246
CL 11,7 0 0247
DI 11,7 0 0250
HE 11,7 0 0251
SP 11,7 0 0252
<> 15,7 0 0253
<- 14,7 0 0254
ua 9,12,3 0 0255
arrowverttp "
-> 14,7 0 0256
da 9,12,3 0 0257
arrowvertbt "
de 6,10 0 0260
° "
+- 8,9 0 0261
± "
sd 6,10 0 0262
>= 8,9 0 0263
mu 8,7 0 0264
× "
pt 10,6 0 0265
pd 7,11 0 0266
bu 7,6 0 0267
di 8,7 0 0270
÷ "
!= 8,7 0 0271
== 8,6 0 0272
~= 8,7 0 0273
~~ "
--- 15,2 0 0274
arrowvertex 9,12,3 0 0275
an 15,4 0 0276
CR 10,9 0 0277
Ah 12,10 0 0300
Im 10,11,1 0 0301
Re 12,11 0 0302
wp 12,9,3 0 0303
c* 11,9 0 0304
c+ 11,9 0 0305
es 12,11 0 0306
ca 10,7 0 0307
cu 10,7 0 0310
sp 10,7 0 0311
ip 10,7,2 0 0312
--- 10,8,1 0 0313
sb 10,7 0 0314
ib 10,7,2 0 0315
mo 10,7 0 0316
nm 10,8,1 0 0317
/_ 11,10 0 0320
gr 10,11 0 0321
rg 12,10 0 0322
co 12,10 0 0323
tm 11,10 0 0324
--- 12,11,1 0 0325
sr 8,12 0 0326
md 4,5 0 0327
no 10,5 0 0330
¬ "
AN 9,7 0 0331
OR 9,7 0 0332
hA 15,7 0 0333
lA 14,7 0 0334
uA 9,12 0 0335
rA 14,7 0 0336
dA 9,12 0 0337
lz 7,11 0 0340
la 5,12,3 0 0341
--- 12,10 0 0342
--- 12,10 0 0343
--- 11,10 0 0344
--- 10,11,1 0 0345
parenlefttp 6,12,3 0 0346
parenleftex 6,12,3 0 0347
parenleftbt 6,12,3 0 0350
bracketlefttp 6,12,3 0 0351
lc "
bracketleftex 6,12,3 0 0352
bracketleftbt 6,12,3 0 0353
lf "
bracelefttp 7,12,3 0 0354
lt "
braceleftmid 7,12,3 0 0355
lk "
braceleftbt 7,12,3 0 0356
lb "
bracerightex 7,12,3 0 0357
braceleftex "
bv "
--- 12,12 0 0360
ra 5,12,3 0 0361
is 4,12,1 0 0362
--- 10,12,3 0 0363
--- 10,12,3 0 0364
--- 10,12,3 0 0365
parenrighttp 6,12,3 0 0366
parenrightex 6,12,3 0 0367
parenrightbt 6,12,3 0 0370
bracketrighttp 6,12,3 0 0371
rc "
bracketrightex 6,12,3 0 0372
bracketrightbt 6,12,3 0 0373
rf "
bracerighttp 7,12,3 0 0374
rt "
bracerightmid 7,12,3 0 0375
rk "
bracerightbt 7,12,3 0 0376
rb "

View File

@ -0,0 +1,308 @@
name TB
spacewidth 3
charset
--- 3,1 0 040
! 4,10 0 041
" 7,10 0 042
dq "
# 7,10 0 043
sh "
$ 7,11,1 0 044
Do "
% 14,10 0 045
& 12,10 0 046
' 4,10 0 047
cq "
( 5,10,3 0 050
) 5,10,3 0 051
* 7,10 0 052
+ 8,7 0 053
, 3,2,2 0 054
\- 9,4 0 055
. 3,2 0 056
/ 4,10 0 057
sl "
0 7,10 0 060
1 7,10 0 061
2 7,10 0 062
3 7,10 0 063
4 7,10 0 064
5 7,10 0 065
6 7,10 0 066
7 7,10 0 067
8 7,10 0 070
9 7,10 0 071
: 4,7 0 072
; 4,7,2 0 073
< 8,7 0 074
= 8,5 0 075
eq "
> 8,7 0 076
? 7,10 0 077
@ 14,10,2 0 0100
at "
A 10,10 0 0101
B 9,10 0 0102
C 10,10 0 0103
D 10,10 0 0104
E 9,10 0 0105
F 8,10 0 0106
G 11,10 0 0107
H 11,10 0 0110
I 5,10 0 0111
J 7,10,1 0 0112
K 11,10 0 0113
L 9,10 0 0114
M 13,10 0 0115
N 10,10 0 0116
O 11,10 0 0117
P 9,10 0 0120
Q 11,10,3 0 0121
R 10,10 0 0122
S 8,10 0 0123
T 9,10 0 0124
U 10,10 0 0125
V 10,10 0 0126
W 14,10 0 0127
X 10,10 0 0130
Y 10,10 0 0131
Z 9,10 0 0132
[ 5,10,3 0 0133
lB "
\ 4,10 0 0134
rs "
] 5,10,3 0 0135
rB "
^ 8,10 0 0136
a^ "
ha "
_ 7,0,3 0 0137
` 4,10 0 0140
oq "
a 7,7 0 0141
b 8,10 0 0142
c 6,7 0 0143
d 7,10 0 0144
e 6,7 0 0145
f 5,10 0 0146
g 7,7,3 0 0147
h 8,10 0 0150
i 4,10 0 0151
j 4,10,3 0 0152
k 8,10 0 0153
l 4,10 0 0154
m 12,7 0 0155
n 8,7 0 0156
o 7,7 0 0157
p 8,7,3 0 0160
q 7,7,3 0 0161
r 6,7 0 0162
s 6,7 0 0163
t 5,9 0 0164
u 7,7 0 0165
v 7,7 0 0166
w 10,7 0 0167
x 7,7 0 0170
y 7,7,3 0 0171
z 6,7 0 0172
{ 7,10,3 0 0173
lC "
| 3,10,2 0 0174
or "
ba "
} 7,10,3 0 0175
rC "
~ 8,7 0 0176
a~ "
ap "
ti "
r! 4,7,3 0 0241
¡ "
ct 7,9,2 0 0242
¢ "
Po 8,10 0 0243
£ "
Cs 8,8 0 0244
¤ "
Ye 8,10 0 0245
¥ "
bb 3,10,2 0 0246
¦ "
sc 7,10,2 0 0247
§ "
ad 5,10 0 0250
¨ "
co 12,10 0 0251
© "
Of 5,10 0 0252
ª "
Fo 9,6 0 0253
« "
no 9,5 0 0254
¬ "
- 4,4 0 0255
hy "
­ "
rg 12,10 0 0256
® "
a- 5,9 0 0257
¯ "
de 6,10 0 0260
° "
+- 8,9 0 0261
± "
S2 4,10 0 0262
² "
S3 4,10 0 0263
³ "
aa 5,11 0 0264
´ "
µ 7,7,3 0 0265
ps 8,10,3 0 0266
¶ "
pc 4,6 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 4,10 0 0271
¹ "
Om 5,10 0 0272
º "
Fc 9,6 0 0273
» "
14 10,10 0 0274
¼ "
12 10,10 0 0275
½ "
34 10,10 0 0276
¾ "
r? 7,7,3 0 0277
¿ "
`A 10,14 0 0300
À "
'A 10,14 0 0301
Á "
^A 10,14 0 0302
 "
~A 10,13 0 0303
à "
:A 10,13 0 0304
Ä "
oA 10,14 0 0305
Å "
AE 14,10 0 0306
Æ "
,C 10,10,3 0 0307
Ç "
`E 9,14 0 0310
È "
'E 9,14 0 0311
É "
^E 9,14 0 0312
Ê "
:E 9,13 0 0313
Ë "
`I 5,14 0 0314
Ì "
'I 5,14 0 0315
Í "
^I 5,14 0 0316
Î "
:I 5,13 0 0317
Ï "
-D 11,10 0 0320
Ð "
~N 10,13 0 0321
Ñ "
`O 11,14 0 0322
Ò "
'O 11,14 0 0323
Ó "
^O 11,14 0 0324
Ô "
~O 11,13 0 0325
Õ "
:O 11,13 0 0326
Ö "
mu 8,7 0 0327
× "
/O 11,11,1 0 0330
Ø "
`U 10,14 0 0331
Ù "
'U 10,14 0 0332
Ú "
^U 10,14 0 0333
Û "
:U 10,13 0 0334
Ü "
'Y 10,14 0 0335
Ý "
TP 9,10 0 0336
Þ "
ss 8,10 0 0337
ß "
`a 7,11 0 0340
à "
'a 7,11 0 0341
á "
^a 7,11 0 0342
â "
~a 7,10 0 0343
ã "
:a 7,10 0 0344
ä "
oa 7,11 0 0345
å "
ae 11,7 0 0346
æ "
,c 7,7,3 0 0347
ç "
`e 7,11 0 0350
è "
'e 7,11 0 0351
é "
^e 7,11 0 0352
ê "
:e 7,10 0 0353
ë "
`i 4,11 0 0354
ì "
'i 4,11 0 0355
í "
^i 4,11 0 0356
î "
:i 4,10 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 8,10 0 0361
ñ "
`o 7,11 0 0362
ò "
'o 7,11 0 0363
ó "
^o 7,11 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,10 0 0366
ö "
di 8,7 0 0367
÷ "
/o 7,8,1 0 0370
ø "
`u 7,11 0 0371
ù "
'u 7,11 0 0372
ú "
^u 7,11 0 0373
û "
:u 7,10 0 0374
ü "
'y 7,11,3 0 0375
ý "
Tp 8,10,3 0 0376
þ "
:y 7,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name TBI
spacewidth 3
charset
--- 3,1 0 040
! 7,10 0 041
" 7,10 0 042
dq "
# 8,10 0 043
sh "
$ 7,11,1 0 044
Do "
% 14,10 0 045
& 10,10 0 046
' 5,10 0 047
cq "
( 6,10,3 0 050
) 6,10,3 0 051
* 7,10 0 052
+ 9,7 0 053
, 4,2,2 0 054
\- 9,4 0 055
. 3,2 0 056
/ 6,10 0 057
sl "
0 7,10 0 060
1 7,10 0 061
2 7,10 0 062
3 7,10 0 063
4 7,10 0 064
5 7,10 0 065
6 7,10 0 066
7 7,10 0 067
8 7,10 0 070
9 7,10 0 071
: 5,7 0 072
; 4,7,2 0 073
< 8,6 0 074
= 10,5 0 075
eq "
> 8,6 0 076
? 8,10 0 077
@ 15,10,2 0 0100
at "
A 9,10 0 0101
B 9,10 0 0102
C 9,10 0 0103
D 10,10 0 0104
E 10,10 0 0105
F 9,10 0 0106
G 10,10 0 0107
H 11,10 0 0110
I 5,10 0 0111
J 7,10,1 0 0112
K 11,10 0 0113
L 9,10 0 0114
M 13,10 0 0115
N 11,10 0 0116
O 10,10 0 0117
P 9,10 0 0120
Q 10,10,3 0 0121
R 10,10 0 0122
S 8,10 0 0123
T 10,10 0 0124
U 10,10 0 0125
V 10,10 0 0126
W 13,10 0 0127
X 9,10 0 0130
Y 8,10 0 0131
Z 8,10 0 0132
[ 6,10,3 0 0133
lB "
\ 6,10 0 0134
rs "
] 5,10,3 0 0135
rB "
^ 8,10 0 0136
a^ "
ha "
_ 7,0,2 0 0137
` 5,10 0 0140
oq "
a 8,7 0 0141
b 7,10 0 0142
c 6,7 0 0143
d 7,10 0 0144
e 7,7 0 0145
f 5,10,3 0 0146
g 6,7,3 0 0147
h 8,10 0 0150
i 4,10 0 0151
j 4,10,3 0 0152
k 7,10 0 0153
l 4,10 0 0154
m 11,7 0 0155
n 8,7 0 0156
o 7,7 0 0157
p 7,7,3 0 0160
q 7,7,3 0 0161
r 6,7 0 0162
s 6,7 0 0163
t 4,9 0 0164
u 7,7 0 0165
v 6,7 0 0166
w 9,7 0 0167
x 6,7 0 0170
y 6,7,3 0 0171
z 6,7 0 0172
{ 7,10,3 0 0173
lC "
| 4,10 0 0174
or "
ba "
} 7,10,3 0 0175
rC "
~ 10,5 0 0176
a~ "
ap "
ti "
r! 7,7,3 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 7,10 0 0243
£ "
Cs 8,8 0 0244
¤ "
Ye 7,10 0 0245
¥ "
bb 4,10 0 0246
¦ "
sc 8,10,3 0 0247
§ "
ad 6,9 0 0250
¨ "
co 12,10 0 0251
© "
Of 6,10 0 0252
ª "
Fo 8,6 0 0253
« "
no 9,5 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 12,10 0 0256
® "
a- 6,9 0 0257
¯ "
de 6,10 0 0260
° "
+- 9,9 0 0261
± "
S2 4,10 0 0262
² "
S3 4,10 0 0263
³ "
aa 6,10 0 0264
´ "
µ 7,7,3 0 0265
ps 8,10,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 4,10 0 0271
¹ "
Om 6,10 0 0272
º "
Fc 8,6 0 0273
» "
14 10,10 0 0274
¼ "
12 10,10 0 0275
½ "
34 10,10 0 0276
¾ "
r? 8,7,3 0 0277
¿ "
`A 9,13 0 0300
À "
'A 9,13 0 0301
Á "
^A 9,13 0 0302
 "
~A 9,13 0 0303
à "
:A 9,13 0 0304
Ä "
oA 9,13 0 0305
Å "
AE 14,10 0 0306
Æ "
,C 9,10,3 0 0307
Ç "
`E 10,13 0 0310
È "
'E 10,13 0 0311
É "
^E 10,13 0 0312
Ê "
:E 10,13 0 0313
Ë "
`I 5,13 0 0314
Ì "
'I 5,13 0 0315
Í "
^I 5,13 0 0316
Î "
:I 5,13 0 0317
Ï "
-D 10,10 0 0320
Ð "
~N 11,13 0 0321
Ñ "
`O 10,13 0 0322
Ò "
'O 10,13 0 0323
Ó "
^O 10,13 0 0324
Ô "
~O 10,13 0 0325
Õ "
:O 10,13 0 0326
Ö "
mu 9,7 0 0327
× "
/O 10,11,1 0 0330
Ø "
`U 10,13 0 0331
Ù "
'U 10,13 0 0332
Ú "
^U 10,13 0 0333
Û "
:U 10,13 0 0334
Ü "
'Y 8,13 0 0335
Ý "
TP 9,10 0 0336
Þ "
ss 7,10,3 0 0337
ß "
`a 8,10 0 0340
à "
'a 8,10 0 0341
á "
^a 8,11 0 0342
â "
~a 8,10 0 0343
ã "
:a 8,10 0 0344
ä "
oa 8,11 0 0345
å "
ae 11,7 0 0346
æ "
,c 6,7,3 0 0347
ç "
`e 7,10 0 0350
è "
'e 7,10 0 0351
é "
^e 7,11 0 0352
ê "
:e 7,10 0 0353
ë "
`i 4,10 0 0354
ì "
'i 4,10 0 0355
í "
^i 4,11 0 0356
î "
:i 4,10 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 8,10 0 0361
ñ "
`o 7,10 0 0362
ò "
'o 7,10 0 0363
ó "
^o 7,11 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,10 0 0366
ö "
di 9,7 0 0367
÷ "
/o 7,8,1 0 0370
ø "
`u 7,10 0 0371
ù "
'u 7,10 0 0372
ú "
^u 7,11 0 0373
û "
:u 7,10 0 0374
ü "
'y 6,10,2 0 0375
ý "
Tp 7,10,3 0 0376
þ "
:y 6,10,2 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name TI
spacewidth 3
charset
--- 3,1 0 040
! 5,10 0 041
" 6,10 0 042
dq "
# 7,10 0 043
sh "
$ 7,11,1 0 044
Do "
% 12,10 0 045
& 11,10 0 046
' 5,10 0 047
cq "
( 5,10,3 0 050
) 5,10,3 0 051
* 7,10 0 052
+ 10,7 0 053
, 4,2,1 0 054
\- 9,4 0 055
. 3,2 0 056
/ 4,10 0 057
sl "
0 7,10 0 060
1 7,10 0 061
2 7,10 0 062
3 7,10 0 063
4 7,10 0 064
5 7,10 0 065
6 7,10 0 066
7 7,10 0 067
8 7,10 0 070
9 7,10 0 071
: 4,7 0 072
; 4,7,1 0 073
< 10,7,1 0 074
= 10,5 0 075
eq "
> 10,7,1 0 076
? 7,10 0 077
@ 13,10,3 0 0100
at "
A 9,10 0 0101
B 8,10 0 0102
C 9,10 0 0103
D 10,10 0 0104
E 9,10 0 0105
F 9,10 0 0106
G 10,10 0 0107
H 10,10 0 0110
I 5,10 0 0111
J 6,10 0 0112
K 10,10 0 0113
L 8,10 0 0114
M 12,10 0 0115
N 11,10 0 0116
O 10,10 0 0117
P 9,10 0 0120
Q 10,10,3 0 0121
R 9,10 0 0122
S 7,10 0 0123
T 8,10 0 0124
U 10,10 0 0125
V 9,10 0 0126
W 11,10 0 0127
X 9,10 0 0130
Y 8,10 0 0131
Z 8,10 0 0132
[ 6,10,3 0 0133
lB "
\ 4,10 0 0134
rs "
] 6,10,3 0 0135
rB "
^ 6,10 0 0136
a^ "
ha "
_ 7,0,4 0 0137
` 5,10 0 0140
oq "
a 7,7 0 0141
b 7,10 0 0142
c 6,7 0 0143
d 7,10 0 0144
e 7,7 0 0145
f 5,10,3 0 0146
g 6,7,3 0 0147
h 7,10 0 0150
i 4,10 0 0151
j 4,10,3 0 0152
k 7,10 0 0153
l 4,10 0 0154
m 10,7 0 0155
n 7,7 0 0156
o 7,7 0 0157
p 7,7,3 0 0160
q 7,7,3 0 0161
r 5,7 0 0162
s 6,7 0 0163
t 5,9 0 0164
u 7,7 0 0165
v 6,7 0 0166
w 9,7 0 0167
x 7,7 0 0170
y 7,7,3 0 0171
z 6,7 0 0172
{ 6,10,3 0 0173
lC "
| 4,10,3 0 0174
or "
ba "
} 6,10,3 0 0175
rC "
~ 8,5 0 0176
a~ "
ap "
ti "
r! 6,7,3 0 0241
¡ "
ct 7,9,2 0 0242
¢ "
Po 7,10 0 0243
£ "
Cs 7,8 0 0244
¤ "
Ye 7,10 0 0245
¥ "
bb 4,10,3 0 0246
¦ "
sc 7,11,2 0 0247
§ "
ad 5,10 0 0250
¨ "
co 12,10 0 0251
© "
Of 5,10 0 0252
ª "
Fo 7,6 0 0253
« "
no 9,6 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 12,10 0 0256
® "
a- 5,10 0 0257
¯ "
de 6,10 0 0260
° "
+- 10,9 0 0261
± "
S2 4,10 0 0262
² "
S3 4,10 0 0263
³ "
aa 4,10 0 0264
´ "
µ 7,7,3 0 0265
ps 8,10,3 0 0266
¶ "
pc 4,4 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 4,10 0 0271
¹ "
Om 5,10 0 0272
º "
Fc 7,6 0 0273
» "
14 10,10 0 0274
¼ "
12 10,10 0 0275
½ "
34 10,10 0 0276
¾ "
r? 7,7,3 0 0277
¿ "
`A 9,13 0 0300
À "
'A 9,13 0 0301
Á "
^A 9,13 0 0302
 "
~A 9,13 0 0303
à "
:A 9,12 0 0304
Ä "
oA 9,13 0 0305
Å "
AE 13,10 0 0306
Æ "
,C 9,10,3 0 0307
Ç "
`E 9,13 0 0310
È "
'E 9,13 0 0311
É "
^E 9,13 0 0312
Ê "
:E 9,12 0 0313
Ë "
`I 5,13 0 0314
Ì "
'I 5,13 0 0315
Í "
^I 5,13 0 0316
Î "
:I 5,12 0 0317
Ï "
-D 10,10 0 0320
Ð "
~N 11,13 0 0321
Ñ "
`O 10,13 0 0322
Ò "
'O 10,13 0 0323
Ó "
^O 10,13 0 0324
Ô "
~O 10,13 0 0325
Õ "
:O 10,12 0 0326
Ö "
mu 10,7 0 0327
× "
/O 10,11,1 0 0330
Ø "
`U 10,13 0 0331
Ù "
'U 10,13 0 0332
Ú "
^U 10,13 0 0333
Û "
:U 10,12 0 0334
Ü "
'Y 8,13 0 0335
Ý "
TP 9,10 0 0336
Þ "
ss 7,10,3 0 0337
ß "
`a 7,10 0 0340
à "
'a 7,10 0 0341
á "
^a 7,11 0 0342
â "
~a 7,10 0 0343
ã "
:a 7,9 0 0344
ä "
oa 7,10 0 0345
å "
ae 10,7 0 0346
æ "
,c 6,7,3 0 0347
ç "
`e 7,10 0 0350
è "
'e 7,10 0 0351
é "
^e 7,11 0 0352
ê "
:e 7,9 0 0353
ë "
`i 4,10 0 0354
ì "
'i 4,10 0 0355
í "
^i 4,11 0 0356
î "
:i 4,9 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 7,10 0 0361
ñ "
`o 7,10 0 0362
ò "
'o 7,10 0 0363
ó "
^o 7,11 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,9 0 0366
ö "
di 10,7 0 0367
÷ "
/o 7,8,1 0 0370
ø "
`u 7,10 0 0371
ù "
'u 7,10 0 0372
ú "
^u 7,11 0 0373
û "
:u 7,9 0 0374
ü "
'y 7,10,3 0 0375
ý "
Tp 7,10,3 0 0376
þ "
:y 7,9,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name TR
spacewidth 3
charset
--- 3,1 0 040
! 5,10 0 041
" 6,10 0 042
dq "
# 7,10 0 043
sh "
$ 7,11,1 0 044
Do "
% 12,10 0 045
& 11,10 0 046
' 4,10 0 047
cq "
( 5,10,3 0 050
) 5,10,3 0 051
* 7,10 0 052
+ 8,7 0 053
, 4,1,2 0 054
\- 9,4 0 055
. 4,1 0 056
/ 4,10,2 0 057
sl "
0 7,10 0 060
1 7,10 0 061
2 7,10 0 062
3 7,10 0 063
4 7,10 0 064
5 7,10 0 065
6 7,10 0 066
7 7,10 0 067
8 7,10 0 070
9 7,10 0 071
: 4,7 0 072
; 4,7,2 0 073
< 8,7 0 074
= 8,5 0 075
eq "
> 8,7 0 076
? 6,10 0 077
@ 13,10,2 0 0100
at "
A 11,10 0 0101
B 9,10 0 0102
C 10,10 0 0103
D 10,10 0 0104
E 9,10 0 0105
F 8,10 0 0106
G 11,10 0 0107
H 10,10 0 0110
I 5,10 0 0111
J 6,10 0 0112
K 10,10 0 0113
L 9,10 0 0114
M 13,10 0 0115
N 11,10 0 0116
O 10,10 0 0117
P 8,10 0 0120
Q 10,10,3 0 0121
R 9,10 0 0122
S 8,10 0 0123
T 9,10 0 0124
U 10,10 0 0125
V 9,10 0 0126
W 13,10 0 0127
X 10,10 0 0130
Y 9,10 0 0131
Z 8,10 0 0132
[ 5,10,3 0 0133
lB "
\ 4,10 0 0134
rs "
] 5,10,3 0 0135
rB "
^ 7,10 0 0136
a^ "
ha "
_ 7,0,3 0 0137
` 4,10 0 0140
oq "
a 7,7 0 0141
b 7,10 0 0142
c 7,7 0 0143
d 7,10 0 0144
e 7,7 0 0145
f 4,10 0 0146
g 7,7,3 0 0147
h 7,10 0 0150
i 3,10 0 0151
j 4,10,3 0 0152
k 7,10 0 0153
l 3,10 0 0154
m 11,7 0 0155
n 7,7 0 0156
o 7,7 0 0157
p 7,7,3 0 0160
q 7,7,3 0 0161
r 5,7 0 0162
s 6,7 0 0163
t 4,8 0 0164
u 7,7 0 0165
v 7,7 0 0166
w 11,7 0 0167
x 7,7 0 0170
y 7,7,3 0 0171
z 6,7 0 0172
{ 7,10,3 0 0173
lC "
| 3,10 0 0174
or "
ba "
} 7,10,3 0 0175
rC "
~ 8,5 0 0176
a~ "
ap "
ti "
r! 5,7,3 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 8,10 0 0243
£ "
Cs 7,8 0 0244
¤ "
Ye 7,10 0 0245
¥ "
bb 3,10 0 0246
¦ "
sc 7,10,3 0 0247
§ "
ad 5,10 0 0250
¨ "
co 12,10 0 0251
© "
Of 4,10 0 0252
ª "
Fo 7,6 0 0253
« "
no 9,6 0 0254
¬ "
- 4,4 0 0255
hy "
­ "
rg 12,10 0 0256
® "
a- 4,9 0 0257
¯ "
de 6,10 0 0260
° "
+- 8,7 0 0261
± "
S2 4,10 0 0262
² "
S3 4,10 0 0263
³ "
aa 5,11 0 0264
´ "
µ 7,7,3 0 0265
ps 7,10,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 4,10 0 0271
¹ "
Om 5,10 0 0272
º "
Fc 7,6 0 0273
» "
14 10,10 0 0274
¼ "
12 10,10 0 0275
½ "
34 10,10 0 0276
¾ "
r? 6,7,3 0 0277
¿ "
`A 11,14 0 0300
À "
'A 11,14 0 0301
Á "
^A 11,14 0 0302
 "
~A 11,14 0 0303
à "
:A 11,13 0 0304
Ä "
oA 11,14 0 0305
Å "
AE 13,10 0 0306
Æ "
,C 10,10,3 0 0307
Ç "
`E 9,14 0 0310
È "
'E 9,14 0 0311
É "
^E 9,14 0 0312
Ê "
:E 9,13 0 0313
Ë "
`I 5,14 0 0314
Ì "
'I 5,14 0 0315
Í "
^I 5,14 0 0316
Î "
:I 5,13 0 0317
Ï "
-D 10,10 0 0320
Ð "
~N 11,14 0 0321
Ñ "
`O 10,14 0 0322
Ò "
'O 10,14 0 0323
Ó "
^O 10,14 0 0324
Ô "
~O 10,14 0 0325
Õ "
:O 10,13 0 0326
Ö "
mu 8,7 0 0327
× "
/O 10,11,1 0 0330
Ø "
`U 10,14 0 0331
Ù "
'U 10,14 0 0332
Ú "
^U 10,14 0 0333
Û "
:U 10,13 0 0334
Ü "
'Y 9,14 0 0335
Ý "
TP 8,10 0 0336
Þ "
ss 7,10 0 0337
ß "
`a 7,11 0 0340
à "
'a 7,11 0 0341
á "
^a 7,11 0 0342
â "
~a 7,11 0 0343
ã "
:a 7,10 0 0344
ä "
oa 7,11 0 0345
å "
ae 11,7 0 0346
æ "
,c 7,7,3 0 0347
ç "
`e 7,11 0 0350
è "
'e 7,11 0 0351
é "
^e 7,11 0 0352
ê "
:e 7,10 0 0353
ë "
`i 3,11 0 0354
ì "
'i 3,11 0 0355
í "
^i 3,11 0 0356
î "
:i 3,10 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 7,11 0 0361
ñ "
`o 7,11 0 0362
ò "
'o 7,11 0 0363
ó "
^o 7,11 0 0364
ô "
~o 7,11 0 0365
õ "
:o 7,10 0 0366
ö "
di 8,7 0 0367
÷ "
/o 7,8,1 0 0370
ø "
`u 7,11 0 0371
ù "
'u 7,11 0 0372
ú "
^u 7,11 0 0373
û "
:u 7,10 0 0374
ü "
'y 7,11,3 0 0375
ý "
Tp 7,10,3 0 0376
þ "
:y 7,10,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CB
spacewidth 7
charset
--- 7,1 0 040
! 7,9 0 041
" 7,8 0 042
dq "
# 7,8 0 043
sh "
$ 7,10,2 0 044
Do "
% 7,8 0 045
& 7,8 0 046
' 7,8 0 047
cq "
( 7,9,2 0 050
) 7,9,2 0 051
* 7,9 0 052
+ 7,6 0 053
, 7,2,1 0 054
\- 7,4 0 055
. 7,2 0 056
/ 7,8,2 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 7,6 0 072
; 7,6,1 0 073
< 7,7 0 074
= 7,5 0 075
eq "
> 7,7 0 076
? 7,8 0 077
@ 7,8 0 0100
at "
A 7,8 0 0101
B 7,8 0 0102
C 7,8 0 0103
D 7,8 0 0104
E 7,8 0 0105
F 7,8 0 0106
G 7,8 0 0107
H 7,8 0 0110
I 7,8 0 0111
J 7,8 0 0112
K 7,8 0 0113
L 7,8 0 0114
M 7,8 0 0115
N 7,8 0 0116
O 7,8 0 0117
P 7,8 0 0120
Q 7,8,2 0 0121
R 7,8 0 0122
S 7,8 0 0123
T 7,8 0 0124
U 7,8 0 0125
V 7,8 0 0126
W 7,8 0 0127
X 7,8 0 0130
Y 7,8 0 0131
Z 7,8 0 0132
[ 7,9,2 0 0133
lB "
\ 7,8,2 0 0134
rs "
] 7,9,2 0 0135
rB "
^ 7,8 0 0136
a^ "
ha "
_ 7,0,2 0 0137
` 7,8 0 0140
oq "
a 7,6 0 0141
b 7,9 0 0142
c 7,6 0 0143
d 7,9 0 0144
e 7,6 0 0145
f 7,9 0 0146
g 7,6,3 0 0147
h 7,9 0 0150
i 7,9 0 0151
j 7,9,3 0 0152
k 7,9 0 0153
l 7,9 0 0154
m 7,6 0 0155
n 7,6 0 0156
o 7,6 0 0157
p 7,6,3 0 0160
q 7,6,3 0 0161
r 7,6 0 0162
s 7,6 0 0163
t 7,8 0 0164
u 7,6 0 0165
v 7,6 0 0166
w 7,6 0 0167
x 7,6 0 0170
y 7,6,3 0 0171
z 7,6 0 0172
{ 7,9,2 0 0173
lC "
| 7,8,2 0 0174
or "
ba "
} 7,9,2 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 7,6,3 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 7,8 0 0243
£ "
Cs 7,7 0 0244
¤ "
Ye 7,8 0 0245
¥ "
bb 7,8,2 0 0246
¦ "
sc 7,9,1 0 0247
§ "
ad 7,9 0 0250
¨ "
co 7,8 0 0251
© "
Of 7,9 0 0252
ª "
Fo 7,5 0 0253
« "
no 7,5 0 0254
¬ "
- 7,4 0 0255
hy "
­ "
rg 7,8 0 0256
® "
a- 7,8 0 0257
¯ "
de 7,8 0 0260
° "
+- 7,6 0 0261
± "
S2 7,8 0 0262
² "
S3 7,8 0 0263
³ "
aa 7,9 0 0264
´ "
µ 7,6,3 0 0265
ps 7,9,1 0 0266
¶ "
pc 7,5 0 0267
· "
ac 7,0,3 0 0270
¸ "
S1 7,8 0 0271
¹ "
Om 7,9 0 0272
º "
Fc 7,5 0 0273
» "
14 7,9,1 0 0274
¼ "
12 7,9,1 0 0275
½ "
34 7,9,1 0 0276
¾ "
r? 7,6,3 0 0277
¿ "
`A 7,11 0 0300
À "
'A 7,11 0 0301
Á "
^A 7,11 0 0302
 "
~A 7,11 0 0303
à "
:A 7,10 0 0304
Ä "
oA 7,11 0 0305
Å "
AE 7,8 0 0306
Æ "
,C 7,8,3 0 0307
Ç "
`E 7,11 0 0310
È "
'E 7,11 0 0311
É "
^E 7,11 0 0312
Ê "
:E 7,10 0 0313
Ë "
`I 7,11 0 0314
Ì "
'I 7,11 0 0315
Í "
^I 7,11 0 0316
Î "
:I 7,10 0 0317
Ï "
-D 7,8 0 0320
Ð "
~N 7,11 0 0321
Ñ "
`O 7,11 0 0322
Ò "
'O 7,11 0 0323
Ó "
^O 7,11 0 0324
Ô "
~O 7,11 0 0325
Õ "
:O 7,10 0 0326
Ö "
mu 7,6 0 0327
× "
/O 7,8 0 0330
Ø "
`U 7,11 0 0331
Ù "
'U 7,11 0 0332
Ú "
^U 7,11 0 0333
Û "
:U 7,10 0 0334
Ü "
'Y 7,11 0 0335
Ý "
TP 7,8 0 0336
Þ "
ss 7,9 0 0337
ß "
`a 7,9 0 0340
à "
'a 7,9 0 0341
á "
^a 7,9 0 0342
â "
~a 7,9 0 0343
ã "
:a 7,8 0 0344
ä "
oa 7,10 0 0345
å "
ae 7,6 0 0346
æ "
,c 7,6,3 0 0347
ç "
`e 7,9 0 0350
è "
'e 7,9 0 0351
é "
^e 7,9 0 0352
ê "
:e 7,8 0 0353
ë "
`i 7,9 0 0354
ì "
'i 7,9 0 0355
í "
^i 7,9 0 0356
î "
:i 7,8 0 0357
ï "
Sd 7,9 0 0360
ð "
~n 7,9 0 0361
ñ "
`o 7,9 0 0362
ò "
'o 7,9 0 0363
ó "
^o 7,9 0 0364
ô "
~o 7,9 0 0365
õ "
:o 7,8 0 0366
ö "
di 7,6 0 0367
÷ "
/o 7,7,1 0 0370
ø "
`u 7,9 0 0371
ù "
'u 7,9 0 0372
ú "
^u 7,9 0 0373
û "
:u 7,8 0 0374
ü "
'y 7,9,3 0 0375
ý "
Tp 7,8,3 0 0376
þ "
:y 7,8,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CBI
spacewidth 7
charset
--- 7,1 0 040
! 7,9 0 041
" 7,8 0 042
dq "
# 7,9 0 043
sh "
$ 7,10,2 0 044
Do "
% 7,8 0 045
& 7,8 0 046
' 7,8 0 047
cq "
( 7,9,2 0 050
) 7,9,2 0 051
* 7,8 0 052
+ 7,6 0 053
, 7,2,1 0 054
\- 7,4 0 055
. 7,2 0 056
/ 7,9,1 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 7,6 0 072
; 7,6,1 0 073
< 7,6 0 074
= 7,5 0 075
eq "
> 7,6 0 076
? 7,8 0 077
@ 7,8,1 0 0100
at "
A 7,8 0 0101
B 7,8 0 0102
C 7,8 0 0103
D 7,8 0 0104
E 7,8 0 0105
F 7,8 0 0106
G 7,8 0 0107
H 7,8 0 0110
I 7,8 0 0111
J 7,8 0 0112
K 7,8 0 0113
L 7,8 0 0114
M 7,8 0 0115
N 7,8 0 0116
O 7,8 0 0117
P 7,8 0 0120
Q 7,8,2 0 0121
R 7,8 0 0122
S 7,8 0 0123
T 7,8 0 0124
U 7,8 0 0125
V 7,8 0 0126
W 7,8 0 0127
X 7,8 0 0130
Y 7,8 0 0131
Z 7,8 0 0132
[ 7,9,2 0 0133
lB "
\ 7,9,1 0 0134
rs "
] 7,9,2 0 0135
rB "
^ 7,8 0 0136
a^ "
ha "
_ 7,0,2 0 0137
` 7,8 0 0140
oq "
a 7,6 0 0141
b 7,9 0 0142
c 7,6 0 0143
d 7,9 0 0144
e 7,6 0 0145
f 7,9 0 0146
g 7,6,3 0 0147
h 7,9 0 0150
i 7,9 0 0151
j 7,9,3 0 0152
k 7,9 0 0153
l 7,9 0 0154
m 7,6 0 0155
n 7,6 0 0156
o 7,6 0 0157
p 7,6,3 0 0160
q 7,6,3 0 0161
r 7,6 0 0162
s 7,6 0 0163
t 7,8 0 0164
u 7,6 0 0165
v 7,6 0 0166
w 7,6 0 0167
x 7,6 0 0170
y 7,6,3 0 0171
z 7,6 0 0172
{ 7,9,2 0 0173
lC "
| 7,8,1 0 0174
or "
ba "
} 7,9,2 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 7,6,2 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 7,8 0 0243
£ "
Cs 7,7 0 0244
¤ "
Ye 7,8 0 0245
¥ "
bb 7,8,1 0 0246
¦ "
sc 7,9,1 0 0247
§ "
ad 7,9 0 0250
¨ "
co 7,8 0 0251
© "
Of 7,8 0 0252
ª "
Fo 7,5 0 0253
« "
no 7,5 0 0254
¬ "
- 7,4 0 0255
hy "
­ "
rg 7,8 0 0256
® "
a- 7,8 0 0257
¯ "
de 7,8 0 0260
° "
+- 7,6 0 0261
± "
S2 7,8 0 0262
² "
S3 7,8 0 0263
³ "
aa 7,9 0 0264
´ "
µ 7,6,3 0 0265
ps 7,9,1 0 0266
¶ "
pc 7,5 0 0267
· "
ac 7,0,3 0 0270
¸ "
S1 7,8 0 0271
¹ "
Om 7,8 0 0272
º "
Fc 7,5 0 0273
» "
14 7,9 0 0274
¼ "
12 7,9 0 0275
½ "
34 7,9 0 0276
¾ "
r? 7,6,2 0 0277
¿ "
`A 7,11 0 0300
À "
'A 7,11 0 0301
Á "
^A 7,11 0 0302
 "
~A 7,11 0 0303
à "
:A 7,10 0 0304
Ä "
oA 7,11 0 0305
Å "
AE 7,8 0 0306
Æ "
,C 7,8,3 0 0307
Ç "
`E 7,11 0 0310
È "
'E 7,11 0 0311
É "
^E 7,11 0 0312
Ê "
:E 7,10 0 0313
Ë "
`I 7,11 0 0314
Ì "
'I 7,11 0 0315
Í "
^I 7,11 0 0316
Î "
:I 7,10 0 0317
Ï "
-D 7,8 0 0320
Ð "
~N 7,11 0 0321
Ñ "
`O 7,11 0 0322
Ò "
'O 7,11 0 0323
Ó "
^O 7,11 0 0324
Ô "
~O 7,11 0 0325
Õ "
:O 7,10 0 0326
Ö "
mu 7,6 0 0327
× "
/O 7,8 0 0330
Ø "
`U 7,11 0 0331
Ù "
'U 7,11 0 0332
Ú "
^U 7,11 0 0333
Û "
:U 7,10 0 0334
Ü "
'Y 7,11 0 0335
Ý "
TP 7,8 0 0336
Þ "
ss 7,8 0 0337
ß "
`a 7,9 0 0340
à "
'a 7,9 0 0341
á "
^a 7,9 0 0342
â "
~a 7,9 0 0343
ã "
:a 7,8 0 0344
ä "
oa 7,10 0 0345
å "
ae 7,6 0 0346
æ "
,c 7,6,3 0 0347
ç "
`e 7,9 0 0350
è "
'e 7,9 0 0351
é "
^e 7,9 0 0352
ê "
:e 7,8 0 0353
ë "
`i 7,9 0 0354
ì "
'i 7,9 0 0355
í "
^i 7,9 0 0356
î "
:i 7,8 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 7,9 0 0361
ñ "
`o 7,9 0 0362
ò "
'o 7,9 0 0363
ó "
^o 7,9 0 0364
ô "
~o 7,9 0 0365
õ "
:o 7,8 0 0366
ö "
di 7,6 0 0367
÷ "
/o 7,7,1 0 0370
ø "
`u 7,9 0 0371
ù "
'u 7,9 0 0372
ú "
^u 7,9 0 0373
û "
:u 7,8 0 0374
ü "
'y 7,9,3 0 0375
ý "
Tp 7,8,3 0 0376
þ "
:y 7,8,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CI
spacewidth 7
charset
--- 7,1 0 040
! 7,8 0 041
" 7,8 0 042
dq "
# 7,8 0 043
sh "
$ 7,10,1 0 044
Do "
% 7,8 0 045
& 7,8 0 046
' 7,8 0 047
cq "
( 7,9,2 0 050
) 7,9,2 0 051
* 7,8 0 052
+ 7,6 0 053
, 7,2,1 0 054
\- 7,4 0 055
. 7,1 0 056
/ 7,8,1 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 7,5 0 072
; 7,5,1 0 073
< 7,7 0 074
= 7,5 0 075
eq "
> 7,7 0 076
? 7,8 0 077
@ 7,8 0 0100
at "
A 7,8 0 0101
B 7,8 0 0102
C 7,8 0 0103
D 7,8 0 0104
E 7,8 0 0105
F 7,8 0 0106
G 7,8 0 0107
H 7,8 0 0110
I 7,8 0 0111
J 7,8 0 0112
K 7,8 0 0113
L 7,8 0 0114
M 7,8 0 0115
N 7,8 0 0116
O 7,8 0 0117
P 7,8 0 0120
Q 7,8,2 0 0121
R 7,8 0 0122
S 7,8 0 0123
T 7,8 0 0124
U 7,8 0 0125
V 7,8 0 0126
W 7,8 0 0127
X 7,8 0 0130
Y 7,8 0 0131
Z 7,8 0 0132
[ 7,9,2 0 0133
lB "
\ 7,8,1 0 0134
rs "
] 7,9,2 0 0135
rB "
^ 7,8 0 0136
a^ "
ha "
_ 7,0,3 0 0137
` 7,8 0 0140
oq "
a 7,6 0 0141
b 7,9 0 0142
c 7,6 0 0143
d 7,9 0 0144
e 7,6 0 0145
f 7,9 0 0146
g 7,6,3 0 0147
h 7,9 0 0150
i 7,9 0 0151
j 7,9,3 0 0152
k 7,9 0 0153
l 7,9 0 0154
m 7,6 0 0155
n 7,6 0 0156
o 7,6 0 0157
p 7,6,3 0 0160
q 7,6,3 0 0161
r 7,6 0 0162
s 7,6 0 0163
t 7,8 0 0164
u 7,6 0 0165
v 7,6 0 0166
w 7,6 0 0167
x 7,6 0 0170
y 7,6,3 0 0171
z 7,6 0 0172
{ 7,9,2 0 0173
lC "
| 7,8,1 0 0174
or "
ba "
} 7,9,2 0 0175
rC "
~ 7,4 0 0176
a~ "
ap "
ti "
r! 7,6,3 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 7,8 0 0243
£ "
Cs 7,7 0 0244
¤ "
Ye 7,8 0 0245
¥ "
bb 7,8,2 0 0246
¦ "
sc 7,9,1 0 0247
§ "
ad 7,8 0 0250
¨ "
co 7,8 0 0251
© "
Of 7,8 0 0252
ª "
Fo 7,6 0 0253
« "
no 7,5 0 0254
¬ "
- 7,4 0 0255
hy "
­ "
rg 7,8 0 0256
® "
a- 7,8 0 0257
¯ "
de 7,8 0 0260
° "
+- 7,6 0 0261
± "
S2 7,8 0 0262
² "
S3 7,8 0 0263
³ "
aa 7,9 0 0264
´ "
µ 7,6,3 0 0265
ps 7,9,1 0 0266
¶ "
pc 7,4 0 0267
· "
ac 7,0,3 0 0270
¸ "
S1 7,8 0 0271
¹ "
Om 7,8 0 0272
º "
Fc 7,6 0 0273
» "
14 7,9,1 0 0274
¼ "
12 7,9,1 0 0275
½ "
34 7,9,1 0 0276
¾ "
r? 7,6,2 0 0277
¿ "
`A 7,11 0 0300
À "
'A 7,11 0 0301
Á "
^A 7,11 0 0302
 "
~A 7,11 0 0303
à "
:A 7,10 0 0304
Ä "
oA 7,11 0 0305
Å "
AE 7,8 0 0306
Æ "
,C 7,8,3 0 0307
Ç "
`E 7,11 0 0310
È "
'E 7,11 0 0311
É "
^E 7,11 0 0312
Ê "
:E 7,10 0 0313
Ë "
`I 7,11 0 0314
Ì "
'I 7,11 0 0315
Í "
^I 7,11 0 0316
Î "
:I 7,10 0 0317
Ï "
-D 7,8 0 0320
Ð "
~N 7,11 0 0321
Ñ "
`O 7,11 0 0322
Ò "
'O 7,11 0 0323
Ó "
^O 7,11 0 0324
Ô "
~O 7,11 0 0325
Õ "
:O 7,10 0 0326
Ö "
mu 7,6 0 0327
× "
/O 7,8 0 0330
Ø "
`U 7,11 0 0331
Ù "
'U 7,11 0 0332
Ú "
^U 7,11 0 0333
Û "
:U 7,10 0 0334
Ü "
'Y 7,11 0 0335
Ý "
TP 7,8 0 0336
Þ "
ss 7,9 0 0337
ß "
`a 7,9 0 0340
à "
'a 7,9 0 0341
á "
^a 7,9 0 0342
â "
~a 7,9 0 0343
ã "
:a 7,8 0 0344
ä "
oa 7,10 0 0345
å "
ae 7,6 0 0346
æ "
,c 7,6,3 0 0347
ç "
`e 7,9 0 0350
è "
'e 7,9 0 0351
é "
^e 7,9 0 0352
ê "
:e 7,8 0 0353
ë "
`i 7,9 0 0354
ì "
'i 7,9 0 0355
í "
^i 7,9 0 0356
î "
:i 7,8 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 7,9 0 0361
ñ "
`o 7,9 0 0362
ò "
'o 7,9 0 0363
ó "
^o 7,9 0 0364
ô "
~o 7,9 0 0365
õ "
:o 7,8 0 0366
ö "
di 7,6 0 0367
÷ "
/o 7,7,1 0 0370
ø "
`u 7,9 0 0371
ù "
'u 7,9 0 0372
ú "
^u 7,9 0 0373
û "
:u 7,8 0 0374
ü "
'y 7,9,3 0 0375
ý "
Tp 7,9,3 0 0376
þ "
:y 7,8,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name CR
spacewidth 7
charset
--- 7,1 0 040
! 7,9 0 041
" 7,8 0 042
dq "
# 7,8 0 043
sh "
$ 7,9,1 0 044
Do "
% 7,8 0 045
& 7,8 0 046
' 7,8 0 047
cq "
( 7,9,2 0 050
) 7,9,2 0 051
* 7,8 0 052
+ 7,6 0 053
, 7,2,1 0 054
\- 7,4 0 055
. 7,1 0 056
/ 7,9,1 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 7,5 0 072
; 7,5,1 0 073
< 7,7 0 074
= 7,5 0 075
eq "
> 7,7 0 076
? 7,8 0 077
@ 7,8 0 0100
at "
A 7,8 0 0101
B 7,8 0 0102
C 7,8 0 0103
D 7,8 0 0104
E 7,8 0 0105
F 7,8 0 0106
G 7,8 0 0107
H 7,8 0 0110
I 7,8 0 0111
J 7,8 0 0112
K 7,8 0 0113
L 7,8 0 0114
M 7,8 0 0115
N 7,8 0 0116
O 7,8 0 0117
P 7,8 0 0120
Q 7,8,1 0 0121
R 7,8 0 0122
S 7,8 0 0123
T 7,8 0 0124
U 7,8 0 0125
V 7,8 0 0126
W 7,8 0 0127
X 7,8 0 0130
Y 7,8 0 0131
Z 7,8 0 0132
[ 7,9,2 0 0133
lB "
\ 7,9,1 0 0134
rs "
] 7,9,2 0 0135
rB "
^ 7,8 0 0136
a^ "
ha "
_ 7,0,3 0 0137
` 7,8 0 0140
oq "
a 7,6 0 0141
b 7,9 0 0142
c 7,6 0 0143
d 7,9 0 0144
e 7,6 0 0145
f 7,9 0 0146
g 7,6,3 0 0147
h 7,9 0 0150
i 7,9 0 0151
j 7,9,3 0 0152
k 7,9 0 0153
l 7,9 0 0154
m 7,6 0 0155
n 7,6 0 0156
o 7,6 0 0157
p 7,6,3 0 0160
q 7,6,3 0 0161
r 7,6 0 0162
s 7,6 0 0163
t 7,8 0 0164
u 7,6 0 0165
v 7,6 0 0166
w 7,6 0 0167
x 7,6 0 0170
y 7,6,3 0 0171
z 7,6 0 0172
{ 7,8,2 0 0173
lC "
| 7,8,2 0 0174
or "
ba "
} 7,8,2 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 7,6,3 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 7,8 0 0243
£ "
Cs 7,7 0 0244
¤ "
Ye 7,8 0 0245
¥ "
bb 7,8,2 0 0246
¦ "
sc 7,9,1 0 0247
§ "
ad 7,8 0 0250
¨ "
co 7,8 0 0251
© "
Of 7,8 0 0252
ª "
Fo 7,6 0 0253
« "
no 7,5 0 0254
¬ "
- 7,4 0 0255
hy "
­ "
rg 7,8 0 0256
® "
a- 7,8 0 0257
¯ "
de 7,8 0 0260
° "
+- 7,6 0 0261
± "
S2 7,8 0 0262
² "
S3 7,8 0 0263
³ "
aa 7,9 0 0264
´ "
µ 7,6,3 0 0265
ps 7,9,1 0 0266
¶ "
pc 7,4 0 0267
· "
ac 7,0,3 0 0270
¸ "
S1 7,8 0 0271
¹ "
Om 7,8 0 0272
º "
Fc 7,6 0 0273
» "
14 7,9,1 0 0274
¼ "
12 7,9,1 0 0275
½ "
34 7,9,1 0 0276
¾ "
r? 7,6,2 0 0277
¿ "
`A 7,11 0 0300
À "
'A 7,11 0 0301
Á "
^A 7,11 0 0302
 "
~A 7,11 0 0303
à "
:A 7,10 0 0304
Ä "
oA 7,11 0 0305
Å "
AE 7,8 0 0306
Æ "
,C 7,8,3 0 0307
Ç "
`E 7,11 0 0310
È "
'E 7,11 0 0311
É "
^E 7,11 0 0312
Ê "
:E 7,10 0 0313
Ë "
`I 7,11 0 0314
Ì "
'I 7,11 0 0315
Í "
^I 7,11 0 0316
Î "
:I 7,10 0 0317
Ï "
-D 7,8 0 0320
Ð "
~N 7,11 0 0321
Ñ "
`O 7,11 0 0322
Ò "
'O 7,11 0 0323
Ó "
^O 7,11 0 0324
Ô "
~O 7,11 0 0325
Õ "
:O 7,10 0 0326
Ö "
mu 7,6 0 0327
× "
/O 7,9,1 0 0330
Ø "
`U 7,11 0 0331
Ù "
'U 7,11 0 0332
Ú "
^U 7,11 0 0333
Û "
:U 7,10 0 0334
Ü "
'Y 7,11 0 0335
Ý "
TP 7,8 0 0336
Þ "
ss 7,9 0 0337
ß "
`a 7,9 0 0340
à "
'a 7,9 0 0341
á "
^a 7,9 0 0342
â "
~a 7,9 0 0343
ã "
:a 7,8 0 0344
ä "
oa 7,9 0 0345
å "
ae 7,6 0 0346
æ "
,c 7,6,3 0 0347
ç "
`e 7,9 0 0350
è "
'e 7,9 0 0351
é "
^e 7,9 0 0352
ê "
:e 7,8 0 0353
ë "
`i 7,9 0 0354
ì "
'i 7,9 0 0355
í "
^i 7,9 0 0356
î "
:i 7,8 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 7,9 0 0361
ñ "
`o 7,9 0 0362
ò "
'o 7,9 0 0363
ó "
^o 7,9 0 0364
ô "
~o 7,9 0 0365
õ "
:o 7,8 0 0366
ö "
di 7,6 0 0367
÷ "
/o 7,7,1 0 0370
ø "
`u 7,9 0 0371
ù "
'u 7,9 0 0372
ú "
^u 7,9 0 0373
û "
:u 7,8 0 0374
ü "
'y 7,9,3 0 0375
ý "
Tp 7,9,3 0 0376
þ "
:y 7,8,3 0 0377
ÿ "

View File

@ -0,0 +1,9 @@
styles R I B BI
fonts 6 0 0 0 0 0 S
sizes 8 10 12 14 18 24 0
res 75
X11
hor 1
vert 1
unitwidth 12
postpro gxditview

View File

@ -0,0 +1,308 @@
name HB
spacewidth 4
charset
--- 4,1 0 040
! 4,9 0 041
" 5,9 0 042
dq "
# 8,8 0 043
sh "
$ 7,9,2 0 044
Do "
% 12,9 0 045
& 9,9 0 046
' 4,9 0 047
cq "
( 6,9,3 0 050
) 6,9,3 0 051
* 6,9 0 052
+ 7,6 0 053
, 4,2,2 0 054
\- 8,4 0 055
. 4,2 0 056
/ 4,9 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 4,7 0 072
; 4,7,2 0 073
< 7,6 0 074
= 7,5 0 075
eq "
> 7,6 0 076
? 8,9 0 077
@ 12,9,1 0 0100
at "
A 8,9 0 0101
B 9,9 0 0102
C 8,9 0 0103
D 9,9 0 0104
E 8,9 0 0105
F 7,9 0 0106
G 10,9 0 0107
H 9,9 0 0110
I 4,9 0 0111
J 7,9 0 0112
K 9,9 0 0113
L 7,9 0 0114
M 11,9 0 0115
N 9,9 0 0116
O 10,9 0 0117
P 8,9 0 0120
Q 10,9 0 0121
R 9,9 0 0122
S 9,9 0 0123
T 8,9 0 0124
U 9,9 0 0125
V 8,9 0 0126
W 10,9 0 0127
X 8,9 0 0130
Y 8,9 0 0131
Z 7,9 0 0132
[ 4,9,3 0 0133
lB "
\ 4,9 0 0134
rs "
] 4,9,3 0 0135
rB "
^ 7,9 0 0136
a^ "
ha "
_ 7,0,3 0 0137
` 4,9 0 0140
oq "
a 7,7 0 0141
b 7,9 0 0142
c 7,7 0 0143
d 7,9 0 0144
e 7,7 0 0145
f 5,9 0 0146
g 7,7,3 0 0147
h 7,9 0 0150
i 3,9 0 0151
j 3,9,3 0 0152
k 7,9 0 0153
l 3,9 0 0154
m 11,7 0 0155
n 7,7 0 0156
o 7,7 0 0157
p 7,7,3 0 0160
q 7,7,3 0 0161
r 5,7 0 0162
s 7,7 0 0163
t 5,9 0 0164
u 7,7 0 0165
v 8,7 0 0166
w 11,7 0 0167
x 7,7 0 0170
y 8,7,3 0 0171
z 6,7 0 0172
{ 5,9,3 0 0173
lC "
| 4,9,3 0 0174
or "
ba "
} 5,9,3 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 4,7,3 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 7,9 0 0243
£ "
Cs 7,7 0 0244
¤ "
Ye 7,9 0 0245
¥ "
bb 4,9,2 0 0246
¦ "
sc 7,9,3 0 0247
§ "
ad 5,9 0 0250
¨ "
co 11,9 0 0251
© "
Of 6,9 0 0252
ª "
Fo 8,6 0 0253
« "
no 8,6 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 11,9 0 0256
® "
a- 4,9 0 0257
¯ "
de 5,8 0 0260
° "
+- 7,7 0 0261
± "
S2 4,9 0 0262
² "
S3 4,9 0 0263
³ "
aa 4,10 0 0264
´ "
µ 7,7,3 0 0265
ps 7,9,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 4,1,3 0 0270
¸ "
S1 4,9 0 0271
¹ "
Om 6,9 0 0272
º "
Fc 8,6 0 0273
» "
14 10,9 0 0274
¼ "
12 10,9 0 0275
½ "
34 10,9 0 0276
¾ "
r? 8,7,3 0 0277
¿ "
`A 8,12 0 0300
À "
'A 8,12 0 0301
Á "
^A 8,12 0 0302
 "
~A 8,12 0 0303
à "
:A 8,11 0 0304
Ä "
oA 8,12 0 0305
Å "
AE 13,9 0 0306
Æ "
,C 8,9,3 0 0307
Ç "
`E 8,12 0 0310
È "
'E 8,12 0 0311
É "
^E 8,12 0 0312
Ê "
:E 8,11 0 0313
Ë "
`I 4,12 0 0314
Ì "
'I 4,12 0 0315
Í "
^I 4,12 0 0316
Î "
:I 4,11 0 0317
Ï "
-D 9,9 0 0320
Ð "
~N 9,12 0 0321
Ñ "
`O 10,12 0 0322
Ò "
'O 10,12 0 0323
Ó "
^O 10,12 0 0324
Ô "
~O 10,12 0 0325
Õ "
:O 10,11 0 0326
Ö "
mu 7,6 0 0327
× "
/O 10,9,1 0 0330
Ø "
`U 9,12 0 0331
Ù "
'U 9,12 0 0332
Ú "
^U 9,12 0 0333
Û "
:U 9,11 0 0334
Ü "
'Y 8,12 0 0335
Ý "
TP 8,9 0 0336
Þ "
ss 8,9 0 0337
ß "
`a 7,10 0 0340
à "
'a 7,10 0 0341
á "
^a 7,10 0 0342
â "
~a 7,10 0 0343
ã "
:a 7,9 0 0344
ä "
oa 7,11 0 0345
å "
ae 11,7 0 0346
æ "
,c 7,7,3 0 0347
ç "
`e 7,10 0 0350
è "
'e 7,10 0 0351
é "
^e 7,10 0 0352
ê "
:e 7,9 0 0353
ë "
`i 3,10 0 0354
ì "
'i 3,10 0 0355
í "
^i 3,10 0 0356
î "
:i 3,9 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 7,10 0 0361
ñ "
`o 7,10 0 0362
ò "
'o 7,10 0 0363
ó "
^o 7,10 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,9 0 0366
ö "
di 7,6 0 0367
÷ "
/o 7,7 0 0370
ø "
`u 7,10 0 0371
ù "
'u 7,10 0 0372
ú "
^u 7,10 0 0373
û "
:u 7,9 0 0374
ü "
'y 8,10,3 0 0375
ý "
Tp 7,9,3 0 0376
þ "
:y 8,9,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HBI
spacewidth 4
charset
--- 4,1 0 040
! 4,9 0 041
" 6,9 0 042
dq "
# 7,8 0 043
sh "
$ 7,9,1 0 044
Do "
% 13,9 0 045
& 9,9 0 046
' 4,9 0 047
cq "
( 5,9,3 0 050
) 5,9,3 0 051
* 6,9 0 052
+ 8,6 0 053
, 3,2,2 0 054
\- 8,4 0 055
. 3,2 0 056
/ 5,9 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 4,7 0 072
; 4,7,2 0 073
< 7,6 0 074
= 7,5 0 075
eq "
> 7,6 0 076
? 8,9 0 077
@ 11,9,1 0 0100
at "
A 8,9 0 0101
B 9,9 0 0102
C 8,9 0 0103
D 9,9 0 0104
E 8,9 0 0105
F 7,9 0 0106
G 9,9 0 0107
H 10,9 0 0110
I 5,9 0 0111
J 7,9 0 0112
K 9,9 0 0113
L 7,9 0 0114
M 12,9 0 0115
N 10,9 0 0116
O 9,9 0 0117
P 8,9 0 0120
Q 9,9 0 0121
R 9,9 0 0122
S 8,9 0 0123
T 7,9 0 0124
U 8,9 0 0125
V 9,9 0 0126
W 10,9 0 0127
X 9,9 0 0130
Y 7,9 0 0131
Z 7,9 0 0132
[ 4,9,3 0 0133
lB "
\ 5,9 0 0134
rs "
] 4,9,3 0 0135
rB "
^ 6,9 0 0136
a^ "
ha "
_ 7,0,3 0 0137
` 4,9 0 0140
oq "
a 6,7 0 0141
b 7,9 0 0142
c 7,7 0 0143
d 7,9 0 0144
e 7,7 0 0145
f 5,9 0 0146
g 7,7,3 0 0147
h 7,9 0 0150
i 3,9 0 0151
j 3,9,3 0 0152
k 7,9 0 0153
l 3,9 0 0154
m 11,7 0 0155
n 7,7 0 0156
o 7,7 0 0157
p 7,7,3 0 0160
q 7,7,3 0 0161
r 5,7 0 0162
s 7,7 0 0163
t 5,9 0 0164
u 7,7 0 0165
v 7,7 0 0166
w 10,7 0 0167
x 7,7 0 0170
y 7,7,3 0 0171
z 6,7 0 0172
{ 5,9,3 0 0173
lC "
| 4,9,3 0 0174
or "
ba "
} 5,9,3 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 4,7,3 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 7,9 0 0243
£ "
Cs 7,7 0 0244
¤ "
Ye 7,9 0 0245
¥ "
bb 4,9,2 0 0246
¦ "
sc 7,9,3 0 0247
§ "
ad 5,9 0 0250
¨ "
co 11,9 0 0251
© "
Of 6,9 0 0252
ª "
Fo 10,6 0 0253
« "
no 8,5 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 11,9 0 0256
® "
a- 4,9 0 0257
¯ "
de 5,8 0 0260
° "
+- 8,7 0 0261
± "
S2 4,9 0 0262
² "
S3 4,9 0 0263
³ "
aa 4,9 0 0264
´ "
µ 7,7,3 0 0265
ps 7,9,3 0 0266
¶ "
pc 4,5 0 0267
· "
ac 4,1,3 0 0270
¸ "
S1 4,9 0 0271
¹ "
Om 6,9 0 0272
º "
Fc 10,6 0 0273
» "
14 10,9 0 0274
¼ "
12 10,9 0 0275
½ "
34 10,9 0 0276
¾ "
r? 7,7,2 0 0277
¿ "
`A 8,12 0 0300
À "
'A 8,12 0 0301
Á "
^A 8,12 0 0302
 "
~A 8,12 0 0303
à "
:A 8,11 0 0304
Ä "
oA 8,12 0 0305
Å "
AE 11,9 0 0306
Æ "
,C 8,9,3 0 0307
Ç "
`E 8,12 0 0310
È "
'E 8,12 0 0311
É "
^E 8,12 0 0312
Ê "
:E 8,11 0 0313
Ë "
`I 5,12 0 0314
Ì "
'I 5,12 0 0315
Í "
^I 5,12 0 0316
Î "
:I 5,11 0 0317
Ï "
-D 9,9 0 0320
Ð "
~N 10,12 0 0321
Ñ "
`O 9,12 0 0322
Ò "
'O 9,12 0 0323
Ó "
^O 9,12 0 0324
Ô "
~O 9,12 0 0325
Õ "
:O 9,11 0 0326
Ö "
mu 8,6 0 0327
× "
/O 9,9 0 0330
Ø "
`U 8,12 0 0331
Ù "
'U 8,12 0 0332
Ú "
^U 8,12 0 0333
Û "
:U 8,11 0 0334
Ü "
'Y 7,12 0 0335
Ý "
TP 8,9 0 0336
Þ "
ss 7,9 0 0337
ß "
`a 6,10 0 0340
à "
'a 6,10 0 0341
á "
^a 6,10 0 0342
â "
~a 6,10 0 0343
ã "
:a 6,9 0 0344
ä "
oa 6,10 0 0345
å "
ae 10,7 0 0346
æ "
,c 7,7,3 0 0347
ç "
`e 7,10 0 0350
è "
'e 7,10 0 0351
é "
^e 7,10 0 0352
ê "
:e 7,9 0 0353
ë "
`i 3,10 0 0354
ì "
'i 3,10 0 0355
í "
^i 3,10 0 0356
î "
:i 3,9 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 7,10 0 0361
ñ "
`o 7,10 0 0362
ò "
'o 7,10 0 0363
ó "
^o 7,10 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,9 0 0366
ö "
di 8,6 0 0367
÷ "
/o 7,8 0 0370
ø "
`u 7,10 0 0371
ù "
'u 7,10 0 0372
ú "
^u 7,10 0 0373
û "
:u 7,9 0 0374
ü "
'y 7,10,3 0 0375
ý "
Tp 7,9,3 0 0376
þ "
:y 7,9,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HI
spacewidth 4
charset
--- 4,1 0 040
! 3,9 0 041
" 5,9 0 042
dq "
# 7,8 0 043
sh "
$ 7,9,1 0 044
Do "
% 11,9 0 045
& 9,9 0 046
' 3,9 0 047
cq "
( 4,9,3 0 050
) 4,9,3 0 051
* 5,9 0 052
+ 7,6 0 053
, 3,1,2 0 054
\- 8,4 0 055
. 3,1 0 056
/ 4,9 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 3,6 0 072
; 3,6,2 0 073
< 8,6 0 074
= 7,5 0 075
eq "
> 8,6 0 076
? 7,9 0 077
@ 12,9,1 0 0100
at "
A 9,9 0 0101
B 8,9 0 0102
C 8,9 0 0103
D 9,9 0 0104
E 8,9 0 0105
F 8,9 0 0106
G 8,9 0 0107
H 10,9 0 0110
I 4,9 0 0111
J 8,9 0 0112
K 8,9 0 0113
L 7,9 0 0114
M 12,9 0 0115
N 10,9 0 0116
O 9,9 0 0117
P 8,9 0 0120
Q 9,9 0 0121
R 8,9 0 0122
S 8,9 0 0123
T 7,9 0 0124
U 9,9 0 0125
V 8,9 0 0126
W 11,9 0 0127
X 9,9 0 0130
Y 8,9 0 0131
Z 9,9 0 0132
[ 4,9,3 0 0133
lB "
\ 4,9 0 0134
rs "
] 4,9,3 0 0135
rB "
^ 6,8 0 0136
a^ "
ha "
_ 7,0,3 0 0137
` 3,9 0 0140
oq "
a 7,7 0 0141
b 7,9 0 0142
c 6,7 0 0143
d 7,9 0 0144
e 6,7 0 0145
f 3,9 0 0146
g 7,7,3 0 0147
h 7,9 0 0150
i 3,9 0 0151
j 3,9,3 0 0152
k 6,9 0 0153
l 3,9 0 0154
m 9,7 0 0155
n 7,7 0 0156
o 7,7 0 0157
p 7,7,3 0 0160
q 7,7,3 0 0161
r 4,7 0 0162
s 6,7 0 0163
t 4,9 0 0164
u 7,7 0 0165
v 6,7 0 0166
w 9,7 0 0167
x 6,7 0 0170
y 6,7,3 0 0171
z 6,7 0 0172
{ 5,9,3 0 0173
lC "
| 4,9,3 0 0174
or "
ba "
} 5,9,3 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 4,6,3 0 0241
¡ "
ct 8,8,1 0 0242
¢ "
Po 8,9 0 0243
£ "
Cs 7,7 0 0244
¤ "
Ye 7,9 0 0245
¥ "
bb 4,9,2 0 0246
¦ "
sc 7,9,3 0 0247
§ "
ad 3,9 0 0250
¨ "
co 11,9 0 0251
© "
Of 5,9 0 0252
ª "
Fo 7,6 0 0253
« "
no 8,6 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 11,9 0 0256
® "
a- 4,9 0 0257
¯ "
de 5,8 0 0260
° "
+- 7,7 0 0261
± "
S2 4,8 0 0262
² "
S3 4,8 0 0263
³ "
aa 2,10 0 0264
´ "
µ 7,7,3 0 0265
ps 8,9,3 0 0266
¶ "
pc 3,4 0 0267
· "
ac 3,1,3 0 0270
¸ "
S1 4,8 0 0271
¹ "
Om 5,9 0 0272
º "
Fc 7,6 0 0273
» "
14 10,9 0 0274
¼ "
12 10,9 0 0275
½ "
34 10,9 0 0276
¾ "
r? 7,6,3 0 0277
¿ "
`A 9,12 0 0300
À "
'A 9,12 0 0301
Á "
^A 9,12 0 0302
 "
~A 9,12 0 0303
à "
:A 9,11 0 0304
Ä "
oA 9,12 0 0305
Å "
AE 11,9 0 0306
Æ "
,C 8,9,3 0 0307
Ç "
`E 8,12 0 0310
È "
'E 8,12 0 0311
É "
^E 8,12 0 0312
Ê "
:E 8,11 0 0313
Ë "
`I 4,12 0 0314
Ì "
'I 4,12 0 0315
Í "
^I 4,12 0 0316
Î "
:I 4,11 0 0317
Ï "
-D 9,9 0 0320
Ð "
~N 10,12 0 0321
Ñ "
`O 9,12 0 0322
Ò "
'O 9,12 0 0323
Ó "
^O 9,12 0 0324
Ô "
~O 9,12 0 0325
Õ "
:O 9,11 0 0326
Ö "
mu 7,6 0 0327
× "
/O 10,9 0 0330
Ø "
`U 9,12 0 0331
Ù "
'U 9,12 0 0332
Ú "
^U 9,12 0 0333
Û "
:U 9,11 0 0334
Ü "
'Y 8,12 0 0335
Ý "
TP 8,9 0 0336
Þ "
ss 7,9 0 0337
ß "
`a 7,10 0 0340
à "
'a 7,10 0 0341
á "
^a 7,10 0 0342
â "
~a 7,10 0 0343
ã "
:a 7,9 0 0344
ä "
oa 7,10 0 0345
å "
ae 11,7 0 0346
æ "
,c 6,7,3 0 0347
ç "
`e 6,10 0 0350
è "
'e 6,10 0 0351
é "
^e 6,10 0 0352
ê "
:e 6,9 0 0353
ë "
`i 3,10 0 0354
ì "
'i 3,10 0 0355
í "
^i 3,10 0 0356
î "
:i 3,9 0 0357
ï "
Sd 7,11 0 0360
ð "
~n 7,10 0 0361
ñ "
`o 7,10 0 0362
ò "
'o 7,10 0 0363
ó "
^o 7,10 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,9 0 0366
ö "
di 7,6 0 0367
÷ "
/o 7,7 0 0370
ø "
`u 7,10 0 0371
ù "
'u 7,10 0 0372
ú "
^u 7,10 0 0373
û "
:u 7,9 0 0374
ü "
'y 6,10,3 0 0375
ý "
Tp 7,9,3 0 0376
þ "
:y 7,9,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name HR
spacewidth 4
charset
--- 4,1 0 040
! 3,9 0 041
" 5,9 0 042
dq "
# 7,8 0 043
sh "
$ 6,9,2 0 044
Do "
% 11,9 0 045
& 9,9 0 046
' 3,9 0 047
cq "
( 4,9,3 0 050
) 4,9,3 0 051
* 5,9 0 052
+ 7,6 0 053
, 4,1,2 0 054
\- 8,4 0 055
. 3,1 0 056
/ 4,9 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 3,6 0 072
; 3,6,2 0 073
< 7,6 0 074
= 7,5 0 075
eq "
> 7,6 0 076
? 7,9 0 077
@ 12,9,1 0 0100
at "
A 9,9 0 0101
B 8,9 0 0102
C 9,9 0 0103
D 9,9 0 0104
E 8,9 0 0105
F 8,9 0 0106
G 9,9 0 0107
H 9,9 0 0110
I 3,9 0 0111
J 7,9 0 0112
K 8,9 0 0113
L 7,9 0 0114
M 11,9 0 0115
N 9,9 0 0116
O 10,9 0 0117
P 8,9 0 0120
Q 10,9 0 0121
R 8,9 0 0122
S 8,9 0 0123
T 7,9 0 0124
U 8,9 0 0125
V 9,9 0 0126
W 11,9 0 0127
X 9,9 0 0130
Y 9,9 0 0131
Z 9,9 0 0132
[ 3,9,3 0 0133
lB "
\ 4,9 0 0134
rs "
] 3,9,3 0 0135
rB "
^ 6,8 0 0136
a^ "
ha "
_ 7,0,2 0 0137
` 3,9 0 0140
oq "
a 7,7 0 0141
b 7,9 0 0142
c 7,7 0 0143
d 7,9 0 0144
e 7,7 0 0145
f 3,9 0 0146
g 7,7,3 0 0147
h 7,9 0 0150
i 3,9 0 0151
j 3,9,3 0 0152
k 6,9 0 0153
l 3,9 0 0154
m 9,7 0 0155
n 7,7 0 0156
o 7,7 0 0157
p 7,7,3 0 0160
q 7,7,3 0 0161
r 4,7 0 0162
s 6,7 0 0163
t 4,9 0 0164
u 7,7 0 0165
v 7,7 0 0166
w 9,7 0 0167
x 6,7 0 0170
y 7,7,3 0 0171
z 6,7 0 0172
{ 4,9,3 0 0173
lC "
| 3,9,3 0 0174
or "
ba "
} 4,9,3 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 3,7,3 0 0241
¡ "
ct 7,8,1 0 0242
¢ "
Po 7,9 0 0243
£ "
Cs 7,7 0 0244
¤ "
Ye 7,9 0 0245
¥ "
bb 3,9,2 0 0246
¦ "
sc 6,9,3 0 0247
§ "
ad 3,9 0 0250
¨ "
co 11,9 0 0251
© "
Of 5,9 0 0252
ª "
Fo 7,6 0 0253
« "
no 8,6 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 11,9 0 0256
® "
a- 4,9 0 0257
¯ "
de 5,8 0 0260
° "
+- 7,7 0 0261
± "
S2 4,8 0 0262
² "
S3 4,8 0 0263
³ "
aa 2,10 0 0264
´ "
µ 7,7,3 0 0265
ps 7,9,3 0 0266
¶ "
pc 3,4 0 0267
· "
ac 3,1,3 0 0270
¸ "
S1 4,8 0 0271
¹ "
Om 5,9 0 0272
º "
Fc 7,6 0 0273
» "
14 10,9 0 0274
¼ "
12 10,9 0 0275
½ "
34 10,9 0 0276
¾ "
r? 7,6,3 0 0277
¿ "
`A 9,12 0 0300
À "
'A 9,12 0 0301
Á "
^A 9,12 0 0302
 "
~A 9,12 0 0303
à "
:A 9,11 0 0304
Ä "
oA 9,12 0 0305
Å "
AE 11,9 0 0306
Æ "
,C 9,9,3 0 0307
Ç "
`E 8,12 0 0310
È "
'E 8,12 0 0311
É "
^E 8,12 0 0312
Ê "
:E 8,11 0 0313
Ë "
`I 3,12 0 0314
Ì "
'I 3,12 0 0315
Í "
^I 3,12 0 0316
Î "
:I 3,11 0 0317
Ï "
-D 9,9 0 0320
Ð "
~N 9,12 0 0321
Ñ "
`O 10,12 0 0322
Ò "
'O 10,12 0 0323
Ó "
^O 10,12 0 0324
Ô "
~O 10,12 0 0325
Õ "
:O 10,11 0 0326
Ö "
mu 7,6 0 0327
× "
/O 10,10,1 0 0330
Ø "
`U 8,12 0 0331
Ù "
'U 8,12 0 0332
Ú "
^U 8,12 0 0333
Û "
:U 8,11 0 0334
Ü "
'Y 9,12 0 0335
Ý "
TP 8,9 0 0336
Þ "
ss 7,9 0 0337
ß "
`a 7,10 0 0340
à "
'a 7,10 0 0341
á "
^a 7,10 0 0342
â "
~a 7,10 0 0343
ã "
:a 7,9 0 0344
ä "
oa 7,10 0 0345
å "
ae 11,7 0 0346
æ "
,c 7,7,3 0 0347
ç "
`e 7,10 0 0350
è "
'e 7,10 0 0351
é "
^e 7,10 0 0352
ê "
:e 7,9 0 0353
ë "
`i 3,10 0 0354
ì "
'i 3,10 0 0355
í "
^i 3,10 0 0356
î "
:i 3,9 0 0357
ï "
Sd 7,10 0 0360
ð "
~n 7,10 0 0361
ñ "
`o 7,10 0 0362
ò "
'o 7,10 0 0363
ó "
^o 7,10 0 0364
ô "
~o 7,10 0 0365
õ "
:o 7,9 0 0366
ö "
di 7,6 0 0367
÷ "
/o 7,7 0 0370
ø "
`u 7,10 0 0371
ù "
'u 7,10 0 0372
ú "
^u 7,10 0 0373
û "
:u 7,9 0 0374
ü "
'y 7,10,3 0 0375
ý "
Tp 7,9,3 0 0376
þ "
:y 7,9,3 0 0377
ÿ "

View File

@ -0,0 +1,2 @@
DEV=X75-12
DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S

View File

@ -0,0 +1,308 @@
name NB
spacewidth 4
charset
--- 4,1 0 040
! 4,9 0 041
" 6,9 0 042
dq "
# 8,9 0 043
sh "
$ 7,10,1 0 044
Do "
% 13,9 0 045
& 11,9 0 046
' 3,9 0 047
cq "
( 5,9,2 0 050
) 5,9,2 0 051
* 6,9 0 052
+ 8,7 0 053
, 4,2,2 0 054
\- 7,4 0 055
. 4,2 0 056
/ 4,9 0 057
sl "
0 7,9 0 060
1 5,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 4,6 0 072
; 4,6,2 0 073
< 7,6 0 074
= 7,5 0 075
eq "
> 7,6 0 076
? 7,9 0 077
@ 11,9 0 0100
at "
A 11,9 0 0101
B 9,9 0 0102
C 9,9 0 0103
D 10,9 0 0104
E 9,9 0 0105
F 9,9 0 0106
G 10,9 0 0107
H 11,9 0 0110
I 5,9 0 0111
J 8,9 0 0112
K 10,9 0 0113
L 9,9 0 0114
M 12,9 0 0115
N 11,9 0 0116
O 10,9 0 0117
P 9,9 0 0120
Q 10,9,2 0 0121
R 10,9 0 0122
S 8,9 0 0123
T 9,9 0 0124
U 10,9 0 0125
V 11,9 0 0126
W 14,9 0 0127
X 10,9 0 0130
Y 9,9 0 0131
Z 9,9 0 0132
[ 5,9,2 0 0133
lB "
\ 6,9 0 0134
rs "
] 5,9,2 0 0135
rB "
^ 6,9 0 0136
a^ "
ha "
_ 7,0,2 0 0137
` 3,9 0 0140
oq "
a 8,6 0 0141
b 8,9 0 0142
c 7,6 0 0143
d 9,9 0 0144
e 7,6 0 0145
f 5,9 0 0146
g 7,7,3 0 0147
h 9,9 0 0150
i 5,9 0 0151
j 3,9,3 0 0152
k 8,9 0 0153
l 5,9 0 0154
m 13,6 0 0155
n 9,6 0 0156
o 8,6 0 0157
p 8,6,3 0 0160
q 8,6,3 0 0161
r 6,6 0 0162
s 6,6 0 0163
t 5,9 0 0164
u 9,6 0 0165
v 7,6 0 0166
w 11,6 0 0167
x 8,6 0 0170
y 7,6,3 0 0171
z 7,6 0 0172
{ 5,9,2 0 0173
lC "
| 8,9 0 0174
or "
ba "
} 5,9,2 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 4,6,3 0 0241
¡ "
ct 7,7,1 0 0242
¢ "
Po 8,9 0 0243
£ "
Cs 8,8 0 0244
¤ "
Ye 9,9 0 0245
¥ "
bb 8,9 0 0246
¦ "
sc 6,9,1 0 0247
§ "
ad 5,9 0 0250
¨ "
co 10,9 0 0251
© "
Of 6,9 0 0252
ª "
Fo 8,6 0 0253
« "
no 7,5 0 0254
¬ "
- 4,4 0 0255
hy "
­ "
rg 11,9 0 0256
® "
a- 6,8 0 0257
¯ "
de 5,9 0 0260
° "
+- 8,7 0 0261
± "
S2 4,9 0 0262
² "
S3 4,9 0 0263
³ "
aa 5,9 0 0264
´ "
µ 9,6,3 0 0265
ps 10,9 0 0266
¶ "
pc 3,5 0 0267
· "
ac 5,0,3 0 0270
¸ "
S1 4,9 0 0271
¹ "
Om 6,9 0 0272
º "
Fc 8,6 0 0273
» "
14 10,9 0 0274
¼ "
12 10,9 0 0275
½ "
34 10,9 0 0276
¾ "
r? 7,6,3 0 0277
¿ "
`A 11,12 0 0300
À "
'A 11,12 0 0301
Á "
^A 11,12 0 0302
 "
~A 11,12 0 0303
à "
:A 11,12 0 0304
Ä "
oA 11,12 0 0305
Å "
AE 14,9 0 0306
Æ "
,C 9,9,3 0 0307
Ç "
`E 9,12 0 0310
È "
'E 9,12 0 0311
É "
^E 9,12 0 0312
Ê "
:E 9,12 0 0313
Ë "
`I 5,12 0 0314
Ì "
'I 5,12 0 0315
Í "
^I 5,12 0 0316
Î "
:I 5,12 0 0317
Ï "
-D 10,9 0 0320
Ð "
~N 11,12 0 0321
Ñ "
`O 10,12 0 0322
Ò "
'O 10,12 0 0323
Ó "
^O 10,12 0 0324
Ô "
~O 10,12 0 0325
Õ "
:O 10,12 0 0326
Ö "
mu 8,7 0 0327
× "
/O 10,9 0 0330
Ø "
`U 10,12 0 0331
Ù "
'U 10,12 0 0332
Ú "
^U 10,12 0 0333
Û "
:U 10,12 0 0334
Ü "
'Y 9,12 0 0335
Ý "
TP 9,9 0 0336
Þ "
ss 8,9 0 0337
ß "
`a 8,9 0 0340
à "
'a 8,9 0 0341
á "
^a 8,9 0 0342
â "
~a 8,9 0 0343
ã "
:a 8,9 0 0344
ä "
oa 8,9 0 0345
å "
ae 11,6 0 0346
æ "
,c 7,6,3 0 0347
ç "
`e 7,9 0 0350
è "
'e 7,9 0 0351
é "
^e 7,9 0 0352
ê "
:e 7,9 0 0353
ë "
`i 5,9 0 0354
ì "
'i 5,9 0 0355
í "
^i 5,9 0 0356
î "
:i 5,9 0 0357
ï "
Sd 8,9 0 0360
ð "
~n 9,9 0 0361
ñ "
`o 8,9 0 0362
ò "
'o 8,9 0 0363
ó "
^o 8,9 0 0364
ô "
~o 8,9 0 0365
õ "
:o 8,9 0 0366
ö "
di 8,7 0 0367
÷ "
/o 8,7,1 0 0370
ø "
`u 9,9 0 0371
ù "
'u 9,9 0 0372
ú "
^u 9,9 0 0373
û "
:u 9,9 0 0374
ü "
'y 7,9,3 0 0375
ý "
Tp 8,9,3 0 0376
þ "
:y 7,9,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name NBI
spacewidth 4
charset
--- 4,1 0 040
! 5,9 0 041
" 6,9 0 042
dq "
# 8,8 0 043
sh "
$ 7,10,1 0 044
Do "
% 12,9 0 045
& 12,9 0 046
' 3,9 0 047
cq "
( 5,9,2 0 050
) 5,9,2 0 051
* 6,9 0 052
+ 8,7 0 053
, 3,2,2 0 054
\- 8,4 0 055
. 3,2 0 056
/ 6,9 0 057
sl "
0 7,9 0 060
1 7,9 0 061
2 7,9 0 062
3 7,9 0 063
4 7,9 0 064
5 7,9 0 065
6 7,9 0 066
7 7,9 0 067
8 7,9 0 070
9 7,9 0 071
: 4,6 0 072
; 4,6,2 0 073
< 7,7 0 074
= 7,5 0 075
eq "
> 7,7 0 076
? 6,9 0 077
@ 11,9 0 0100
at "
A 10,9 0 0101
B 9,9 0 0102
C 9,9 0 0103
D 10,9 0 0104
E 9,9 0 0105
F 8,9 0 0106
G 10,9 0 0107
H 11,9 0 0110
I 6,9 0 0111
J 8,9 0 0112
K 10,9 0 0113
L 9,9 0 0114
M 14,9 0 0115
N 11,9 0 0116
O 10,9 0 0117
P 9,9 0 0120
Q 10,9,2 0 0121
R 10,9 0 0122
S 8,9 0 0123
T 9,9 0 0124
U 9,9 0 0125
V 10,9 0 0126
W 13,9 0 0127
X 11,9 0 0130
Y 9,9 0 0131
Z 9,9 0 0132
[ 6,9,2 0 0133
lB "
\ 6,9 0 0134
rs "
] 6,9,2 0 0135
rB "
^ 8,9 0 0136
a^ "
ha "
_ 8,0,2 0 0137
` 3,9 0 0140
oq "
a 8,6 0 0141
b 7,9 0 0142
c 6,6 0 0143
d 8,9 0 0144
e 7,6 0 0145
f 5,9,3 0 0146
g 7,8,3 0 0147
h 8,9 0 0150
i 4,9 0 0151
j 4,9,3 0 0152
k 8,9 0 0153
l 4,9 0 0154
m 12,6 0 0155
n 8,6 0 0156
o 7,6 0 0157
p 8,6,3 0 0160
q 8,6,3 0 0161
r 6,6 0 0162
s 7,6 0 0163
t 5,8 0 0164
u 8,6 0 0165
v 7,6 0 0166
w 11,6 0 0167
x 7,6 0 0170
y 6,6,3 0 0171
z 7,6 0 0172
{ 6,9,2 0 0173
lC "
| 8,9 0 0174
or "
ba "
} 6,9,2 0 0175
rC "
~ 8,5 0 0176
a~ "
ap "
ti "
r! 5,6,3 0 0241
¡ "
ct 7,7,1 0 0242
¢ "
Po 9,9 0 0243
£ "
Cs 8,8 0 0244
¤ "
Ye 10,9 0 0245
¥ "
bb 8,9 0 0246
¦ "
sc 6,9,2 0 0247
§ "
ad 4,9 0 0250
¨ "
co 10,9 0 0251
© "
Of 6,9 0 0252
ª "
Fo 9,6 0 0253
« "
no 7,5 0 0254
¬ "
- 5,4 0 0255
hy "
­ "
rg 10,9 0 0256
® "
a- 5,8 0 0257
¯ "
de 5,9 0 0260
° "
+- 8,7 0 0261
± "
S2 4,9 0 0262
² "
S3 4,9 0 0263
³ "
aa 4,9 0 0264
´ "
µ 8,6,3 0 0265
ps 8,9 0 0266
¶ "
pc 5,5 0 0267
· "
ac 4,0,3 0 0270
¸ "
S1 4,9 0 0271
¹ "
Om 5,9 0 0272
º "
Fc 9,6 0 0273
» "
14 10,9 0 0274
¼ "
12 10,9 0 0275
½ "
34 10,9 0 0276
¾ "
r? 6,6,3 0 0277
¿ "
`A 10,12 0 0300
À "
'A 10,12 0 0301
Á "
^A 10,12 0 0302
 "
~A 10,12 0 0303
à "
:A 10,12 0 0304
Ä "
oA 10,12 0 0305
Å "
AE 12,9 0 0306
Æ "
,C 9,9,3 0 0307
Ç "
`E 9,12 0 0310
È "
'E 9,12 0 0311
É "
^E 9,12 0 0312
Ê "
:E 9,12 0 0313
Ë "
`I 6,12 0 0314
Ì "
'I 6,12 0 0315
Í "
^I 6,12 0 0316
Î "
:I 6,12 0 0317
Ï "
-D 10,9 0 0320
Ð "
~N 11,12 0 0321
Ñ "
`O 10,12 0 0322
Ò "
'O 10,12 0 0323
Ó "
^O 10,12 0 0324
Ô "
~O 10,12 0 0325
Õ "
:O 10,12 0 0326
Ö "
mu 8,7 0 0327
× "
/O 10,9 0 0330
Ø "
`U 9,12 0 0331
Ù "
'U 9,12 0 0332
Ú "
^U 9,12 0 0333
Û "
:U 9,12 0 0334
Ü "
'Y 9,12 0 0335
Ý "
TP 9,9 0 0336
Þ "
ss 9,9,2 0 0337
ß "
`a 8,9 0 0340
à "
'a 8,9 0 0341
á "
^a 8,10 0 0342
â "
~a 8,9 0 0343
ã "
:a 8,9 0 0344
ä "
oa 8,10 0 0345
å "
ae 11,6 0 0346
æ "
,c 6,6,3 0 0347
ç "
`e 7,9 0 0350
è "
'e 7,9 0 0351
é "
^e 7,10 0 0352
ê "
:e 7,9 0 0353
ë "
`i 4,9 0 0354
ì "
'i 4,9 0 0355
í "
^i 4,10 0 0356
î "
:i 4,9 0 0357
ï "
Sd 7,9 0 0360
ð "
~n 8,9 0 0361
ñ "
`o 7,9 0 0362
ò "
'o 7,9 0 0363
ó "
^o 7,10 0 0364
ô "
~o 7,9 0 0365
õ "
:o 7,9 0 0366
ö "
di 8,7 0 0367
÷ "
/o 7,6 0 0370
ø "
`u 8,9 0 0371
ù "
'u 8,9 0 0372
ú "
^u 8,10 0 0373
û "
:u 8,9 0 0374
ü "
'y 6,9,3 0 0375
ý "
Tp 8,9,3 0 0376
þ "
:y 6,9,3 0 0377
ÿ "

View File

@ -0,0 +1,308 @@
name NI
spacewidth 3
charset
--- 3,1 0 040
! 4,9 0 041
" 6,9 0 042
dq "
# 8,8 0 043
sh "
$ 6,10,1 0 044
Do "
% 10,9 0 045
& 10,9 0 046
' 3,9 0 047
cq "
( 5,9,2 0 050
) 5,9,2 0 051
* 7,9 0 052
+ 8,7 0 053
, 2,2,1 0 054
\- 7,4 0 055
. 2,2 0 056
/ 8,9,1 0 057
sl "
0 6,9 0 060
1 6,9 0 061
2 6,9 0 062
3 6,9 0 063
4 6,9 0 064
5 6,9 0 065
6 6,9 0 066
7 6,9 0 067
8 6,9 0 070
9 6,9 0 071
: 3,6 0 072
; 3,6,1 0 073
< 7,6 0 074
= 7,5 0 075
eq "
> 7,6 0 076
? 5,9 0 077
@ 11,9 0 0100
at "
A 8,9 0 0101
B 8,9 0 0102
C 9,9 0 0103
D 10,9 0 0104
E 9,9 0 0105
F 9,9 0 0106
G 9,9 0 0107
H 10,9 0 0110
I 5,9 0 0111
J 7,9 0 0112
K 9,9 0 0113
L 8,9 0 0114
M 13,9 0 0115
N 11,9 0 0116
O 9,9 0 0117
P 8,9 0 0120
Q 9,9,2 0 0121
R 10,9 0 0122
S 9,9 0 0123
T 8,9 0 0124
U 8,9 0 0125
V 9,9 0 0126
W 13,9 0 0127
X 10,9 0 0130
Y 8,9 0 0131
Z 9,9 0 0132
[ 6,9,2 0 0133
lB "
\ 8,9 0 0134
rs "
] 6,9,2 0 0135
rB "
^ 6,9 0 0136
a^ "
ha "
_ 8,0,2 0 0137
` 3,9 0 0140
oq "
a 8,6 0 0141
b 7,9 0 0142
c 6,6 0 0143
d 8,9 0 0144
e 6,6 0 0145
f 4,9,3 0 0146
g 6,7,3 0 0147
h 8,9 0 0150
i 4,9 0 0151
j 3,9,3 0 0152
k 7,9 0 0153
l 4,9 0 0154
m 12,6 0 0155
n 8,6 0 0156
o 6,6 0 0157
p 7,6,3 0 0160
q 7,6,3 0 0161
r 5,6 0 0162
s 6,6 0 0163
t 4,8 0 0164
u 8,6 0 0165
v 7,6 0 0166
w 10,6 0 0167
x 6,6 0 0170
y 6,6,3 0 0171
z 6,6 0 0172
{ 5,9,2 0 0173
lC "
| 6,9 0 0174
or "
ba "
} 5,9,2 0 0175
rC "
~ 7,5 0 0176
a~ "
ap "
ti "
r! 4,7,2 0 0241
¡ "
ct 6,7,1 0 0242
¢ "
Po 8,9 0 0243
£ "
Cs 9,8 0 0244
¤ "
Ye 9,9 0 0245
¥ "
bb 6,9 0 0246
¦ "
sc 6,9,2 0 0247
§ "
ad 5,9 0 0250
¨ "
co 10,9 0 0251
© "
Of 5,9 0 0252
ª "
Fo 7,5 0 0253
« "
no 7,5 0 0254
¬ "
- 4,4 0 0255
hy "
­ "
rg 10,9 0 0256
® "
a- 5,8 0 0257
¯ "
de 5,9 0 0260
° "
+- 8,7 0 0261
± "
S2 4,9 0 0262
² "
S3 4,9 0 0263
³ "
aa 4,9 0 0264
´ "
µ 8,6,3 0 0265
ps 9,9 0 0266
¶ "
pc 5,5 0 0267
· "
ac 4,0,3 0 0270
¸ "
S1 4,9 0 0271
¹ "
Om 4,9 0 0272
º "
Fc 7,5 0 0273
» "
14 9,9 0 0274
¼ "
12 9,9 0 0275
½ "
34 9,9 0 0276
¾ "
r? 5,7,2 0 0277
¿ "
`A 8,12 0 0300
À "
'A 8,12 0 0301
Á "
^A 8,12 0 0302
 "
~A 8,12 0 0303
à "
:A 8,12 0 0304
Ä "
oA 8,12 0 0305
Å "
AE 13,9 0 0306
Æ "
,C 9,9,3 0 0307
Ç "
`E 9,12 0 0310
È "
'E 9,12 0 0311
É "
^E 9,12 0 0312
Ê "
:E 9,12 0 0313
Ë "
`I 5,12 0 0314
Ì "
'I 5,12 0 0315
Í "
^I 5,12 0 0316
Î "
:I 5,12 0 0317
Ï "
-D 10,9 0 0320
Ð "
~N 11,12 0 0321
Ñ "
`O 9,12 0 0322
Ò "
'O 9,12 0 0323
Ó "
^O 9,12 0 0324
Ô "
~O 9,12 0 0325
Õ "
:O 9,12 0 0326
Ö "
mu 8,7 0 0327
× "
/O 9,9 0 0330
Ø "
`U 8,12 0 0331
Ù "
'U 8,12 0 0332
Ú "
^U 8,12 0 0333
Û "
:U 8,12 0 0334
Ü "
'Y 8,12 0 0335
Ý "
TP 8,9 0 0336
Þ "
ss 8,9,3 0 0337
ß "
`a 8,9 0 0340
à "
'a 8,9 0 0341
á "
^a 8,9 0 0342
â "
~a 8,9 0 0343
ã "
:a 8,9 0 0344
ä "
oa 8,10 0 0345
å "
ae 9,6 0 0346
æ "
,c 6,6,3 0 0347
ç "
`e 6,9 0 0350
è "
'e 6,9 0 0351
é "
^e 6,9 0 0352
ê "
:e 6,9 0 0353
ë "
`i 4,9 0 0354
ì "
'i 4,9 0 0355
í "
^i 4,9 0 0356
î "
:i 4,9 0 0357
ï "
Sd 6,9 0 0360
ð "
~n 8,9 0 0361
ñ "
`o 6,9 0 0362
ò "
'o 6,9 0 0363
ó "
^o 6,9 0 0364
ô "
~o 6,9 0 0365
õ "
:o 6,9 0 0366
ö "
di 8,7 0 0367
÷ "
/o 6,6 0 0370
ø "
`u 8,9 0 0371
ù "
'u 8,9 0 0372
ú "
^u 8,9 0 0373
û "
:u 8,9 0 0374
ü "
'y 6,9,3 0 0375
ý "
Tp 7,9,3 0 0376
þ "
:y 8,9,3 0 0377
ÿ "

Some files were not shown because too many files have changed in this diff Show More