mirror of
https://github.com/darlinghq/darling-groff.git
synced 2024-11-23 03:49:49 +00:00
groff-41
This commit is contained in:
parent
d9e3ed64e3
commit
dd8fe49605
73
Makefile
Normal file
73
Makefile
Normal file
@ -0,0 +1,73 @@
|
||||
##
|
||||
# Makefile for groff
|
||||
##
|
||||
|
||||
# Project info
|
||||
Project = groff
|
||||
UserType = Administrator
|
||||
ToolType = Commands
|
||||
Extra_CC_Flags = -mdynamic-no-pic
|
||||
Extra_Install_Flags = INSTALL_PROGRAM="$(INSTALL) -c -s"
|
||||
GnuAfterInstall = symlink remove-dir install-plist
|
||||
|
||||
Extra_Configure_Flags = --without-x
|
||||
|
||||
# GNU build setup
|
||||
install:: makeprefix
|
||||
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/GNUSource.make
|
||||
Install_Target = install
|
||||
|
||||
# Automatic Extract & Patch
|
||||
AEP = YES
|
||||
AEP_Project = $(Project)
|
||||
AEP_Version = 1.19.2
|
||||
AEP_ProjVers = $(AEP_Project)-$(AEP_Version)
|
||||
AEP_Filename = $(AEP_ProjVers).tar.gz
|
||||
AEP_ExtractDir = $(AEP_ProjVers)
|
||||
AEP_Patches = tmac__doc-common.diff tmac__troffrc.diff \
|
||||
tmac__doc-syms.diff tmac__groff_mdoc.man.diff \
|
||||
utf8.diff \
|
||||
PR-13280133.diff \
|
||||
remove-pdfroff.diff \
|
||||
remove-2graph.diff \
|
||||
groff-25537049.diff
|
||||
|
||||
ifeq ($(suffix $(AEP_Filename)),.bz2)
|
||||
AEP_ExtractOption = j
|
||||
else
|
||||
AEP_ExtractOption = z
|
||||
endif
|
||||
|
||||
# Extract the source.
|
||||
install_source::
|
||||
ifeq ($(AEP),YES)
|
||||
$(TAR) -C $(SRCROOT) -$(AEP_ExtractOption)xf $(SRCROOT)/$(AEP_Filename)
|
||||
$(RMDIR) $(SRCROOT)/$(AEP_Project)
|
||||
$(MV) $(SRCROOT)/$(AEP_ExtractDir) $(SRCROOT)/$(AEP_Project)
|
||||
for patchfile in $(AEP_Patches); do \
|
||||
cd $(SRCROOT)/$(Project) && patch -p0 < $(SRCROOT)/patches/$$patchfile; \
|
||||
done
|
||||
endif
|
||||
|
||||
# Satisfy bogus check during installation.
|
||||
makeprefix:
|
||||
mkdir -p $(DSTROOT)/usr
|
||||
|
||||
# Create links for "missing" manpages.
|
||||
symlink:
|
||||
$(LN) $(DSTROOT)$(MANDIR)/man1/grohtml.1 $(DSTROOT)$(MANDIR)/man1/pre-grohtml.1
|
||||
$(LN) $(DSTROOT)$(MANDIR)/man1/grohtml.1 $(DSTROOT)$(MANDIR)/man1/post-grohtml.1
|
||||
$(LN) $(DSTROOT)$(MANDIR)/man7/groff_mdoc.7 $(DSTROOT)$(MANDIR)/man7/mdoc.7
|
||||
|
||||
# Remove the info/dir file.
|
||||
remove-dir:
|
||||
rm $(DSTROOT)/usr/share/info/dir
|
||||
|
||||
OSV = $(DSTROOT)/usr/local/OpenSourceVersions
|
||||
OSL = $(DSTROOT)/usr/local/OpenSourceLicenses
|
||||
|
||||
install-plist:
|
||||
$(MKDIR) $(OSV)
|
||||
$(INSTALL_FILE) $(SRCROOT)/$(Project).plist $(OSV)/$(Project).plist
|
||||
$(MKDIR) $(OSL)
|
||||
$(INSTALL_FILE) $(Sources)/COPYING $(OSL)/$(Project).txt
|
@ -1,218 +0,0 @@
|
||||
/* src/include/config.h. Generated by configure. */
|
||||
/* src/include/config.hin. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Define if your C++ doesn't understand `delete []'. */
|
||||
/* #undef ARRAY_DELETE_NEEDS_SIZE */
|
||||
|
||||
/* Define if you have a C++ <inttypes.h>. */
|
||||
#define HAVE_CC_INTTYPES_H 1
|
||||
|
||||
/* Define if you have a C++ <limits.h>. */
|
||||
#define HAVE_CC_LIMITS_H 1
|
||||
|
||||
/* Define if you have a C++ <osfcn.h>. */
|
||||
/* #undef HAVE_CC_OSFCN_H */
|
||||
|
||||
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_SYS_SIGLIST 0
|
||||
|
||||
/* Define to 1 if you have the <direct.h> header file. */
|
||||
/* #undef HAVE_DIRECT_H */
|
||||
|
||||
/* Define to 1 if you have the <dirent.h> header file. */
|
||||
#define HAVE_DIRENT_H 1
|
||||
|
||||
/* Define to 1 if you have the `fmod' function. */
|
||||
#define HAVE_FMOD 1
|
||||
|
||||
/* Define to 1 if you have the `getcwd' function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
||||
/* Define to 1 if you have the `getpagesize' function. */
|
||||
#define HAVE_GETPAGESIZE 1
|
||||
|
||||
/* Define to 1 if you have the `gettimeofday' function. */
|
||||
#define HAVE_GETTIMEOFDAY 1
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the `isatty' function. */
|
||||
#define HAVE_ISATTY 1
|
||||
|
||||
/* Define to 1 if you have the `kill' function. */
|
||||
#define HAVE_KILL 1
|
||||
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#define HAVE_LIMITS_H 1
|
||||
|
||||
/* Define to 1 if you have the <math.h> header file. */
|
||||
#define HAVE_MATH_H 1
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
||||
/* Define if you have mkstemp(). */
|
||||
#define HAVE_MKSTEMP 1
|
||||
|
||||
/* Define to 1 if you have a working `mmap' system call. */
|
||||
#define HAVE_MMAP 1
|
||||
|
||||
/* Define to 1 if you have the <process.h> header file. */
|
||||
/* #undef HAVE_PROCESS_H */
|
||||
|
||||
/* Define to 1 if you have the `putenv' function. */
|
||||
#define HAVE_PUTENV 1
|
||||
|
||||
/* Define to 1 if you have the `rename' function. */
|
||||
#define HAVE_RENAME 1
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
#define HAVE_SETLOCALE 1
|
||||
|
||||
/* Define to 1 if you have the `snprintf' function. */
|
||||
#define HAVE_SNPRINTF 1
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the `strcasecmp' function. */
|
||||
#define HAVE_STRCASECMP 1
|
||||
|
||||
/* Define to 1 if you have the `strerror' function. */
|
||||
#define HAVE_STRERROR 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define HAVE_STRINGS_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the `strncasecmp' function. */
|
||||
#define HAVE_STRNCASECMP 1
|
||||
|
||||
/* Define to 1 if you have the `strsep' function. */
|
||||
#define HAVE_STRSEP 1
|
||||
|
||||
/* Define to 1 if you have the `strtol' function. */
|
||||
#define HAVE_STRTOL 1
|
||||
|
||||
/* Define if <math.h> defines struct exception. */
|
||||
#define HAVE_STRUCT_EXCEPTION 1
|
||||
|
||||
/* Define to 1 if you have the <sys/dir.h> header file. */
|
||||
#define HAVE_SYS_DIR_H 1
|
||||
|
||||
/* Define if you have sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>. */
|
||||
#define HAVE_SYS_ERRLIST 1
|
||||
|
||||
/* Define if you have sys_nerr in <errno.h>, <stdio.h>, or <stdio.h>. */
|
||||
#define HAVE_SYS_NERR 1
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */
|
||||
#define HAVE_SYS_TIME_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to 1 if you have the `vsnprintf' function. */
|
||||
#define HAVE_VSNPRINTF 1
|
||||
|
||||
/* Define if the host's encoding is EBCDIC. */
|
||||
/* #undef IS_EBCDIC_HOST */
|
||||
|
||||
/* Define if localtime() takes a long * not a time_t *. */
|
||||
/* #undef LONG_FOR_TIME_T */
|
||||
|
||||
/* Define if your C++ doesn't declare gettimeofday(). */
|
||||
/* #undef NEED_DECLARATION_GETTIMEOFDAY */
|
||||
|
||||
/* Define if your C++ doesn't declare hypot(). */
|
||||
/* #undef NEED_DECLARATION_HYPOT */
|
||||
|
||||
/* Define if your C++ doesn't declare pclose(). */
|
||||
/* #undef NEED_DECLARATION_PCLOSE */
|
||||
|
||||
/* Define if your C++ doesn't declare popen(). */
|
||||
/* #undef NEED_DECLARATION_POPEN */
|
||||
|
||||
/* Define if your C++ doesn't declare putenv(). */
|
||||
/* #undef NEED_DECLARATION_PUTENV */
|
||||
|
||||
/* Define if your C++ doesn't declare rand(). */
|
||||
/* #undef NEED_DECLARATION_RAND */
|
||||
|
||||
/* Define if your C++ doesn't declare snprintf(). */
|
||||
/* #undef NEED_DECLARATION_SNPRINTF */
|
||||
|
||||
/* Define if your C++ doesn't declare srand(). */
|
||||
/* #undef NEED_DECLARATION_SRAND */
|
||||
|
||||
/* Define if your C++ doesn't declare strcasecmp(). */
|
||||
/* #undef NEED_DECLARATION_STRCASECMP */
|
||||
|
||||
/* Define if your C++ doesn't declare strncasecmp(). */
|
||||
/* #undef NEED_DECLARATION_STRNCASECMP */
|
||||
|
||||
/* Define if your C++ doesn't declare vfprintf(). */
|
||||
/* #undef NEED_DECLARATION_VFPRINTF */
|
||||
|
||||
/* Define if your C++ doesn't declare vsnprintf(). */
|
||||
/* #undef NEED_DECLARATION_VSNPRINTF */
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT ""
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME ""
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING ""
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION ""
|
||||
|
||||
/* Define if the printer's page size is A4. */
|
||||
/* #undef PAGEA4 */
|
||||
|
||||
/* Define as the return type of signal handlers (`int' or `void'). */
|
||||
#define RETSIGTYPE void
|
||||
|
||||
/* Define if srand() returns void not int. */
|
||||
#define RET_TYPE_SRAND_IS_VOID 1
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */
|
||||
/* #undef TRADITIONAL_CPP */
|
||||
|
||||
/* Define if the 0200 bit of the status returned by wait() indicates whether a
|
||||
core image was produced for a process that was terminated by a signal. */
|
||||
/* #undef WCOREFLAG */
|
||||
|
||||
/* Define to 1 if the X Window System is missing or not being used. */
|
||||
#define X_DISPLAY_MISSING 1
|
||||
|
||||
/* Define if -D_POSIX_SOURCE is necessary. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
/* Define if you have ISC 3.x or 4.x. */
|
||||
/* #undef _SYSV3 */
|
||||
|
||||
/* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
|
||||
does not exist. */
|
||||
/* #undef uintmax_t */
|
@ -1,11 +0,0 @@
|
||||
#define PROG_PREFIX ""
|
||||
#define DEVICE "ps"
|
||||
#define INSTALLPATH "/usr"
|
||||
#define BINPATH "/usr/bin"
|
||||
#define FONTPATH "/usr/share/groff/site-font:/usr/share/groff/1.19.2/font:/usr/lib/font"
|
||||
#define MACROPATH "/usr/lib/groff/site-tmac:/usr/share/groff/site-tmac:/usr/share/groff/1.19.2/tmac"
|
||||
#define INDEX_SUFFIX ".i"
|
||||
#define COMMON_WORDS_FILE "/usr/share/groff/1.19.2/eign"
|
||||
#define DEFAULT_INDEX_DIR "/usr/dict/papers"
|
||||
#define DEFAULT_INDEX_NAME "Ind"
|
||||
#define DEFAULT_INDEX "/usr/dict/papers/Ind"
|
@ -1,3 +0,0 @@
|
||||
const char *major_version = "1";
|
||||
const char *minor_version = "19";
|
||||
const char *revision = "2";
|
@ -1,3 +0,0 @@
|
||||
const char *major_version = "1";
|
||||
const char *minor_version = "19";
|
||||
const char *revision = "2";
|
6566
gen/usr/bin/afmtodit
6566
gen/usr/bin/afmtodit
File diff suppressed because it is too large
Load Diff
@ -1,91 +0,0 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# eqn2graph -- compile EQN equation descriptions to bitmap images
|
||||
#
|
||||
# by Eric S. Raymond <esr@thyrsus.com>, July 2002
|
||||
#
|
||||
# In Unixland, the magic is in knowing what to string together...
|
||||
#
|
||||
# Take an eqn equation on stdin, emit cropped bitmap on stdout.
|
||||
# The pic markup should *not* be wrapped in .EQ/.EN, this script will do that.
|
||||
# A -U option on the command line enables gpic/groff "unsafe" mode.
|
||||
# A -format FOO option changes the image output format to any format
|
||||
# supported by convert(1). All other options are passed to convert(1).
|
||||
# The default format is PNG.
|
||||
#
|
||||
# This is separate from pic2graph because pic processing has some weird
|
||||
# clipping effect on the output, mangling equations that are very wide
|
||||
# or deep. Besides, this tool can supply its own delimiters.
|
||||
#
|
||||
|
||||
# Requires the groff suite and the ImageMagick tools. Both are open source.
|
||||
# This code is released to the public domain.
|
||||
#
|
||||
# Here are the assumptions behind the option processing:
|
||||
#
|
||||
# 1. None of the options of eqn(1) are relevant.
|
||||
#
|
||||
# 2. Only the -U option of groff(1) is relevant.
|
||||
#
|
||||
# 3. Many options of convert(1) are potentially relevant, (especially
|
||||
# -density, -interlace, -transparency, -border, and -comment).
|
||||
#
|
||||
# Thus, we pass -U to groff(1), and everything else to convert(1).
|
||||
#
|
||||
# $Id: eqn2graph.sh,v 1.5 2005/05/18 07:03:06 wl Exp $
|
||||
#
|
||||
groff_opts=""
|
||||
convert_opts=""
|
||||
format="png"
|
||||
|
||||
while [ "$1" ]
|
||||
do
|
||||
case $1 in
|
||||
-unsafe)
|
||||
groff_opts="-U";;
|
||||
-format)
|
||||
format=$2
|
||||
shift;;
|
||||
-v | --version)
|
||||
echo "GNU eqn2graph (groff) version 1.19.2"
|
||||
exit 0;;
|
||||
--help)
|
||||
echo "usage: eqn2graph [ option ...] < in > out"
|
||||
exit 0;;
|
||||
*)
|
||||
convert_opts="$convert_opts $1";;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
# create temporary directory
|
||||
tmp=
|
||||
for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
|
||||
test -z "$d" && continue
|
||||
|
||||
tmp=`(umask 077 && mktemp -d -q "$d/eqn2graph-XXXXXX") 2> /dev/null` \
|
||||
&& test -n "$tmp" && test -d "$tmp" \
|
||||
&& break
|
||||
|
||||
tmp=$d/eqn2graph$$-$RANDOM
|
||||
(umask 077 && mkdir $tmp) 2> /dev/null && break
|
||||
done;
|
||||
if test -z "$tmp"; then
|
||||
echo "$0: cannot create temporary directory" >&2
|
||||
{ (exit 1); exit 1; }
|
||||
fi
|
||||
|
||||
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2 15
|
||||
|
||||
# Here goes:
|
||||
# 1. Add .EQ/.EN.
|
||||
# 2. Process through eqn(1) to emit troff markup.
|
||||
# 3. Process through groff(1) to emit Postscript.
|
||||
# 4. Use convert(1) to crop the Postscript and turn it into a bitmap.
|
||||
read equation
|
||||
(echo ".EQ"; echo 'delim $$'; echo ".EN"; echo '$'"$equation"'$') | \
|
||||
groff -e $groff_opts -Tps -P-pletter > $tmp/eqn2graph.ps \
|
||||
&& convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
|
||||
&& cat $tmp/eqn2graph.$format
|
||||
|
||||
# End
|
@ -1,346 +0,0 @@
|
||||
#! /bin/sh
|
||||
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
# Written by Mike Bianchi <MBianchi@Foveal.com <mailto:MBianchi@Foveal.com>>
|
||||
|
||||
# This file is part of the gdiffmk utility, which is part of groff.
|
||||
|
||||
# groff is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# groff is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
||||
# License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with groff; see the files COPYING and LICENSE in the top
|
||||
# directory of the groff source. If not, write to the Free Software
|
||||
# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
# This file is part of GNU gdiffmk.
|
||||
|
||||
|
||||
cmd=$( basename $0 )
|
||||
|
||||
function Usage {
|
||||
if test "$#" -gt 0
|
||||
then
|
||||
echo >&2 "${cmd}: $@"
|
||||
fi
|
||||
echo >&2 "\
|
||||
|
||||
Usage: ${cmd} [ OPTIONS ] FILE1 FILE2 [ OUTPUT ]
|
||||
Place difference marks into the new version of a groff/nroff/troff document.
|
||||
FILE1 and FILE2 are compared, using \`diff', and FILE2 is output with
|
||||
groff \`.mc' requests added to indicate how it is different from FILE1.
|
||||
|
||||
FILE1 Previous version of the groff file. \`-' means standard input.
|
||||
FILE2 Current version of the groff file. \`-' means standard input.
|
||||
Either FILE1 or FILE2 can be standard input, but not both.
|
||||
OUTPUT Copy of FILE2 with \`.mc' commands added.
|
||||
\`-' means standard output (the default).
|
||||
|
||||
OPTIONS:
|
||||
-a ADDMARK Mark for added groff source lines. Default: \`+'.
|
||||
-c CHANGEMARK Mark for changed groff source lines. Default: \`|'.
|
||||
-d DELETEMARK Mark for deleted groff source lines. Default: \`*'.
|
||||
|
||||
-D Show the deleted portions from changed and deleted text.
|
||||
Default delimiting marks: \`[[' .... \`]]'.
|
||||
-B By default, the deleted texts marked by the \`-D' option end
|
||||
with an added troff \`.br' command. This option prevents
|
||||
the added \`.br'.
|
||||
-M MARK1 MARK2 Change the delimiting marks for the \`-D' option.
|
||||
|
||||
-x DIFFCMD Use a different diff(1) command;
|
||||
one that accepts the \`-Dname' option, such as GNU diff.
|
||||
--version Print version information on the standard output and exit.
|
||||
--help Print this message on the standard error.
|
||||
"
|
||||
exit 255
|
||||
}
|
||||
|
||||
|
||||
function Exit {
|
||||
exitcode=$1
|
||||
shift
|
||||
for arg
|
||||
do
|
||||
echo >&2 "${cmd}: $1"
|
||||
shift
|
||||
done
|
||||
exit ${exitcode}
|
||||
}
|
||||
|
||||
# Usage: FileRead exit_code filename
|
||||
#
|
||||
# Check for existence and readability of given file name.
|
||||
# If not found or not readable, print message and exit with EXIT_CODE.
|
||||
function FileRead {
|
||||
case "$2" in
|
||||
-)
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
if test ! -e "$2"
|
||||
then
|
||||
Exit $1 "File \`$2' not found."
|
||||
fi
|
||||
if test ! -r "$2"
|
||||
then
|
||||
Exit $1 "File \`$2' not readable."
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
# Usage: FileCreate exit_code filename
|
||||
#
|
||||
# Create the given filename if it doesn't exist.
|
||||
# If unable to create or write, print message and exit with EXIT_CODE.
|
||||
function FileCreate {
|
||||
case "$2" in
|
||||
-)
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
if ! touch "$2" 2>/dev/null
|
||||
then
|
||||
if test ! -e "$2"
|
||||
then
|
||||
Exit $1 "File \`$2' not created; " \
|
||||
"Cannot write directory \`$( dirname "$2" )'."
|
||||
fi
|
||||
Exit $1 "File \`$2' not writeable."
|
||||
fi
|
||||
}
|
||||
|
||||
function WouldClobber {
|
||||
case "$2" in
|
||||
-)
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$1" -ef "$3"
|
||||
then
|
||||
Exit 3 \
|
||||
"The $2 and OUTPUT arguments both point to the same file," \
|
||||
"\`$1', and it would be overwritten."
|
||||
fi
|
||||
}
|
||||
|
||||
ADDMARK='+'
|
||||
CHANGEMARK='|'
|
||||
DELETEMARK='*'
|
||||
MARK1='[['
|
||||
MARK2=']]'
|
||||
|
||||
function RequiresArgument {
|
||||
# Process flags that take either concatenated or
|
||||
# separated values.
|
||||
case "$1" in
|
||||
-??*)
|
||||
expr "$1" : '-.\(.*\)'
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$#" -lt 2
|
||||
then
|
||||
Exit 255 "Option \`$1' requires a value."
|
||||
fi
|
||||
|
||||
echo "$2"
|
||||
return 0
|
||||
}
|
||||
|
||||
badoption=
|
||||
DIFFCMD=diff
|
||||
D_option=
|
||||
br=.br
|
||||
for OPTION
|
||||
do
|
||||
case "${OPTION}" in
|
||||
-a*)
|
||||
ADDMARK=$( RequiresArgument "${OPTION}" $2 ) &&
|
||||
shift
|
||||
;;
|
||||
-c*)
|
||||
CHANGEMARK=$( RequiresArgument "${OPTION}" $2 ) &&
|
||||
shift
|
||||
;;
|
||||
-d*)
|
||||
DELETEMARK=$( RequiresArgument "${OPTION}" $2 ) &&
|
||||
shift
|
||||
;;
|
||||
-D )
|
||||
D_option=D_option
|
||||
;;
|
||||
-M* )
|
||||
MARK1=$( RequiresArgument "${OPTION}" $2 ) &&
|
||||
shift
|
||||
if [ $# -lt 2 ]
|
||||
then
|
||||
Usage "Option \`-M' is missing the MARK2 value."
|
||||
fi
|
||||
MARK2=$2
|
||||
shift
|
||||
;;
|
||||
-B )
|
||||
br=.
|
||||
;;
|
||||
-x* )
|
||||
DIFFCMD=$( RequiresArgument "${OPTION}" $2 ) &&
|
||||
shift
|
||||
;;
|
||||
--version)
|
||||
echo "GNU ${cmd} (groff) version 1.19.2"
|
||||
exit 0
|
||||
;;
|
||||
--help)
|
||||
Usage
|
||||
;;
|
||||
--)
|
||||
# What follows -- are file arguments
|
||||
shift
|
||||
break
|
||||
;;
|
||||
-)
|
||||
break
|
||||
;;
|
||||
-*)
|
||||
badoption="${cmd}: invalid option \`$1'"
|
||||
;;
|
||||
*)
|
||||
break
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
${DIFFCMD} -Dx /dev/null /dev/null >/dev/null 2>&1 ||
|
||||
Usage "The \`${DIFFCMD}' program does not accept" \
|
||||
"the required \`-Dname' option.
|
||||
Use GNU diff instead. See the \`-x DIFFCMD' option."
|
||||
|
||||
if test -n "${badoption}"
|
||||
then
|
||||
Usage "${badoption}"
|
||||
fi
|
||||
|
||||
if test "$#" -lt 2 -o "$#" -gt 3
|
||||
then
|
||||
Usage "Incorrect number of arguments."
|
||||
fi
|
||||
|
||||
if test "1$1" = 1- -a "2$2" = 2-
|
||||
then
|
||||
Usage "Both FILE1 and FILE2 are \`-'."
|
||||
fi
|
||||
|
||||
FILE1=$1
|
||||
FILE2=$2
|
||||
|
||||
FileRead 1 "${FILE1}"
|
||||
FileRead 2 "${FILE2}"
|
||||
|
||||
if test "$#" = 3
|
||||
then
|
||||
case "$3" in
|
||||
-)
|
||||
# output goes to standard output
|
||||
;;
|
||||
*)
|
||||
# output goes to a file
|
||||
WouldClobber "${FILE1}" FILE1 "$3"
|
||||
WouldClobber "${FILE2}" FILE2 "$3"
|
||||
|
||||
FileCreate 3 "$3"
|
||||
exec >$3
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# To make a very unlikely label even more unlikely ...
|
||||
label=__diffmk_$$__
|
||||
|
||||
sed_script='
|
||||
/^#ifdef '"${label}"'/,/^#endif \/\* '"${label}"'/ {
|
||||
/^#ifdef '"${label}"'/ s/.*/.mc '"${ADDMARK}"'/
|
||||
/^#endif \/\* '"${label}"'/ s/.*/.mc/
|
||||
p
|
||||
d
|
||||
}
|
||||
/^#ifndef '"${label}"'/,/^#endif \/\* [!not ]*'"${label}"'/ {
|
||||
/^#else \/\* '"${label}"'/,/^#endif \/\* '"${label}"'/ {
|
||||
/^#else \/\* '"${label}"'/ s/.*/.mc '"${CHANGEMARK}"'/
|
||||
/^#endif \/\* '"${label}"'/ s/.*/.mc/
|
||||
p
|
||||
d
|
||||
}
|
||||
/^#endif \/\* \(not\|!\) '"${label}"'/ {
|
||||
s/.*/.mc '"${DELETEMARK}"'/p
|
||||
a\
|
||||
.mc
|
||||
}
|
||||
d
|
||||
}
|
||||
p
|
||||
'
|
||||
|
||||
if [ ${D_option} ]
|
||||
then
|
||||
sed_script='
|
||||
/^#ifdef '"${label}"'/,/^#endif \/\* '"${label}"'/ {
|
||||
/^#ifdef '"${label}"'/ s/.*/.mc '"${ADDMARK}"'/
|
||||
/^#endif \/\* '"${label}"'/ s/.*/.mc/
|
||||
p
|
||||
d
|
||||
}
|
||||
/^#ifndef '"${label}"'/,/^#endif \/\* [!not ]*'"${label}"'/ {
|
||||
/^#ifndef '"${label}"'/ {
|
||||
i\
|
||||
'"${MARK1}"'
|
||||
d
|
||||
}
|
||||
/^#else \/\* '"${label}"'/ ! {
|
||||
/^#endif \/\* [!not ]*'"${label}"'/ ! {
|
||||
p
|
||||
d
|
||||
}
|
||||
}
|
||||
/^#else \/\* '"${label}"'/,/^#endif \/\* '"${label}"'/ {
|
||||
/^#else \/\* '"${label}"'/ {
|
||||
i\
|
||||
'"${MARK2}"'\
|
||||
'"${br}"'
|
||||
s/.*/.mc '"${CHANGEMARK}"'/
|
||||
a\
|
||||
.mc '"${CHANGEMARK}"'
|
||||
d
|
||||
}
|
||||
/^#endif \/\* '"${label}"'/ s/.*/.mc/
|
||||
p
|
||||
d
|
||||
}
|
||||
/^#endif \/\* \(not\|!\) '"${label}"'/ {
|
||||
i\
|
||||
'"${MARK2}"'\
|
||||
'"${br}"'
|
||||
s/.*/.mc '"${DELETEMARK}"'/p
|
||||
a\
|
||||
.mc
|
||||
}
|
||||
d
|
||||
}
|
||||
p
|
||||
'
|
||||
fi
|
||||
|
||||
diff -D"${label}" -- ${FILE1} ${FILE2} |
|
||||
sed -n "${sed_script}"
|
||||
|
||||
# EOF
|
@ -1,85 +0,0 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# grap2graph -- compile graph description descriptions to bitmap images
|
||||
#
|
||||
# by Eric S. Raymond <esr@thyrsus.com>, May 2003
|
||||
#
|
||||
# In Unixland, the magic is in knowing what to string together...
|
||||
#
|
||||
# Take grap description on stdin, emit cropped bitmap on stdout.
|
||||
# The pic markup should *not* be wrapped in .G1/.G2, this script will do that.
|
||||
# A -U option on the command line enables gpic/groff "unsafe" mode.
|
||||
# A -format FOO option changes the image output format to any format
|
||||
# supported by convert(1). All other options are passed to convert(1).
|
||||
# The default format is PNG.
|
||||
#
|
||||
|
||||
# Requires the groff suite and the ImageMagick tools. Both are open source.
|
||||
# This code is released to the public domain.
|
||||
#
|
||||
# Here are the assumptions behind the option processing:
|
||||
#
|
||||
# 1. None of the options of grap(1) are relevant.
|
||||
#
|
||||
# 2. Only the -U option of groff(1) is relevant.
|
||||
#
|
||||
# 3. Many options of convert(1) are potentially relevant, (especially
|
||||
# -density, -interlace, -transparency, -border, and -comment).
|
||||
#
|
||||
# Thus, we pass -U to groff(1), and everything else to convert(1).
|
||||
#
|
||||
# $Id: grap2graph.sh,v 1.4 2005/05/18 07:03:06 wl Exp $
|
||||
#
|
||||
groff_opts=""
|
||||
convert_opts=""
|
||||
format="png"
|
||||
|
||||
while [ "$1" ]
|
||||
do
|
||||
case $1 in
|
||||
-unsafe)
|
||||
groff_opts="-U";;
|
||||
-format)
|
||||
format=$2
|
||||
shift;;
|
||||
-v | --version)
|
||||
echo "GNU grap2graph (groff) version 1.19.2"
|
||||
exit 0;;
|
||||
--help)
|
||||
echo "usage: grap2graph [ option ...] < in > out"
|
||||
exit 0;;
|
||||
*)
|
||||
convert_opts="$convert_opts $1";;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
# create temporary directory
|
||||
tmp=
|
||||
for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
|
||||
test -z "$d" && continue
|
||||
|
||||
tmp=`(umask 077 && mktemp -d -q "$d/grap2graph-XXXXXX") 2> /dev/null` \
|
||||
&& test -n "$tmp" && test -d "$tmp" \
|
||||
&& break
|
||||
|
||||
tmp=$d/grap2graph$$-$RANDOM
|
||||
(umask 077 && mkdir $tmp) 2> /dev/null && break
|
||||
done;
|
||||
if test -z "$tmp"; then
|
||||
echo "$0: cannot create temporary directory" >&2
|
||||
{ (exit 1); exit 1; }
|
||||
fi
|
||||
|
||||
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2 15
|
||||
|
||||
# Here goes:
|
||||
# 1. Add .G1/.G2.
|
||||
# 2. Process through grap(1) to emit pic markup.
|
||||
# 3. Process through groff(1) with pic preprocessing to emit Postscript.
|
||||
# 4. Use convert(1) to crop the Postscript and turn it into a bitmap.
|
||||
(echo ".G1"; cat; echo ".G2") | grap | groff -p $groff_opts -Tps -P-pletter | \
|
||||
convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
|
||||
&& cat $tmp/grap2graph.$format
|
||||
|
||||
# End
|
@ -1,299 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
# groffer - display groff files
|
||||
|
||||
# Source file position: <groff-source>/contrib/groffer/groffer.sh
|
||||
|
||||
# Copyright (C) 2001,2002,2003,2004,2005
|
||||
# Free Software Foundation, Inc.
|
||||
# Written by Bernd Warken
|
||||
|
||||
# This file is part of `groffer', which is part of `groff' version
|
||||
# 1.19.2. See $_GROFF_VERSION.
|
||||
|
||||
# `groff' is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# `groff' is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with `groff'; see the files COPYING and LICENSE in the top
|
||||
# directory of the `groff' source. If not, write to the Free Software
|
||||
# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301,
|
||||
# USA.
|
||||
|
||||
########################################################################
|
||||
|
||||
_PROGRAM_VERSION='0.9.22';
|
||||
_LAST_UPDATE='22 August 2005';
|
||||
|
||||
export _PROGRAM_VERSION;
|
||||
export _LAST_UPDATE;
|
||||
|
||||
export GROFFER_OPT; # option environment for groffer
|
||||
|
||||
export _CONF_FILE_ETC; # configuration file in /etc
|
||||
export _CONF_FILE_HOME; # configuration file in $HOME
|
||||
export _CONF_FILES; # configuration files
|
||||
_CONF_FILE_ETC='/etc/groff/groffer.conf';
|
||||
_CONF_FILE_HOME="${HOME}/.groff/groffer.conf";
|
||||
_CONF_FILES="${_CONF_FILE_ETC} ${_CONF_FILE_HOME}";
|
||||
|
||||
# characters
|
||||
|
||||
export _AT;
|
||||
export _SP;
|
||||
export _SQ;
|
||||
export _TAB;
|
||||
|
||||
_AT='@';
|
||||
_SP=' ';
|
||||
_SQ="'";
|
||||
_TAB=' ';
|
||||
|
||||
export _ERROR;
|
||||
_ERROR='7'; # for syntax errors; no `-1' in `ash'
|
||||
|
||||
# @...@ constructs
|
||||
|
||||
export _GROFF_VERSION
|
||||
_GROFF_VERSION='1.19.2';
|
||||
if test _1.19.2_ = _${_AT}VERSION${_AT}_
|
||||
then
|
||||
_GROFF_VERSION='1.19.2';
|
||||
fi;
|
||||
|
||||
export _AT_BINDIR_AT;
|
||||
export _AT_G_AT;
|
||||
export _AT_LIBDIR_AT;
|
||||
export _GROFFER_LIBDIR;
|
||||
if test _/usr/bin_ = _${_AT}BINDIR${_AT}_
|
||||
then
|
||||
# script before `make'
|
||||
_AT_BINDIR_AT='.';
|
||||
_AT_G_AT='';
|
||||
_AT_LIBDIR_AT='';
|
||||
_GROFFER_LIBDIR='.';
|
||||
else
|
||||
_AT_BINDIR_AT='/usr/bin';
|
||||
_AT_G_AT='';
|
||||
_AT_LIBDIR_AT='/usr/lib';
|
||||
_GROFFER_LIBDIR="${_AT_LIBDIR_AT}"'/groff/groffer';
|
||||
fi;
|
||||
|
||||
export _GROFFER_SH; # file name of this shell script
|
||||
case "$0" in
|
||||
*groffer*)
|
||||
_GROFFER_SH="$0";
|
||||
# was: _GROFFER_SH="${_AT_BINDIR_AT}/groffer";
|
||||
;;
|
||||
*)
|
||||
echo 'The groffer script should be started directly.' >&2
|
||||
exit 1;
|
||||
;;
|
||||
esac;
|
||||
|
||||
export _GROFFER2_SH; # file name of the script that follows up
|
||||
_GROFFER2_SH="${_GROFFER_LIBDIR}"/groffer2.sh;
|
||||
|
||||
export _NULL_DEV;
|
||||
if test -c /dev/null
|
||||
then
|
||||
_NULL_DEV="/dev/null";
|
||||
else
|
||||
_NULL_DEV="NUL";
|
||||
fi;
|
||||
|
||||
|
||||
# Test of the `$()' construct.
|
||||
if test _"$(echo "$(echo 'test')")"_ \
|
||||
!= _test_
|
||||
then
|
||||
echo 'The "$()" construct did not work.' >&2;
|
||||
exit "${_ERROR}";
|
||||
fi;
|
||||
|
||||
# Test of sed program
|
||||
if test _"$(echo red | sed -e 's/r/s/')"_ != _sed_
|
||||
then
|
||||
echo 'The sed program did not work.' >&2;
|
||||
exit "${_ERROR}";
|
||||
fi;
|
||||
|
||||
|
||||
########################### configuration
|
||||
|
||||
# read and transform the configuration files, execute the arising commands
|
||||
for f in "${_CONF_FILE_HOME}" "${_CONF_FILE_ETC}"
|
||||
do
|
||||
if test -f "$f"
|
||||
then
|
||||
o=""; # $o means groffer option
|
||||
# use "" quotes because of ksh and posh
|
||||
eval "$(cat "$f" | sed -n -e '
|
||||
# Ignore comments
|
||||
/^['"${_SP}${_TAB}"']*#/d
|
||||
# Delete leading and final space
|
||||
s/^['"${_SP}${_TAB}"']*//
|
||||
s/['"${_SP}${_TAB}"']*$//
|
||||
# Print all shell commands
|
||||
/^[^-]/p
|
||||
# Replace empty arguments
|
||||
s/^\(-[^ ]*\)=$/o="${o} \1 '"${_SQ}${_SQ}"'"/p
|
||||
# Replace division between option and argument by single space
|
||||
s/[='"${_SP}${_TAB}"']['"${_SP}${_TAB}"']*/'"${_SP}"'/
|
||||
# Handle lines without spaces
|
||||
s/^\(-[^'"${_SP}"']*\)$/o="${o} \1"/p
|
||||
# Print options that have their argument encircled with single quotes
|
||||
/^-[^ ]* '"${_SQ}"'.*'"${_SQ}"'$/s/^.*$/o="${o} &"/p
|
||||
# Replace encircled double quotes by single quotes and print the result
|
||||
s/^\(-[^ ]*\) "\(.*\)"$/o="${o} \1 '"${_SQ}"'\2'"${_SQ}"'"/p
|
||||
# Encircle the remaining arguments with single quotes
|
||||
s/^\(-[^ ]*\) \(.*\)$/o="${o} \1 '"${_SQ}"'\2'"${_SQ}"'"/p
|
||||
')"
|
||||
if test _"${o}"_ != __
|
||||
then
|
||||
if test _"{GROFFER_OPT}"_ = __
|
||||
then
|
||||
GROFFER_OPT="${o}";
|
||||
else
|
||||
GROFFER_OPT="${o} ${GROFFER_OPT}";
|
||||
fi;
|
||||
fi;
|
||||
fi;
|
||||
done;
|
||||
|
||||
# integrate $GROFFER_OPT into the command line; it isn't needed any more
|
||||
if test _"${GROFFER_OPT}"_ != __
|
||||
then
|
||||
eval set x "${GROFFER_OPT}" '"$@"';
|
||||
shift;
|
||||
GROFFER_OPT='';
|
||||
fi;
|
||||
|
||||
|
||||
########################### Determine the shell
|
||||
|
||||
export _SHELL;
|
||||
|
||||
# use "``" instead of "$()" for using the case ")" construct
|
||||
# do not use "" quotes because of ksh
|
||||
_SHELL=`
|
||||
# $x means list.
|
||||
# $s means shell.
|
||||
# The command line arguments are taken over.
|
||||
# Shifting herein does not have an effect outside.
|
||||
export x;
|
||||
case " $*" in
|
||||
*\ --sh*) # abbreviation for --shell
|
||||
x='';
|
||||
s='';
|
||||
# determine all --shell arguments, store them in $x in reverse order
|
||||
while test $# != 0
|
||||
do
|
||||
case "$1" in
|
||||
--shell|--sh|--she|--shel)
|
||||
if test "$#" -ge 2
|
||||
then
|
||||
s="$2";
|
||||
shift;
|
||||
fi;
|
||||
;;
|
||||
--shell=*|--sh=*|--she=*|--shel=*)
|
||||
# delete up to first "=" character
|
||||
s="$(echo x"$1" | sed -e 's/^x[^=]*=//')";
|
||||
;;
|
||||
*)
|
||||
shift;
|
||||
continue;
|
||||
esac;
|
||||
if test _"${x}"_ = __
|
||||
then
|
||||
x="'${s}'";
|
||||
else
|
||||
x="'${s}' ${x}";
|
||||
fi;
|
||||
shift;
|
||||
done;
|
||||
|
||||
# from all possible shells in $x determine the first being a shell
|
||||
# or being empty
|
||||
s="$(
|
||||
# "" quotes because of posh
|
||||
eval set x "${x}";
|
||||
shift;
|
||||
if test $# != 0
|
||||
then
|
||||
for i
|
||||
do
|
||||
if test _"$i"_ = __
|
||||
then
|
||||
# use the empty argument as the default shell
|
||||
echo empty;
|
||||
break;
|
||||
else
|
||||
# test $i on being a shell program;
|
||||
# use this kind of quoting for posh
|
||||
if test _"$(eval "$i -c 'echo ok'" 2>${_NULL_DEV})"_ = _ok_ >&2
|
||||
then
|
||||
# shell found
|
||||
cat <<EOF
|
||||
${i}
|
||||
EOF
|
||||
break;
|
||||
else
|
||||
# if not being a shell go on searching
|
||||
continue;
|
||||
fi;
|
||||
fi;
|
||||
done;
|
||||
fi;
|
||||
)";
|
||||
if test _"${s}"_ != __
|
||||
then
|
||||
cat <<EOF
|
||||
${s}
|
||||
EOF
|
||||
fi;
|
||||
;;
|
||||
esac;
|
||||
`
|
||||
|
||||
########################### test fast shells for automatic run
|
||||
|
||||
if test _"${_SHELL}"_ = __
|
||||
then
|
||||
for s in ksh ash dash pdksh zsh posh
|
||||
do
|
||||
if test _"$(eval "$s -c 'echo ok'" 2>${_NULL_DEV})"_ = _ok_ >&2
|
||||
then
|
||||
_SHELL="$s";
|
||||
break;
|
||||
fi;
|
||||
done;
|
||||
fi;
|
||||
|
||||
|
||||
########################### start groffer2.sh
|
||||
|
||||
if test _"${_SHELL}"_ = _empty_
|
||||
then
|
||||
_SHELL='';
|
||||
fi;
|
||||
|
||||
if test _"${_SHELL}"_ = __
|
||||
then
|
||||
# no shell found, so start groffer2.sh normally
|
||||
eval exec "'${_GROFFER2_SH}'" '"$@"';
|
||||
exit;
|
||||
else
|
||||
# start groffer2.sh with the found $_SHELL
|
||||
# do not quote $_SHELL to allow arguments
|
||||
eval exec "${_SHELL} '${_GROFFER2_SH}'" '"$@"';
|
||||
exit;
|
||||
fi;
|
112
gen/usr/bin/grog
112
gen/usr/bin/grog
@ -1,112 +0,0 @@
|
||||
#! /bin/sh
|
||||
# grog -- guess options for groff command
|
||||
# Like doctype in Kernighan & Pike, Unix Programming Environment, pp 306-8.
|
||||
|
||||
soelim=soelim
|
||||
|
||||
opts=
|
||||
sp="([ ]|$)"
|
||||
|
||||
for arg
|
||||
do
|
||||
case "$arg" in
|
||||
--)
|
||||
shift; break;;
|
||||
-)
|
||||
break;;
|
||||
-C)
|
||||
sp=; opts="$opts -C"; shift; break;;
|
||||
-v | --version)
|
||||
echo "GNU grog (groff) version 1.19.2"
|
||||
exit 0;;
|
||||
--help)
|
||||
echo "usage: grog [ option ...] [files...]"
|
||||
exit 0;;
|
||||
-*)
|
||||
opts="$opts $arg"; shift;;
|
||||
*)
|
||||
break;;
|
||||
esac
|
||||
done
|
||||
|
||||
egrep -h "^\.(\[|\])|((P|PS|[PLI]P|[pnil]p|sh|Dd|Tp|Dp|De|Cx|Cl|Oo|.* Oo|Oc|.* Oc|TS|EQ|TH|SH|so|\[|R1|GS|G1|PH|SA)$sp)" $* \
|
||||
| sed -e '/^\.so/s/^.*$/.SO_START\
|
||||
&\
|
||||
.SO_END/' \
|
||||
| $soelim \
|
||||
| egrep '^\.(P|PS|[PLI]P|[pnil]p|sh|Dd|Tp|Dp|De|Cx|Cl|Oo|.* Oo|Oc|.* Oc|TS|EQ|TH|SH|\[|\]|R1|GS|G1|PH|SA|SO_START|SO_END)' \
|
||||
| awk '
|
||||
/^\.SO_START$/ { so = 1 }
|
||||
/^\.SO_END$/ { so = 0 }
|
||||
/^\.TS/ { tbl++; if (so > 0) soelim++ }
|
||||
/^\.PS([ 0-9.<].*)?$/ { pic++; if (so > 0) soelim++ }
|
||||
/^\.EQ/ { eqn++; if (so > 0) soelim++ }
|
||||
/^\.R1/ { refer++; if (so > 0) soelim++ }
|
||||
/^\.\[/ {refer_start++; if (so > 0) soelim++ }
|
||||
/^\.\]/ {refer_end++; if (so > 0) soelim++ }
|
||||
/^\.GS/ { grn++; if (so > 0) soelim++ }
|
||||
/^\.G1/ { grap++; pic++; if (so > 0) soelim++ }
|
||||
/^\.TH/ { TH++ }
|
||||
/^\.[PLI]P/ { PP++ }
|
||||
/^\.P$/ { P++ }
|
||||
/^\.SH/ { SH++ }
|
||||
/^\.(PH|SA)/ { mm++ }
|
||||
/^\.([pnil]p|sh)/ { me++ }
|
||||
/^\.Dd/ { mdoc++ }
|
||||
/^\.(Tp|Dp|De|Cx|Cl)/ { mdoc_old++ }
|
||||
/^\.(O[oc]|.* O[oc]( |$))/ {
|
||||
sub(/\\\".*/, "")
|
||||
gsub(/\"[^\"]*\"/, "")
|
||||
sub(/\".*/, "")
|
||||
sub(/^\.Oo/, " Oo ")
|
||||
sub(/^\.Oc/, " Oc ")
|
||||
sub(/ Oo$/, " Oo ")
|
||||
sub(/ Oc$/, " Oc ")
|
||||
while (/ Oo /) {
|
||||
sub(/ Oo /, " ")
|
||||
Oo++
|
||||
}
|
||||
while (/ Oc /) {
|
||||
sub(/ Oc /, " ")
|
||||
Oo--
|
||||
}
|
||||
}
|
||||
/^\.(PRINTSTYLE|START)/ { mom++ }
|
||||
|
||||
END {
|
||||
if (files ~ /^-/)
|
||||
files = "-- " files
|
||||
printf "groff"
|
||||
refer = refer || (refer_start && refer_end)
|
||||
if (pic > 0 || tbl > 0 || grn > 0 || grap > 0 || eqn > 0 || refer > 0) {
|
||||
printf " -"
|
||||
if (soelim > 0) printf "s"
|
||||
if (refer > 0) printf "R"
|
||||
if (grn > 0) printf "g"
|
||||
if (grap > 0) printf "G"
|
||||
if (pic > 0) printf "p"
|
||||
if (tbl > 0) printf "t"
|
||||
if (eqn > 0) printf "e"
|
||||
}
|
||||
if (me > 0)
|
||||
printf " -me"
|
||||
else if (SH > 0 && TH > 0)
|
||||
printf " -man"
|
||||
else if (mom > 0)
|
||||
printf " -mom"
|
||||
else if (PP > 0)
|
||||
printf " -ms"
|
||||
else if (P > 0 || mm > 0)
|
||||
printf " -mm"
|
||||
else if (mdoc > 0) {
|
||||
if (mdoc_old > 0 || Oo > 0)
|
||||
printf " -mdoc-old"
|
||||
else
|
||||
printf " -mdoc"
|
||||
}
|
||||
if (opts != "")
|
||||
printf "%s", opts
|
||||
if (files != "")
|
||||
printf " %s", files
|
||||
print ""
|
||||
}' "opts=$opts" "files=$*" -
|
@ -1,137 +0,0 @@
|
||||
#! /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);
|
||||
}
|
||||
|
||||
# mmroff should always have -mm, but not twice
|
||||
@ARGV = grep(!/^-mm$/, @ARGV);
|
||||
my $check_macro = "groff -rRef=1 -z -mm @ARGV";
|
||||
my $run_macro = "groff -mm @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) {
|
||||
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:$!";
|
||||
print OUT '.\" references', "\n";
|
||||
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);
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
#! /bin/sh
|
||||
# Provision of this shell script should not be taken to imply that use of
|
||||
# GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
|
||||
|
||||
GROFF_RUNTIME="${GROFF_BIN_PATH=/usr/bin}:"
|
||||
PATH="$GROFF_RUNTIME$PATH"
|
||||
export PATH
|
||||
exec eqn -Tascii ${1+"$@"}
|
||||
|
||||
# eof
|
@ -1,99 +0,0 @@
|
||||
#! /bin/sh
|
||||
# Emulate nroff with groff.
|
||||
|
||||
prog="$0"
|
||||
# Default device.
|
||||
# First try the "locale charmap" command, because it's most reliable.
|
||||
# On systems where it doesn't exist, look at the environment variables.
|
||||
case "`exec 2>/dev/null ; locale charmap`" in
|
||||
UTF-8)
|
||||
T=-Tutf8 ;;
|
||||
ISO-8859-1 | ISO-8859-15)
|
||||
T=-Tlatin1 ;;
|
||||
IBM-1047)
|
||||
T=-Tcp1047 ;;
|
||||
*)
|
||||
case "${LC_ALL-${LC_CTYPE-${LANG}}}" in
|
||||
*.UTF-8)
|
||||
T=-Tutf8 ;;
|
||||
iso_8859_1 | *.ISO-8859-1 | *.ISO8859-1 | \
|
||||
iso_8859_15 | *.ISO-8859-15 | *.ISO8859-15)
|
||||
T=-Tlatin1 ;;
|
||||
*.IBM-1047)
|
||||
T=-Tcp1047 ;;
|
||||
*)
|
||||
case "$LESSCHARSET" in
|
||||
utf-8)
|
||||
T=-Tutf8 ;;
|
||||
latin1)
|
||||
T=-Tlatin1 ;;
|
||||
cp1047)
|
||||
T=-Tcp1047 ;;
|
||||
*)
|
||||
T=-Tascii ;;
|
||||
esac ;;
|
||||
esac ;;
|
||||
esac
|
||||
opts=
|
||||
|
||||
# `for i; do' doesn't work with some versions of sh
|
||||
|
||||
for i
|
||||
do
|
||||
case $1 in
|
||||
-c)
|
||||
opts="$opts -P-c" ;;
|
||||
-h)
|
||||
opts="$opts -P-h" ;;
|
||||
-[eq] | -s*)
|
||||
# ignore these options
|
||||
;;
|
||||
-[dMmrnoT])
|
||||
echo "$prog: option $1 requires an argument" >&2
|
||||
exit 1 ;;
|
||||
-[iptSUC] | -[dMmrno]*)
|
||||
opts="$opts $1" ;;
|
||||
-Tascii | -Tlatin1 | -Tutf8 | -Tcp1047)
|
||||
T=$1 ;;
|
||||
-T*)
|
||||
# ignore other devices
|
||||
;;
|
||||
-u*)
|
||||
# Solaris 2.2 through at least Solaris 9 `man' invokes
|
||||
# `nroff -u0 ... | col -x'. Ignore the -u0,
|
||||
# since `less' and `more' can use the emboldening info.
|
||||
# However, disable SGR, since Solaris `col' mishandles it.
|
||||
opts="$opts -P-c" ;;
|
||||
-v | --version)
|
||||
echo "GNU nroff (groff) version 1.19.2"
|
||||
exit 0 ;;
|
||||
--help)
|
||||
echo "usage: nroff [-CchipStUv] [-dCS] [-MDIR] [-mNAME] [-nNUM] [-oLIST]"
|
||||
echo " [-rCN] [-Tname] [FILE...]"
|
||||
exit 0 ;;
|
||||
--)
|
||||
shift
|
||||
break ;;
|
||||
-)
|
||||
break ;;
|
||||
-*)
|
||||
echo "$prog: invalid option $1" >&2
|
||||
exit 1 ;;
|
||||
*)
|
||||
break ;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
# Set up the `GROFF_BIN_PATH' variable
|
||||
# to be exported in the current `GROFF_RUNTIME' environment.
|
||||
|
||||
GROFF_RUNTIME="${GROFF_BIN_PATH=/usr/bin}:"
|
||||
export GROFF_BIN_PATH
|
||||
|
||||
# This shell script is intended for use with man, so warnings are
|
||||
# probably not wanted. Also load nroff-style character definitions.
|
||||
|
||||
PATH="$GROFF_RUNTIME$PATH" groff -mtty-char $T $opts ${1+"$@"}
|
||||
|
||||
# eof
|
@ -1,101 +0,0 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# pic2graph -- compile PIC image descriptions to bitmap images
|
||||
#
|
||||
# by Eric S. Raymond <esr@thyrsus.com>, July 2002
|
||||
|
||||
# In Unixland, the magic is in knowing what to string together...
|
||||
#
|
||||
# Take a pic/eqn diagram on stdin, emit cropped bitmap on stdout.
|
||||
# The pic markup should *not* be wrapped in .PS/.PE, this script will do that.
|
||||
# An -unsafe option on the command line enables gpic/groff "unsafe" mode.
|
||||
# A -format FOO option changes the image output format to any format
|
||||
# supported by convert(1). An -eqn option changes the eqn delimiters.
|
||||
# All other options are passed to convert(1). The default format in PNG.
|
||||
#
|
||||
# Requires the groff suite and the ImageMagick tools. Both are open source.
|
||||
# This code is released to the public domain.
|
||||
#
|
||||
# Here are the assumptions behind the option processing:
|
||||
#
|
||||
# 1. Only the -U option of gpic(1) is relevant. -C doesn't matter because
|
||||
# we're generating our own .PS/.PE, -[ntcz] are irrelevant because we're
|
||||
# generating Postscript.
|
||||
#
|
||||
# 2. Ditto for groff(1), though it's a longer and more tedious demonstration.
|
||||
#
|
||||
# 3. Many options of convert(1) are potentially relevant (especially
|
||||
# -density, -interlace, -transparency, -border, and -comment).
|
||||
#
|
||||
# Thus, we pass -U to gpic and groff, and everything else to convert(1).
|
||||
#
|
||||
# We don't have complete option coverage on eqn because this is primarily
|
||||
# intended as a pic translator; we can live with eqn defaults.
|
||||
#
|
||||
# $Id: pic2graph.sh,v 1.7 2005/05/18 07:03:07 wl Exp $
|
||||
#
|
||||
groffpic_opts=""
|
||||
gs_opts=""
|
||||
convert_opts=""
|
||||
format="png"
|
||||
eqndelim='$$'
|
||||
|
||||
while [ "$1" ]
|
||||
do
|
||||
case $1 in
|
||||
-unsafe)
|
||||
groffpic_opts="-U";;
|
||||
-format)
|
||||
format=$2
|
||||
shift;;
|
||||
-eqn)
|
||||
eqndelim=$2
|
||||
shift;;
|
||||
-v | --version)
|
||||
echo "GNU pic2graph (groff) version 1.19.2"
|
||||
exit 0;;
|
||||
--help)
|
||||
echo "usage: pic2graph [ option ...] < in > out"
|
||||
exit 0;;
|
||||
*)
|
||||
convert_opts="$convert_opts $1";;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
if [ "$eqndelim" ]
|
||||
then
|
||||
eqndelim="delim $eqndelim"
|
||||
fi
|
||||
|
||||
# create temporary directory
|
||||
tmp=
|
||||
for d in "$GROFF_TMPDIR" "$TMPDIR" "$TMP" "$TEMP" /tmp; do
|
||||
test -z "$d" && continue
|
||||
|
||||
tmp=`(umask 077 && mktemp -d -q "$d/pic2graph-XXXXXX") 2> /dev/null` \
|
||||
&& test -n "$tmp" && test -d "$tmp" \
|
||||
&& break
|
||||
|
||||
tmp=$d/pic2graph$$-$RANDOM
|
||||
(umask 077 && mkdir $tmp) 2> /dev/null \
|
||||
&& break
|
||||
done;
|
||||
if test -z "$tmp"; then
|
||||
echo "$0: cannot create temporary directory" >&2
|
||||
{ (exit 1); exit 1; }
|
||||
fi
|
||||
|
||||
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2 15
|
||||
|
||||
# Here goes:
|
||||
# 1. Wrap the input in dummy .PS/PE macros (and add possibly null .EQ/.EN)
|
||||
# 2. Process through eqn and pic to emit troff markup.
|
||||
# 3. Process through groff to emit Postscript.
|
||||
# 4. Use convert(1) to crop the PostScript and turn it into a bitmap.
|
||||
(echo ".EQ"; echo $eqndelim; echo ".EN"; echo ".PS"; cat; echo ".PE") | \
|
||||
groff -e -p $groffpic_opts -Tps -P-pletter > $tmp/pic2graph.ps \
|
||||
&& convert -trim -crop 0x0 $convert_opts $tmp/pic2graph.ps $tmp/pic2graph.$format \
|
||||
&& cat $tmp/pic2graph.$format
|
||||
|
||||
# End
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,256 +0,0 @@
|
||||
%!PS-Adobe-3.0
|
||||
%%Creator: groff version 1.19.2
|
||||
%%CreationDate: Sat Nov 19 17:19:37 2016
|
||||
%%DocumentNeededResources: font Times-Roman
|
||||
%%DocumentSuppliedResources: procset grops 1.19 2
|
||||
%%Pages: 1
|
||||
%%PageOrder: Ascend
|
||||
%%DocumentMedia: Default 612 792 0 () ()
|
||||
%%Orientation: Portrait
|
||||
%%EndComments
|
||||
%%BeginDefaults
|
||||
%%PageMedia: Default
|
||||
%%EndDefaults
|
||||
%%BeginProlog
|
||||
%%BeginResource: procset grops 1.19 2
|
||||
%!PS-Adobe-3.0 Resource-ProcSet
|
||||
/setpacking where{
|
||||
pop
|
||||
currentpacking
|
||||
true setpacking
|
||||
}if
|
||||
/grops 120 dict dup begin
|
||||
/SC 32 def
|
||||
/A/show load def
|
||||
/B{0 SC 3 -1 roll widthshow}bind def
|
||||
/C{0 exch ashow}bind def
|
||||
/D{0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/E{0 rmoveto show}bind def
|
||||
/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/G{0 rmoveto 0 exch ashow}bind def
|
||||
/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/I{0 exch rmoveto show}bind def
|
||||
/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/K{0 exch rmoveto 0 exch ashow}bind def
|
||||
/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/M{rmoveto show}bind def
|
||||
/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/O{rmoveto 0 exch ashow}bind def
|
||||
/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/Q{moveto show}bind def
|
||||
/R{moveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/S{moveto 0 exch ashow}bind def
|
||||
/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/SF{
|
||||
findfont exch
|
||||
[exch dup 0 exch 0 exch neg 0 0]makefont
|
||||
dup setfont
|
||||
[exch/setfont cvx]cvx bind def
|
||||
}bind def
|
||||
/MF{
|
||||
findfont
|
||||
[5 2 roll
|
||||
0 3 1 roll
|
||||
neg 0 0]makefont
|
||||
dup setfont
|
||||
[exch/setfont cvx]cvx bind def
|
||||
}bind def
|
||||
/level0 0 def
|
||||
/RES 0 def
|
||||
/PL 0 def
|
||||
/LS 0 def
|
||||
/MANUAL{
|
||||
statusdict begin/manualfeed true store end
|
||||
}bind def
|
||||
/PLG{
|
||||
gsave newpath clippath pathbbox grestore
|
||||
exch pop add exch pop
|
||||
}bind def
|
||||
/BP{
|
||||
/level0 save def
|
||||
1 setlinecap
|
||||
1 setlinejoin
|
||||
72 RES div dup scale
|
||||
LS{
|
||||
90 rotate
|
||||
}{
|
||||
0 PL translate
|
||||
}ifelse
|
||||
1 -1 scale
|
||||
}bind def
|
||||
/EP{
|
||||
level0 restore
|
||||
showpage
|
||||
}def
|
||||
/DA{
|
||||
newpath arcn stroke
|
||||
}bind def
|
||||
/SN{
|
||||
transform
|
||||
.25 sub exch .25 sub exch
|
||||
round .25 add exch round .25 add exch
|
||||
itransform
|
||||
}bind def
|
||||
/DL{
|
||||
SN
|
||||
moveto
|
||||
SN
|
||||
lineto stroke
|
||||
}bind def
|
||||
/DC{
|
||||
newpath 0 360 arc closepath
|
||||
}bind def
|
||||
/TM matrix def
|
||||
/DE{
|
||||
TM currentmatrix pop
|
||||
translate scale newpath 0 0 .5 0 360 arc closepath
|
||||
TM setmatrix
|
||||
}bind def
|
||||
/RC/rcurveto load def
|
||||
/RL/rlineto load def
|
||||
/ST/stroke load def
|
||||
/MT/moveto load def
|
||||
/CL/closepath load def
|
||||
/Fr{
|
||||
setrgbcolor fill
|
||||
}bind def
|
||||
/setcmykcolor where{
|
||||
pop
|
||||
/Fk{
|
||||
setcmykcolor fill
|
||||
}bind def
|
||||
}if
|
||||
/Fg{
|
||||
setgray fill
|
||||
}bind def
|
||||
/FL/fill load def
|
||||
/LW/setlinewidth load def
|
||||
/Cr/setrgbcolor load def
|
||||
/setcmykcolor where{
|
||||
pop
|
||||
/Ck/setcmykcolor load def
|
||||
}if
|
||||
/Cg/setgray load def
|
||||
/RE{
|
||||
findfont
|
||||
dup maxlength 1 index/FontName known not{1 add}if dict begin
|
||||
{
|
||||
1 index/FID ne{def}{pop pop}ifelse
|
||||
}forall
|
||||
/Encoding exch def
|
||||
dup/FontName exch def
|
||||
currentdict end definefont pop
|
||||
}bind def
|
||||
/DEFS 0 def
|
||||
/EBEGIN{
|
||||
moveto
|
||||
DEFS begin
|
||||
}bind def
|
||||
/EEND/end load def
|
||||
/CNT 0 def
|
||||
/level1 0 def
|
||||
/PBEGIN{
|
||||
/level1 save def
|
||||
translate
|
||||
div 3 1 roll div exch scale
|
||||
neg exch neg exch translate
|
||||
0 setgray
|
||||
0 setlinecap
|
||||
1 setlinewidth
|
||||
0 setlinejoin
|
||||
10 setmiterlimit
|
||||
[]0 setdash
|
||||
/setstrokeadjust where{
|
||||
pop
|
||||
false setstrokeadjust
|
||||
}if
|
||||
/setoverprint where{
|
||||
pop
|
||||
false setoverprint
|
||||
}if
|
||||
newpath
|
||||
/CNT countdictstack def
|
||||
userdict begin
|
||||
/showpage{}def
|
||||
/setpagedevice{}def
|
||||
}bind def
|
||||
/PEND{
|
||||
countdictstack CNT sub{end}repeat
|
||||
level1 restore
|
||||
}bind def
|
||||
end def
|
||||
/setpacking where{
|
||||
pop
|
||||
setpacking
|
||||
}if
|
||||
%%EndResource
|
||||
%%EndProlog
|
||||
%%BeginSetup
|
||||
%%BeginFeature: *PageSize Default
|
||||
<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
|
||||
%%EndFeature
|
||||
%%IncludeResource: font Times-Roman
|
||||
grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
|
||||
def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
|
||||
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
|
||||
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
|
||||
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
|
||||
/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
|
||||
/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
|
||||
/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
|
||||
/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
|
||||
/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
|
||||
/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
|
||||
/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
|
||||
/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
|
||||
/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
|
||||
/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
|
||||
/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
|
||||
/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
|
||||
/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
|
||||
/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
|
||||
/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
|
||||
/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
|
||||
/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
|
||||
/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
|
||||
/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
|
||||
/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
|
||||
/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
|
||||
/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
|
||||
/Times-Roman@0 ENC0/Times-Roman RE
|
||||
%%EndSetup
|
||||
%%Page: 1 1
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 12/Times-Roman@0 SF(August 25, 2004)451.332 91.664 Q(GUILLA)81
|
||||
132.656 Q(UME B)-.66 E(ARRIRES)-.42 E(Minidoux Corporation)81 146.32 Q
|
||||
(5000 P)81 159.984 Q(annes Dri)-.18 E -.18(ve)-.3 G(Redmond, V)81
|
||||
173.648 Q(ir)-.72 E(ginia)-.216 E(USA)81 187.312 Q -1.548(Y.)81 214.64 S
|
||||
2.664 -1.332(P. G)1.548 H(UIQ)1.332 E(UE)-.12 E(022 Umask Road)81
|
||||
228.304 Q(St-Sauv)81 241.968 Q(eur)-.18 E
|
||||
(-en-dehors-de-la-mappe, Qu\251bec)-.24 E(CAN)81 255.632 Q(AD)-.42 E(A)
|
||||
-.48 E(Dear Mr)81 282.96 Q 3(.B)-.66 G(arri\250res,)-3 E .877
|
||||
(It has come to my attention that you ha)117 310.288 R 1.237 -.18(ve b)
|
||||
-.24 H .877(een lobbying the US go).18 F -.18(ve)-.18 G .876
|
||||
(rnment to pro-).18 F 1.437(hibit the use of open source softw)81
|
||||
323.952 R 1.437(are by endea)-.12 F -.24(vo)-.24 G 1.437(uring to outla)
|
||||
.24 F 4.438(ws)-.18 G 1.438(o-called \231w)-4.438 F 1.438
|
||||
(arranty free\232)-.12 F(applications.)81 337.616 Q 4.041(If)117 364.944
|
||||
S 1.04(eel it is my duty to inform you that the success of your operati\
|
||||
ng system with its)-4.041 F .746(embedded web bro)81 378.608 R .746
|
||||
(wser relies hea)-.3 F .746
|
||||
(vily on open source programs and protocols, most notably)-.24 F(TCP/IP)
|
||||
81 392.272 Q(.)-1.332 E 1.561
|
||||
(Therefore, in the interests of your corporation')117 419.6 R 4.561
|
||||
<738c>-.66 G 1.561(scal health, I strongly advise that)-4.561 F .45
|
||||
(you withdra)81 433.264 R 3.45(ws)-.18 G .45(upport for an)-3.45 F 3.45
|
||||
(yU)-.18 G 3.45(Sl)-3.45 G -.18(eg)-3.45 G .45(islation that w).18 F .45
|
||||
(ould cripple or render ille)-.12 F -.06(ga)-.18 G 3.45(lo).06 G .45
|
||||
(pen source)-3.45 F(de)81 446.928 Q -.18(ve)-.3 G(lopment.).18 E
|
||||
(Sincerely)306 487.92 Q(,)-.78 E -1.2(Ya)306 542.576 S(nnick P)1.2 E 3
|
||||
(.G)-1.332 G(uique)-3 E 0 Cg EP
|
||||
%%Trailer
|
||||
end
|
||||
%%EOF
|
@ -1,913 +0,0 @@
|
||||
%!PS-Adobe-3.0
|
||||
%%Creator: groff version 1.19.2
|
||||
%%CreationDate: Sat Nov 19 17:19:37 2016
|
||||
%%DocumentNeededResources: font Times-Bold
|
||||
%%+ font Times-Roman
|
||||
%%+ font Times-Italic
|
||||
%%+ font Times-BoldItalic
|
||||
%%DocumentSuppliedResources: procset grops 1.19 2
|
||||
%%Pages: 11
|
||||
%%PageOrder: Ascend
|
||||
%%DocumentMedia: Default 612 792 0 () ()
|
||||
%%Orientation: Portrait
|
||||
%%EndComments
|
||||
%%BeginDefaults
|
||||
%%PageMedia: Default
|
||||
%%EndDefaults
|
||||
%%BeginProlog
|
||||
%%BeginResource: procset grops 1.19 2
|
||||
%!PS-Adobe-3.0 Resource-ProcSet
|
||||
/setpacking where{
|
||||
pop
|
||||
currentpacking
|
||||
true setpacking
|
||||
}if
|
||||
/grops 120 dict dup begin
|
||||
/SC 32 def
|
||||
/A/show load def
|
||||
/B{0 SC 3 -1 roll widthshow}bind def
|
||||
/C{0 exch ashow}bind def
|
||||
/D{0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/E{0 rmoveto show}bind def
|
||||
/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/G{0 rmoveto 0 exch ashow}bind def
|
||||
/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/I{0 exch rmoveto show}bind def
|
||||
/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/K{0 exch rmoveto 0 exch ashow}bind def
|
||||
/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/M{rmoveto show}bind def
|
||||
/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/O{rmoveto 0 exch ashow}bind def
|
||||
/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/Q{moveto show}bind def
|
||||
/R{moveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/S{moveto 0 exch ashow}bind def
|
||||
/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/SF{
|
||||
findfont exch
|
||||
[exch dup 0 exch 0 exch neg 0 0]makefont
|
||||
dup setfont
|
||||
[exch/setfont cvx]cvx bind def
|
||||
}bind def
|
||||
/MF{
|
||||
findfont
|
||||
[5 2 roll
|
||||
0 3 1 roll
|
||||
neg 0 0]makefont
|
||||
dup setfont
|
||||
[exch/setfont cvx]cvx bind def
|
||||
}bind def
|
||||
/level0 0 def
|
||||
/RES 0 def
|
||||
/PL 0 def
|
||||
/LS 0 def
|
||||
/MANUAL{
|
||||
statusdict begin/manualfeed true store end
|
||||
}bind def
|
||||
/PLG{
|
||||
gsave newpath clippath pathbbox grestore
|
||||
exch pop add exch pop
|
||||
}bind def
|
||||
/BP{
|
||||
/level0 save def
|
||||
1 setlinecap
|
||||
1 setlinejoin
|
||||
72 RES div dup scale
|
||||
LS{
|
||||
90 rotate
|
||||
}{
|
||||
0 PL translate
|
||||
}ifelse
|
||||
1 -1 scale
|
||||
}bind def
|
||||
/EP{
|
||||
level0 restore
|
||||
showpage
|
||||
}def
|
||||
/DA{
|
||||
newpath arcn stroke
|
||||
}bind def
|
||||
/SN{
|
||||
transform
|
||||
.25 sub exch .25 sub exch
|
||||
round .25 add exch round .25 add exch
|
||||
itransform
|
||||
}bind def
|
||||
/DL{
|
||||
SN
|
||||
moveto
|
||||
SN
|
||||
lineto stroke
|
||||
}bind def
|
||||
/DC{
|
||||
newpath 0 360 arc closepath
|
||||
}bind def
|
||||
/TM matrix def
|
||||
/DE{
|
||||
TM currentmatrix pop
|
||||
translate scale newpath 0 0 .5 0 360 arc closepath
|
||||
TM setmatrix
|
||||
}bind def
|
||||
/RC/rcurveto load def
|
||||
/RL/rlineto load def
|
||||
/ST/stroke load def
|
||||
/MT/moveto load def
|
||||
/CL/closepath load def
|
||||
/Fr{
|
||||
setrgbcolor fill
|
||||
}bind def
|
||||
/setcmykcolor where{
|
||||
pop
|
||||
/Fk{
|
||||
setcmykcolor fill
|
||||
}bind def
|
||||
}if
|
||||
/Fg{
|
||||
setgray fill
|
||||
}bind def
|
||||
/FL/fill load def
|
||||
/LW/setlinewidth load def
|
||||
/Cr/setrgbcolor load def
|
||||
/setcmykcolor where{
|
||||
pop
|
||||
/Ck/setcmykcolor load def
|
||||
}if
|
||||
/Cg/setgray load def
|
||||
/RE{
|
||||
findfont
|
||||
dup maxlength 1 index/FontName known not{1 add}if dict begin
|
||||
{
|
||||
1 index/FID ne{def}{pop pop}ifelse
|
||||
}forall
|
||||
/Encoding exch def
|
||||
dup/FontName exch def
|
||||
currentdict end definefont pop
|
||||
}bind def
|
||||
/DEFS 0 def
|
||||
/EBEGIN{
|
||||
moveto
|
||||
DEFS begin
|
||||
}bind def
|
||||
/EEND/end load def
|
||||
/CNT 0 def
|
||||
/level1 0 def
|
||||
/PBEGIN{
|
||||
/level1 save def
|
||||
translate
|
||||
div 3 1 roll div exch scale
|
||||
neg exch neg exch translate
|
||||
0 setgray
|
||||
0 setlinecap
|
||||
1 setlinewidth
|
||||
0 setlinejoin
|
||||
10 setmiterlimit
|
||||
[]0 setdash
|
||||
/setstrokeadjust where{
|
||||
pop
|
||||
false setstrokeadjust
|
||||
}if
|
||||
/setoverprint where{
|
||||
pop
|
||||
false setoverprint
|
||||
}if
|
||||
newpath
|
||||
/CNT countdictstack def
|
||||
userdict begin
|
||||
/showpage{}def
|
||||
/setpagedevice{}def
|
||||
}bind def
|
||||
/PEND{
|
||||
countdictstack CNT sub{end}repeat
|
||||
level1 restore
|
||||
}bind def
|
||||
end def
|
||||
/setpacking where{
|
||||
pop
|
||||
setpacking
|
||||
}if
|
||||
%%EndResource
|
||||
%%EndProlog
|
||||
%%BeginSetup
|
||||
%%BeginFeature: *PageSize Default
|
||||
<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
|
||||
%%EndFeature
|
||||
%%IncludeResource: font Times-Bold
|
||||
%%IncludeResource: font Times-Roman
|
||||
%%IncludeResource: font Times-Italic
|
||||
%%IncludeResource: font Times-BoldItalic
|
||||
grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
|
||||
def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
|
||||
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
|
||||
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
|
||||
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
|
||||
/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
|
||||
/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
|
||||
/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
|
||||
/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
|
||||
/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
|
||||
/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
|
||||
/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
|
||||
/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
|
||||
/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
|
||||
/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
|
||||
/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
|
||||
/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
|
||||
/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
|
||||
/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
|
||||
/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
|
||||
/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
|
||||
/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
|
||||
/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
|
||||
/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
|
||||
/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
|
||||
/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
|
||||
/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
|
||||
/Times-BoldItalic@0 ENC0/Times-BoldItalic RE/Times-Italic@0 ENC0
|
||||
/Times-Italic RE/Times-Roman@0 ENC0/Times-Roman RE/Times-Bold@0 ENC0
|
||||
/Times-Bold RE
|
||||
%%EndSetup
|
||||
%%Page: 1 1
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 16/Times-Bold@0 SF(Sample mom Documents)221.12 264 Q/F1 10.5
|
||||
/Times-Roman@0 SF(Three types of mom documents)72 720.162 Q
|
||||
(assembled and collated by mom')72 732.662 Q 2.625(sa)-.578 G(uthor)
|
||||
-2.625 E 0 Cg EP
|
||||
%%Page: 2 2
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 16/Times-Bold@0 SF(Lak)235.416 264 Q 4(eA)-.16 G(ttica')-4 E 4(sS)
|
||||
-.592 G(hor)-4 E(es)-.288 E/F1 12.5/Times-Italic@0 SF(by)300.1 280.158 Q
|
||||
(Rosemary W)253.286 296.316 Q(inspear)-.688 E(e)-.463 E/F2 15.5
|
||||
/Times-BoldItalic@0 SF(Outline)281.882 328.632 Q .48 LW 287.882 330.632
|
||||
281.882 330.632 DL 288.118 330.632 282.118 330.632 DL 294.118 330.632
|
||||
288.118 330.632 DL 300.118 330.632 294.118 330.632 DL 306.118 330.632
|
||||
300.118 330.632 DL 312.118 330.632 306.118 330.632 DL 318.118 330.632
|
||||
312.118 330.632 DL 324.118 330.632 318.118 330.632 DL 330.118 330.632
|
||||
324.118 330.632 DL/F3 10.5/Times-Roman@0 SF(\2512004 Alma Podborski)
|
||||
439.85 732.662 Q 0 Cg EP
|
||||
%%Page: 3 3
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 16/Times-Bold@0 SF(Lak)235.416 90 Q 4(eA)-.16 G(ttica')-4 E 4(sS)
|
||||
-.592 G(hor)-4 E(es)-.288 E/F1 12.5/Times-Roman@0 SF 3.125(AR)259.669
|
||||
106.158 S(omance No)-3.125 E -.188(ve)-.188 G(l).188 E/F2 12.5
|
||||
/Times-Italic@0 SF(by)300.1 122.316 Q(Rosemary W)253.286 138.474 Q
|
||||
(inspear)-.688 E(e)-.463 E/F3 15.5/Times-BoldItalic@0 SF(Outline)281.882
|
||||
170.79 Q .48 LW 287.882 172.79 281.882 172.79 DL 288.118 172.79 282.118
|
||||
172.79 DL 294.118 172.79 288.118 172.79 DL 300.118 172.79 294.118 172.79
|
||||
DL 306.118 172.79 300.118 172.79 DL 312.118 172.79 306.118 172.79 DL
|
||||
318.118 172.79 312.118 172.79 DL 324.118 172.79 318.118 172.79 DL
|
||||
330.118 172.79 324.118 172.79 DL/F4 12.25/Times-BoldItalic@0 SF 3.062
|
||||
(1. A)72 219.264 R 1.151(note on the setting)4.215 F F1 1.151
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)7.35 F 4.276
|
||||
(,s)-.5 G 1.151(ed diam)-4.276 F .19(nonumy eirmod tempor in)72 235.422
|
||||
R .19(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 F
|
||||
(oluptua.)-.25 E .005(Stet clita kasd guber)72 251.58 R .005
|
||||
(gren, no sea takimata sanctus est. At v)-.225 F .005
|
||||
(ero eos et accusam et justo duo do-)-.188 F(lore et ea reb)72 267.738 Q
|
||||
(um.)-.25 E .338(Stet clita kasd guber)97 283.896 R .338
|
||||
(gren, no sea takimata sanctus est. Lorem ipsum dolor sit amet, con-)
|
||||
-.225 F .664(setetur sadipscing elitr)72 300.054 R 3.788(,s)-.5 G .663
|
||||
(ed diam nonumy eirmod tempor in)-3.788 F .663
|
||||
(vidunt ut labore et dolore magna)-.5 F(aliquyam erat, sed diam v)72
|
||||
316.212 Q(oluptua.)-.25 E .398(Consetetur sadipscing elitr)97 332.37 R
|
||||
3.523(,s)-.5 G .398(ed diam nonumy eirmod tempor in)-3.523 F .399
|
||||
(vidunt ut labore et dolo-)-.5 F .875
|
||||
(re magna aliquyam erat, sed diam v)72 348.528 R .875(oluptua. At v)-.25
|
||||
F .875(ero, eos et accusam et justo duo dolores et)-.188 F(ea reb)72
|
||||
364.686 Q(um. Consetetur sadipscing elitr)-.25 E 3.125(,s)-.5 G
|
||||
(ed diam nonumy)-3.125 E(.)-.813 E 3.125(***)293.5 400.002 S F4 3.062
|
||||
(2. About)72 429.318 R 1.244(historical personnages)4.306 F F1 1.244
|
||||
(At v)7.35 F 1.244(ero eos et accusam et justo duo dolores et ea reb)
|
||||
-.188 F(um.)-.25 E 1.404(Stet clita kasd guber)72 445.476 R 1.404
|
||||
(gren, no sea takimata sanctus est. T)-.225 F 1.404(empor in)-.875 F
|
||||
1.404(vidunt ut labore et dolore)-.5 F(magna aliquyam erat, sed diam v)
|
||||
72 461.634 Q(oluptua.)-.25 E .675
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)97 477.792 R
|
||||
3.801(,s)-.5 G .676(ed diam nonumy eirmod tem-)-3.801 F .191(por in)72
|
||||
493.95 R .191
|
||||
(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 F .191
|
||||
(oluptua. Consetetur sadipsc-)-.25 F 2.84(ing elitr)72 510.108 R 5.965
|
||||
(,s)-.5 G 2.84(ed diam nonumy eirmod tempor in)-5.965 F 2.84
|
||||
(vidunt ut labore et dolore magna. T)-.5 F(empor)-.875 E(in)72 526.266 Q
|
||||
(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 E
|
||||
(oluptua.)-.25 E/F5 13.5/Times-Bold@0 SF 3.375(1. P)263.643 574.74 R(AR)
|
||||
-.999 E 3.375(TO)-.54 G(NE)-3.375 E 269.643 576.74 263.643 576.74 DL
|
||||
270.357 576.74 264.357 576.74 DL 276.357 576.74 270.357 576.74 DL
|
||||
282.357 576.74 276.357 576.74 DL 288.357 576.74 282.357 576.74 DL
|
||||
294.357 576.74 288.357 576.74 DL 300.357 576.74 294.357 576.74 DL
|
||||
306.357 576.74 300.357 576.74 DL 312.357 576.74 306.357 576.74 DL
|
||||
318.357 576.74 312.357 576.74 DL 324.357 576.74 318.357 576.74 DL
|
||||
330.357 576.74 324.357 576.74 DL 336.357 576.74 330.357 576.74 DL
|
||||
342.357 576.74 336.357 576.74 DL 348.357 576.74 342.357 576.74 DL/F6 13
|
||||
/Times-Bold@0 SF 3.25(1.1 Chapter)72 605.037 R(1)3.25 E F1 1.717
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)72 623.214 R
|
||||
4.842(,s)-.5 G 1.717(ed diam nonumy eirmod tempor)-4.842 F(in)72 639.372
|
||||
Q .318(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 F
|
||||
.318(oluptua. At v)-.25 F .319(ero eos et accusam)-.188 F
|
||||
(et justo duo dolores et ea reb)72 655.53 Q(um.)-.25 E .998(At v)97
|
||||
671.688 R .998(ero eos et accusam et justo duo dolores et ea reb)-.188 F
|
||||
.997(um. Stet clita kasd guber)-.25 F .997(gren, no)-.225 F 1.266(sea t\
|
||||
akimata sanctus est. Lorem ipsum dolor sit amet, consetetur sadipscing \
|
||||
elitr)72 687.846 R 4.391(,s)-.5 G 1.266(ed diam)-4.391 F .191
|
||||
(nonumy eirmod tempor in)72 704.004 R .19
|
||||
(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 F
|
||||
(oluptua.)-.25 E(Stet clita kasd guber)72 720.162 Q
|
||||
(gren, no sea takimata sanctus est.)-.225 E(-)296.629 755.296 Q(1)2.083
|
||||
.704 M(-)2.083 -.704 M 0 Cg EP
|
||||
%%Page: 4 4
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 12/Times-Roman@0 SF(Rosemary W)72 54 Q(inspeare)-.48 E/F1 12
|
||||
/Times-Italic@0 SF(Outline)288 54 Q/F2 10.5/Times-Roman@0 SF(LAKE A)421
|
||||
54 Q(TTICA)-1.166 E('S SHORES)-1.166 E .48 LW 78 58 72 58 DL 84 58 78 58
|
||||
DL 90 58 84 58 DL 96 58 90 58 DL 102 58 96 58 DL 108 58 102 58 DL 114 58
|
||||
108 58 DL 120 58 114 58 DL 126 58 120 58 DL 132 58 126 58 DL 138 58 132
|
||||
58 DL 144 58 138 58 DL 150 58 144 58 DL 156 58 150 58 DL 162 58 156 58
|
||||
DL 168 58 162 58 DL 174 58 168 58 DL 180 58 174 58 DL 186 58 180 58 DL
|
||||
192 58 186 58 DL 198 58 192 58 DL 204 58 198 58 DL 210 58 204 58 DL 216
|
||||
58 210 58 DL 222 58 216 58 DL 228 58 222 58 DL 234 58 228 58 DL 240 58
|
||||
234 58 DL 246 58 240 58 DL 252 58 246 58 DL 258 58 252 58 DL 264 58 258
|
||||
58 DL 270 58 264 58 DL 276 58 270 58 DL 282 58 276 58 DL 288 58 282 58
|
||||
DL 294 58 288 58 DL 300 58 294 58 DL 306 58 300 58 DL 312 58 306 58 DL
|
||||
318 58 312 58 DL 324 58 318 58 DL 330 58 324 58 DL 336 58 330 58 DL 342
|
||||
58 336 58 DL 348 58 342 58 DL 354 58 348 58 DL 360 58 354 58 DL 366 58
|
||||
360 58 DL 372 58 366 58 DL 378 58 372 58 DL 384 58 378 58 DL 390 58 384
|
||||
58 DL 396 58 390 58 DL 402 58 396 58 DL 408 58 402 58 DL 414 58 408 58
|
||||
DL 420 58 414 58 DL 426 58 420 58 DL 432 58 426 58 DL 438 58 432 58 DL
|
||||
444 58 438 58 DL 450 58 444 58 DL 456 58 450 58 DL 462 58 456 58 DL 468
|
||||
58 462 58 DL 474 58 468 58 DL 480 58 474 58 DL 486 58 480 58 DL 492 58
|
||||
486 58 DL 498 58 492 58 DL 504 58 498 58 DL 510 58 504 58 DL 516 58 510
|
||||
58 DL 522 58 516 58 DL 528 58 522 58 DL 534 58 528 58 DL 540 58 534 58
|
||||
DL/F3 13/Times-Bold@0 SF 3.25(1.2 Chapter)72 87.981 R(2)3.25 E/F4 12.5
|
||||
/Times-Roman@0 SF .04(Stet clita kasd guber)72 106.158 R .041(gren, no \
|
||||
sea takimata sanctus est. Lorem ipsum dolor sit amet, consetetur)-.225 F
|
||||
1.945(sadipscing elitr)72 122.316 R 5.07(,s)-.5 G 1.945
|
||||
(ed diam nonumy eirmod tempor in)-5.07 F 1.945
|
||||
(vidunt ut labore et dolore magna ali-)-.5 F(quyam erat, sed diam v)72
|
||||
138.474 Q(oluptua. At v)-.25 E
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.188 E(um.)-.25 E
|
||||
.675(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)97 154.632
|
||||
R 3.801(,s)-.5 G .676(ed diam nonumy eirmod tem-)-3.801 F(por in)72
|
||||
170.79 Q(vidunt. Ut labore et dolore magna aliquyam erat, sed diam v)-.5
|
||||
E(oluptua at v)-.25 E(ero.)-.188 E F3 3.25(1.3 Chapter)72 201.087 R(3)
|
||||
3.25 E F4 .899(Eos et accusam et justo duo dolores et ea reb)72 219.264
|
||||
R .899(um. Stet clita kasd guber)-.25 F .898(gren, no sea takimata)-.225
|
||||
F 1.359(sanctus est lorem ipsum dolor sit amet. Lorem ipsum dolor sit a\
|
||||
met, consetetur sadipscing)72 235.422 R(elitr)72 251.58 Q 3.593(,s)-.5 G
|
||||
.468(ed diam nonumy eirmod tempor in)-3.593 F .467
|
||||
(vidunt ut labore et dolore magna aliquyam erat, sed)-.5 F(diam v)72
|
||||
267.738 Q(oluptua. At v)-.25 E
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.188 E(um.)-.25 E/F5
|
||||
13.5/Times-Bold@0 SF 3.375(2. P)261.834 316.212 R(AR)-.999 E 3.375(TT)
|
||||
-.54 G -.135(WO)-3.375 G 267.834 318.212 261.834 318.212 DL 272.166
|
||||
318.212 266.166 318.212 DL 278.166 318.212 272.166 318.212 DL 284.166
|
||||
318.212 278.166 318.212 DL 290.166 318.212 284.166 318.212 DL 296.166
|
||||
318.212 290.166 318.212 DL 302.166 318.212 296.166 318.212 DL 308.166
|
||||
318.212 302.166 318.212 DL 314.166 318.212 308.166 318.212 DL 320.166
|
||||
318.212 314.166 318.212 DL 326.166 318.212 320.166 318.212 DL 332.166
|
||||
318.212 326.166 318.212 DL 338.166 318.212 332.166 318.212 DL 344.166
|
||||
318.212 338.166 318.212 DL 350.166 318.212 344.166 318.212 DL F3 3.25
|
||||
(2.1 Chapter)72 346.509 R(4)3.25 E F4 1.85(Stet clita kasd guber)72
|
||||
364.686 R 1.851
|
||||
(gren, no sea takimata sanctus est lorem ipsum dolor sit amet. Lorem)
|
||||
-.225 F 1.063(ipsum dolor sit amet, consetetur sadipscing elitr)72
|
||||
380.844 R 4.188(,s)-.5 G 1.063(ed diam nonumy eirmod tempor in)-4.188 F
|
||||
(vidunt)-.5 E(ut labore et dolore magna aliquyam erat, sed diam v)72
|
||||
397.002 Q(oluptua.)-.25 E .997(At v)97 413.16 R .997
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.188 F .998
|
||||
(um. Stet clita kasd guber)-.25 F .998(gren, no)-.225 F
|
||||
(sea takimata sanctus est lorem ipsum dolor sit amet.)72 429.318 Q 2.038
|
||||
(Nonumy eirmod tempor in)97 445.476 R 2.037
|
||||
(vidunt ut labore et dolore magna aliquyam erat, sed diam)-.5 F -.25(vo)
|
||||
72 461.634 S 1.387(luptua. At v).25 F 1.388
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.188 F 1.388
|
||||
(um. Lorem ipsum dolor sit)-.25 F .156
|
||||
(amet, consetetur sadipscing elitr)72 477.792 R 3.281(,s)-.5 G .155
|
||||
(ed diam nonumy eirmod tempor in)-3.281 F .155
|
||||
(vidunt ut labore et dolo-)-.5 F .17(re magna aliquyam erat, sed diam v)
|
||||
72 493.95 R .17(oluptua. At v)-.25 F .171
|
||||
(ero eos et accusam et justo duo dolores et ea)-.188 F(reb)72 510.108 Q
|
||||
1.745(um. Stet clita kasd guber)-.25 F 1.744
|
||||
(gren, no sea takimata sanctus est lorem ipsum dolor sit amet.)-.225 F
|
||||
(Consetetur sadipscing elitr)72 526.266 Q 3.125(,s)-.5 G
|
||||
(ed diam nonumy eirmod tempor in)-3.125 E(vidunt.)-.5 E F3 3.25
|
||||
(2.2 Chapter)72 556.563 R(5)3.25 E F4 1.717
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)72 574.74 R
|
||||
4.842(,s)-.5 G 1.717(ed diam nonumy eirmod tempor)-4.842 F(in)72 590.898
|
||||
Q .318(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 F
|
||||
.318(oluptua. At v)-.25 F .318(ero eos et accusam)-.188 F .334
|
||||
(et justo duo dolores et ea reb)72 607.056 R .334
|
||||
(um. Stet clita kasd guber)-.25 F .334
|
||||
(gren, no sea takimata sanctus est lorem)-.225 F(ipsum dolor sit amet.)
|
||||
72 623.214 Q .399(Consetetur sadipscing elitr)97 639.372 R 3.524(,s)-.5
|
||||
G .399(ed diam nonumy eirmod tempor in)-3.524 F .398
|
||||
(vidunt ut labore et dolo-)-.5 F .17(re magna aliquyam erat, sed diam v)
|
||||
72 655.53 R .17(oluptua. At v)-.25 F .171
|
||||
(ero eos et accusam et justo duo dolores et ea)-.188 F(reb)72 671.688 Q
|
||||
(um. Stet clita kasd guber)-.25 E(gren, no sea takimata sanctus.)-.225 E
|
||||
.651(At v)97 687.846 R .651
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.188 F .65
|
||||
(um. Stet clita kasd guber)-.25 F .65(gren. Sea)-.225 F .988(takimata s\
|
||||
anctus est lorem ipsum dolor sit amet. Accusam et justo duo dolores et \
|
||||
ea reb)72 704.004 R(um)-.25 E/F6 12.5/Times-Bold@0 SF
|
||||
(...end of sample outline)417.073 720.162 Q F4(-)296.629 755.296 Q(2)
|
||||
2.083 .704 M(-)2.083 -.704 M 0 Cg EP
|
||||
%%Page: 5 5
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 16/Times-Bold@0 SF(Chapter 1)271.56 264 Q/F1 16.5/Times-BoldItalic@0
|
||||
SF(The Bonny Blue Y)224.175 280.158 Q(onder)-1.832 E/F2 10.5
|
||||
/Times-Roman@0 SF(Draft 1, 2nd re)452.775 732.662 Q(vision)-.263 E 0 Cg
|
||||
EP
|
||||
%%Page: 6 6
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 16/Times-Bold@0 SF(Chapter 1)271.56 90 Q/F1 16.5/Times-BoldItalic@0
|
||||
SF(The Bonny Blue Y)224.175 110.158 Q(onder)-1.832 E/F2 11
|
||||
/Times-Italic@0 SF(Lor)147 143.211 Q .797
|
||||
(em ipsum dolor sit amet, consetetur sadipscing elitr)-.407 F 3.546(,s)
|
||||
-1.221 G .796(ed diam non-)-3.546 F 1.002(umy eirmod tempor in)147
|
||||
156.211 R 1.002(vidunt ut labor)-.44 F 3.752(ee)-.407 G 3.752(td)-3.752
|
||||
G(olor)-3.752 E 3.752(em)-.407 G -.11(ag)-3.752 G 1.003(na aliquyam er)
|
||||
.11 F(at,)-.165 E(sed diam voluptua.)147 169.211 Q/F3 11/Times-Roman@0
|
||||
SF(\212Joseph E. Blough)376.692 182.211 Q/F4 12.5/Times-Roman@0 SF 1.717
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)72 219.264 R
|
||||
4.842(,s)-.5 G 1.717(ed diam nonumy eirmod tempor)-4.842 F(in)72 235.422
|
||||
Q .318(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 F
|
||||
.318(oluptua. At v)-.25 F .319(ero eos et accusam)-.188 F 1.18
|
||||
(et justo duo dolores et ea reb)72 251.58 R 1.18
|
||||
(um. Stet clita kasd guber)-.25 F 1.18
|
||||
(gren, no sea takimata sanctus est. At)-.225 F -.188(ve)72 267.738 S
|
||||
.158(ro eos et accusam et justo duo dolores et ea reb).188 F .158
|
||||
(um. Lorem ipsum dolor sit amet, consetetur)-.25 F 1.945
|
||||
(sadipscing elitr)72 283.896 R 5.07(,s)-.5 G 1.945
|
||||
(ed diam nonumy eirmod tempor in)-5.07 F 1.945
|
||||
(vidunt ut labore et dolore magna ali-)-.5 F .245
|
||||
(quyam erat, sed diam v)72 300.054 R .245(oluptua. At v)-.25 F .245
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.188 F .246
|
||||
(um. Stet)-.25 F .158(clita kasd guber)72 316.212 R .158
|
||||
(gren, no sea takimata sanctus est. At v)-.225 F .157
|
||||
(ero eos et accusam et justo duo dolores)-.188 F(et ea reb)72 332.37 Q
|
||||
(um.)-.25 E .338(Stet clita kasd guber)97 348.528 R .338
|
||||
(gren, no sea takimata sanctus est. Lorem ipsum dolor sit amet, con-)
|
||||
-.225 F(setetur sadipscing elitr)72 364.686 Q 3.125(,s)-.5 G
|
||||
(ed diam nonumy eirmod tempor in)-3.125 E(vidunt.)-.5 E
|
||||
(\231Consetetur sadipscing elitr)97 380.844 Q(,\232 dixit ea.)-.5 E
|
||||
(\231Sed diam nonumy eirmod tempor in)97 397.002 Q
|
||||
(vidunt ut labore,\232 dixit eum.)-.5 E .676
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)97 413.16 R 3.8
|
||||
(,s)-.5 G .675(ed diam nonumy eirmod tem-)-3.8 F .19(por in)72 429.318 R
|
||||
.191(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 F
|
||||
.191(oluptua. Consetetur sadipsc-)-.25 F(ing elitr)72 445.476 Q 3.125
|
||||
(,s)-.5 G(ed diam nonumy eirmod tempor in)-3.125 E
|
||||
(vidunt ut labore et dolore magna.)-.5 E
|
||||
(\231Lorem ipsum dolor sit amet,\232 dixit ea.)97 461.634 Q .651
|
||||
(\231At v)97 477.792 R .651
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.188 F .65
|
||||
(um. Stet clita kasd guber)-.25 F .65(gren, no)-.225 F .431(sea takimat\
|
||||
a sanctus est,\232 dixit eum. \231Sed diam nonumy eirmod tempor in)72
|
||||
493.95 R .431(vidunt ut labore et)-.5 F
|
||||
(dolore magna aliquyam erat, sed diam v)72 510.108 Q(oluptua.\232)-.25 E
|
||||
(Consetetur sadipscing elitr)97 526.266 Q 3.125(,s)-.5 G
|
||||
(ed diam nonumy eirmod tempor:)-3.125 E/F5 12.5/Times-Italic@0 SF(In)147
|
||||
550.503 Q(vidunt ut labor)-.5 E 3.125(ee)-.463 G 3.125(td)-3.125 G(olor)
|
||||
-3.125 E(e)-.463 E(Ma)147 566.661 Q(gna aliquyam er)-.125 E(at sed diam)
|
||||
-.188 E -1.388(Vo)147 582.819 S(luptua stet clita kasd guber)1.388 E(gr)
|
||||
-.463 E(en)-.463 E(No sea takimata sanctus est.)147 598.977 Q F4 1.448
|
||||
(Justo duo dolores et ea reb)97 623.214 R 1.448
|
||||
(um. Stet clita kasd guber)-.25 F 1.447
|
||||
(gren, no sea takimata sanctus est.)-.225 F 1.717
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)72 639.372 R
|
||||
4.842(,s)-.5 G 1.717(ed diam nonumy eirmod tempor)-4.842 F(in)72 655.53
|
||||
Q(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 E
|
||||
(oluptua.)-.25 E(\231Stet clita kasd guber)97 671.688 Q
|
||||
(gren,\232 dixit ea.)-.225 E
|
||||
(\231No sea takimata sanctus est,\232 dixit eum.)97 687.846 Q 1.748
|
||||
(Nonumy eirmod tempor in)97 704.004 R 1.748
|
||||
(vidunt ut labore et dolore magna. Aliquyam erat sed diam)-.5 F -.25(vo)
|
||||
72 720.162 S(luptua. At v).25 E
|
||||
(ero eos et accusam et justo, duo dolores et ea reb)-.188 E(um.)-.25 E
|
||||
(Draft 1, Re)262.643 756 Q 1.626 -.813(v. 2 / i)-.313 H 0 Cg EP
|
||||
%%Page: 7 7
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 12/Times-Roman@0 SF(Rosemary W)72 54 Q(inspeare)-.48 E/F1 12
|
||||
/Times-Italic@0 SF(The Bonny Blue Y)249.39 54 Q(onder)-1.104 E/F2 10.5
|
||||
/Times-Roman@0 SF(LAKE A)421 54 Q(TTICA)-1.166 E('S SHORES)-1.166 E .48
|
||||
LW 78 58 72 58 DL 84 58 78 58 DL 90 58 84 58 DL 96 58 90 58 DL 102 58 96
|
||||
58 DL 108 58 102 58 DL 114 58 108 58 DL 120 58 114 58 DL 126 58 120 58
|
||||
DL 132 58 126 58 DL 138 58 132 58 DL 144 58 138 58 DL 150 58 144 58 DL
|
||||
156 58 150 58 DL 162 58 156 58 DL 168 58 162 58 DL 174 58 168 58 DL 180
|
||||
58 174 58 DL 186 58 180 58 DL 192 58 186 58 DL 198 58 192 58 DL 204 58
|
||||
198 58 DL 210 58 204 58 DL 216 58 210 58 DL 222 58 216 58 DL 228 58 222
|
||||
58 DL 234 58 228 58 DL 240 58 234 58 DL 246 58 240 58 DL 252 58 246 58
|
||||
DL 258 58 252 58 DL 264 58 258 58 DL 270 58 264 58 DL 276 58 270 58 DL
|
||||
282 58 276 58 DL 288 58 282 58 DL 294 58 288 58 DL 300 58 294 58 DL 306
|
||||
58 300 58 DL 312 58 306 58 DL 318 58 312 58 DL 324 58 318 58 DL 330 58
|
||||
324 58 DL 336 58 330 58 DL 342 58 336 58 DL 348 58 342 58 DL 354 58 348
|
||||
58 DL 360 58 354 58 DL 366 58 360 58 DL 372 58 366 58 DL 378 58 372 58
|
||||
DL 384 58 378 58 DL 390 58 384 58 DL 396 58 390 58 DL 402 58 396 58 DL
|
||||
408 58 402 58 DL 414 58 408 58 DL 420 58 414 58 DL 426 58 420 58 DL 432
|
||||
58 426 58 DL 438 58 432 58 DL 444 58 438 58 DL 450 58 444 58 DL 456 58
|
||||
450 58 DL 462 58 456 58 DL 468 58 462 58 DL 474 58 468 58 DL 480 58 474
|
||||
58 DL 486 58 480 58 DL 492 58 486 58 DL 498 58 492 58 DL 504 58 498 58
|
||||
DL 510 58 504 58 DL 516 58 510 58 DL 522 58 516 58 DL 528 58 522 58 DL
|
||||
534 58 528 58 DL 540 58 534 58 DL/F3 12.5/Times-Roman@0 SF .675
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)97 90 R 3.801
|
||||
(,s)-.5 G .676(ed diam nonumy eirmod tem-)-3.801 F .896(por in)72
|
||||
106.158 R .896
|
||||
(vidunt. Ut labore et dolore magna aliquyam erat, sed diam v)-.5 F .895
|
||||
(oluptua at v)-.25 F .895(ero. Stet clita)-.188 F 1.361(kasd guber)72
|
||||
122.316 R 1.362
|
||||
(gren, no sea takimata sanctus est. Consetetur sadipscing elitr)-.225 F
|
||||
4.487(,s)-.5 G 1.362(ed diam nonumy)-4.487 F(eirmod tempor in)72 138.474
|
||||
Q(vidunt ut labore et dolore magna.)-.5 E(In)97 154.632 Q 1.804
|
||||
(vidunt ut labore et dolore magna aliquyam erat, sed diam v)-.5 F 1.803
|
||||
(oluptua. At v)-.25 F 1.803(ero eos et)-.188 F .565
|
||||
(accusam et justo duo dolores et ea reb)72 170.79 R .566
|
||||
(um. Stet clita kasd guber)-.25 F .566(gren, no sea takimata sanctus)
|
||||
-.225 F 1.252(est. At v)72 186.948 R 1.251
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.188 F 1.251
|
||||
(um. Lorem ipsum dolor sit amet,)-.25 F 2.251
|
||||
(consetetur sadipscing elitr)72 203.106 R 5.376(,s)-.5 G 2.252
|
||||
(ed diam nonumy eirmod tempor in)-5.376 F 2.252
|
||||
(vidunt ut labore et dolore)-.5 F .984(magna aliquyam erat, sed diam v)
|
||||
72 219.264 R .984(oluptua. At v)-.25 F .983
|
||||
(ero eos et accusam et justo duo dolores et ea)-.188 F(reb)72 235.422 Q
|
||||
.238(um. Stet clita kasd guber)-.25 F .238
|
||||
(gren, no sea takimata sanctus est. At v)-.225 F .238
|
||||
(ero eos et accusam et justo)-.188 F(duo dolores et ea reb)72 251.58 Q
|
||||
(um.)-.25 E/F4 12.5/Times-Bold@0 SF(...end of sample chapter)412.923
|
||||
267.738 Q F3(Draft 1, Re)260.906 756 Q 1.626 -.813(v. 2 / i)-.313 H(i)
|
||||
.813 E 0 Cg EP
|
||||
%%Page: 8 8
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 13.5/Times-Bold@0 SF(CONTR)226.716 264 Q(OL EQ)-.405 E -.81(UA)-.135
|
||||
G(LS CHA).81 E(OS)-.608 E/F1 10/Times-Italic@0 SF(by)310.28 275.67 Q
|
||||
-.25(Jo)293.6 287.34 S 2.5(eC).25 G(hang)-2.5 E(and)307.5 299.01 Q(Br)
|
||||
273.71 310.68 Q(ad He)-.15 E -.1(ge)-.4 G 2.5(lC).1 G(onnor)-2.5 E(s)-.1
|
||||
E/F2 8/Times-Roman@0 SF(\2512004 J. Chang, B.H. Connors)457.696 730.18 Q
|
||||
(Submitted June 3, 2004)72 720.18 Q/F3 8/Times-Italic@0 SF
|
||||
(Piano Quarterly)72 730.18 Q 0 Cg EP
|
||||
%%Page: 9 9
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 13.5/Times-Bold@0 SF(CONTR)208.716 90 Q(OL EQ)-.405 E -.81(UA)-.135
|
||||
G(LS CHA).81 E(OS)-.608 E/F1 11.5/Times-Roman@0 SF
|
||||
(The Psychological and Auditory Impact of Serial vs. Aleatoric Music)
|
||||
137.297 104.67 Q/F2 10.5/Times-Italic@0 SF(by)292.044 117.34 Q -.263(Jo)
|
||||
274.53 131.01 S 2.625(eC).263 G(hang)-2.625 E(and)289.125 144.68 Q(Br)
|
||||
253.644 158.35 Q(ad He)-.158 E -.105(ge)-.42 G 2.625(lC).105 G(onnor)
|
||||
-2.625 E(s)-.105 E/F3 10/Times-Roman@0 SF 1.644
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)72 195.03 R(.)
|
||||
-.55 E .089(Sed diam nonumy eirmod tempor in)72 206.7 R .089
|
||||
(vidunt ut labore et do-)-.4 F(lore magna. Aliquyam erat, sed diam v)72
|
||||
218.37 Q(oluptua.)-.2 E 2.719(At v)84 230.04 R 2.719
|
||||
(ero eos et accusam et justo duo dolores et ea)-.15 F(reb)72 241.71 Q
|
||||
.482(um. Stet clita kasd guber)-.2 F .483(gren no sea takimata. Sanctus)
|
||||
-.18 F 2.437(est, lorem ipsum dolor sit amet. Consetetur sadipscing)72
|
||||
253.38 R(elitr)72 265.05 Q 2.973(,s)-.4 G .473(ed diam nonumy)-2.973 F
|
||||
2.974(.E)-.65 G .474(irmod tempor in)-2.974 F .474(vidunt ut labore)-.4
|
||||
F .302(et dolore magna aliquyam erat. Sed diam v)72 276.72 R .302
|
||||
(oluptua at v)-.2 F(ero)-.15 E(eos et accusam et justo.)72 288.39 Q/F4 8
|
||||
/Times-Roman@0 SF(Stet clita kasd guber)96 305.895 Q
|
||||
(gren, no sea takimata sanctus est)-.144 E 2(lorem. Ipsum)96 317.565 R
|
||||
(dolor sit amet, consetetur sadipscing elitr)2 E(,)-.32 E
|
||||
(sed diam nonumy eirmod tempor)96 329.235 Q 4(.I)-.44 G -.32(nv)-4 G
|
||||
(idunt ut labore et).32 E(dolore magna aliquyam erat, sed diam v)96
|
||||
340.905 Q(oluptua at v)-.16 E(ero.)-.12 E
|
||||
(Eos et accusam et justo duo dolores et ea reb)96 352.575 Q(um stet)-.16
|
||||
E(clita.)96 364.245 Q(*)-.444 E F3 .486(Duo dolores et ea reb)84 381.75
|
||||
R .485(um, stet clita kasd guber)-.2 F .485(gren. No)-.18 F .632
|
||||
(sea takimata sanctus est lorem ipsum dolor sit amet, con-)72 393.42 R
|
||||
.732(setetur sadipscing elitr)72 405.09 R 3.232(.S)-.55 G .731
|
||||
(ed diam nonumy eirmod tempor)-3.232 F(in)72 416.76 Q 2.394
|
||||
(vidunt ut labore et dolore magna aliquyam. Erat sed)-.4 F .784(diam v)
|
||||
72 428.43 R .784(oluptua at. V)-.2 F .784
|
||||
(ero eos et accusam et justo duo dolo-)-1.11 F .415(res et ea reb)72
|
||||
440.1 R .415(um stet. Clita kasd guber)-.2 F .415(gren no sea takimata)
|
||||
-.18 F(sanctus est.)72 451.77 Q 1.695(Nonumy eirmod tempor in)84 463.44
|
||||
R 1.694(vidunt, ut labore et dolore)-.4 F .142
|
||||
(magna aliquyam erat? At v)72 475.11 R .142
|
||||
(ero eos et accusam et justo duo)-.15 F .137(dolores et ea. Reb)72
|
||||
486.78 R .137(um stet clita kasd guber)-.2 F .137(gren no sea taki-)-.18
|
||||
F .118(mata sanctus. Est lorem ipsum dolor sit amet. Sadipscing)72
|
||||
498.45 R<87>-.277 E .586(elitr sed diam nonumy eirmod tempor in)72
|
||||
510.12 R .587(vidunt. Ut labore)-.4 F 2.404
|
||||
(et dolore magna aliquyam erat, sed diam v)72 521.79 R 2.403
|
||||
(oluptua. At)-.2 F -.15(ve)72 533.46 S .298
|
||||
(ro eos et accusam et justo duo dolores et ea reb).15 F .299(um. Stet)
|
||||
-.2 F(clita kasd guber)72 545.13 Q(gren no sea.)-.18 E/F5 10
|
||||
/Times-Bold@0 SF(Schoenber)72 567.012 Q<678a>-.1 E
|
||||
(The Origins of Serial Pitch Or)72 578.682 Q(ganization)-.1 E F3 1.623
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)72 591.81 R(,)
|
||||
-.4 E .274(sed diam nonumy eirmod tempor in)72 603.48 R .275
|
||||
(vidunt ut labore et do-)-.4 F .334
|
||||
(lore magna aliquyam erat, sed diam v)72 615.15 R .333(oluptua. At v)-.2
|
||||
F .333(ero eos)-.15 F 1.951(et accusam et justo duo dolores et ea reb)72
|
||||
626.82 R 1.951(um. Stet clita)-.2 F .528(kasd guber)72 638.49 R .527
|
||||
(gren, no sea takimata sanctus est lorem. Ipsum)-.18 F .83
|
||||
(dolor sit amet consetetur sadipscing. Elitr)72 650.16 R 3.33(,s)-.4 G
|
||||
.83(ed diam non-)-3.33 F(umy)72 661.83 Q 3.759(,e)-.65 G 1.259
|
||||
(irmod tempor in)-3.759 F 1.259(vidunt ut labore et dolore magna.)-.4 F
|
||||
.21(Aliquyam erat sed diam v)72 673.5 R .21(oluptua, at v)-.2 F .21
|
||||
(ero eos. Et accusam)-.15 F .32 LW 76 687.181 72 687.181 DL 80 687.181
|
||||
76 687.181 DL 84 687.181 80 687.181 DL 88 687.181 84 687.181 DL 92
|
||||
687.181 88 687.181 DL 96 687.181 92 687.181 DL 100 687.181 96 687.181 DL
|
||||
104 687.181 100 687.181 DL 108 687.181 104 687.181 DL 112 687.181 108
|
||||
687.181 DL 116 687.181 112 687.181 DL 120 687.181 116 687.181 DL F4
|
||||
(*Clita ipsum dolor sit amet, consetetur sadipscing elitr)72 700.181 Q
|
||||
(.)-.44 E 1.172(\207Sadipscing diam nonumy eirmod tempor in)72 710.181 R
|
||||
1.173(vidunt ut labore et dolore)-.32 F(magna aliquyam erat, sed diam v)
|
||||
72 720.181 Q(oluptua.)-.16 E F3 .664(et justo duo dolores et ea reb)324
|
||||
195.03 R .664(um stet clita kasd guber)-.2 F(gren)-.18 E 1.481
|
||||
(lorem ipsum. Dolor sit amet consetetur)324 206.7 R 3.982(,s)-.4 G 1.482
|
||||
(adipscing elitr)-3.982 F(,)-.4 E 1.698
|
||||
(sed diam. Nonumy eirmod tempor in)324 218.37 R 1.697
|
||||
(vidunt ut labore et)-.4 F 1.312(dolore. Magna aliquyam erat sed diam v)
|
||||
324 230.04 R 1.313(oluptua at v)-.2 F(ero.)-.15 E .562
|
||||
(Eos et accusam et justo duo dolores et ea reb)324 241.71 R .561
|
||||
(um stet clita)-.2 F(kasd. Guber)324 253.38 Q
|
||||
(gren no sea takimata sanctus est.)-.18 E .437
|
||||
(Amet consetetur sadipscing elitr sed diam nonumy eir)336 265.05 R(-)-.2
|
||||
E 2.515(mod. T)324 276.72 R 2.515(empor in)-.7 F 2.515
|
||||
(vidunt ut labore. Et dolore magna ali-)-.4 F .245
|
||||
(quyam erat, sed diam v)324 288.39 R .245(oluptua, at v)-.2 F .245
|
||||
(ero. Eos et accusam et)-.15 F(justo duo dolores et ea reb)324 300.06 Q
|
||||
(um. Stet clita kasd guber)-.2 E(gren.)-.18 E 1.954
|
||||
(No sea takimata\210 sanctus est lorem. Ipsum dolor sit)336 311.73 R
|
||||
1.892(amet, consetetur sadipscing elitr)324 323.4 R 4.391(,s)-.4 G 1.891
|
||||
(ed diam nonumy eir)-4.391 F(-)-.2 E .691(mod tempor in)324 335.07 R
|
||||
.691(vidunt ut labore et dolore magna aliquyam)-.4 F 1.161
|
||||
(erat, sed diam v)324 346.74 R 1.161(oluptua. At v)-.2 F 1.161
|
||||
(ero eos et accusam et justo)-.15 F .563(duo dolores et ea reb)324
|
||||
358.41 R .564(um amet. Consetetur sadipscing elitr)-.2 F 1.975
|
||||
(sed diam nonumy eirmod tempor in)324 370.08 R 1.975
|
||||
(vidunt ut labore, et)-.4 F .93(dolore magna aliquyam erat. Sed diam v)
|
||||
324 381.75 R .93(oluptua, at v)-.2 F(ero,)-.15 E
|
||||
(eos et accusam et justo duo dolores et ea reb)324 393.42 Q(um.)-.2 E F5
|
||||
(Messiaen to Stockhausen\212)324 415.302 Q(The Quest f)324 426.972 Q
|
||||
(or Absolute Contr)-.25 E(ol)-.18 E F3 -1.11(Ve)324 440.1 S 2.258
|
||||
(ro eos et accusam et justo duo dolores et ea reb)1.11 F(um)-.2 E(amet:)
|
||||
324 451.77 Q/F6 10/Times-Italic@0 SF(Eirmod tempor in)348 469.275 Q
|
||||
(vidunt)-.4 E(Ut labor)348 480.945 Q 2.5(ee)-.37 G 2.5(td)-2.5 G(olor)
|
||||
-2.5 E 2.5(em)-.37 G -.1(ag)-2.5 G(na aliquyam er).1 E(at)-.15 E
|
||||
(Sed diam voluptua)348 492.615 Q(At ver)348 504.285 Q 2.5(oe)-.45 G
|
||||
(os et accusam et justo duo dolor)-2.5 E(es.)-.37 E F3 1.923
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)324 521.79 R
|
||||
1.698(sed diam. Nonumy eirmod tempor in)324 533.46 R 1.697
|
||||
(vidunt ut labore et)-.4 F 1.104
|
||||
(dolore magna. Aliquyam erat, sed diam v)324 545.13 R 1.104
|
||||
(oluptua at v)-.2 F(ero)-.15 E
|
||||
(eos et accusam. Et justo duo dolores et ea reb)324 556.8 Q(um stet.)-.2
|
||||
E 2.962(Elitr sed diam nonumy eirmod tempor)336 568.47 R 5.461(.I)-.55 G
|
||||
-.4(nv)-5.461 G 2.961(idunt ut).4 F .565
|
||||
(labore et dolore magna aliquyam erat sed. Diam v)324 580.14 R(oluptua)
|
||||
-.2 E(at v)324 591.81 Q
|
||||
(ero eos et accusam et justo duo dolores et ea reb)-.15 E(um.)-.2 E F4
|
||||
(Sanctus est lorem ipsum dolor sit amet, consetetur sadip-)348 620.16 Q
|
||||
2(scing. Elitr)348 631.83 R 2(,s)-.32 G(ed diam nonumy eirmod tempor)-2
|
||||
E 2(,i)-.32 G -.32(nv)-2 G(idunt ut).32 E
|
||||
(labore et dolore magna aliquyam.)348 643.5 Q(Erat sed diam v)4 E(olup-)
|
||||
-.16 E(tua, at v)348 655.17 Q(ero eos et accusam et justo reb)-.12 E
|
||||
(um amet.)-.16 E(Consetetur sadipscing elitr sed diam nonumy eirmod sed)
|
||||
348 666.84 Q(diam nonumy)348 678.51 Q 2(,e)-.52 G(irmod tempor)-2 E 4
|
||||
(.I)-.44 G -.32(nv)-4 G(idunt tempor in).32 E(vidunt)-.32 E(ut labore.)
|
||||
348 690.18 Q(** Et dolore et magna aliquyam erat, sed diam)-.444 E 328
|
||||
697.181 324 697.181 DL 332 697.181 328 697.181 DL 336 697.181 332
|
||||
697.181 DL 340 697.181 336 697.181 DL 344 697.181 340 697.181 DL 348
|
||||
697.181 344 697.181 DL 352 697.181 348 697.181 DL 356 697.181 352
|
||||
697.181 DL 360 697.181 356 697.181 DL 364 697.181 360 697.181 DL 368
|
||||
697.181 364 697.181 DL 372 697.181 368 697.181 DL<8854>324 710.181 Q
|
||||
.366(akimata sadipscing elitr)-.64 F 2.366(,s)-.32 G .365
|
||||
(ed diam nonumy eirmod tempor in)-2.366 F .365(vidunt ut)-.32 F
|
||||
(labore et dolore magna aliquyam erat, sed diam v)324 720.181 Q
|
||||
(oluptua.)-.16 E F3(-)289.504 755.437 Q(1)1.666 .563 M(-)1.666 -.563 M 0
|
||||
Cg EP
|
||||
%%Page: 10 10
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 10.5/Times-Roman@0 SF(Chang, Connors)489.748 54 Q/F1 9/Times-Roman@0
|
||||
SF(CONTR)72 54 Q(OL EQ)-.36 E -.36(UA)-.09 G(LS CHA).36 E(OS)-.495 E .48
|
||||
LW 78 58 72 58 DL 84 58 78 58 DL 90 58 84 58 DL 96 58 90 58 DL 102 58 96
|
||||
58 DL 108 58 102 58 DL 114 58 108 58 DL 120 58 114 58 DL 126 58 120 58
|
||||
DL 132 58 126 58 DL 138 58 132 58 DL 144 58 138 58 DL 150 58 144 58 DL
|
||||
156 58 150 58 DL 162 58 156 58 DL 168 58 162 58 DL 174 58 168 58 DL 180
|
||||
58 174 58 DL 186 58 180 58 DL 192 58 186 58 DL 198 58 192 58 DL 204 58
|
||||
198 58 DL 210 58 204 58 DL 216 58 210 58 DL 222 58 216 58 DL 228 58 222
|
||||
58 DL 234 58 228 58 DL 240 58 234 58 DL 246 58 240 58 DL 252 58 246 58
|
||||
DL 258 58 252 58 DL 264 58 258 58 DL 270 58 264 58 DL 276 58 270 58 DL
|
||||
282 58 276 58 DL 288 58 282 58 DL 294 58 288 58 DL 300 58 294 58 DL 306
|
||||
58 300 58 DL 312 58 306 58 DL 318 58 312 58 DL 324 58 318 58 DL 330 58
|
||||
324 58 DL 336 58 330 58 DL 342 58 336 58 DL 348 58 342 58 DL 354 58 348
|
||||
58 DL 360 58 354 58 DL 366 58 360 58 DL 372 58 366 58 DL 378 58 372 58
|
||||
DL 384 58 378 58 DL 390 58 384 58 DL 396 58 390 58 DL 402 58 396 58 DL
|
||||
408 58 402 58 DL 414 58 408 58 DL 420 58 414 58 DL 426 58 420 58 DL 432
|
||||
58 426 58 DL 438 58 432 58 DL 444 58 438 58 DL 450 58 444 58 DL 456 58
|
||||
450 58 DL 462 58 456 58 DL 468 58 462 58 DL 474 58 468 58 DL 480 58 474
|
||||
58 DL 486 58 480 58 DL 492 58 486 58 DL 498 58 492 58 DL 504 58 498 58
|
||||
DL 510 58 504 58 DL 516 58 510 58 DL 522 58 516 58 DL 528 58 522 58 DL
|
||||
534 58 528 58 DL 540 58 534 58 DL 546 58 540 58 DL 552 58 546 58 DL 558
|
||||
58 552 58 DL/F2 8/Times-Roman@0 SF -.16(vo)96 90 S(luptua, at v).16 E 2
|
||||
(ero. Eos)-.12 F(et accusam et justo duo.)2 E/F3 10/Times-Roman@0 SF
|
||||
3.345(Lorem ipsum dolor sit amet, consetetur sadipscing)84 113.34 R
|
||||
(elitr)72 125.01 Q 3.224(.S)-.55 G .724(ed diam nonumy eirmod tempor in)
|
||||
-3.224 F .723(vidunt ut labore)-.4 F(et dolore magna.)72 136.68 Q 1.694
|
||||
(Nonumy eirmod tempor in)84 148.35 R 1.694(vidunt, ut labore et dolore)
|
||||
-.4 F .142(magna aliquyam erat? At v)72 160.02 R .142
|
||||
(ero eos et accusam et justo duo)-.15 F .137(dolores et ea. Reb)72
|
||||
171.69 R .137(um stet clita kasd guber)-.2 F .137(gren no sea taki-)-.18
|
||||
F .709(mata sanctus. Est lorem ipsum dolor sit amet. Sadipscing)72
|
||||
183.36 R .586(elitr sed diam nonumy eirmod tempor in)72 195.03 R .587
|
||||
(vidunt. Ut labore)-.4 F 2.404
|
||||
(et dolore magna aliquyam erat, sed diam v)72 206.7 R 2.403(oluptua. At)
|
||||
-.2 F -.15(ve)72 218.37 S .298
|
||||
(ro eos et accusam et justo duo dolores et ea reb).15 F .299(um. Stet)
|
||||
-.2 F 2.75(clita kasd guber)72 230.04 R 2.75
|
||||
(gren no sea. Aliquyam erat, sed diam)-.18 F -.2(vo)72 241.71 S(luptua.)
|
||||
.2 E/F4 10/Times-Bold@0 SF -.15(Jo)72 263.592 S(hn Cage\212).15 E(Lea)72
|
||||
275.262 Q(ving It All to Chance)-.25 E F3 1.993
|
||||
(Sit amet, consetetur sadipscing elitr)72 288.39 R 4.493(,s)-.4 G 1.993
|
||||
(ed diam nonumy)-4.493 F(.)-.65 E 1.49(Eirmod tempor in)72 300.06 R 1.49
|
||||
(vidunt ut labore et dolore magna. Ali-)-.4 F .495
|
||||
(quyam erat, sed diam v)72 311.73 R .495(oluptua at v)-.2 F .495
|
||||
(ero. Eos et accusam et)-.15 F 1.077(justo duo dolores et ea reb)72
|
||||
323.4 R 1.076(um. Stet clita kasd guber)-.2 F(gren,)-.18 E
|
||||
(no sea takimata sanctus est.)72 335.07 Q 1.466
|
||||
(Consetetur sadipscing elitr)84 346.74 R 3.967(,s)-.4 G 1.467
|
||||
(ed diam nonumy eirmod)-3.967 F .728(tempor in)72 358.41 R .727
|
||||
(vidunt ut labore et dolore magna aliquyam erat,)-.4 F 1.41(sed diam v)
|
||||
72 370.08 R 1.41(oluptua. At v)-.2 F 1.41
|
||||
(ero eos et accusam et justo duo)-.15 F .054(dolores et ea reb)72 381.75
|
||||
R .054(um. Stet clita kasd guber)-.2 F .054(gren, no sea taki-)-.18 F
|
||||
1.197(mata sanctus est lorem. Ipsum dolor sit amet, consetetur)72 393.42
|
||||
R .052(sadipscing elitr)72 405.09 R 2.552(,s)-.4 G .051
|
||||
(ed diam nonumy eirmod tempor in)-2.552 F(vidunt)-.4 E .594
|
||||
(ut labore et dolore magna aliquyam erat, sed diam v)72 416.76 R(olup-)
|
||||
-.2 E 1.998(tua. At v)72 428.43 R 1.997
|
||||
(ero eos et accusam et justo duo dolores et ea)-.15 F(reb)72 440.1 Q
|
||||
(um.)-.2 E 1.006(Stet clita kasd guber)84 451.77 R 1.006
|
||||
(gren. No sea takimata sanctus est)-.18 F 1.701
|
||||
(lorem ipsum dolor sit. Amet consetetur sadipscing elitr)72 463.44 R(,)
|
||||
-.4 E 1.975(sed diam nonumy eirmod tempor)72 475.11 R 4.475(.I)-.55 G
|
||||
-.4(nv)-4.475 G 1.975(idunt ut labore et).4 F 1.139
|
||||
(dolore magna aliquyam erat, sed diam v)72 486.78 R 1.138(oluptua, at v)
|
||||
-.2 F(ero.)-.15 E .183(Eos et accusam et justo duo dolores et ea reb)72
|
||||
498.45 R .183(um. Stet clita)-.2 F .388(kasd guber)72 510.12 R .387
|
||||
(gren, no sea takimata. Sanctus est lorem ipsum)-.18 F 1.161
|
||||
(dolor sit amet consetetur)72 521.79 R 3.661(.S)-.55 G 1.161
|
||||
(adipscing elitr sed diam non-)-3.661 F 1.213(umy eirmod tempor in)72
|
||||
533.46 R 1.212(vidunt. Ut labore et dolore magna)-.4 F .395
|
||||
(aliquyam erat, sed diam v)72 545.13 R .396(oluptua. At v)-.2 F .396
|
||||
(ero eos et accusam)-.15 F(et justo duo dolores et ea reb)72 556.8 Q
|
||||
(um.)-.2 E F2(Stet clita kasd guber)96 576.82 Q(gren no sea.)-.144 E
|
||||
-.64(Ta)4 G(kimata sanctus est).64 E(lorem ipsum dolor sit amet.)96
|
||||
588.49 Q(Consetetur sadipscing elitr)4 E
|
||||
(sed diam nonumy eirmod tempor in)96 600.16 Q(vidunt ut labore et)-.32 E
|
||||
2(dolore. Magna)96 611.83 R(aliquyam)2 E 2(*e)-.444 G(rat, sed diam v)-2
|
||||
E(oluptua at v)-.16 E(ero)-.12 E(eos et accusam.)96 623.5 Q
|
||||
(Et justo duo dolores et ea reb)4 E(um, stet)-.16 E(clita kasd guber)96
|
||||
635.17 Q(gren, no sea takimata.)-.144 E(Sanctus est lorem ipsum.)102
|
||||
646.84 Q(Dolor sit amet consetetur)4 E(sadipscing elitr)96 658.51 Q 4
|
||||
(.S)-.44 G(ed diam nonumy eirmod tempor)-4 E(in)96 670.18 Q
|
||||
(vidunt ut labore.)-.32 E(Et dolore magna aliquyam erat, sed)4 E .32 LW
|
||||
76 677.181 72 677.181 DL 80 677.181 76 677.181 DL 84 677.181 80 677.181
|
||||
DL 88 677.181 84 677.181 DL 92 677.181 88 677.181 DL 96 677.181 92
|
||||
677.181 DL 100 677.181 96 677.181 DL 104 677.181 100 677.181 DL 108
|
||||
677.181 104 677.181 DL 112 677.181 108 677.181 DL 116 677.181 112
|
||||
677.181 DL 120 677.181 116 677.181 DL 1.926
|
||||
(**Labore diam nonumy eirmod tempor)72 690.181 R 3.925(,i)-.32 G -.32
|
||||
(nv)-3.925 G 1.925(idunt ut labore et dolore).32 F 1.584
|
||||
(magna aliquyam.)72 700.181 R 1.585(Erat sed diam v)5.584 F 1.585
|
||||
(oluptua, at v)-.16 F 1.585(ero eos et accusam et)-.12 F(justo.)72
|
||||
710.181 Q(*Aliquyam nonumy eirmod tempor in)72 720.181 Q
|
||||
(vidunt ut labore.)-.32 E(diam v)348 90 Q 2(oluptua. At)-.16 F -.12(ve)2
|
||||
G(ro eos et accusam et justo duo.).12 E(Dolores et ea reb)348 101.67 Q
|
||||
(um stet clita kasd guber)-.16 E(gren no sea.)-.144 E -.64(Ta)354 113.34
|
||||
S(kimata lorem ipsum dolor sit amet consetetur sadip-).64 E(scing elitr)
|
||||
348 125.01 Q 4(.S)-.44 G(ed diam, nonumy eirmod tempor)-4 E 2(,i)-.32 G
|
||||
-.32(nv)-2 G(idunt ut).32 E(labore et dolore magna.)348 136.68 Q
|
||||
(Aliquyam erat sed diam v)4 E(olup-)-.16 E 2(tua. At)348 148.35 R -.12
|
||||
(ve)2 G(ro eos et accusam et justo.).12 E<87>-.222 E F3 .733
|
||||
(Duo dolores et ea reb)336 171.69 R .732(um, stet clita kasd guber)-.2 F
|
||||
.732(gren, no)-.18 F 2.134
|
||||
(sea takimata sanctus. Est lorem ipsum. Dolor sit amet,)324 183.36 R
|
||||
3.252(consetetur sadipscing elitr)324 195.03 R 5.752(,s)-.4 G 3.252
|
||||
(ed diam nonumy)-5.752 F 5.751(.E)-.65 G(irmod)-5.751 E .727(tempor in)
|
||||
324 206.7 R .728(vidunt ut labore et dolore magna aliquyam erat,)-.4 F
|
||||
(sed diam v)324 218.37 Q(oluptua. At v)-.2 E(ero eos et accusam.)-.15 E
|
||||
.271(Et justo duo dolores et ea reb)336 230.04 R .271
|
||||
(um stet clita kasd. Guber)-.2 F(-)-.2 E 1.311
|
||||
(gren no sea takimata sanctus est. Lorem ipsum dolor sit)324 241.71 R
|
||||
1.892(amet, consetetur sadipscing elitr)324 253.38 R 4.391(,s)-.4 G
|
||||
1.891(ed diam nonumy eir)-4.391 F(-)-.2 E .691(mod tempor in)324 265.05
|
||||
R .691(vidunt ut labore et dolore magna aliquyam)-.4 F 1.161
|
||||
(erat, sed diam v)324 276.72 R 1.161(oluptua. At v)-.2 F 1.161
|
||||
(ero eos et accusam et justo)-.15 F .387(duo dolores et ea reb)324
|
||||
288.39 R .387(um. Stet clita kasd guber)-.2 F .387(gren, no sea)-.18 F
|
||||
(takimata sanctus est.)324 300.06 Q F4(Bey)324 321.942 Q(ond Cage\212)
|
||||
-.25 E(Catching the Midnight T)324 333.612 Q(rain)-.74 E F3 1.644
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)324 346.74 R(.)
|
||||
-.55 E .089(Sed diam nonumy eirmod tempor in)324 358.41 R .089
|
||||
(vidunt ut labore et do-)-.4 F(lore magna. Aliquyam erat, sed diam v)324
|
||||
370.08 Q(oluptua.)-.2 E 2.719(At v)336 381.75 R 2.719
|
||||
(ero eos et accusam et justo duo dolores et ea)-.15 F(reb)324 393.42 Q
|
||||
.482(um. Stet clita kasd guber)-.2 F .483(gren no sea takimata. Sanctus)
|
||||
-.18 F 2.437(est, lorem ipsum dolor sit amet. Consetetur sadipscing)324
|
||||
405.09 R(elitr)324 416.76 Q 2.973(,s)-.4 G .473(ed diam nonumy)-2.973 F
|
||||
2.974(.E)-.65 G .474(irmod tempor in)-2.974 F .474(vidunt ut labore)-.4
|
||||
F .302(et dolore magna aliquyam erat. Sed diam v)324 428.43 R .302
|
||||
(oluptua at v)-.2 F(ero)-.15 E(eos et accusam et justo.)324 440.1 Q .485
|
||||
(Duo dolores et ea reb)336 451.77 R .486(um, stet clita kasd guber)-.2 F
|
||||
.486(gren. No)-.18 F .632
|
||||
(sea takimata sanctus est lorem ipsum dolor sit amet, con-)324 463.44 R
|
||||
.731(setetur sadipscing elitr)324 475.11 R 3.231(.S)-.55 G .732
|
||||
(ed diam nonumy eirmod tempor)-3.231 F(in)324 486.78 Q 2.394
|
||||
(vidunt ut labore et dolore magna aliquyam. Erat sed)-.4 F .784(diam v)
|
||||
324 498.45 R .784(oluptua at. V)-.2 F .784
|
||||
(ero eos et accusam et justo duo dolo-)-1.11 F .415(res et ea reb)324
|
||||
510.12 R .415(um stet. Clita kasd guber)-.2 F .415(gren no sea takimata)
|
||||
-.18 F(sanctus est.)324 521.79 Q 1.694(Nonumy eirmod tempor in)336
|
||||
533.46 R 1.694(vidunt, ut labore et dolore)-.4 F .142
|
||||
(magna aliquyam erat? At v)324 545.13 R .142
|
||||
(ero eos et accusam et justo duo)-.15 F .137(dolores et ea. Reb)324
|
||||
556.8 R .137(um stet clita kasd guber)-.2 F .137(gren no sea taki-)-.18
|
||||
F .084(mata sanctus. Est lorem ipsum dolor sit amet. Sadipscing\210)324
|
||||
568.47 R .586(elitr sed diam nonumy eirmod tempor in)324 580.14 R .586
|
||||
(vidunt. Ut labore)-.4 F 2.404
|
||||
(et dolore magna aliquyam erat, sed diam v)324 591.81 R 2.404
|
||||
(oluptua. At)-.2 F -.15(ve)324 603.48 S .298
|
||||
(ro eos et accusam et justo duo dolores et ea reb).15 F .298(um. Stet)
|
||||
-.2 F 1.117(clita kasd guber)324 615.15 R 1.118
|
||||
(gren no sea takimata lorem. Ipsum dolor)-.18 F 2.279
|
||||
(sit amet, consetetur sadipscing elitr)324 626.82 R 4.778(.S)-.55 G
|
||||
2.278(ed diam nonumy)-4.778 F 1.698(eirmod tempor in)324 638.49 R 1.699
|
||||
(vidunt ut labore et dolore magna. Ali-)-.4 F .384
|
||||
(quyam erat, sed diam v)324 650.16 R .384(oluptua. At v)-.2 F .384
|
||||
(ero eos et accusam et)-.15 F 1.076(justo duo dolores et ea reb)324
|
||||
661.83 R 1.077(um. Stet clita kasd guber)-.2 F(gren,)-.18 E
|
||||
(no sea takimata sanctus est.)324 673.5 Q 328 687.181 324 687.181 DL 332
|
||||
687.181 328 687.181 DL 336 687.181 332 687.181 DL 340 687.181 336
|
||||
687.181 DL 344 687.181 340 687.181 DL 348 687.181 344 687.181 DL 352
|
||||
687.181 348 687.181 DL 356 687.181 352 687.181 DL 360 687.181 356
|
||||
687.181 DL 364 687.181 360 687.181 DL 368 687.181 364 687.181 DL 372
|
||||
687.181 368 687.181 DL F2(\207Justo v)324 700.181 Q
|
||||
(ero eos et accusam et justo duo.)-.12 E 1.173
|
||||
(\210Sadipscing diam nonumy eirmod tempor in)324 710.181 R 1.172
|
||||
(vidunt ut labore et dolore)-.32 F(magna aliquyam erat, sed diam v)324
|
||||
720.181 Q(oluptua.)-.16 E F3(-)307.504 755.437 Q(2)1.666 .563 M(-)1.666
|
||||
-.563 M 0 Cg EP
|
||||
%%Page: 11 11
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 10.5/Times-Roman@0 SF(Chang, Connors)54 54 Q/F1 9/Times-Roman@0 SF
|
||||
(CONTR)428.31 54 Q(OL EQ)-.36 E -.36(UA)-.09 G(LS CHA).36 E(OS)-.495 E
|
||||
.48 LW 60 58 54 58 DL 66 58 60 58 DL 72 58 66 58 DL 78 58 72 58 DL 84 58
|
||||
78 58 DL 90 58 84 58 DL 96 58 90 58 DL 102 58 96 58 DL 108 58 102 58 DL
|
||||
114 58 108 58 DL 120 58 114 58 DL 126 58 120 58 DL 132 58 126 58 DL 138
|
||||
58 132 58 DL 144 58 138 58 DL 150 58 144 58 DL 156 58 150 58 DL 162 58
|
||||
156 58 DL 168 58 162 58 DL 174 58 168 58 DL 180 58 174 58 DL 186 58 180
|
||||
58 DL 192 58 186 58 DL 198 58 192 58 DL 204 58 198 58 DL 210 58 204 58
|
||||
DL 216 58 210 58 DL 222 58 216 58 DL 228 58 222 58 DL 234 58 228 58 DL
|
||||
240 58 234 58 DL 246 58 240 58 DL 252 58 246 58 DL 258 58 252 58 DL 264
|
||||
58 258 58 DL 270 58 264 58 DL 276 58 270 58 DL 282 58 276 58 DL 288 58
|
||||
282 58 DL 294 58 288 58 DL 300 58 294 58 DL 306 58 300 58 DL 312 58 306
|
||||
58 DL 318 58 312 58 DL 324 58 318 58 DL 330 58 324 58 DL 336 58 330 58
|
||||
DL 342 58 336 58 DL 348 58 342 58 DL 354 58 348 58 DL 360 58 354 58 DL
|
||||
366 58 360 58 DL 372 58 366 58 DL 378 58 372 58 DL 384 58 378 58 DL 390
|
||||
58 384 58 DL 396 58 390 58 DL 402 58 396 58 DL 408 58 402 58 DL 414 58
|
||||
408 58 DL 420 58 414 58 DL 426 58 420 58 DL 432 58 426 58 DL 438 58 432
|
||||
58 DL 444 58 438 58 DL 450 58 444 58 DL 456 58 450 58 DL 462 58 456 58
|
||||
DL 468 58 462 58 DL 474 58 468 58 DL 480 58 474 58 DL 486 58 480 58 DL
|
||||
492 58 486 58 DL 498 58 492 58 DL 504 58 498 58 DL 510 58 504 58 DL 516
|
||||
58 510 58 DL 522 58 516 58 DL 528 58 522 58 DL 534 58 528 58 DL 540 58
|
||||
534 58 DL/F2 10/Times-Roman@0 SF 3.345
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing)66 90 R(elitr)54
|
||||
101.67 Q 3.413(,s)-.4 G .914(ed diam nonumy eirmod tempor in)-3.413 F
|
||||
.914(vidunt ut labore)-.4 F 2.404
|
||||
(et dolore magna aliquyam erat, sed diam v)54 113.34 R 2.403
|
||||
(oluptua. At)-.2 F -.15(ve)54 125.01 S .298
|
||||
(ro eos et accusam et justo duo dolores et ea reb).15 F .299(um. Stet)
|
||||
-.2 F(clita kasd guber)54 136.68 Q(gren, no sea takimata sanctus est.)
|
||||
-.18 E/F3 10/Times-Bold@0 SF(...end of sample article)191.9 148.35 Q F2
|
||||
<8a>150.586 170.44 Q(END)1.25 I<8a>.277 -1.25 M(-)289.504 755.437 Q(3)
|
||||
1.666 .563 M(-)1.666 -.563 M 0 Cg EP
|
||||
%%Trailer
|
||||
end
|
||||
%%EOF
|
@ -1,999 +0,0 @@
|
||||
%!PS-Adobe-3.0
|
||||
%%Creator: groff version 1.19.2
|
||||
%%CreationDate: Sat Nov 19 17:19:37 2016
|
||||
%%DocumentNeededResources: font Times-Bold
|
||||
%%+ font Helvetica-Bold
|
||||
%%+ font Helvetica-Oblique
|
||||
%%+ font Helvetica
|
||||
%%+ font Times-Roman
|
||||
%%+ font Times-Italic
|
||||
%%+ font NewCenturySchlbk-Roman
|
||||
%%+ font NewCenturySchlbk-Bold
|
||||
%%+ font Palatino-Roman
|
||||
%%+ font Palatino-Italic
|
||||
%%DocumentSuppliedResources: file penguin.ps
|
||||
%%+ procset grops 1.19 2
|
||||
%%LanguageLevel: 2
|
||||
%%Pages: 3
|
||||
%%PageOrder: Ascend
|
||||
%%DocumentMedia: Default 612 792 0 () ()
|
||||
%%Orientation: Portrait
|
||||
%%EndComments
|
||||
%%BeginDefaults
|
||||
%%PageMedia: Default
|
||||
%%EndDefaults
|
||||
%%BeginProlog
|
||||
%%BeginResource: procset grops 1.19 2
|
||||
%!PS-Adobe-3.0 Resource-ProcSet
|
||||
/setpacking where{
|
||||
pop
|
||||
currentpacking
|
||||
true setpacking
|
||||
}if
|
||||
/grops 120 dict dup begin
|
||||
/SC 32 def
|
||||
/A/show load def
|
||||
/B{0 SC 3 -1 roll widthshow}bind def
|
||||
/C{0 exch ashow}bind def
|
||||
/D{0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/E{0 rmoveto show}bind def
|
||||
/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/G{0 rmoveto 0 exch ashow}bind def
|
||||
/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/I{0 exch rmoveto show}bind def
|
||||
/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/K{0 exch rmoveto 0 exch ashow}bind def
|
||||
/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/M{rmoveto show}bind def
|
||||
/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/O{rmoveto 0 exch ashow}bind def
|
||||
/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/Q{moveto show}bind def
|
||||
/R{moveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/S{moveto 0 exch ashow}bind def
|
||||
/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/SF{
|
||||
findfont exch
|
||||
[exch dup 0 exch 0 exch neg 0 0]makefont
|
||||
dup setfont
|
||||
[exch/setfont cvx]cvx bind def
|
||||
}bind def
|
||||
/MF{
|
||||
findfont
|
||||
[5 2 roll
|
||||
0 3 1 roll
|
||||
neg 0 0]makefont
|
||||
dup setfont
|
||||
[exch/setfont cvx]cvx bind def
|
||||
}bind def
|
||||
/level0 0 def
|
||||
/RES 0 def
|
||||
/PL 0 def
|
||||
/LS 0 def
|
||||
/MANUAL{
|
||||
statusdict begin/manualfeed true store end
|
||||
}bind def
|
||||
/PLG{
|
||||
gsave newpath clippath pathbbox grestore
|
||||
exch pop add exch pop
|
||||
}bind def
|
||||
/BP{
|
||||
/level0 save def
|
||||
1 setlinecap
|
||||
1 setlinejoin
|
||||
72 RES div dup scale
|
||||
LS{
|
||||
90 rotate
|
||||
}{
|
||||
0 PL translate
|
||||
}ifelse
|
||||
1 -1 scale
|
||||
}bind def
|
||||
/EP{
|
||||
level0 restore
|
||||
showpage
|
||||
}def
|
||||
/DA{
|
||||
newpath arcn stroke
|
||||
}bind def
|
||||
/SN{
|
||||
transform
|
||||
.25 sub exch .25 sub exch
|
||||
round .25 add exch round .25 add exch
|
||||
itransform
|
||||
}bind def
|
||||
/DL{
|
||||
SN
|
||||
moveto
|
||||
SN
|
||||
lineto stroke
|
||||
}bind def
|
||||
/DC{
|
||||
newpath 0 360 arc closepath
|
||||
}bind def
|
||||
/TM matrix def
|
||||
/DE{
|
||||
TM currentmatrix pop
|
||||
translate scale newpath 0 0 .5 0 360 arc closepath
|
||||
TM setmatrix
|
||||
}bind def
|
||||
/RC/rcurveto load def
|
||||
/RL/rlineto load def
|
||||
/ST/stroke load def
|
||||
/MT/moveto load def
|
||||
/CL/closepath load def
|
||||
/Fr{
|
||||
setrgbcolor fill
|
||||
}bind def
|
||||
/setcmykcolor where{
|
||||
pop
|
||||
/Fk{
|
||||
setcmykcolor fill
|
||||
}bind def
|
||||
}if
|
||||
/Fg{
|
||||
setgray fill
|
||||
}bind def
|
||||
/FL/fill load def
|
||||
/LW/setlinewidth load def
|
||||
/Cr/setrgbcolor load def
|
||||
/setcmykcolor where{
|
||||
pop
|
||||
/Ck/setcmykcolor load def
|
||||
}if
|
||||
/Cg/setgray load def
|
||||
/RE{
|
||||
findfont
|
||||
dup maxlength 1 index/FontName known not{1 add}if dict begin
|
||||
{
|
||||
1 index/FID ne{def}{pop pop}ifelse
|
||||
}forall
|
||||
/Encoding exch def
|
||||
dup/FontName exch def
|
||||
currentdict end definefont pop
|
||||
}bind def
|
||||
/DEFS 0 def
|
||||
/EBEGIN{
|
||||
moveto
|
||||
DEFS begin
|
||||
}bind def
|
||||
/EEND/end load def
|
||||
/CNT 0 def
|
||||
/level1 0 def
|
||||
/PBEGIN{
|
||||
/level1 save def
|
||||
translate
|
||||
div 3 1 roll div exch scale
|
||||
neg exch neg exch translate
|
||||
0 setgray
|
||||
0 setlinecap
|
||||
1 setlinewidth
|
||||
0 setlinejoin
|
||||
10 setmiterlimit
|
||||
[]0 setdash
|
||||
/setstrokeadjust where{
|
||||
pop
|
||||
false setstrokeadjust
|
||||
}if
|
||||
/setoverprint where{
|
||||
pop
|
||||
false setoverprint
|
||||
}if
|
||||
newpath
|
||||
/CNT countdictstack def
|
||||
userdict begin
|
||||
/showpage{}def
|
||||
/setpagedevice{}def
|
||||
}bind def
|
||||
/PEND{
|
||||
countdictstack CNT sub{end}repeat
|
||||
level1 restore
|
||||
}bind def
|
||||
end def
|
||||
/setpacking where{
|
||||
pop
|
||||
setpacking
|
||||
}if
|
||||
%%EndResource
|
||||
%%EndProlog
|
||||
%%BeginSetup
|
||||
%%BeginFeature: *PageSize Default
|
||||
<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
|
||||
%%EndFeature
|
||||
%%IncludeResource: font Times-Bold
|
||||
%%IncludeResource: font Helvetica-Bold
|
||||
%%IncludeResource: font Helvetica-Oblique
|
||||
%%IncludeResource: font Helvetica
|
||||
%%IncludeResource: font Times-Roman
|
||||
%%IncludeResource: font Times-Italic
|
||||
%%IncludeResource: font NewCenturySchlbk-Roman
|
||||
%%IncludeResource: font NewCenturySchlbk-Bold
|
||||
%%IncludeResource: font Palatino-Roman
|
||||
%%IncludeResource: font Palatino-Italic
|
||||
grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
|
||||
def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
|
||||
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
|
||||
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
|
||||
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
|
||||
/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
|
||||
/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
|
||||
/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
|
||||
/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
|
||||
/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
|
||||
/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
|
||||
/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
|
||||
/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
|
||||
/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
|
||||
/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
|
||||
/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
|
||||
/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
|
||||
/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
|
||||
/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
|
||||
/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
|
||||
/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
|
||||
/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
|
||||
/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
|
||||
/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
|
||||
/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
|
||||
/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
|
||||
/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
|
||||
/Palatino-Italic@0 ENC0/Palatino-Italic RE/Palatino-Roman@0 ENC0
|
||||
/Palatino-Roman RE/NewCenturySchlbk-Bold@0 ENC0/NewCenturySchlbk-Bold RE
|
||||
/NewCenturySchlbk-Roman@0 ENC0/NewCenturySchlbk-Roman RE/Times-Italic@0
|
||||
ENC0/Times-Italic RE/Times-Roman@0 ENC0/Times-Roman RE/Helvetica@0 ENC0
|
||||
/Helvetica RE/Helvetica-Oblique@0 ENC0/Helvetica-Oblique RE
|
||||
/Helvetica-Bold@0 ENC0/Helvetica-Bold RE/Times-Bold@0 ENC0/Times-Bold RE
|
||||
%%EndSetup
|
||||
%%Page: 1 1
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 12/Times-Bold@0 SF(Example 1)72 72 Q(:)-.666 E -1.332(Ta)72 89.5 S
|
||||
(sting notes using padding, string tabs and multi-columns)1.332 E .48 LW
|
||||
78 93.25 72 93.25 DL 80.064 93.25 74.064 93.25 DL 86.064 93.25 80.064
|
||||
93.25 DL 92.064 93.25 86.064 93.25 DL 98.064 93.25 92.064 93.25 DL
|
||||
104.064 93.25 98.064 93.25 DL 110.064 93.25 104.064 93.25 DL 116.064
|
||||
93.25 110.064 93.25 DL 122.064 93.25 116.064 93.25 DL 128.064 93.25
|
||||
122.064 93.25 DL 134.064 93.25 128.064 93.25 DL 140.064 93.25 134.064
|
||||
93.25 DL 146.064 93.25 140.064 93.25 DL 152.064 93.25 146.064 93.25 DL
|
||||
158.064 93.25 152.064 93.25 DL 164.064 93.25 158.064 93.25 DL 170.064
|
||||
93.25 164.064 93.25 DL 176.064 93.25 170.064 93.25 DL 182.064 93.25
|
||||
176.064 93.25 DL 188.064 93.25 182.064 93.25 DL 194.064 93.25 188.064
|
||||
93.25 DL 200.064 93.25 194.064 93.25 DL 206.064 93.25 200.064 93.25 DL
|
||||
212.064 93.25 206.064 93.25 DL 218.064 93.25 212.064 93.25 DL 224.064
|
||||
93.25 218.064 93.25 DL 230.064 93.25 224.064 93.25 DL 236.064 93.25
|
||||
230.064 93.25 DL 242.064 93.25 236.064 93.25 DL 248.064 93.25 242.064
|
||||
93.25 DL 254.064 93.25 248.064 93.25 DL 260.064 93.25 254.064 93.25 DL
|
||||
266.064 93.25 260.064 93.25 DL 272.064 93.25 266.064 93.25 DL 278.064
|
||||
93.25 272.064 93.25 DL 284.064 93.25 278.064 93.25 DL 290.064 93.25
|
||||
284.064 93.25 DL 296.064 93.25 290.064 93.25 DL 302.064 93.25 296.064
|
||||
93.25 DL 308.064 93.25 302.064 93.25 DL 314.064 93.25 308.064 93.25 DL
|
||||
320.064 93.25 314.064 93.25 DL 326.064 93.25 320.064 93.25 DL 332.064
|
||||
93.25 326.064 93.25 DL 338.064 93.25 332.064 93.25 DL 344.064 93.25
|
||||
338.064 93.25 DL 350.064 93.25 344.064 93.25 DL 356.064 93.25 350.064
|
||||
93.25 DL 362.064 93.25 356.064 93.25 DL 368.064 93.25 362.064 93.25 DL
|
||||
374.064 93.25 368.064 93.25 DL/F1 10/Helvetica-Bold@0 SF(VIN)72 117.5 Q
|
||||
78 119.5 72 119.5 DL 82.67 119.5 76.67 119.5 DL 88.67 119.5 82.67 119.5
|
||||
DL -.2(RO)158.167 117.5 S(BE).2 E 164.167 119.5 158.167 119.5 DL 168.857
|
||||
119.5 162.857 119.5 DL 174.857 119.5 168.857 119.5 DL 180.857 119.5
|
||||
174.857 119.5 DL 186.857 119.5 180.857 119.5 DL(NEZ)256.354 117.5 Q
|
||||
262.354 119.5 256.354 119.5 DL 264.354 119.5 258.354 119.5 DL 270.354
|
||||
119.5 264.354 119.5 DL 276.354 119.5 270.354 119.5 DL(BOUCHE)345.851
|
||||
117.5 Q 351.851 119.5 345.851 119.5 DL 353.181 119.5 347.181 119.5 DL
|
||||
359.181 119.5 353.181 119.5 DL 365.181 119.5 359.181 119.5 DL 371.181
|
||||
119.5 365.181 119.5 DL 377.181 119.5 371.181 119.5 DL 383.181 119.5
|
||||
377.181 119.5 DL 389.181 119.5 383.181 119.5 DL(COMMENT)458.678 117.5 Q
|
||||
(AIRES)-.9 E 464.678 119.5 458.678 119.5 DL 467.998 119.5 461.998 119.5
|
||||
DL 473.998 119.5 467.998 119.5 DL 479.998 119.5 473.998 119.5 DL 485.998
|
||||
119.5 479.998 119.5 DL 491.998 119.5 485.998 119.5 DL 497.998 119.5
|
||||
491.998 119.5 DL 503.998 119.5 497.998 119.5 DL 509.998 119.5 503.998
|
||||
119.5 DL 515.998 119.5 509.998 119.5 DL 521.998 119.5 515.998 119.5 DL
|
||||
527.998 119.5 521.998 119.5 DL 533.998 119.5 527.998 119.5 DL 539.998
|
||||
119.5 533.998 119.5 DL/F2 10/Helvetica-Oblique@0 SF -.5(Pe)72 134.5 S
|
||||
(elee Island).5 E/F3 10/Helvetica@0 SF(Ge)72 145.5 Q(w\303\274rztr)-.2 E
|
||||
(aminer)-.1 E(2000)72 156.5 Q(\(Canada\))72 167.5 Q -.2(Ja)158.167 134.5
|
||||
S(une p\303\242le).2 E(.)-.15 E -1.98 -.45(Fr a)256.354 134.5 T(is).45 E
|
||||
2.78(,f)-.15 G .15(ru)-2.78 G(it\303\251, ci-)-.15 E(tronn\303\251,)
|
||||
256.354 145.5 Q(ar\303\264mes f)256.354 156.5 Q -2.38(or tes)-.3 F
|
||||
(de lichee et de)256.354 167.5 Q -2.63(fr uits)256.354 178.5 R
|
||||
(tropicaux.)2.78 E(Doux, fr)345.851 134.5 Q(uit\303\251, bien).15 E
|
||||
(\303\251quilibr\303\251 a)345.851 145.5 Q -.25(ve)-.2 G 2.78(cu).25 G
|
||||
(ne)-2.78 E(bonne acidit\303\251.)345.851 156.5 Q(Bon ap\303\251ro)
|
||||
458.678 134.5 Q(.)-.4 E -2.48(Ser vir)458.678 145.5 R -.2(av)2.78 G
|
||||
(ec des)-.05 E(plats i)458.678 156.5 Q .1 -.1(ndiens ou)-.1 H -.1
|
||||
(chinois)458.678 167.5 S(.)-.15 E(Excellent r)458.678 178.5 Q -2.38
|
||||
(appor t)-.1 F -2.63(qualit\303\251/pr ix.)458.678 189.5 R F2(Car)72
|
||||
208.5 Q(au Pujol)-.1 E F3 -1.2(Ta)72 219.5 S(nnat)1.2 E(1995)72 230.5 Q
|
||||
(\(Ur)72 241.5 Q(agua)-.1 E(y\))-.3 E(Rubis f)158.167 208.5 Q
|
||||
(onc\303\251, vio-)-.3 E(lac\303\251e)158.167 219.5 Q 2.78(,p)-.15 G
|
||||
(resque)-2.78 E(opaque)158.167 230.5 Q(.)-.15 E(Belles ar\303\264mes)
|
||||
256.354 208.5 Q(de fr)256.354 219.5 Q(uits f).15 E(onc\303\251s)-.3 E
|
||||
-2.63(\(pr unes)256.354 230.5 R 2.78(,c)-.15 G -2.63(er ises)-2.78 F
|
||||
(noires)256.354 241.5 Q 2.78(,c)-.15 G(assis\).)-2.78 E(Odeurs ter)
|
||||
256.354 252.5 Q(tiares).4 E(de cuir)256.354 263.5 Q 2.78(,c)-.5 G
|
||||
<c3a8647265>-2.78 E(,)-.15 E(violets)256.354 274.5 Q 2.78(,e)-.15 G
|
||||
(ucalyp-)-2.78 E(tus)256.354 285.5 Q 2.78(,a)-.15 G -.25(ve)-2.98 G 2.78
|
||||
(cu).25 G(ne)-2.78 E(tr)256.354 296.5 Q(ace e)-.1 E(xotique de)-.3 E
|
||||
(Band-Aid*)256.354 307.5 Q(.)-3.324 E -1.2(Tr)345.851 208.5 S
|
||||
(\303\250s rond, tannins)1.2 E(m\303\202res et v)345.851 219.5 Q
|
||||
(elout\303\251s)-.25 E(,)-.15 E -.2(av)345.851 230.5 S
|
||||
(ec un long \214nis)-.05 E -2.63(fr uit\303\251)345.851 241.5 R
|
||||
(et doucement)2.78 E(alcoolique)345.851 252.5 Q(.)-.15 E -1.114
|
||||
(Superbe !)458.678 208.5 R(Une)2.78 E(aubaine \303)458.678 219.5 Q
|
||||
(ne pas)5.56 E(manquer)458.678 230.5 Q 2.78(.P)-.5 G<72c3aa7420c3>-2.78
|
||||
E(boire maintenant.)458.678 241.5 Q/F4 9.5/Helvetica-Oblique@0 SF 1(*T)
|
||||
66.304 329 S .117(he ter)-1 F 2.758<6d99>.238 G .118
|
||||
(Band-Aid\232 means the slightly s)-2.758 F -.095(we)-.285 G .118(et, v)
|
||||
.095 F .118(aguely chemical smell associated with medical-g)-.238 F
|
||||
-.095(ra)-.095 G .118(de plastics).095 F(.)-.143 E .223(It is often f)72
|
||||
339.5 R .223(ound in wines from terroirs in South Amer)-.285 F .222
|
||||
(ica. Pro).143 F .222(vided a wine has a suf\214cient concentr)-.143 F
|
||||
.222(ation of fr)-.095 F(uit).143 E .196 -.04(aromas and comple)72 350 T
|
||||
2.757(xt)-.285 G -2.221 -.04(er tiar)-2.797 H 2.757(yc).285 G -.04(har)
|
||||
-2.797 G -2.458 -.04(acter istics)-.095 H 2.757(,B)-.143 G .197 -.04
|
||||
(and-Aid is a Good Thing. Otherwise)-2.797 H 2.758(,i)-.143 G 2.758(ts)
|
||||
-2.798 G .197 -.04(mells lik)-2.798 H 2.758(ec)-.19 G .197 -.04
|
||||
(heap lipstic)-2.798 H -.04(k.)-.19 G F0(Example 2:)72 388 Q -1
|
||||
(\231Massaging\232 a)72 405.5 R(passage of rag right text)3 E 78 409.25
|
||||
72 409.25 DL 80.984 409.25 74.984 409.25 DL 86.984 409.25 80.984 409.25
|
||||
DL 92.984 409.25 86.984 409.25 DL 98.984 409.25 92.984 409.25 DL 104.984
|
||||
409.25 98.984 409.25 DL 110.984 409.25 104.984 409.25 DL 116.984 409.25
|
||||
110.984 409.25 DL 122.984 409.25 116.984 409.25 DL 128.984 409.25
|
||||
122.984 409.25 DL 134.984 409.25 128.984 409.25 DL 140.984 409.25
|
||||
134.984 409.25 DL 146.984 409.25 140.984 409.25 DL 152.984 409.25
|
||||
146.984 409.25 DL 158.984 409.25 152.984 409.25 DL 164.984 409.25
|
||||
158.984 409.25 DL 170.984 409.25 164.984 409.25 DL 176.984 409.25
|
||||
170.984 409.25 DL 182.984 409.25 176.984 409.25 DL 188.984 409.25
|
||||
182.984 409.25 DL 194.984 409.25 188.984 409.25 DL 200.984 409.25
|
||||
194.984 409.25 DL 206.984 409.25 200.984 409.25 DL 212.984 409.25
|
||||
206.984 409.25 DL 218.984 409.25 212.984 409.25 DL 224.984 409.25
|
||||
218.984 409.25 DL 230.984 409.25 224.984 409.25 DL 236.984 409.25
|
||||
230.984 409.25 DL 242.984 409.25 236.984 409.25 DL 248.984 409.25
|
||||
242.984 409.25 DL 254.984 409.25 248.984 409.25 DL 260.984 409.25
|
||||
254.984 409.25 DL 266.984 409.25 260.984 409.25 DL 272.984 409.25
|
||||
266.984 409.25 DL/F5 11.5/Times-Bold@0 SF -.115(Pa)72 433.5 S
|
||||
(ssage using gr).115 E(off spacing defaults)-.207 E/F6 12.5
|
||||
/Times-Roman@0 SF(The thousand injuries of F)108 454.5 Q
|
||||
(ortunato I had borne as I best could; b)-.188 E(ut when he)-.25 E -.188
|
||||
(ve)108 468.5 S(ntured upon insult, I v).188 E -.313(ow)-.25 G(ed re)
|
||||
.313 E -.188(ve)-.313 G(nge. Y).188 E(ou, who so well kno)-1.375 E 3.125
|
||||
(wt)-.313 G(he nature of)-3.125 E(my soul, will not suppose, ho)108
|
||||
482.5 Q(we)-.313 E -.188(ve)-.313 G 1 -.5(r, t).188 H(hat I g).5 E
|
||||
-2.813 -.25(av e)-.063 H(utterance to a threat.)3.375 E/F7 12.5
|
||||
/Times-Italic@0 SF(At length)3.125 E F6(I)3.125 E -.125(wo)108 496.5 S
|
||||
(uld be a).125 E -.188(ve)-.25 G(nged; this w).188 E
|
||||
(as a point de\214niti)-.125 E -.188(ve)-.313 G(ly settled\212b).188 E
|
||||
(ut the v)-.25 E(ery de\214ni-)-.188 E(ti)108 510.5 Q -.188(ve)-.313 G
|
||||
(ness with which it w).188 E(as resolv)-.125 E
|
||||
(ed, precluded the idea of risk. I must not only)-.188 E(punish, b)108
|
||||
524.5 Q(ut punish with impunity)-.25 E 3.125(.Aw)-.813 G
|
||||
(rong is unredressed when retrib)-3.125 E(ution)-.25 E -.188(ove)108
|
||||
538.5 S(rtak).188 E(es its redresser)-.125 E 3.125(.I)-.688 G 3.125(ti)
|
||||
-3.125 G 3.125(se)-3.125 G(qually unredressed when the a)-3.125 E -.188
|
||||
(ve)-.25 G(nger f).188 E(ails to)-.125 E(mak)108 552.5 Q 3.125(eh)-.125
|
||||
G(imself felt as such to him who has done the wrong.)-3.125 E/F8 12
|
||||
/Times-Roman@0 SF(\212Edg)287.064 572.5 Q(ar Allen Poe,)-.06 E/F9 12
|
||||
/Times-Italic@0 SF(The Cask of Amontillado)3 E F5(The same passage,)72
|
||||
600.5 Q(\231massaged\232)1.599 E F6 .26(The thousand injuries of F)108
|
||||
621.5 R .26(ortunato I had borne as I best could; b)-.188 F .26
|
||||
(ut when he)-.25 F -.188(ve)108 635.5 S .26(ntured upon insult, I).188 F
|
||||
-.25(vo)2.691 G .26(wed re)-.063 F -.188(ve)-.313 G -1.128(nge. Y).188 F
|
||||
-1.128(ou, who)-2.082 F -.434(so well)3.385 F(kno)3.385 E 3.385(wt)-.313
|
||||
G .26(he nature)-3.385 F .06 .2(of my soul,)108 649.5 T .06 .2
|
||||
(will not suppose, ho)2.691 H .2(we)-.313 G -2.949 .012(ve r)-.313 H
|
||||
3.585(,t)-.312 G .06 .2(hat I g)-3.385 H -3.013 -.05(av e)-.063 H .06 .2
|
||||
(utterance to a threat.)3.635 H F7(At)3.385 E .2(length)108 663.5 S F6
|
||||
3.585(Iw)3.385 G .06 .2(ould be a)-3.51 H -2.949 .012(ve n g e d ;)-.25
|
||||
H .06 .2(this w)3.573 H .06 .2(as a point de\214niti)-.125 H -2.949 .012
|
||||
(ve l y)-.313 H .2(settled\212b)3.573 G .06 .2(ut the)-.25 H -2.631
|
||||
-.147(ve r y)108 677.5 T .2(de\214niti)3.732 G -2.949 .012(ve n e s s)
|
||||
-.313 H .06 .2(with which it w)3.573 H .06 .2(as resolv)-.125 H .06 .2
|
||||
(ed, precluded the idea of risk.)-.188 H 3.385(Im)108 691.5 S .26
|
||||
(ust not only punish, b)-3.385 F .26(ut punish with impunity)-.25 F
|
||||
3.385(.A)-.813 G .26(wrong is unredressed)-1 F .16 .1(when retrib)108
|
||||
705.5 T .16 .1(ution o)-.25 H -2.849 -.088(ve r t a k)-.188 H .16 .1
|
||||
(es its redresser).063 H 3.485(.I)-.688 G 3.485(ti)-3.385 G 3.485(se)
|
||||
-3.385 G .16 .1(qually unredressed when the)-3.385 H -2.713 -.35(av e)
|
||||
108 719.5 T .36 -.1(nger f).25 H .36 -.1(ails to mak)-.125 H 3.285(eh)
|
||||
-.125 G .36 -.1(imself felt as such to him)-3.385 H .36 -.1
|
||||
(who has done the wrong.)2.691 H F8<8a>285.064 738 Q(Edg)-1 1.5 M -1
|
||||
(ar Allen)-.06 F(Poe,)3 E F9 -.2 .2(The Cask of Amontillado)3 H 0 Cg EP
|
||||
%%Page: 2 2
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 12/Times-Bold@0 SF(Example 3:)72 72 Q 2.334(Ar)72 89.5 S(ecipe f)
|
||||
-2.55 E(or enumerated lists using indents)-.3 E .48 LW 78 93.25 72 93.25
|
||||
DL 80.142 93.25 74.142 93.25 DL 86.142 93.25 80.142 93.25 DL 92.142
|
||||
93.25 86.142 93.25 DL 98.142 93.25 92.142 93.25 DL 104.142 93.25 98.142
|
||||
93.25 DL 110.142 93.25 104.142 93.25 DL 116.142 93.25 110.142 93.25 DL
|
||||
122.142 93.25 116.142 93.25 DL 128.142 93.25 122.142 93.25 DL 134.142
|
||||
93.25 128.142 93.25 DL 140.142 93.25 134.142 93.25 DL 146.142 93.25
|
||||
140.142 93.25 DL 152.142 93.25 146.142 93.25 DL 158.142 93.25 152.142
|
||||
93.25 DL 164.142 93.25 158.142 93.25 DL 170.142 93.25 164.142 93.25 DL
|
||||
176.142 93.25 170.142 93.25 DL 182.142 93.25 176.142 93.25 DL 188.142
|
||||
93.25 182.142 93.25 DL 194.142 93.25 188.142 93.25 DL 200.142 93.25
|
||||
194.142 93.25 DL 206.142 93.25 200.142 93.25 DL 212.142 93.25 206.142
|
||||
93.25 DL 218.142 93.25 212.142 93.25 DL 224.142 93.25 218.142 93.25 DL
|
||||
230.142 93.25 224.142 93.25 DL 236.142 93.25 230.142 93.25 DL 242.142
|
||||
93.25 236.142 93.25 DL 248.142 93.25 242.142 93.25 DL 254.142 93.25
|
||||
248.142 93.25 DL 260.142 93.25 254.142 93.25 DL 266.142 93.25 260.142
|
||||
93.25 DL 272.142 93.25 266.142 93.25 DL 278.142 93.25 272.142 93.25 DL
|
||||
284.142 93.25 278.142 93.25 DL 290.142 93.25 284.142 93.25 DL/F1 11
|
||||
/NewCenturySchlbk-Roman@0 SF .165(This example demonstrates the use of \
|
||||
left and hanging indents for simple enumerated lists)72 109.5 R(.)-.275
|
||||
E .172(Nested lists are possible)72 122.5 R 3.23(,a)-.198 G 3.23(st)
|
||||
-3.23 G .172(he example shows; however)-3.23 F 3.231(,t)-1.1 G .173
|
||||
(he more complex the nesting)-3.231 F 3.231(,t)-.275 G(he)-3.231 E
|
||||
(wiser it becomes to use \(string\) tabs)72 135.5 Q 3.058(,a)-.275 G
|
||||
3.058(ss)-3.058 G(een in Example 4.)-3.058 E/F2 11
|
||||
/NewCenturySchlbk-Bold@0 SF 1.781(Please note: mom)88.5 148.5 R F1 1.78
|
||||
(has macros that allow you to set enumerated lists automatically)4.839 F
|
||||
(.)-1.375 E
|
||||
(These examples merely show hanging indents and string tabs in use)72
|
||||
161.5 Q(.)-.198 E 3.058(1. This)72 180.5 R .616
|
||||
(is the \214rst item in the list. N)3.674 F .617
|
||||
(otice how the \214rst line \231hangs\232 bac)-.61 F 3.675(kf)-.077 G
|
||||
.617(rom the remain-)-3.675 F 1.295(ing text, whic)87.29 193.5 R 4.352
|
||||
(hi)-.077 G 4.352(so)-4.352 G 1.294
|
||||
(therwise indented by the width of by two \214gure-spaces \(digit-width)
|
||||
-4.352 F(spaces\) and a period.)87.29 206.5 Q 3.058(2. This)72 225.5 R
|
||||
.132(is the second item in the list. As with the above item, notice the\
|
||||
use of the)3.189 F .132(\\0 escape).75 F 1.304
|
||||
(sequence in the input text. It')87.29 238.5 R 4.362(st)-.275 G 1.304
|
||||
(here to ensure that the space after the number/period)-4.362 F 2.036
|
||||
(combination alw)87.29 251.5 R -.11(ay)-.198 G 5.094(sr).11 G 2.036
|
||||
(emains the same \(i.e)-5.094 F 5.094(.d)-.198 G 2.036(oesn't stretc)
|
||||
-5.094 F 5.094(hw)-.077 G 2.037(hen the line is justi\214ed\).)-5.094 F
|
||||
(That w)87.29 264.5 Q -.11(ay)-.198 G 3.058(,t)-1.265 G(he text of eac)
|
||||
-3.058 E 3.058(hi)-.077 G(tem alw)-3.058 E -.11(ay)-.198 G 3.058(sl).11
|
||||
G(ines up perfectly)-3.058 E(.)-1.375 E<83>99.29 284.5 Q .647
|
||||
(This is the \214rst line of a sublist with bullets)3 -1 N 3.705(.N)
|
||||
-.275 G .647(otice how the \214rst line \(the one with)-4.315 F .722(th\
|
||||
e bullet\) is indented exactly one pica from the text of the list item \
|
||||
above it, while)108.956 296.5 R
|
||||
(the remaining lines align with the left indent we set above)108.956
|
||||
309.5 Q(.)-.198 E<83>99.29 329.5 Q 1.223
|
||||
(This is the second item of the sublist with bullets)3 -1 N 3.061(.W)
|
||||
-.275 G 4.281(ec)-3.721 G 1.223(ould go on inde\214nitely)-4.281 F 4.281
|
||||
(,b)-1.375 G(ut)-4.281 E(let')108.956 341.5 Q 3.058(sg)-.275 G 3.058(ob)
|
||||
-3.058 G(ac)-3.058 E 3.058(kt)-.077 G 3.058(ot)-3.058 G
|
||||
(he top level \(numbered\) list...)-3.058 E 3.058(3. ...and)72 360.5 R
|
||||
(here we are)3.058 E(.)-.198 E 3.058(4. In)72 379.5 R
|
||||
(order not to make the example too long)3.058 E 3.058(,w)-.275 G
|
||||
(e'll stop here)-3.058 E(.)-.198 E F0(Example 4:)72 407.5 Q 2.334(Ar)72
|
||||
425 S(ecipe f)-2.55 E(or nested lists using string tabs)-.3 E 78 428.75
|
||||
72 428.75 DL 80.478 428.75 74.478 428.75 DL 86.478 428.75 80.478 428.75
|
||||
DL 92.478 428.75 86.478 428.75 DL 98.478 428.75 92.478 428.75 DL 104.478
|
||||
428.75 98.478 428.75 DL 110.478 428.75 104.478 428.75 DL 116.478 428.75
|
||||
110.478 428.75 DL 122.478 428.75 116.478 428.75 DL 128.478 428.75
|
||||
122.478 428.75 DL 134.478 428.75 128.478 428.75 DL 140.478 428.75
|
||||
134.478 428.75 DL 146.478 428.75 140.478 428.75 DL 152.478 428.75
|
||||
146.478 428.75 DL 158.478 428.75 152.478 428.75 DL 164.478 428.75
|
||||
158.478 428.75 DL 170.478 428.75 164.478 428.75 DL 176.478 428.75
|
||||
170.478 428.75 DL 182.478 428.75 176.478 428.75 DL 188.478 428.75
|
||||
182.478 428.75 DL 194.478 428.75 188.478 428.75 DL 200.478 428.75
|
||||
194.478 428.75 DL 206.478 428.75 200.478 428.75 DL 212.478 428.75
|
||||
206.478 428.75 DL 218.478 428.75 212.478 428.75 DL 224.478 428.75
|
||||
218.478 428.75 DL 230.478 428.75 224.478 428.75 DL 236.478 428.75
|
||||
230.478 428.75 DL 242.478 428.75 236.478 428.75 DL 248.478 428.75
|
||||
242.478 428.75 DL 254.478 428.75 248.478 428.75 DL 260.478 428.75
|
||||
254.478 428.75 DL 266.478 428.75 260.478 428.75 DL 272.478 428.75
|
||||
266.478 428.75 DL 278.478 428.75 272.478 428.75 DL F1 2.082(Although se\
|
||||
tting up string tabs is a bit more complex than setting up indents)72
|
||||
445 R 5.14(,i)-.275 G(t')-5.14 E 4.225(sw)-.275 G(ell)-4.225 E
|
||||
(worth the effort, especially for nested lists)72 458 Q(.)-.275 E(1.)72
|
||||
477 Q 1.298(This is the \214rst item in the list. N)87.29 477 R 1.299
|
||||
(otice how)-.61 F 4.357(,j)-1.375 G 1.299
|
||||
(ust as in Example 3, the \214rst line hangs)-4.357 F(bac)87.29 490 Q
|
||||
3.058(kf)-.077 G(rom the remaining text, whic)-3.058 E 3.058(hi)-.077 G
|
||||
3.058(so)-3.058 G(therwise indented.)-3.058 E(2.)72 509 Q .836
|
||||
(This is the second item in the list. N)87.29 509 R .836
|
||||
(otice that when setting \231lists\232 with tabs)-.61 F 3.894(,t)-.275 G
|
||||
(here')-3.894 E 3.893(sn)-.275 G(o)-3.893 E 1.778(need to use the)87.29
|
||||
522 R 1.778
|
||||
(\\0 escape sequence after the number/period combination in the input)
|
||||
2.396 F(text.)87.29 535 Q<83>99.29 561 Q .155
|
||||
(This is the \214rst line of a sublist with bullets)108.956 560 R 3.213
|
||||
(.N)-.275 G .155(otice how the bullets and the text line)-3.823 F
|
||||
(up exactly the same as in Example 3.)108.956 573 Q<83>99.29 593 Q 1.12
|
||||
(This is the second item of the sublist with bullets)108.956 592 R 4.178
|
||||
(.F)-.275 G 1.12(or the fun of it, lets add in an)-4.783 F
|
||||
(en-dashed sub-sublist.)108.956 605 Q<89>120.956 623.25 Q 1.124
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipscing elitr)131.072 624 R
|
||||
4.182(,s)-1.1 G 1.124(ed diam nonumy eir)-4.182 F(-)-.407 E .58(mod tem\
|
||||
por invidunt ut labore et dolore magna aliquyam erat, sed diam volup-)
|
||||
131.072 637 R(tua.)131.072 650 Q<89>120.956 668.25 Q .023(At vero)
|
||||
131.072 669 R .938
|
||||
(eos et accusam et justo duo dolores et ea rebum. Stet c)3.996 F .939
|
||||
(lita kasd guber)-.077 F(-)-.407 E
|
||||
(gren, no sea takimata sanctus est lorem ipsum dolor sit amet.)131.072
|
||||
682 Q(3.)72 701 Q(And here we are)87.29 701 Q 3.058(,b)-.198 G(ac)-3.058
|
||||
E 3.058(ka)-.077 G 3.058(tt)-3.058 G
|
||||
(he top-level numbered list with a minimum of muss and fuss)-3.058 E(,)
|
||||
-.275 E(4.)72 720 Q .469(Generally speaking)87.29 720 R 3.527(,o)-.275 G
|
||||
.468(nce you get the hang of string tabs and the)-3.527 F F2 -.814(PA)
|
||||
3.526 G(D).814 E F1(macro)3.526 E 3.526(,y)-.198 G .468(ou'll \214nd)
|
||||
-3.526 F 1.052(setting up complex nested lists \(or anything similar to\
|
||||
them\) easier than with hanging)87.29 733 R(indents)87.29 746 Q(.)-.275
|
||||
E 0 Cg EP
|
||||
%%Page: 3 3
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
%%EndPageSetup
|
||||
/F0 12/Times-Bold@0 SF(Example 5:)72 72 Q -.9(Wo)72 89.5 S(rd spacing).9
|
||||
E .48 LW 78 93.25 72 93.25 DL 82.776 93.25 76.776 93.25 DL 88.776 93.25
|
||||
82.776 93.25 DL 94.776 93.25 88.776 93.25 DL 100.776 93.25 94.776 93.25
|
||||
DL 106.776 93.25 100.776 93.25 DL 112.776 93.25 106.776 93.25 DL 118.776
|
||||
93.25 112.776 93.25 DL 124.776 93.25 118.776 93.25 DL 130.776 93.25
|
||||
124.776 93.25 DL 136.776 93.25 130.776 93.25 DL 142.776 93.25 136.776
|
||||
93.25 DL/F1 10/Helvetica-Bold@0 SF(Normal w)72 111.5 Q(or)-.2 E 2.78(ds)
|
||||
-.2 G(pacing)-2.78 E/F2 11/Palatino-Roman@0 SF .305 -.305(Now i)72 125.5
|
||||
T 2.75(st).305 G
|
||||
(he time for all good men to come to the aid of the party)-2.75 E(.)
|
||||
-1.221 E F1 -.6(Wo)72 143.5 S .4 -.2(rd s).6 H(pacing adjusted b).2 E(y)
|
||||
-.2 E(+)1.949 -1 M(2)-.277 1 M F2 .763 -.305(Now i)72 157.5 T 3.208(st)
|
||||
.305 G .458(he time for all good men to come to the aid of the party)
|
||||
-3.208 F(.)-1.221 E F1 -.6(Wo)72 175.5 S .4 -.2(rd s).6 H
|
||||
(pacing adjusted b).2 E(y)-.2 E(+)1.949 -1 M(4)1 I F2 1.221 -.305(Now i)
|
||||
72 189.5 T 3.666(st).305 G .916
|
||||
(he time for all good men to come to the aid of the party)-3.666 F(.)
|
||||
-1.221 E F1 -.6(Wo)72 207.5 S .4 -.2(rd s).6 H(pacing adjusted b).2 E(y)
|
||||
-.2 E(+)1.949 -1 M(6)1 I F2 1.68 -.305(Now i)72 221.5 T 4.125(st).305 G
|
||||
1.375(he time for all good men to come to the aid of the party)-4.125 F
|
||||
(.)-1.221 E F0(Example 6:)72 256.5 Q(Line k)72 274 Q(er)-.12 E(ning)-.18
|
||||
E 78 277.75 72 277.75 DL 78.048 277.75 72.048 277.75 DL 84.048 277.75
|
||||
78.048 277.75 DL 90.048 277.75 84.048 277.75 DL 96.048 277.75 90.048
|
||||
277.75 DL 102.048 277.75 96.048 277.75 DL 108.048 277.75 102.048 277.75
|
||||
DL 114.048 277.75 108.048 277.75 DL 120.048 277.75 114.048 277.75 DL
|
||||
126.048 277.75 120.048 277.75 DL 132.048 277.75 126.048 277.75 DL
|
||||
138.048 277.75 132.048 277.75 DL F1(Unkerned line)72 297 Q F2
|
||||
(\231But this is)72 312 Q/F3 11/Palatino-Italic@0 SF -2.651
|
||||
(important! \232)2.75 F F2(she exclaimed.)A F1
|
||||
(Line \231tightened\232 \211 .R)72 331 Q 2.78(W.)-.4 G(1)-2.78 E F2 .1
|
||||
-.1(\231But this is)72 346 T F3 -2.651(important! \232)2.75 F F2 .1 -.1
|
||||
(she exclaimed.)D F1(Line \231tightened\232 \211 .R)72 365 Q 2.78(W.)-.4
|
||||
G(2)-2.78 E F2 .2 -.2(\231But this is)72 380 T F3 -2.651
|
||||
(important! \232)2.75 F F2 .2 -.2(she exclaimed.)D F1
|
||||
(Line \231tightened\232 \211 .R)72 399 Q 2.78(W.)-.4 G(3)-2.78 E F2 .3
|
||||
-.3(\231But this is)72 414 T F3 -2.651(important! \232)2.75 F F2 .3 -.3
|
||||
(she exclaimed.)D F1(Unkerned line)306 297 Q F2 .3 -.3(\231But this is)
|
||||
306 312 T F3 -2.651(important! \232)2.75 F F2 .3 -.3(she exclaimed.)D F1
|
||||
(Line \231loosened\232 \211 .EW .1)306 331 Q F2 -.1 .1(\231But this is)
|
||||
306 346 T F3 -2.651(important! \232)2.75 F F2 -.1 .1(she exclaimed.)D F1
|
||||
(Line \231loosened\232 \211 .EW .2)306 365 Q F2 -.2 .2(\231But this is)
|
||||
306 380 T F3 -2.651(important! \232)2.75 F F2 -.2 .2(she exclaimed.)D F1
|
||||
(Line \231loosened\232 \211 .EW .3)306 399 Q F2 -.3 .3(\231But this is)
|
||||
306 414 T F3 -2.651(important! \232)2.75 F F2 -.3 .3(she exclaimed.)D F0
|
||||
(Example 7:)72 450.5 Q(Cutar)72 468 Q(ound using left)-.216 E
|
||||
(/right indents, multi columns and a dr).666 E(opcap)-.216 E 78 471.75
|
||||
72 471.75 DL 79.95 471.75 73.95 471.75 DL 85.95 471.75 79.95 471.75 DL
|
||||
91.95 471.75 85.95 471.75 DL 97.95 471.75 91.95 471.75 DL 103.95 471.75
|
||||
97.95 471.75 DL 109.95 471.75 103.95 471.75 DL 115.95 471.75 109.95
|
||||
471.75 DL 121.95 471.75 115.95 471.75 DL 127.95 471.75 121.95 471.75 DL
|
||||
133.95 471.75 127.95 471.75 DL 139.95 471.75 133.95 471.75 DL 145.95
|
||||
471.75 139.95 471.75 DL 151.95 471.75 145.95 471.75 DL 157.95 471.75
|
||||
151.95 471.75 DL 163.95 471.75 157.95 471.75 DL 169.95 471.75 163.95
|
||||
471.75 DL 175.95 471.75 169.95 471.75 DL 181.95 471.75 175.95 471.75 DL
|
||||
187.95 471.75 181.95 471.75 DL 193.95 471.75 187.95 471.75 DL 199.95
|
||||
471.75 193.95 471.75 DL 205.95 471.75 199.95 471.75 DL 211.95 471.75
|
||||
205.95 471.75 DL 217.95 471.75 211.95 471.75 DL 223.95 471.75 217.95
|
||||
471.75 DL 229.95 471.75 223.95 471.75 DL 235.95 471.75 229.95 471.75 DL
|
||||
241.95 471.75 235.95 471.75 DL 247.95 471.75 241.95 471.75 DL 253.95
|
||||
471.75 247.95 471.75 DL 259.95 471.75 253.95 471.75 DL 265.95 471.75
|
||||
259.95 471.75 DL 271.95 471.75 265.95 471.75 DL 277.95 471.75 271.95
|
||||
471.75 DL 283.95 471.75 277.95 471.75 DL 289.95 471.75 283.95 471.75 DL
|
||||
295.95 471.75 289.95 471.75 DL 301.95 471.75 295.95 471.75 DL 307.95
|
||||
471.75 301.95 471.75 DL 313.95 471.75 307.95 471.75 DL 319.95 471.75
|
||||
313.95 471.75 DL 325.95 471.75 319.95 471.75 DL 331.95 471.75 325.95
|
||||
471.75 DL 337.95 471.75 331.95 471.75 DL 343.95 471.75 337.95 471.75 DL
|
||||
349.95 471.75 343.95 471.75 DL 355.95 471.75 349.95 471.75 DL 361.95
|
||||
471.75 355.95 471.75 DL 367.95 471.75 361.95 471.75 DL 373.95 471.75
|
||||
367.95 471.75 DL 379.95 471.75 373.95 471.75 DL 385.95 471.75 379.95
|
||||
471.75 DL 391.95 471.75 385.95 471.75 DL 397.95 471.75 391.95 471.75 DL
|
||||
403.95 471.75 397.95 471.75 DL 0 0 81 81 -96 96 265.5 659 PBEGIN
|
||||
%%BeginDocument: penguin.ps
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: GIMP PostScript file plugin V 1.06 by Peter Kirchgessner
|
||||
%%Title: /home/peter/Pics/penguin_small2_bw.ps
|
||||
%%CreationDate: Wed Apr 17 19:49:51 2002
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
%%Pages: 1
|
||||
%%BoundingBox: 0 0 81 96
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
% Use own dictionary to avoid conflicts
|
||||
5 dict begin
|
||||
%%EndProlog
|
||||
%%Page: 1 1
|
||||
% Translate for offset
|
||||
0.000000 0.000000 translate
|
||||
% Translate to begin of first scanline
|
||||
0.000000 95.872000 translate
|
||||
80.640000 -95.872000 scale
|
||||
% Variable to keep one line of raster data
|
||||
/scanline 90 1 mul string def
|
||||
% Image geometry
|
||||
90 107 8
|
||||
% Transformation matrix
|
||||
[ 90 0 0 107 0 0 ]
|
||||
{ currentfile scanline readhexstring pop }
|
||||
image
|
||||
72727272717171717171717172717171717171717171717172717171727271717171727273736f
|
||||
675852524e4653535a676b73737272727272727272727272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7172717271717171717171717271717171717171717171717271717171717172727272726d5d4a
|
||||
4039393939373a3a3c3f4653637172727272727272727272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7171717271717171717171717271717171717171717171717271717171717173747271644b3f3a
|
||||
3a393a3a3a393b3b3b38393b3d4d64707272727272727272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171717171727171717172717171717171727171717171727372705b3b3d3b3a
|
||||
3939393939393938393939383a3c3f546d71747272727272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
727271727171717171717171727171717171717171717171727171717171727173553e3d383a39
|
||||
393a383838383838393940564d3f38394668727272727272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
71717171717171717171717172717171717171717171717172717171717172715f3d38393b3b39
|
||||
3a393939393939393a3c5574807252403742627272727272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
727271727171717171717171727171717171717171717171727171717172726c403c373a3a3a3a
|
||||
3a3a3a3a3a3a3a3a393e5e82958c72543a38416a72737272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
727171727171717171717171727171717171717171717171727171717271735a3d383b3a3a3a3a
|
||||
3a3a3a3a3a3a3a3a383c5f87978e7c65493a3c5070737272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7171717271717171717171717271717171717171717171717271717172736c4638373b3a3a3a3a
|
||||
3a3a3a3a3a3a3a3a3a436384897d6d644f3a3b3e60727472727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
727171727171717171717171727171717171717171717171727171717273603a3839393a3a3a3a
|
||||
3a3a3a3a3a3a3a3b39425c6f68574745403b3c3848707472727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7271727271717171717171717271717171717171717171717271717172724d373938393a3a3a3a
|
||||
3a3a3a3a3a3a3a393a3d494e3e3e3c3b393c3a393b617272727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
71717171717171717171717171717171717171717171717172717171727241393839393c3a3a3a
|
||||
3a3a3a3a3a3a3a393b3a3a3d3b3a3d393c3b393b3a4b7374717272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717171717171717271717172703a3b3937393b393a3a
|
||||
3a3a3a3a3a3a3a3a3a3b3a3a393d3a3b3b3b393a393e6d74727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717171717171717271717171633c3a3a38383d413c3a
|
||||
3a3a3a3a3a3a3a3a3a3b3e4142393c3c3b3b3939393c6074707272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717171717171717271717171623b373b3e40475d5a3f
|
||||
3b3b3a3a393b3b3b373839486b6d3d393b3b3a38393b5c73717272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717271717171717271717172623b373c3a3d3f425d65
|
||||
3f393a3a3d393b3e5b75795a3e6562393b3b3b39393d4f71727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717272717171717271717171717271717172623c3838538a9e7e4960
|
||||
4e3c3a3a3c3a57879ea9b0b68e445b463b3b3b3a3b3d4a72727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171727171717272717171727171717271717271717172613c374d96b6cabb8e48
|
||||
463b3a3a3a5291abb6c0c7d1be7f3f473b3b3a38393a4672727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717271717271717171717171717171717271717172603c3770acd1e3dfcc84
|
||||
3a3b3a3a3d85c0e7f4f7f7f2d9a4593a3b3b393839393f6b727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717171717171717271717172603c3c9aebdbc5eefdda
|
||||
45393a3a45b8f7fcda8386d1faec8b373b3b3a3938383e6b727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717171717172717271717172613946c8db4e7188eaf9
|
||||
60443c3e4dc7fbe953468a7fcdfdc7433b3b3a3839383c6a727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717171717171717271717172603a4bd59a387184a5fb
|
||||
755363655bc9fb9c3d3a5c907ffbe7543b3b3a3939383c6a717272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7171717171717171717171717171717171717171717171717171717171673b4ad5833e4a7f75f8
|
||||
6f484b575cb3f67b363c445b68f4ed553a3a3a3939393b6a717272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727272717171717171717271717171717171717272717271717171714245cc953c3d5667ce
|
||||
666e6f6c6282e97a3b3a3a3b5bf5ea58393a393a393c386a737272727272727272727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171717171727171717171717171717171727171717171413eb7c4453b416fa6
|
||||
c3c9c6c2bcb1c19d3a3c3b3e8cfbdc4c3939393a39393969727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171717171727171717171727171717171727171717171413a8df18e477da2af
|
||||
cdcecbbfa6b2cfc289534273ebf9ac3f3939393939383b62727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
72727272717171717171717172717171717172717171717172717171717142385bdae697a9c1cd
|
||||
cfcecfd3d4d7dcd9d5c5a8c5e4dc633838393a39393a365b727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
72727272717171717171717172717171717171717171717172717171717142363e99a4a8b9cacf
|
||||
cecfd2d8dcdfe2dfdedad6cdc3ac693f39393939393a375b727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717271717271717171717171727171717271717171714137538fa4b4c2cbcf
|
||||
cfd1d5dadee2e1dfdedededfdcdab5553a3a39393a3c3859727272727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717271717171717271717171714b43839facbdc8cfcf
|
||||
d0d3d7dae2e2dfdedededed1b1c5c05e3c3b393a3c393c4c717272727272727272727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171717171727271717171717171717171727171717172524c94a0b2c1cbcfcf
|
||||
d1d5d9dee1dfdedededabea8aebbad4f3b3c3a393a3a3d426b7273727272727272727272727272
|
||||
727272727272727272727272
|
||||
72727272727171717271717172727171717171717172717172727171717254478ea5b9c3ced0d1
|
||||
d3d6dbe0dededddccfabaab7bbbaaa4b3c3b393a37393f3b597174727272727272727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171727171727171717171717171717171727171717171503b5c84aec9d0d1d1
|
||||
d6d9dddcded9d1b0a0b1b8bbbab387403a3b6c7446333938477173727272727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271727171717171717171717271717171714f3d457986a3c5d1d6
|
||||
d8d9d8d1bfa795a2b4b7bab7adac8642383863978e6f413c3c6973727272727272727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171717171727171717171717171717271727172717272523b4390a58a8e9da8
|
||||
aba4a29d9ca5aeb3b2afabb7c4c2bb5d3b3645849b99663a3c4e72727272727272727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171717171727171727171717171717271727171717273543c49adbfa29097b4
|
||||
c0b9b5b3b4b0afada5aabec7cfcac3763a3b3c5e999a8745393d65727272727272727272727272
|
||||
727272727272727272727272
|
||||
727272727271717171717171727271717172717171717171727172727171483856aac1bfa18e9e
|
||||
b1b4b2afa9a3a0a4b3c1c1c5d3ded4ac413a3b4079895a38353948707472727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271727171717171717272727171717171717171717272737272633f3c4ea8c5c1c0a790
|
||||
919698959193a7bac2c1c9e1f4fbfbde6c3b3c3a39423c3b3a393e617473727272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271727171717171717172717272717270453b394dc1d9c8c2c2bc
|
||||
a79b9b9dabbac0c1c2cde3f8fdfdfdfabf453b3b3b3b3b3b3a393d4c7071727272727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171717172727171717171717171717171727270715b3d3b398ff5e7cec3c3c1
|
||||
c3c1c2c2c3c2c2c8d4e4f5fdfdfdfdfdf9723f3b3b3b3b3b3b3a39435a74747272727272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717171717171717271726750463658e0fbf7e4c6c2c3
|
||||
c3c2c3c2c2c4ceddedf7fdfdfdfdfcfdfccb4a3b3d383b3b3a3a3a3e4a6b727271727272727272
|
||||
727272727272727272727272
|
||||
72727272717171717171717172717271717171717171717172716d4b544340b1f7fcfdf7d5c2c2
|
||||
c2c2c2c2c6d5e7f5fcfdfdfdfdfdfdfcfbf7833d3d3b3b3b393b393a3b4e717272717272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717271727271727171717171717171727371483a3a3673f4fdfcfbfceccfc5
|
||||
c2c1c2cde3f3fafdfdfdfcfdfdfdfdfcfdfccb40393a3b3b39393a393b3c607271727272727272
|
||||
727272727272727272727272
|
||||
727272727171717171727171727171717171717171717171705a3e3f3c45d0fcfdfdfcfdfcf5e6
|
||||
d9dce5f1fafcfcfcfdfdfcfdfdfdfdfdfdfdf66937393b3b393939393a3a486a72717272727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171717171717171725f3e3a3c3985fbfcfdfcfdfdfdfdf9
|
||||
f1f8fcfdfdfcfcfcfcfdfdfdfdfdfdfdfdfdfd933b3a3b3b3a3a3a3a393a3d4a6b717272727272
|
||||
727272727272727272727272
|
||||
717171717171717171717171717171717171717172727267443b3b394cd2fafcfdfdfdfdfdfdfb
|
||||
fafcfdfdfdfcfcfcfcfcfdfdfdfdfdfdfdfdfbc73b3b3a3a3a393a3a3a393c3e52727272727271
|
||||
727272717171717172717271
|
||||
727172727171717171717171727171717172727175736d423a3a383c7de7f9fefefdfdfdfdfdfc
|
||||
fbfcfdfdfdfcfdfdfcfdfdfdfdfdfdfdfdfcf8e24d3c3b3b3a3a3a3a3b3b393a3b537173727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271727171727271726e4d3b3b3a3646a0e2f8fdfefdfcfcfdfdfc
|
||||
f8f8fcfdfdfdfdfdfdfdfcfdfdfdfcfbf4f0efeb653f3b3b3b3b3b3b3b3b3938393f5772727272
|
||||
727272727272727272727272
|
||||
727172727171717171717171727171717171727171533f3b3b3a364aa5cef0f9fbfdfdfcf9f5f1
|
||||
ecebf3f8fafbfbfafcfaf8f7f5f5efeae3dbdfe687473b3b3a3b3a393a3a3b393a393f5c727272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717272717171717271623d3d3a3b3a3a5ba9b8d0e7edf5f9f9f5ede3
|
||||
e1e5e7f2fbf9fafaf7eee2dad3d0cececcc8c9d8c5513a3b3a373c393d3b3a3939383d3e637272
|
||||
727272727272727272727272
|
||||
727272727171717171717171727171717172726e4a3d383a3b3a456fadb5cbddebf8fbfcfdfced
|
||||
e4f5fbfdfcfdfdfdfcf7ede3d5cecac8c7c6c6c7deb844393e644e3a393b3a3a3939383c4b6f72
|
||||
727272727272727272727272
|
||||
72727272717171717172727272727271717272603e3a3b3b393a4b7cbbd3ebf7fdfcfcfbfdfcee
|
||||
f1fcfcfcfcfbfbfdfcfcfdfbf8f2e8ded3cbc7c6ceee993d34556f5f463c3d393b393a3a3e6272
|
||||
727272727272727272727272
|
||||
717171727171717172717171727171717173704b3b3d39473c3c5fb0dcf1fbfcfcfcfdfcfcfcf5
|
||||
f5fbfcfbfdfcfcfcfcfcfbfbfdfcfcfbf5e9d9cdc7d8ea683b3d3d58724b3b3d3b3a3a3a3c5173
|
||||
737272727272727272727272
|
||||
7272727271717171717271717271717171736e433e385e603e4090dff5fcfdfcfcfbfcfcfbfcfa
|
||||
fbfbfcfcfcfbfcfdfcfcfcfcfdfcfcfcfbfcf6e6d3c9e3c3403a3d394d7342353e3a3b3a39416b
|
||||
727372727272727272727272
|
||||
727171727171717171717171727171717172673d374a6b3b3d4cd9f8fdfcfcfcfbfdfbfcfbfcfc
|
||||
fbfcfcfbfcfcfcfcfdfcfcfcfbfcfbfcfcfdfdfaedd4ceeb6c3c3d3d3e51663a3e383b3a393c56
|
||||
717472727272727272727272
|
||||
727271727171717171717171727171717173573c3c604d3b3c8ffbfdfbfcfdfcfcfcfcfcfcfbfb
|
||||
fdfbfdfcfdfbfcfcfcfbfcfcfdfbfdfcfcfcfcfdfcedd3dac43d384e5b5064583a3c3b3a363c40
|
||||
6f7272727272727272727272
|
||||
727271727171717171717171727171717170483f476f373851e9fdfdfdfbfcfcfcfcfcfcfbfcfd
|
||||
fcfcfcfbfcfcfbfbfcfcfdfcfdfcfcfcfcfcfcfdfcfdf1e6f1583f5e7770546d42393b3a3b3a3d
|
||||
637272727272727272727272
|
||||
7272727271717172717171717271727372643f3c6a52373da0fbfcfcfcfcfbfcfcfcfdfcfcfbfb
|
||||
fcfbfcfbfbfcfdfcfcfcfcfcfcfcfcfbfcfcfdfcfdfbfcfcfd9545657c735259613d3c393a393b
|
||||
4e7172727272727272727272
|
||||
7272727271717171717171717271727471513a456a393a5ae6fafcfbfcfbfcfbfcfcfcfcfbf8fa
|
||||
fbfcfcfcfcfdfbfcfdfcfcfdfcfdfcfbfdfcfbfcfcfcfcfcfdc64f5e6456434078433b3d393b3d
|
||||
436c72727272727272727272
|
||||
727272727171727171717171727272726e47385c53333e98fbfbfcfcfcfcfcfcfcfcfcfcf9eafb
|
||||
fbfbfbfbfcfcfbfdfcfcfbfcfcfcfcfcfbfdfcfcfdfdfcfdfce7473d3f3b3b375e57393d383939
|
||||
3b6171727272727272727272
|
||||
72727272717171717171717172717272633c3b703f3451dafcfcfbfbfcfcfbfcfcfdfdfbf4e8fa
|
||||
fcfdfcfcfcfbfcfbfcfcfcfcfbfdfcfcfcfcfcfcfcfbfbfcfcfa623c3a3a3b374b66373d393939
|
||||
3b5072727272727272727272
|
||||
727272727171717171717171727272714e3b52613b388af8fcfbfcfbfcfcfcfcfcfdfcfcf2edfc
|
||||
fdfcfcfcfcfdfcfbfcfcfcfcfcfdfcfdfdfcfcfcfcfdfcfbfcfc84383b3b393a3f774138383938
|
||||
3a416f727272727272727272
|
||||
727271727171717171717171727272663c3c68453b40c5fbfbfbfdfdfcfcfdfbfcfcfcfcededfb
|
||||
fcfcfcfcfbfcfcfcfcfbfbfcfcfcfcfcfafcfcfcfcfbfcfdfcfda23c3b3b3b3b3d7437383b3a39
|
||||
3b3f68727272727272727272
|
||||
7272727271717171717171717174714b3a3a6b373b57eefcfcfcfcfbfcfcfbfcfcfbfdfbe9e9fb
|
||||
fbfcfcfcfbfcfcfbfbfcfcfbfbfcfbfcfcfcfcfcfbfcfcfcfdfcaf3b3b3b3c3a406f37373a3a39
|
||||
393d5f727272727272727272
|
||||
7171717272717171727171717271623e3d4a60373b82fbfcfcfdfbfdfcfcfcfcfbfcfcfbe6eafb
|
||||
fcfdfcfcfcfcfcfbfdfcfcfcfdfcfcfcfcfdfcfcfcfbfcfcfcfdbd3a3b3b3a3843633836393a38
|
||||
3a3c54727272727272727272
|
||||
727272727272717171717272736d463a37535c3839aafcfcfcfdfdfcfcfcfbfcfdfcfbfbe6eaf9
|
||||
fbfbfcfbfcfbfcfcfbfdfcfcfbfcfcfcfcfdfcfcfcfcfbfdfcfcce3c3b3b393c4e533937383939
|
||||
383c4f727272727272727272
|
||||
71717272717171717171717371593d3b3952603947cdfcfbfcfcfcfcfcfdfdfcfcfcfdfae2e9fa
|
||||
fbfbfcfdfbfcfcfcfcfcfcfcfcfcfcfbfbfcfbfdfcfcfdfafcfcd4423b3b3b3a5a4e393a39383a
|
||||
3a3940727272727272727272
|
||||
7272727271717171717271726c41393c3656683b47d6fdfbfcfcfcfcfcfcfbfcfdfcfcfae1e9fb
|
||||
fbfcfdfcfcfcfbfcfcfcfcfbfcfcfbfcfcfcfbfbfdfcfbfcfcfdda413b3b3c3b6644393a3a3938
|
||||
3b3a3f727272727272727272
|
||||
727271727171717171717171553c3b3b405f6d394ce1fcfcfcfcfcfcfbfdfcfcfcfcfcf9e1ecfb
|
||||
fcfcfcfcfcfbfbfcfdfcfcfdfbfcfcfcfcfbfcfbfbfdfcfdfcfcdd423b3b3b39643f393a393939
|
||||
3a3a3e727272727272727272
|
||||
7272727271727171717171724f3e363d4f767e3b5be9fcfdfcfdfbfbfbfcfcfbfafcfcf8e2eefb
|
||||
fbfcfcfcfcfcfcfcfcfcfcfcfcfcfcfbfdfcfbfcfdfcfcfcfbfdde433b3b3b455f3a3b3b3a3a39
|
||||
39393e727272727272727272
|
||||
72727272717171717171716e46393938466b863e69edfcfdfcfcfcfcfbfcfcfcfcfcfcf7e2eefc
|
||||
fbfcfcfdfbfdfcfbfdfcfdfdfdfcfcfcfcfdfbfcfcfbfcfcfbfddc443b3b385a463b3b3b3a3839
|
||||
393940727272727272727272
|
||||
72727272717171727171716f413a3a3a3945724869effcfcfcfcfbfcfcfbfcfcfcfcfbf8e2f1fc
|
||||
fcfcfcfbfcfcfcfcfcfcfcfcfcfcfcfbfcfcfcfcfcfcfbfcfdfccc3f383a41683b3d3d3a3b3a3a
|
||||
3a3b42727272727272727272
|
||||
72727272727171717171716e443938393c3c49626eeefcfbfcfcfcfcfcfcfcfcfcfcfcf8e2f1fc
|
||||
fbfcfdfcfcfdfdfcfcfcfcfcfbfcfbfcfcfcfcfcfcfcfcfcfcfcb83b3f5a685d455b6054463f3a
|
||||
3c3a51727272727272727272
|
||||
727272727271717172717171524a728f8d5e424d80e3fbfcfcfbfcfcfdfcfbfcfcfcfcf7e1f2fb
|
||||
fcfcfcfcfcfcfcfbfcfdfbfcfcfcfcfcfcfcfcfcfcfdfcfcfcfc9c405b503d3b3c3c455368755c
|
||||
3d3a5a727272727272727272
|
||||
72727172717171727271727174a3c9d4d6c87b3b50b0f9fcfcfdfcfcfcfbfdfcfcfcfcf8e2f3fb
|
||||
fcfcfdfcfcfcfcfcfcfcfbfbfbfcfbfcfbfcfcfcfcfcfbf9fbf66956403b3a3a39393b3a3a608d
|
||||
654567717273727272727272
|
||||
7272727271717172717371739bc1d1d4d4d4cc7f3f55a9f5fbfbfcfbfdfbfbfcfbfbfcf8e1f3fc
|
||||
fbfcfcfcfbfcfbfcfcfdfdfcfcfcfcfcfcfcfcfcfbf6d5d3d3d29c59393a393b3b3b3b3a3c5d76
|
||||
61486b737272727272727272
|
||||
727272727171727171737288b1c7d1d4d4d5d4cc803f4ea1f0fbfcfcfcfbfcfcfcfdfcf6e3f4fc
|
||||
fdfbfbfcfcfcfcfcfcfcfcfcfdfbfcfcfcfbfcfcfcdccfdbdddccd5b3e3a393b3b3b3b3a3e655e
|
||||
519c89727373727272727272
|
||||
7171717272727171717276a3b8c8d2d4d5d4d5d5c66d3a4892e9fcfbfcfdfcfbfbfbfcf8e1effb
|
||||
fcfbfcfcfcfcfbfcfcfbfcfbfcfcfcfcfbfcfcfcfcd5c7d4d7dabb50383c393b3b3b3b3a414f40
|
||||
76cfda8f7374727272727272
|
||||
7172717372727271707e9db3c0cdd4d4d5d4d4d5d4b6543b4673d6fbfbfcfcfdfdfcfbfaeaedfc
|
||||
fbfdfcfcfcfdfdfcfcfcfcfcfbfbfcfbfcfdfcfcfcd7c5d3d4d1a9513a393a3b3b3b3b3a3a3653
|
||||
bad5d7b87371727272727272
|
||||
7170778c9baaa8a5a3a7b4bdc9d1d4d4d4d4d4d4d5d2a04435405bc1f7fcfcfdfbfcfcfdfbf9fc
|
||||
fdfcfbfcfcfcfbfcfcfcfcfbfcfcfcfdfcfcfbfbf8d8c4d3d2c9a85c3a3b383b3b3b3b3a3a4196
|
||||
cfd1d4c47370727272727272
|
||||
73779fb2bcc1bfbbbbbdc4cad1d4d4d4d5d4d4d4d5d4cb7c3d373c469ef3fbfcfcfcfdfcfcfcfc
|
||||
fcfbfcfcfbfcfcfcfcfcfcfcfcfcfcfcfbfcfbe8d3c7c4d2cec3ae78463c36383836373b477dbf
|
||||
cccfd1c07671727272727272
|
||||
738ab0bec9cdccc9c7ccd1d2d4d4d4d4d4d4d4d4d4d5d5b758383b3a4387e5fdfcfcfcfbfcfcfc
|
||||
fdfdfbfcfcfcfcfcfbfcfcfdfcfcfbfbfdfceecdc7c3c2cecbc1ae997146403e393d426189b2c3
|
||||
cccfd2c27572727272727272
|
||||
7193b7c7ced1d2d3d2d3d4d4d4d4d4d4d5d4d4d4d4d3d4cf953d383a353a68d0fbfbfbfbfdfcfc
|
||||
fbfbfbfdfcfdfcfbfcfcfbfcfcfcfdfcfbfde3c7c8c2bfc9cac4b5a69c8e7d77767e929eacc0ca
|
||||
d0d3d4d07f72727272727272
|
||||
729eb8c8d0d4d4d4d4d4d4d4d4d4d4d4d4d4d4d4d5d3d3d5c065383b38343f57bffbfbfcfcfbfc
|
||||
fcfcfcfcfbfbfcfdfcfcfcfcfbfbfbfcfcfbdfc9c8bdb9c8cac6bbb0a8a5a1a0a1a3a7b1bfccd1
|
||||
d4d4d4d3af77717372727272
|
||||
7192b7c6d0d4d4d4d4d4d4d4d5d4d4d4d4d4d4d4d4d4d3d4d4a64639383c3a3852c7fcfcfdfdfd
|
||||
fcfcfcfcfcfcfdfdfcfcfdfcfdfcfbfcfcfbe0c8c8b8b4c6cacac1b9b5b1b0afafb2b7c0cbd4d4
|
||||
d4d5d4d2cf9c727272727272
|
||||
728cb5c3ced4d4d4d4d4d4d4d5d4d4d4d4d4d4d4d4d4d4d4d4c97d3b363a3737396ef0fcfcfcfc
|
||||
fdfcfcfcfbfcfcfcfcfcfcfcfdfcfcfbfcfde7cbc9b3aebfc9cbc8c2bcbbb9b9b9bcc3c9d1d5d5
|
||||
d5d5d5d3d1c88f7272727272
|
||||
718bb2c0cdd3d4d4d4d4d4d5d5d5d4d4d5d4d4d4d5d4d4d4d4d5b6573a3939393742d8fcfcfcfc
|
||||
fcfbfcfbfcfcfcfdfcfcfcfcfbfbfcfcfdfbeed0c8adaabcc9d0cecbc5c3c2c1c3c5c8ced2d5d5
|
||||
d5d5d5d5d4d1c29071727372
|
||||
727fafbdccd3d4d4d4d4d4d4d5d4d4d4d4d4d4d4d4d4d4d4d4d4ce974038393b393fd1fcfcfcfb
|
||||
fcfbfcfdfcfcfbfcfcfcfcfcfbfcfcfbfcfcf3d3b588aabdc9d0d2d1cdcbc9c8caccced1d4d5d5
|
||||
d5d5d5d5d4d3d0cb99767372
|
||||
727aadbccbd3d4d4d4d4d4d4d5d4d4d4d4d4d4d4d4d4d4d4d5d3d5c57a3a3a383a59ecfdfcfcfc
|
||||
fbfcfcfcfcfcfcfbfcfbfcfcfbfcfcfcfbfcf2c46785aabdc9d1d3d3d2d2d0d1d1d2d2d3d4d5d5
|
||||
d5d5d5d5d5d5d4d4d4b88872
|
||||
727bacbacbd3d4d4d4d4d4d4d5d4d4d4d4d4d4d4d4d4d4d4d5d4d3d5b15441467bd7fcfcfcfbfc
|
||||
fcfdfdfcfcfcfbfcfcfcfdfdfcfcfcfcfbfccd5d4484abbecad1d2d4d4d5d4d5d4d4d4d4d5d5d5
|
||||
d5d5d5d5d5d4d5d4d4d5cea5
|
||||
727caebac9d3d4d4d4d4d5d5d5d5d4d4d4d4d4d4d4d4d4d4d5d5d3d3ce99a7dcf8fcfcfcfcfcfc
|
||||
fbfbfcfcfbfcfcfdfcfcfcfcfbfcfcfcf8c2523a4789aabecad1d3d4d5d5d5d5d5d5d5d5d5d5d5
|
||||
d5d5d5d5d5d5d5d5d5d5d2c6
|
||||
7084aebacbd2d3d4d4d4d4d4d4d4d4d4d4d4d4d4d4d4d4d4d4d4d3d1d1bfa4f4fafbfbfcfcfbfc
|
||||
fcfcfbfbfcfcfcfcfcfcfcfcfcfbfbf6a44538364e8aaabecbd2d4d4d4d4d4d4d4d4d4d4d4d4d4
|
||||
d4d4d4d4d4d4d5d5d4d3cec1
|
||||
718eacbbcdd3d3d4d4d4d5d4d5d4d4d4d5d4d4d5d4d4d5d4d5d4d4d3cfceadbdfbfcfbfcfcfcfc
|
||||
fbfdfdfcfbfdfbfbfcfcfbfbfcfce87f42353834578aa9c0cbd2d5d5d5d5d5d5d5d5d5d5d5d5d5
|
||||
d5d5d5d5d5d5d5d4d0c9c19f
|
||||
739daec0d0d4d4d4d4d4d4d4d5d4d4d4d4d4d4d4d4d4d4d4d5d4d4d4cfd0bc95d1fbfbfbfcfcfc
|
||||
fcfcfcfcfcfcfbfcfcfcfcfcefa84c3b383c39385e88a7c1ccd2d4d5d5d5d5d5d5d5d5d5d5d5d5
|
||||
d5d5d5d5d4d4d4d1c6bca676
|
||||
81a6b6cbd2d3d4d4d4d4d4d4d5d4d4d4d4d4d4d4d4d4d4d4d5d4d4d4cfcabf9f80cbfafbfcfcfc
|
||||
fbfcfcfcfcfbfcfcfcfcf0b45b3c3a3b3a3738396488a6bfccd3d4d5d5d5d5d5d5d5d5d5d5d5d5
|
||||
d4d4d4d4d3d1ccc1b5947871
|
||||
94aebfcdd2d3d4d4d4d4d4d4d5d4d4d4d4d4d4d4d4d4d4d5d5d4d4d4d0c6bda6835a8ad1eff7fb
|
||||
fcfbfcfcfbfaf3e7c5935a3f373a3b3b3b3b3b3d6b8ba7becbd2d5d5d5d5d5d5d5d5d5d5d5d4d4
|
||||
d5d4d4cec7c0b5a280727373
|
||||
a4afbdc8d1d2d2d3d4d3d4d4d5d4d4d4d4d4d4d4d4d4d4d4d5d4d4d4d1c8bca98d693b3d5c7e93
|
||||
a7aea0988f7c5e4b3d3b3a38383b3b3b3b3b3a43708ea7bdcad2d5d5d5d5d5d5d5d5d5d5d4d2d1
|
||||
d2d1c8bbb09a7f7372727272
|
||||
a3abb7bfc8cbcdcecfd0d2d4d3d4d4d4d4d4d4d4d4d4d4d5d5d4d5d4d0c8bca78f75473839383d
|
||||
3d3a39373836353a383b37373b3a3a393a3a38477590a6bac9d2d4d5d5d5d4d4d4d5d4d4d0ccca
|
||||
c6bdb1947971727272737272
|
||||
9aa5aaafb7bcbfc0c3c5c6cacccfd0d1d2d3d3d4d4d4d4d5d5d4d4d3cec3b6a28b7b553939393a
|
||||
393939393939393939393939393a393a3a393947768fa3b5c3cfd4d4d4d4d4d4d2d2d1cbc5bfbb
|
||||
b19b80737172727272727272
|
||||
7a91989da0a2a7abafb2b6b7bcc0c4c6c9cdd0d2d4d4d4d4d4d4d4d1c8bba9988a7c593a3a3a3a
|
||||
3a393a3a3a3a3a3a3a3a3a3a3a3938393a3a3a4a768a9daebdc9d0d2d3d3d2d2d0cdc7bfb8b2a6
|
||||
8a7371717171727272727272
|
||||
7172757a838c91979c9fa4a4a6a9aeb1b6bac1c7cdcfd1d2d1d1d1cbbfb09e8f857958383a3839
|
||||
3b3b3b3b3c3b3b3c3b3b3b3b3b3a3837383a394c738596a5b5bfc9ced0d1d0cdc7bfbbafa49a7b
|
||||
727172727272727272727272
|
||||
727273727272747c858b90949496999b9fa4acb3b9bec3c8cbcac4bbafa393867d734e3c404141
|
||||
4b555858585858585858585857554d454543404d7082909daab6c0c5c7c8c6beb8b2a89b8a7571
|
||||
727272727272727272727272
|
||||
7372727272727171727274797d8185898d90959ba2a6abb0b6b6b0a89c92867e776547656f7372
|
||||
707172727272727272727272727174736f6f66656c7e8a959fa6aeb3b4b4b1aaa49d9382727272
|
||||
727272727272727272727272
|
||||
727271717271717171727271717273767b7d82898e9195989b9b98928a837e7972616470727172
|
||||
72727171717171717172727272727272727171706d76828e979b9da0a1a19f9b968d7c73727271
|
||||
717272727272727272727272
|
||||
72727272717171717171717172717170717172767d81868788878683807c776f6e727271717171
|
||||
7171717171717171717272727272727272727271706f79838c9192959595938d84787171717272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171737372727375767a7c7d7b79746e6d72737271717171
|
||||
7171717171717171717272727272727272727271726e6f737c8285888786837974727172717272
|
||||
727272727272727272727272
|
||||
7272727271717171717171717271717171727272727272707273706f6f71707272727271717171
|
||||
71717271717171717172727272727272727272727272716e6f6f72757372727172717172727272
|
||||
727272727272727272727272
|
||||
showpage
|
||||
%%Trailer
|
||||
end
|
||||
%%EOF
|
||||
%%EndDocument
|
||||
end PEND 1 0 0 Cr/F4 37.04 0 46.3/Times-Bold@0 MF(L)72 518 Q 0 Cg/F5 11
|
||||
/Times-Roman@0 SF .718 .2(orem ipsum dolor sit amet, consetetur sa-)
|
||||
99.706 494 T 2.35 .2(dipscing elitr)99.706 506 T 5.5(,s)-.44 G 2.35 .2
|
||||
(ed diam nonumy eirmod)-5.3 H .13 .2(tempor in)99.706 518 T .129 .2
|
||||
(vidunt ut labore et dolore magna)-.44 H -.2 .2
|
||||
(aliquyam erat, sed diam v)72 530 T .2(oluptua.)-.22 G .914(At v)84 542
|
||||
R .914(ero eos et accusam et justo duo dolores et)-.165 F 1.378(ea reb)
|
||||
72 554 R 1.378(um. Stet clita kasd guber)-.22 F 1.377
|
||||
(gren, no sea taki-)-.198 F .463
|
||||
(kimata sanctus est lorem ipsum dolor sit)72 566 R .975
|
||||
(amet. Lorem ipsum dolor sit amet, con-)72 578 R 2.725
|
||||
(setetur sadipscing elitr)72 590 R 5.475(,s)-.44 G 2.725(ed diam non-)
|
||||
-5.475 F(umy eirmod tempor)72 602 Q(.)-.605 E .2(In)84 614 S 1.838 .2
|
||||
(vidunt ut labore et dolore magna)-.44 H 2.035 .2
|
||||
(aliquyam erat, sed diam v)72 626 T 2.036 .2(oluptua. At)-.22 H -.165
|
||||
(ve)72 638 S .381(ro eos et accusam et justo duo dolores).165 F
|
||||
(et ea reb)72 650 Q(um.)-.22 E 1.913(Stet clita kasd guber)84 662 R
|
||||
1.914(gren, no sea ta-)-.198 F 2.556
|
||||
(kimata sanctus est lorem ipsum dolor sit amet.)72 674 R 1.712
|
||||
(Lorem ipsum dolor sit amet, consetetur sadipsc-)72 686 R 1.897
|
||||
(ing elitr)72 698 R 4.647(,s)-.44 G 1.896
|
||||
(ed diam nonumy eirmod tempor in)-4.647 F(vi-)-.44 E .293
|
||||
(dunt ut labore et dolore magna aliquyam erat. Sed)72 710 R .065(diam v)
|
||||
72 722 R .065(oluptua, at v)-.22 F .064(ero eos et accusam et justo duo)
|
||||
-.165 F 1.22 .3(dolores et ea reb)72 734 T 1.22 .3
|
||||
(um. Stet clita no kasd guber)-.22 H(-)-.22 E .98 .3
|
||||
(gren, no sea takimata sanctus est lorem ipsum)318 494 T 3.158
|
||||
(dolor sit amet. Consetetur sadipscing elitr)318 506 R 5.909(,s)-.44 G
|
||||
(ed)-5.909 E .306(diam nonumy eirmod tempor in)318 518 R .306
|
||||
(vidunt ut labore et)-.44 F(dolore.)318 530 Q 2.856
|
||||
(Magna aliquyam erat, sed diam v)330 542 R 2.857(oluptua, at)-.22 F
|
||||
-.165(ve)318 554 S 1.875(ro eos et accusam. Et justo duo dolores et ea)
|
||||
.165 F(reb)360 566 Q .641(um, stet clita kasd guber)-.22 F .641
|
||||
(gren. No sea)-.198 F 1.046(takimata sanctus est, lorem ipsum dolor)360
|
||||
578 R(sit amet.)360 590 Q 2.238(Sit amet, consetetur sadipscing elitr)
|
||||
372 602 R(,)-.44 E 1.134(sed diam. Nonumy eirmod tempor in)360 614 R
|
||||
(vi-)-.44 E 1.875 .3(dunt ut labore et dolore magna. Ali-)360 626 T
|
||||
1.499(quyam erat sed diam v)360 638 R 1.499(oluptua. At v)-.22 F(ero)
|
||||
-.165 E .199(eos et accusam et justo duo dolores et ea)360 650 R(reb)360
|
||||
662 Q(um stet.)-.22 E 1.257(Dolores et ea reb)330 674 R 1.257
|
||||
(um stet clita kasd guber)-.22 F(gren,)-.198 E 4.462
|
||||
(no sea takimata sanctus. Sadipscing elitr sed)318 686 R 1.296
|
||||
(diam, nonumy eirmod tempor)318 698 R 4.046(,i)-.44 G -.44(nv)-4.046 G
|
||||
1.296(idunt ut labore).44 F 1.456
|
||||
(et dolore magna aliquyam erat. Sed diam v)318 710 R(olup-)-.22 E .435
|
||||
(tua, at v)318 722 R .434(ero eos et accusam et justo duo dolores et)
|
||||
-.165 F(ea reb)318 734 Q(um.)-.22 E 0 Cg EP
|
||||
%%Trailer
|
||||
end
|
||||
%%EOF
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,692 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||
<title>Mom -- Appendices</title>
|
||||
</head>
|
||||
<body bgcolor="#dfdfdf">
|
||||
|
||||
<!====================================================================>
|
||||
|
||||
<a href="reserved.html#TOP">Next</a>
|
||||
<a href="macrolist.html#TOP">Prev</a>
|
||||
<a href="toc.html">Back to Table of Contents</a>
|
||||
<p>
|
||||
|
||||
<a name="TOP"></a>
|
||||
<a name="APPENDICES">
|
||||
<h2 align="center"><u>APPENDICES</u></h2>
|
||||
</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="#MOREDOC">Further notes on this documentation</a>
|
||||
<li><a href="#FONTS">Adding PostScript fonts to groff</a>
|
||||
<ul>
|
||||
<li><a href="#HOWTO">How to create a PostScript font for use with groff</a>
|
||||
</ul>
|
||||
<li><a href="#CODENOTES">Some reflections on mom, with an apology</a>
|
||||
<li><a href="#CONTACT">Contact the author</a>
|
||||
<li><a href="reserved.html">List of reserved words</a>
|
||||
</ul>
|
||||
|
||||
<a name="MOREDOC">
|
||||
<h2><u>Further notes on this documentation</u></h2>
|
||||
</a>
|
||||
|
||||
Some <strong>mom</strong> users are sure to ask: "Why is this
|
||||
documentation in html? If <strong>mom</strong>'s so great, why not
|
||||
typeset the whole thing to show her off? And if groff's so great,
|
||||
why not write a man page?"
|
||||
<p>
|
||||
Valid questions, to be sure, and <strong>mom</strong> has
|
||||
answers. (Okay -- I have answers, but I speak for
|
||||
<strong>mom</strong>.)
|
||||
<p>
|
||||
The documentation is in html because I still find it the best tool
|
||||
for navigating lengthy manuals. Html, with its anchors and links,
|
||||
came into being precisely so people could do something they'd never
|
||||
been able to with the printed word: instantly track down internal
|
||||
and external references in a document.
|
||||
<p>
|
||||
To me, it's essential that people reading <strong>mom</strong>'s
|
||||
documentation never have difficulty finding precisely the macro
|
||||
they need for a particular task. Equally, when reading up on
|
||||
a macro, they should never be presented with terms or other
|
||||
macro names for which they cannot instantly find accurate explanations.
|
||||
Short of having written the documentation in TeX for the info browser
|
||||
(and TeX bloat is one of the reasons I prefer to typeset with groff),
|
||||
I can think of no better way to achieve the kind of truly useful
|
||||
documentation I wanted than html.
|
||||
<p>
|
||||
Another reason for html is that working with <strong>mom</strong>
|
||||
necessarily involves creating files inside a text editor. I use
|
||||
elvis, a truly fabulous vi clone that does a terrific job of rendering
|
||||
basic (text only) html. I may have written <strong>mom</strong>,
|
||||
but I still regularly call on her documentation. Elvis, with its
|
||||
html capabilities, lets me write and format <strong>mom</strong>
|
||||
documents AND peruse her documentation, clicking on links as
|
||||
necessary, without ever leaving the comfy confines of my
|
||||
text editor.
|
||||
<p>
|
||||
Not everyone, of course, uses an editor with html capabilities.
|
||||
For them, firing up a browser is obviously necessary for reading
|
||||
<strong>mom</strong>'s documentation. Browsers being what they are,
|
||||
and not everyone on the globe having the cash for muscle machines
|
||||
to run Galeon, or Konqueror or Mozilla, their browser
|
||||
needs to be fast and light--and probably "text-only".
|
||||
<p>
|
||||
Some <strong>mom</strong> users may notice the absence of graphics,
|
||||
frames, and (for the most part) tables in this documentation. The
|
||||
reason is simple: text-only browsers. People who, for whatever
|
||||
reason (choice or necessity), use lynx, or links or w3m to read
|
||||
the documentation must be able to make sense of it. All of it.
|
||||
Graphical examples of <strong>mom</strong> in action might have made
|
||||
some parts of the documentation easier to write, but would have
|
||||
excluded text-only browser users. And it goes without saying that
|
||||
the documentation looks fine if you're reading it in a graphical
|
||||
browser.
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
<!=====================================================================>
|
||||
|
||||
<a name="FONTS">
|
||||
<h2><u>Adding PostScript fonts to groff</u></h2>
|
||||
</a>
|
||||
|
||||
<a name="SMALL_NOTE"></a>
|
||||
<em><strong>Small note:</strong> the term <prefix> in this
|
||||
section refers to the directory in which groff is installed,
|
||||
typically something like /usr/share/groff/<version#>
|
||||
(for distro-specific, pre-compiled groff packages) or
|
||||
/usr/share/groff/<version#> (if you've built groff
|
||||
from source).</em>
|
||||
<p>
|
||||
Groff comes with a small library of PostScript
|
||||
<a href="definitions.html#TERMS_FAMILY">families</a>
|
||||
(see the
|
||||
<a href="typesetting.html#FAMILY">FAMILY</a>
|
||||
macro for a list). The families have four
|
||||
<a href="definitions.html#TERMS_FONT">fonts</a>
|
||||
associated with them. These fonts are a combination of
|
||||
<a href="definitions.html#TERMS_WEIGHT">weight</a>
|
||||
and
|
||||
<a href="definitions.html#TERMS_SHAPE">shape</a>:
|
||||
<br>
|
||||
<ul>
|
||||
<li><strong>R</strong> (Roman, usually Medium weight),
|
||||
<li><strong>I</strong> (Italic, usually Medium weight),
|
||||
<li><strong>B</strong> (Bold, usually Roman shape) and
|
||||
<li><strong>BI</strong> (Bold Italic).
|
||||
</ul>
|
||||
<p>
|
||||
If you do a lot of document processing or typesetting with
|
||||
<strong>mom</strong>, you'll find, sooner or later, that these
|
||||
families and their associated fonts aren't sufficient. You'll want
|
||||
to supplement them, either with more fonts for the families already
|
||||
provided--"Damn! I need Helvetica Bold Condensed Italic!"--or with
|
||||
entire new families.
|
||||
<p>
|
||||
Without going into the gory details (yet), while it's true that
|
||||
adding fonts to groff is a relatively straightforward
|
||||
process, extending existing families or adding new ones requires
|
||||
some planning.
|
||||
<p>
|
||||
The traditional approach to extending groff families has been
|
||||
to create new families for non-default weights and
|
||||
shapes (e.g. Light, which is a weight; Condensed, which is a
|
||||
shape), then to associate them with groff's predefined <strong>R,
|
||||
I, B</strong> and <strong>BI</strong> font styles. An example
|
||||
of this can be seen in the groff PostScript font library itself
|
||||
(<prefix>/font/devps/): there's one "family" for
|
||||
Helvetica (HR, HI, HB, HBI) and another for Helvetica Narrow (HNR,
|
||||
HNI, HNB, HNBI).
|
||||
<p>
|
||||
The difficulty with this approach is that typographers
|
||||
tend to think of "families" as referring to the
|
||||
entire set of font weights and shapes associated with a
|
||||
particular family name. For example, when a typesetter says
|
||||
"the Helvetica family", s/he is including the <a
|
||||
href="definitions.html#TERMS_WEIGHT">weights</a> Helvetica Thin,
|
||||
Helvetic Light, Helvetica Regular, Helvetica Bold, Helvetica Heavy,
|
||||
etc, and all their associated
|
||||
<a href="definitions.html#TERMS_SHAPE">shapes</a>
|
||||
(Roman,
|
||||
Italic, Condensed, Narrow, Extended, Outline, etc).
|
||||
<p>
|
||||
Thus, intuitively, when a typesetter gives <strong>mom</strong> a
|
||||
<kbd>.FAM(ILY)</kbd> directive, s/he reasonably expects that any
|
||||
subsequent <kbd>.FT</kbd> directive will access the desired font
|
||||
from the Helvetica family--without the need to state explicitly both
|
||||
family and font to <kbd>.FT</kbd>, as it is explained one can do in
|
||||
the
|
||||
<a href="typesetting.html#FAMILY">FAMILY</a>
|
||||
and
|
||||
<a href="typesetting.html#FONT">FT</a>
|
||||
sections of these documents.
|
||||
<p>
|
||||
If one had, say, the fonts, Helvetica Light Roman
|
||||
and Helvetica Light Italic as well as Helvetica Light Condensed
|
||||
Roman and Helvetica Light Condensed Italic, the traditional
|
||||
approach would require two "partial" families: HLR/HLI and
|
||||
HLCDR/HLCDI. Accessing these family/font combos
|
||||
routinely throughout a document would then require
|
||||
changing family (with <kbd>.FAM(ILY)</kbd>) and selecting the
|
||||
desired font (with <kbd>.FT R</kbd> or <kbd>.FT I</kbd>), or
|
||||
passing <kbd>.FT</kbd> the lengthy family+fontname (.e.g. <kbd>.FT
|
||||
HLCDI</kbd>).
|
||||
<p>
|
||||
Fortunately, groff provides a mechanism whereby it's possible to
|
||||
extend the basic <strong>R, I, B</strong> and <strong>BI</strong>
|
||||
fonts ("styles" in groff-speak) so that one can, in
|
||||
fact, create extensive type families, and access all the fonts
|
||||
in them with <kbd>.ft</kbd> (groff) or <kbd>.FT</kbd> (mom).
|
||||
<p>
|
||||
<strong>mom</strong> uses this mechanism to offer, in addition to
|
||||
groff's default PostScript font styles, the following:
|
||||
<p>
|
||||
<a name="STYLE_EXTENSIONS"></a>
|
||||
<pre>
|
||||
Mom's extensions to groff's basic font styles
|
||||
=============================================
|
||||
|
||||
L = Light Roman
|
||||
LI = Light Italic
|
||||
LCD = Light Condensed Roman
|
||||
LCDI = Light Condensed Italic
|
||||
LEX = Light Extended Roman
|
||||
LEXI = Light Extended Italic
|
||||
CD = Medium/Book Condensed Roman
|
||||
CDI = Medium/Book Condensed Italic
|
||||
EX = Medium/Book Extended Roman
|
||||
EXI = Medium/Book Extended Italic
|
||||
DB = DemiBold Roman
|
||||
DBI = DemiBold Italic
|
||||
BCD = Bold Condensed Roman
|
||||
BCDI = Bold Condensed Italic
|
||||
BEX = Bold Extended Roman
|
||||
BEXI = Bold Extended Italic
|
||||
HV = Heavy Roman
|
||||
HVI = Heavy Italic
|
||||
HVCD = Heavy Condensed Roman
|
||||
HVCDI = Heavy Condensed Italic
|
||||
HVEX = Heavy Extended Roman
|
||||
HVEXI = Heavy Extended Italic
|
||||
BL = Black Roman
|
||||
BLI = Black Italic
|
||||
BLCD = Black Condensed Roman
|
||||
BLCDI = Black Condensed Italic
|
||||
BLEX = Black Extended Roman
|
||||
BLEXI = Black Extended Italic
|
||||
UBL = Ultra-Black Roman
|
||||
UBLI = Ultra-Black Italic
|
||||
</pre>
|
||||
|
||||
Thus, with <strong>mom</strong>, if you've installed, say, some
|
||||
extra Helvetica fonts and named them according to the convention FS
|
||||
(where "F" means family and "S" means font
|
||||
style), once having entered
|
||||
<p>
|
||||
<pre>
|
||||
.FAMILY H
|
||||
or
|
||||
.FAM H
|
||||
</pre>
|
||||
|
||||
you can access any of those Helvetica fonts simply by
|
||||
passing the correct argument from the list above to
|
||||
<a href="typesetting.html#FONT">FT</a>.
|
||||
<p>
|
||||
For example, if you were working in Medium Roman (<kbd>.FT R</kbd>)
|
||||
and you needed Medium Condensed Italic for a while (assuming it's
|
||||
installed), you'd just type
|
||||
<p>
|
||||
<pre>
|
||||
.FT CDI
|
||||
</pre>
|
||||
|
||||
to access the Medium Condensed Italic font from the Helvetica
|
||||
family.
|
||||
<p>
|
||||
<strong>Mom</strong>'s list of font styles doesn't pretend to
|
||||
be exhaustive, but rather tries to cover the basic weight/shape
|
||||
combinations likely to be found in any reasonably complete type
|
||||
family.
|
||||
<p>
|
||||
The actual extension names are arbitrary and can be used in a
|
||||
flexible manner. For example, if you create a family that has a
|
||||
DemiBold font (DB) but no Bold font (B), you might find it more
|
||||
convenient to give the DemiBold font the extension "B".
|
||||
Equally, if the family has an ExtraBold font, you might find it more
|
||||
convenient to use the extension "HV" (Heavy).
|
||||
<a name="REGISTER_STYLE"></a>
|
||||
<p>
|
||||
However, you may, at needs, want to add to <strong>mom</strong>'s
|
||||
list of font styles. You can do this by editing the file, om.tmac.
|
||||
Near the top, you'll see lines of the form
|
||||
<p>
|
||||
<pre>
|
||||
.sty \n[.fp] L \" Light Roman
|
||||
.sty \n[.fp] LI \" Light Italic
|
||||
.sty \n[.fp] LCD \" Light Condensed Roman
|
||||
</pre>
|
||||
|
||||
Simply add your new font style by imitating what you see and
|
||||
plugging in your new font style (having, of course, first created the
|
||||
font, correctly named, in groff's PostScript font directory; see
|
||||
<a href="#HOWTO">How to create a PostScript font for use with groff</a>).
|
||||
<p>
|
||||
For example, if you already have some fonts from the Univers
|
||||
family installed and have called the family UN, you might decide at
|
||||
some point to add the Bold Outline font (UNBO). In which case,
|
||||
you'd add
|
||||
<p>
|
||||
<pre>
|
||||
.sty \n[.fp] BO \" Bold Outline
|
||||
</pre>
|
||||
|
||||
to the <kbd>.sty \n[.fp] <font style></kbd> list in om.tmac.
|
||||
<p>
|
||||
Be careful, though, that any styles you add do not conflict
|
||||
with <strong><u>family</u></strong> names that already exist.
|
||||
"C", for example, conflicts with the Courier family
|
||||
(CR, CI, CB, CI). Were you to create a font style "C",
|
||||
thinking that <kbd>.FT C</kbd> would give you access to font style
|
||||
once you'd given a <kbd>.FAM(ILY)</kbd> directive, you'd get a nasty
|
||||
surprise: your type would come out in Courier Roman!
|
||||
<p>
|
||||
<strong>VERY IMPORTANT NOTE: mom</strong>'s font extensions are
|
||||
not "user-space" controllable via a macro. If you've
|
||||
been using groff for a long time, and have already rolled your own
|
||||
solution to adding PostScript families, fonts, weights, shapes, etc. to
|
||||
groff, you may find that <strong>mom</strong>'s font extensions
|
||||
conflict with your own scheme. Should that be the case, comment out
|
||||
the <kbd>.sty \n[.fp] <font style></kbd> lines found near the
|
||||
top of the om.tmac file.
|
||||
|
||||
<a name="HOWTO"><h3><u>How to create a PostScript font for use with groff</u></h3></a>
|
||||
These instructions aren't meant to cover all possibilities, merely
|
||||
to present one way of making PostScript families/fonts available to
|
||||
groff and <strong>mom</strong>.
|
||||
<p>
|
||||
GNU/Linux distributions being what they are, directory locations may
|
||||
differ and the presence of some executables can't be guaranteed.
|
||||
I run a Debian system. The instructions reflect that. Users of
|
||||
other distros will have to interpret them according to the way their
|
||||
distro operates.
|
||||
<p>
|
||||
What you need before you start:
|
||||
<br>
|
||||
<ul>
|
||||
<li>groff, version 1.18 or higher
|
||||
<br>
|
||||
(Debian package: groff)
|
||||
<li>a full installation of gs and associated tools
|
||||
<br>
|
||||
(Debian package: gs or gs-gpl)
|
||||
<li>a library of gs fonts
|
||||
<br>
|
||||
(Debian package: gsfonts)
|
||||
<li>a utility for converting TrueType fonts to Type1 fonts
|
||||
<br>
|
||||
(Debian package: ttf2pt1)
|
||||
<li>a font manager
|
||||
<br>
|
||||
(Debian packages: defoma, psfontmgr, dfontmgr)
|
||||
<li>perl
|
||||
<br>
|
||||
(Debian package: perl)
|
||||
</ul>
|
||||
<br>
|
||||
A reasonably complete installation of any major GNU/Linux distro
|
||||
should already have these on your system, except perhaps for the
|
||||
utility to convert TrueType fonts to Type1 fonts.
|
||||
<p>
|
||||
Initial preparation (you only have to do this once):
|
||||
<br>
|
||||
<ol>
|
||||
<li>If you don't already have one, create a directory in your
|
||||
home directory to hold new fonts. Any directory name will do.
|
||||
I use ~/Fonts, with subdirectories for Type1, TrueType and Groff
|
||||
fonts.
|
||||
<a name="SITE-FONT"></a>
|
||||
<li>Locate the groff directory, site-font. The exact location is
|
||||
difficult to predict, owing to differences between distros
|
||||
and whether you're using a pre-packaged groff or have built
|
||||
it from source. Some typical locations are
|
||||
<br>
|
||||
<ul>
|
||||
<li>/usr/share/groff,
|
||||
<li>/usr/share/groff
|
||||
<li>/etc/groff
|
||||
</ul>
|
||||
<p>
|
||||
If you can't find the site-font directory, locate
|
||||
groff's site-tmac directory, and, as root, create site-font
|
||||
in the same directory as the one that holds site-tmac.
|
||||
E.g., if you find site-tmac in /usr/share/groff, create
|
||||
site-font in /usr/share/groff.
|
||||
<li>Locate the file <kbd><prefix>/font/devps/generate/textmap</kbd>
|
||||
and symlink it to <kbd>textmap</kbd> in the directory that
|
||||
contains your personal collection of PostScript fonts. (See the
|
||||
<a href="#SMALL_NOTE">Small Note</a>,
|
||||
above, for the meaning of <prefix>). On my system,
|
||||
at the time of writing, <prefix> is
|
||||
/usr/share/groff/1.19.2/, therefore, I symlink it in
|
||||
~/Fonts/Type1 with
|
||||
<br>
|
||||
<pre>
|
||||
ln -s /usr/share/groff/1.19.2/font/devps/generate/textmap textmap
|
||||
</pre>
|
||||
<li>Locate the file <prefix>/font/devps/text.enc and
|
||||
symlink it to <kbd>text.enc</kbd> in your personal font
|
||||
directory. On my system, in ~/Fonts/Type1
|
||||
<pre>
|
||||
ln -s /usr/share/groff/1.19.2/font/devps/text.enc text.enc
|
||||
</pre>
|
||||
<li>Make sure you know which directory/ies holds your gs fonts.
|
||||
You'll need the information later. On a Debian box, some
|
||||
typical locations are
|
||||
<br>
|
||||
<ul>
|
||||
<li>/usr/lib/ghostscript/fonts
|
||||
<li>/usr/share/ghostscript/fonts
|
||||
<li>/usr/share/fonts/type1/gsfonts
|
||||
</ul>
|
||||
</ol>
|
||||
<br>
|
||||
Font creation/installation:
|
||||
<br>
|
||||
<ol>
|
||||
<li>Acquire the font in either Type1 (.pfb) or TrueType
|
||||
(.ttf) format.
|
||||
<li>Place the font in your personal font directory; for me,
|
||||
that's ~/Fonts/Type1 or ~/Fonts/TrueType.
|
||||
<li>In your personal font directory, run one of the following:
|
||||
<br>
|
||||
<ul>
|
||||
<li>For Type1 fonts
|
||||
<br>
|
||||
<ul>
|
||||
<li><kbd>getafm fontfilename.pfb | gsnd - > fontfilename.afm</kbd>
|
||||
<br>
|
||||
For Type1 fonts, this will generate something called
|
||||
an .afm (Adobe Font Metrics) file, which is
|
||||
required to create PostScript fonts for groff.
|
||||
</ul>
|
||||
<li>For TrueType fonts
|
||||
<br>
|
||||
<ul>
|
||||
<li><kbd>ttf2pt1 \-b fontfilename.ttf</kbd>
|
||||
<br>
|
||||
For TrueType fonts, this will generate a PostScript
|
||||
.pfb file as well as an .afm file.
|
||||
</ul>
|
||||
</ul>
|
||||
<li>Still in your personal font directory, run
|
||||
<br>
|
||||
<ul>
|
||||
<li><kbd>afmtodit -e text.enc fontfilename.afm textmap GROFF_FONTNAME</kbd>
|
||||
</ul>
|
||||
<p>
|
||||
Q: <em>How do I choose a GROFF_FONTNAME?</em>
|
||||
<p>
|
||||
A: Start by considering the
|
||||
<a href="definitions.html#TERMS_FAMILY">family</a>
|
||||
to which the font belongs. If you're adding to a family that
|
||||
already exists in groff's <prefix>/font/devps
|
||||
directory, that will be the first part of the font name.
|
||||
(See
|
||||
<a href="typesetting.html#FAMILY">here</a>
|
||||
for a list of families already installed, along with their groff
|
||||
names.) Add to that name the appropriate weight/style extension,
|
||||
listed
|
||||
<a href="#STYLE_EXTENSIONS">here</a>.
|
||||
<p>
|
||||
For example, if you're adding Helvetica Light Roman, your
|
||||
GROFF_FONTNAME would be <strong>HL</strong>. If you're
|
||||
adding Helvetica Light Italic, your GROFF_FONTNAME would be
|
||||
<strong>HLI</strong>.
|
||||
<p>
|
||||
If you're adding a font not already in groff's PostScript
|
||||
families, first choose a meaningful name for the
|
||||
<a name="definitions.html#TERMS_FAMILY">family</a>
|
||||
to which the font belongs. The name can be anything you like. If,
|
||||
for example, the family is Garamond, you could choose GARAMOND,
|
||||
GARA, GD, or even just plain G as the family name. Then tack on the
|
||||
appropriate style/weight extension. Thus, if you were installing
|
||||
Garamond Bold Condensed Italic and had chosen <strong>GD</strong>
|
||||
as the family name for Garamond, your GROFF_FONTNAME would be
|
||||
<strong>GDBCDI</strong>.
|
||||
<p>
|
||||
In <strong>mom</strong>, you can then access the Garamond
|
||||
family with <kbd>.FAM GD</kbd>, and the Bold Condensed
|
||||
Italic font wth <kbd>.FT BCDI</kbd>.
|
||||
<p>
|
||||
<strong>Note:</strong> The family name need not be in upper
|
||||
case, and there's no limit to the length of the name.
|
||||
"Garamond", for example, could be the name you
|
||||
give the Garamond family. In fact, you might find it
|
||||
preferable, since a) you wouldn't have to remember how
|
||||
you'd named the family, and b) should you be scanning
|
||||
your
|
||||
<a href="#SITE-FONT">site-font directory</a>,
|
||||
something like GaramondBCDI will be more meaningful than,
|
||||
say, GDBCDI.
|
||||
<li>Copy or move GROFF_FONTNAME to your
|
||||
<a href="#SITE-FONT">site-font directory</a>,
|
||||
or change to the site-font directory and make a symlink to
|
||||
GROFF_FONTNAME in your personal directory.
|
||||
<li>Copy or move the .pfb file to the directory that
|
||||
holds your gs fonts, or change to that directory and make a
|
||||
symlink to the .pfb file in your personal directory.
|
||||
<li>Do whatever your system or distro requires in order to
|
||||
register the new PostScript font (the .pfb file). On a
|
||||
Debian system, as root, you can run dfontmgr for a
|
||||
graphical interface that will take care of registering the
|
||||
font.
|
||||
</ol>
|
||||
<p>
|
||||
Written out in full, adding fonts looks like a lot of work. It
|
||||
isn't. Basically, it's just:
|
||||
<br>
|
||||
<ul>
|
||||
<li>acquire the font
|
||||
<li>generate an .afm file for the font
|
||||
<li>create the groff font
|
||||
<li>put the groff font in <prefix>/font/devps
|
||||
<li>make sure gs knows about the font
|
||||
</ul>
|
||||
<br>
|
||||
After you've done it a couple of times, it all makes sense, and is
|
||||
really quite easy. Not to mention that once you understand the
|
||||
process, you can write a bash script to automate the process.
|
||||
Here's an example, which you can adapt to your own needs. The
|
||||
script requires an argument (the .pfb filename), then prompts for
|
||||
the GROFF_FONTNAME.
|
||||
<p>
|
||||
<pre>
|
||||
#! /bin/bash
|
||||
|
||||
# A script for installing Type1 fonts.
|
||||
#
|
||||
# Builds .afm files from .pfb files, generates a groff font from the
|
||||
# .afm file, makes a symlink in /usr/lib/ghostscript/font/ to the
|
||||
# .pfb file, and a symlink in site-font to the groff font
|
||||
|
||||
# .pfb filename, stripped of .pfb extension
|
||||
FONT=`basename $1 .pfb`
|
||||
|
||||
# Directory holding my personal collection of type1 fonts
|
||||
FONTDIR="$HOME/Fonts/Type1"
|
||||
|
||||
# Directory holding system ghostscript fonts
|
||||
GS_FONTDIR="/usr/lib/ghostscript/fonts"
|
||||
|
||||
# Location of site-font/devps
|
||||
GROFF_SITE_FONTDIR="/usr/share/groff/site-font/devps"
|
||||
|
||||
# Personal groff fonts directory
|
||||
GROFF_FONTS="$HOME/Fonts/Groff"
|
||||
|
||||
# Symlinks to textmap and text.enc
|
||||
TEXTMAP="$FONTDIR/textmap"
|
||||
TEXTENC="$FONTDIR/text.enc"
|
||||
|
||||
if [ ! `pwd` = "$FONTDIR" ] ; then
|
||||
echo "Changing into $FONTDIR directory.."
|
||||
cd $FONTDIR
|
||||
sleep 1
|
||||
else
|
||||
sleep 1
|
||||
fi
|
||||
|
||||
echo -n "Groff name for this font: "
|
||||
read FONTNAME
|
||||
sleep 1
|
||||
|
||||
echo "Getting .afm.."
|
||||
getafm $FONT.pfb | gsnd - > $FONT.afm
|
||||
sleep 1
|
||||
|
||||
echo "Creating $FONTNAME.."
|
||||
afmtodit -e $TEXTENC $FONTDIR/$FONT.afm $TEXTMAP $FONTNAME
|
||||
mv -i $FONTNAME $GROFF_FONTS
|
||||
sudo ln -s $GROFF_FONTS/$FONTNAME $GROFF_SITE_FONTDIR/$FONTNAME
|
||||
sleep 1
|
||||
|
||||
echo "Linking $FONT in $GS_FONTDIR.."
|
||||
cd $GS_FONTDIR
|
||||
sudo ln -s $FONTDIR/$FONT.afm $FONT.afm
|
||||
sudo ln -s $FONTDIR/$FONT.pfb $FONT.pfb
|
||||
sleep 1
|
||||
|
||||
# This next bit is Debian specific. If you're not running a
|
||||
# Debian system, replace it with whatever your distro requires
|
||||
# in order to register Type1 fonts.
|
||||
|
||||
if [ !`pidof -x /usr/bin/dfontmgr` ] ; then
|
||||
echo "I will now run dfontmgr so you can register the font."
|
||||
exec sudo dfontmgr &
|
||||
else
|
||||
echo "You may now register the font with dfontmgr."
|
||||
fi
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<!=====================================================================>
|
||||
|
||||
<a name="CODENOTES">
|
||||
<h2><u>Some reflections on mom</u></h2>
|
||||
</a>
|
||||
|
||||
<p>
|
||||
<strong>Mom</strong>, as a complete macro set, had her origins
|
||||
in a "library" of groff routines I wrote over the
|
||||
years to handle various aspects of typesetting and document
|
||||
processing that weren't adequately covered by ms, me, mm, and so
|
||||
on. Typically, I'd use the library to cobble together macro
|
||||
sets for new challenges as they came my way.
|
||||
<p>
|
||||
If, as Eric Raymond asserts, open source begins with a programmer
|
||||
scratching a personal itch, then <strong>mom</strong> can truly be
|
||||
called open source, even if, a mere humble set of macros standing on
|
||||
the shoulders of a giant named troff, she isn't programming at all.
|
||||
<p>
|
||||
As a writer living in a perpetual state of penury, all the computers
|
||||
I've ever owned have been hand-me-downs -- several generations
|
||||
out-of-date and "resource challenged". Disk space has
|
||||
always been an issue, as has processor speed and available RAM.
|
||||
One of the reasons I run GNU/Linux is that it has helped enormously
|
||||
to get the most out of my poor little boxes. (It has been pointed
|
||||
out to me that NetBSD might be an even better choice of operating
|
||||
systems for computers with limited resources.)
|
||||
<p>
|
||||
In Linux-land, the choice of typesetting systems basically comes down
|
||||
to groff or TeX. Both are wonderful -- monumental achievements if you
|
||||
ask me -- and both have their own particular strengths. However, for
|
||||
people in my financial position (and there are millions of us around
|
||||
the globe, in both developed and developing countries), TeX and groff
|
||||
have one big difference: size. TeX is huge. Even its most ardent
|
||||
supporters agree it suffers from bloat, on top of being complex and
|
||||
unwieldy to manage. Groff is tiny by comparison, occupying minimal
|
||||
disk space and having only a small memory footprint while at the same
|
||||
time being flexible and powerful, typographically speaking. I've run
|
||||
it successfully on a 386 with 8 megs of RAM and a 250 meg hard disk.
|
||||
<p>
|
||||
However, groff has always had a liability: it's incredibly geeky.
|
||||
Owing to its very long history, it -- and its "power users"
|
||||
-- have remained stuck in a time warp. Most common macro packages
|
||||
still look as they did in those decades when memory was exorbitantly
|
||||
expensive and every byte mattered. Documentation -- not always
|
||||
easy to find -- is written as if all readers are computer whizzes,
|
||||
or at least have a university degree in one of the higher sciences.
|
||||
<p>
|
||||
By no means a stupid man, nor unfamiliar with the precepts of
|
||||
programming, I've more than once torn my hair out over the terseness and
|
||||
ambiguity of groff's documentation. Making sense of certain primitives
|
||||
has often involved days of testing, interpreting the documentation
|
||||
instead of just using the primitive.
|
||||
<p>
|
||||
(ADDENDUM to the previous two paragraphs: A tremendous amount of
|
||||
effort has gone into creating a groff manual that can be read with
|
||||
"info," as well as creating truly useful man pages. The info
|
||||
manual is clear and well-written, so my comments are actually out
|
||||
of date. I leave them in for the benefit of groff newbies, who may
|
||||
still find the documents a bit intimidating.)
|
||||
<p>
|
||||
For some time now, groff users and macro writers have had the
|
||||
option to use "long" names, yet have mostly chosen not to.
|
||||
With long names, it's possible to create macro sets that are humanly
|
||||
readable and easy to interpret, encouraging development and evolution.
|
||||
What's more, the macros themselves need not be terse, intimidating,
|
||||
and easily forgotten 1- or 2-letter commands inserted in the body
|
||||
of a document. They can be sensible and helpful to everyone, groff
|
||||
newbies and old hands alike.
|
||||
<p>
|
||||
<strong>Mom</strong>'s macro file, om.tmac, uses long names, aliases,
|
||||
and a host of other groff goodies that have become part of the
|
||||
whole groff picture under the unflagging guidance of groff's current
|
||||
maintainer, Werner Lemberg. Nearly every macro, number register and
|
||||
string is "recognizable" simply by its name. The file is
|
||||
heavily commented. A consistent, if idiosyncratic, indenting style
|
||||
is used as well, significantly improving readability. Anyone
|
||||
wanting to futz around with <strong>mom</strong>'s macros should be
|
||||
able to do so with a minimum of head scratching.
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
<!=====================================================================>
|
||||
|
||||
<a name="CONTACT">
|
||||
<h2><u>Contact the author</u></h2>
|
||||
</a>
|
||||
|
||||
<p>
|
||||
If you have any questions or comments about <strong>mom</strong>,
|
||||
suggestions to make, criticisms to offer, or bugs to report, use the
|
||||
groff mailing list at
|
||||
<a href="mailto:groff@ffii.org">groff@ffii.org</a>
|
||||
(subscription information available
|
||||
<a href="http://ffii.org/mailman/listinfo/groff/">here</a>)
|
||||
or contact me, Peter Schaffter, directly at
|
||||
<i>peter@faustus.dyn.ca</i>
|
||||
or
|
||||
<i>ptpi@golden.net</i>.
|
||||
|
||||
<p>
|
||||
Please include the word "mom" or "groff" in the
|
||||
Subject: line of any message sent to my personal address, or you
|
||||
risk the wrath of my implacable spam filters. :)
|
||||
<p>
|
||||
If you want to visit <strong>mom</strong>'s homepage, you'll find
|
||||
it
|
||||
<a href="http://faustus.dyn.ca/mom/mom.html">here</a>.
|
||||
<p>
|
||||
<hr>
|
||||
<a href="reserved.html#TOP">Next</a>
|
||||
<a href="macrolist.html#TOP">Prev</a>
|
||||
<a href="#TOP">Top</a>
|
||||
<a href="toc.html">Back to Table of Contents</a>
|
||||
</body>
|
||||
</html>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,190 +0,0 @@
|
||||
name B
|
||||
internalname 2
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0000
|
||||
--- 24 0 0001
|
||||
--- 24 0 0002
|
||||
--- 24 0 0003
|
||||
--- 24 0 0004
|
||||
--- 24 0 0005
|
||||
--- 24 0 0006
|
||||
--- 24 0 0007
|
||||
--- 24 0 0010
|
||||
--- 24 0 0011
|
||||
--- 24 0 0012
|
||||
--- 24 0 0013
|
||||
--- 24 0 0014
|
||||
--- 24 0 0015
|
||||
--- 24 0 0016
|
||||
--- 24 0 0017
|
||||
--- 24 0 0020
|
||||
--- 24 0 0021
|
||||
--- 24 0 0022
|
||||
--- 24 0 0023
|
||||
--- 24 0 0024
|
||||
--- 24 0 0025
|
||||
--- 24 0 0026
|
||||
--- 24 0 0027
|
||||
--- 24 0 0030
|
||||
--- 24 0 0031
|
||||
--- 24 0 0032
|
||||
--- 24 0 0033
|
||||
--- 24 0 0034
|
||||
--- 24 0 0035
|
||||
--- 24 0 0036
|
||||
--- 24 0 0037
|
||||
! 24 0 0041
|
||||
" 24 0 0042
|
||||
dq "
|
||||
lq "
|
||||
rq "
|
||||
# 24 0 0043
|
||||
sh "
|
||||
$ 24 0 0044
|
||||
Do "
|
||||
% 24 0 0045
|
||||
& 24 0 0046
|
||||
' 24 0 0047
|
||||
aa "
|
||||
fm "
|
||||
aq "
|
||||
cq "
|
||||
( 24 0 0050
|
||||
) 24 0 0051
|
||||
* 24 0 0052
|
||||
** "
|
||||
+ 24 0 0053
|
||||
pl "
|
||||
, 24 0 0054
|
||||
\- 24 0 0055
|
||||
hy "
|
||||
- "
|
||||
mi "
|
||||
en "
|
||||
. 24 0 0056
|
||||
/ 24 0 0057
|
||||
sl "
|
||||
f/ "
|
||||
0 24 0 0060
|
||||
1 24 0 0061
|
||||
2 24 0 0062
|
||||
3 24 0 0063
|
||||
4 24 0 0064
|
||||
5 24 0 0065
|
||||
6 24 0 0066
|
||||
7 24 0 0067
|
||||
8 24 0 0070
|
||||
9 24 0 0071
|
||||
: 24 0 0072
|
||||
; 24 0 0073
|
||||
< 24 0 0074
|
||||
la "
|
||||
fo "
|
||||
= 24 0 0075
|
||||
eq "
|
||||
> 24 0 0076
|
||||
ra "
|
||||
fc "
|
||||
? 24 0 0077
|
||||
@ 24 0 0100
|
||||
at "
|
||||
A 24 0 0101
|
||||
*A "
|
||||
B 24 0 0102
|
||||
*B "
|
||||
C 24 0 0103
|
||||
D 24 0 0104
|
||||
E 24 0 0105
|
||||
*E "
|
||||
F 24 0 0106
|
||||
G 24 0 0107
|
||||
H 24 0 0110
|
||||
*Y "
|
||||
I 24 0 0111
|
||||
*I "
|
||||
J 24 0 0112
|
||||
K 24 0 0113
|
||||
*K "
|
||||
L 24 0 0114
|
||||
M 24 0 0115
|
||||
*M "
|
||||
N 24 0 0116
|
||||
*N "
|
||||
O 24 0 0117
|
||||
ci "
|
||||
*O "
|
||||
P 24 0 0120
|
||||
*R "
|
||||
Q 24 0 0121
|
||||
R 24 0 0122
|
||||
S 24 0 0123
|
||||
T 24 0 0124
|
||||
*T "
|
||||
U 24 0 0125
|
||||
V 24 0 0126
|
||||
W 24 0 0127
|
||||
X 24 0 0130
|
||||
*X "
|
||||
Y 24 0 0131
|
||||
*U "
|
||||
Z 24 0 0132
|
||||
*Z "
|
||||
[ 24 0 0133
|
||||
lB "
|
||||
\ 24 0 0134
|
||||
rs "
|
||||
] 24 0 0135
|
||||
rB "
|
||||
a^ 24 0 0136
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0137
|
||||
ru "
|
||||
ul "
|
||||
` 24 0 0140
|
||||
oq "
|
||||
ga "
|
||||
a 24 0 0141
|
||||
b 24 0 0142
|
||||
c 24 0 0143
|
||||
d 24 0 0144
|
||||
e 24 0 0145
|
||||
f 24 0 0146
|
||||
g 24 0 0147
|
||||
h 24 0 0150
|
||||
i 24 0 0151
|
||||
j 24 0 0152
|
||||
k 24 0 0153
|
||||
l 24 0 0154
|
||||
m 24 0 0155
|
||||
n 24 0 0156
|
||||
o 24 0 0157
|
||||
*o "
|
||||
p 24 0 0160
|
||||
q 24 0 0161
|
||||
r 24 0 0162
|
||||
s 24 0 0163
|
||||
t 24 0 0164
|
||||
u 24 0 0165
|
||||
v 24 0 0166
|
||||
w 24 0 0167
|
||||
x 24 0 0170
|
||||
mu "
|
||||
tmu "
|
||||
y 24 0 0171
|
||||
z 24 0 0172
|
||||
lC 24 0 0173
|
||||
{ "
|
||||
ba 24 0 0174
|
||||
or "
|
||||
bv "
|
||||
br "
|
||||
| "
|
||||
rC 24 0 0175
|
||||
} "
|
||||
a~ 24 0 0176
|
||||
~ "
|
||||
ap "
|
||||
ti "
|
||||
--- 24 0 0177
|
@ -1,190 +0,0 @@
|
||||
name BI
|
||||
internalname 3
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0000
|
||||
--- 24 0 0001
|
||||
--- 24 0 0002
|
||||
--- 24 0 0003
|
||||
--- 24 0 0004
|
||||
--- 24 0 0005
|
||||
--- 24 0 0006
|
||||
--- 24 0 0007
|
||||
--- 24 0 0010
|
||||
--- 24 0 0011
|
||||
--- 24 0 0012
|
||||
--- 24 0 0013
|
||||
--- 24 0 0014
|
||||
--- 24 0 0015
|
||||
--- 24 0 0016
|
||||
--- 24 0 0017
|
||||
--- 24 0 0020
|
||||
--- 24 0 0021
|
||||
--- 24 0 0022
|
||||
--- 24 0 0023
|
||||
--- 24 0 0024
|
||||
--- 24 0 0025
|
||||
--- 24 0 0026
|
||||
--- 24 0 0027
|
||||
--- 24 0 0030
|
||||
--- 24 0 0031
|
||||
--- 24 0 0032
|
||||
--- 24 0 0033
|
||||
--- 24 0 0034
|
||||
--- 24 0 0035
|
||||
--- 24 0 0036
|
||||
--- 24 0 0037
|
||||
! 24 0 0041
|
||||
" 24 0 0042
|
||||
dq "
|
||||
lq "
|
||||
rq "
|
||||
# 24 0 0043
|
||||
sh "
|
||||
$ 24 0 0044
|
||||
Do "
|
||||
% 24 0 0045
|
||||
& 24 0 0046
|
||||
' 24 0 0047
|
||||
aa "
|
||||
fm "
|
||||
aq "
|
||||
cq "
|
||||
( 24 0 0050
|
||||
) 24 0 0051
|
||||
* 24 0 0052
|
||||
** "
|
||||
+ 24 0 0053
|
||||
pl "
|
||||
, 24 0 0054
|
||||
\- 24 0 0055
|
||||
hy "
|
||||
- "
|
||||
mi "
|
||||
en "
|
||||
. 24 0 0056
|
||||
/ 24 0 0057
|
||||
sl "
|
||||
f/ "
|
||||
0 24 0 0060
|
||||
1 24 0 0061
|
||||
2 24 0 0062
|
||||
3 24 0 0063
|
||||
4 24 0 0064
|
||||
5 24 0 0065
|
||||
6 24 0 0066
|
||||
7 24 0 0067
|
||||
8 24 0 0070
|
||||
9 24 0 0071
|
||||
: 24 0 0072
|
||||
; 24 0 0073
|
||||
< 24 0 0074
|
||||
la "
|
||||
fo "
|
||||
= 24 0 0075
|
||||
eq "
|
||||
> 24 0 0076
|
||||
ra "
|
||||
fc "
|
||||
? 24 0 0077
|
||||
@ 24 0 0100
|
||||
at "
|
||||
A 24 0 0101
|
||||
*A "
|
||||
B 24 0 0102
|
||||
*B "
|
||||
C 24 0 0103
|
||||
D 24 0 0104
|
||||
E 24 0 0105
|
||||
*E "
|
||||
F 24 0 0106
|
||||
G 24 0 0107
|
||||
H 24 0 0110
|
||||
*Y "
|
||||
I 24 0 0111
|
||||
*I "
|
||||
J 24 0 0112
|
||||
K 24 0 0113
|
||||
*K "
|
||||
L 24 0 0114
|
||||
M 24 0 0115
|
||||
*M "
|
||||
N 24 0 0116
|
||||
*N "
|
||||
O 24 0 0117
|
||||
ci "
|
||||
*O "
|
||||
P 24 0 0120
|
||||
*R "
|
||||
Q 24 0 0121
|
||||
R 24 0 0122
|
||||
S 24 0 0123
|
||||
T 24 0 0124
|
||||
*T "
|
||||
U 24 0 0125
|
||||
V 24 0 0126
|
||||
W 24 0 0127
|
||||
X 24 0 0130
|
||||
*X "
|
||||
Y 24 0 0131
|
||||
*U "
|
||||
Z 24 0 0132
|
||||
*Z "
|
||||
[ 24 0 0133
|
||||
lB "
|
||||
\ 24 0 0134
|
||||
rs "
|
||||
] 24 0 0135
|
||||
rB "
|
||||
a^ 24 0 0136
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0137
|
||||
ru "
|
||||
ul "
|
||||
` 24 0 0140
|
||||
oq "
|
||||
ga "
|
||||
a 24 0 0141
|
||||
b 24 0 0142
|
||||
c 24 0 0143
|
||||
d 24 0 0144
|
||||
e 24 0 0145
|
||||
f 24 0 0146
|
||||
g 24 0 0147
|
||||
h 24 0 0150
|
||||
i 24 0 0151
|
||||
j 24 0 0152
|
||||
k 24 0 0153
|
||||
l 24 0 0154
|
||||
m 24 0 0155
|
||||
n 24 0 0156
|
||||
o 24 0 0157
|
||||
*o "
|
||||
p 24 0 0160
|
||||
q 24 0 0161
|
||||
r 24 0 0162
|
||||
s 24 0 0163
|
||||
t 24 0 0164
|
||||
u 24 0 0165
|
||||
v 24 0 0166
|
||||
w 24 0 0167
|
||||
x 24 0 0170
|
||||
mu "
|
||||
tmu "
|
||||
y 24 0 0171
|
||||
z 24 0 0172
|
||||
lC 24 0 0173
|
||||
{ "
|
||||
ba 24 0 0174
|
||||
or "
|
||||
bv "
|
||||
br "
|
||||
| "
|
||||
rC 24 0 0175
|
||||
} "
|
||||
a~ 24 0 0176
|
||||
~ "
|
||||
ap "
|
||||
ti "
|
||||
--- 24 0 0177
|
@ -1,8 +0,0 @@
|
||||
res 240
|
||||
hor 24
|
||||
vert 40
|
||||
unitwidth 10
|
||||
sizes 10 0
|
||||
fonts 4 R I B BI
|
||||
tcommand
|
||||
postpro grotty
|
@ -1,190 +0,0 @@
|
||||
name I
|
||||
internalname 1
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0000
|
||||
--- 24 0 0001
|
||||
--- 24 0 0002
|
||||
--- 24 0 0003
|
||||
--- 24 0 0004
|
||||
--- 24 0 0005
|
||||
--- 24 0 0006
|
||||
--- 24 0 0007
|
||||
--- 24 0 0010
|
||||
--- 24 0 0011
|
||||
--- 24 0 0012
|
||||
--- 24 0 0013
|
||||
--- 24 0 0014
|
||||
--- 24 0 0015
|
||||
--- 24 0 0016
|
||||
--- 24 0 0017
|
||||
--- 24 0 0020
|
||||
--- 24 0 0021
|
||||
--- 24 0 0022
|
||||
--- 24 0 0023
|
||||
--- 24 0 0024
|
||||
--- 24 0 0025
|
||||
--- 24 0 0026
|
||||
--- 24 0 0027
|
||||
--- 24 0 0030
|
||||
--- 24 0 0031
|
||||
--- 24 0 0032
|
||||
--- 24 0 0033
|
||||
--- 24 0 0034
|
||||
--- 24 0 0035
|
||||
--- 24 0 0036
|
||||
--- 24 0 0037
|
||||
! 24 0 0041
|
||||
" 24 0 0042
|
||||
dq "
|
||||
lq "
|
||||
rq "
|
||||
# 24 0 0043
|
||||
sh "
|
||||
$ 24 0 0044
|
||||
Do "
|
||||
% 24 0 0045
|
||||
& 24 0 0046
|
||||
' 24 0 0047
|
||||
aa "
|
||||
fm "
|
||||
aq "
|
||||
cq "
|
||||
( 24 0 0050
|
||||
) 24 0 0051
|
||||
* 24 0 0052
|
||||
** "
|
||||
+ 24 0 0053
|
||||
pl "
|
||||
, 24 0 0054
|
||||
\- 24 0 0055
|
||||
hy "
|
||||
- "
|
||||
mi "
|
||||
en "
|
||||
. 24 0 0056
|
||||
/ 24 0 0057
|
||||
sl "
|
||||
f/ "
|
||||
0 24 0 0060
|
||||
1 24 0 0061
|
||||
2 24 0 0062
|
||||
3 24 0 0063
|
||||
4 24 0 0064
|
||||
5 24 0 0065
|
||||
6 24 0 0066
|
||||
7 24 0 0067
|
||||
8 24 0 0070
|
||||
9 24 0 0071
|
||||
: 24 0 0072
|
||||
; 24 0 0073
|
||||
< 24 0 0074
|
||||
la "
|
||||
fo "
|
||||
= 24 0 0075
|
||||
eq "
|
||||
> 24 0 0076
|
||||
ra "
|
||||
fc "
|
||||
? 24 0 0077
|
||||
@ 24 0 0100
|
||||
at "
|
||||
A 24 0 0101
|
||||
*A "
|
||||
B 24 0 0102
|
||||
*B "
|
||||
C 24 0 0103
|
||||
D 24 0 0104
|
||||
E 24 0 0105
|
||||
*E "
|
||||
F 24 0 0106
|
||||
G 24 0 0107
|
||||
H 24 0 0110
|
||||
*Y "
|
||||
I 24 0 0111
|
||||
*I "
|
||||
J 24 0 0112
|
||||
K 24 0 0113
|
||||
*K "
|
||||
L 24 0 0114
|
||||
M 24 0 0115
|
||||
*M "
|
||||
N 24 0 0116
|
||||
*N "
|
||||
O 24 0 0117
|
||||
ci "
|
||||
*O "
|
||||
P 24 0 0120
|
||||
*R "
|
||||
Q 24 0 0121
|
||||
R 24 0 0122
|
||||
S 24 0 0123
|
||||
T 24 0 0124
|
||||
*T "
|
||||
U 24 0 0125
|
||||
V 24 0 0126
|
||||
W 24 0 0127
|
||||
X 24 0 0130
|
||||
*X "
|
||||
Y 24 0 0131
|
||||
*U "
|
||||
Z 24 0 0132
|
||||
*Z "
|
||||
[ 24 0 0133
|
||||
lB "
|
||||
\ 24 0 0134
|
||||
rs "
|
||||
] 24 0 0135
|
||||
rB "
|
||||
a^ 24 0 0136
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0137
|
||||
ru "
|
||||
ul "
|
||||
` 24 0 0140
|
||||
oq "
|
||||
ga "
|
||||
a 24 0 0141
|
||||
b 24 0 0142
|
||||
c 24 0 0143
|
||||
d 24 0 0144
|
||||
e 24 0 0145
|
||||
f 24 0 0146
|
||||
g 24 0 0147
|
||||
h 24 0 0150
|
||||
i 24 0 0151
|
||||
j 24 0 0152
|
||||
k 24 0 0153
|
||||
l 24 0 0154
|
||||
m 24 0 0155
|
||||
n 24 0 0156
|
||||
o 24 0 0157
|
||||
*o "
|
||||
p 24 0 0160
|
||||
q 24 0 0161
|
||||
r 24 0 0162
|
||||
s 24 0 0163
|
||||
t 24 0 0164
|
||||
u 24 0 0165
|
||||
v 24 0 0166
|
||||
w 24 0 0167
|
||||
x 24 0 0170
|
||||
mu "
|
||||
tmu "
|
||||
y 24 0 0171
|
||||
z 24 0 0172
|
||||
lC 24 0 0173
|
||||
{ "
|
||||
ba 24 0 0174
|
||||
or "
|
||||
bv "
|
||||
br "
|
||||
| "
|
||||
rC 24 0 0175
|
||||
} "
|
||||
a~ 24 0 0176
|
||||
~ "
|
||||
ap "
|
||||
ti "
|
||||
--- 24 0 0177
|
@ -1,189 +0,0 @@
|
||||
name R
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0000
|
||||
--- 24 0 0001
|
||||
--- 24 0 0002
|
||||
--- 24 0 0003
|
||||
--- 24 0 0004
|
||||
--- 24 0 0005
|
||||
--- 24 0 0006
|
||||
--- 24 0 0007
|
||||
--- 24 0 0010
|
||||
--- 24 0 0011
|
||||
--- 24 0 0012
|
||||
--- 24 0 0013
|
||||
--- 24 0 0014
|
||||
--- 24 0 0015
|
||||
--- 24 0 0016
|
||||
--- 24 0 0017
|
||||
--- 24 0 0020
|
||||
--- 24 0 0021
|
||||
--- 24 0 0022
|
||||
--- 24 0 0023
|
||||
--- 24 0 0024
|
||||
--- 24 0 0025
|
||||
--- 24 0 0026
|
||||
--- 24 0 0027
|
||||
--- 24 0 0030
|
||||
--- 24 0 0031
|
||||
--- 24 0 0032
|
||||
--- 24 0 0033
|
||||
--- 24 0 0034
|
||||
--- 24 0 0035
|
||||
--- 24 0 0036
|
||||
--- 24 0 0037
|
||||
! 24 0 0041
|
||||
" 24 0 0042
|
||||
dq "
|
||||
lq "
|
||||
rq "
|
||||
# 24 0 0043
|
||||
sh "
|
||||
$ 24 0 0044
|
||||
Do "
|
||||
% 24 0 0045
|
||||
& 24 0 0046
|
||||
' 24 0 0047
|
||||
aa "
|
||||
fm "
|
||||
aq "
|
||||
cq "
|
||||
( 24 0 0050
|
||||
) 24 0 0051
|
||||
* 24 0 0052
|
||||
** "
|
||||
+ 24 0 0053
|
||||
pl "
|
||||
, 24 0 0054
|
||||
\- 24 0 0055
|
||||
hy "
|
||||
- "
|
||||
mi "
|
||||
en "
|
||||
. 24 0 0056
|
||||
/ 24 0 0057
|
||||
sl "
|
||||
f/ "
|
||||
0 24 0 0060
|
||||
1 24 0 0061
|
||||
2 24 0 0062
|
||||
3 24 0 0063
|
||||
4 24 0 0064
|
||||
5 24 0 0065
|
||||
6 24 0 0066
|
||||
7 24 0 0067
|
||||
8 24 0 0070
|
||||
9 24 0 0071
|
||||
: 24 0 0072
|
||||
; 24 0 0073
|
||||
< 24 0 0074
|
||||
la "
|
||||
fo "
|
||||
= 24 0 0075
|
||||
eq "
|
||||
> 24 0 0076
|
||||
ra "
|
||||
fc "
|
||||
? 24 0 0077
|
||||
@ 24 0 0100
|
||||
at "
|
||||
A 24 0 0101
|
||||
*A "
|
||||
B 24 0 0102
|
||||
*B "
|
||||
C 24 0 0103
|
||||
D 24 0 0104
|
||||
E 24 0 0105
|
||||
*E "
|
||||
F 24 0 0106
|
||||
G 24 0 0107
|
||||
H 24 0 0110
|
||||
*Y "
|
||||
I 24 0 0111
|
||||
*I "
|
||||
J 24 0 0112
|
||||
K 24 0 0113
|
||||
*K "
|
||||
L 24 0 0114
|
||||
M 24 0 0115
|
||||
*M "
|
||||
N 24 0 0116
|
||||
*N "
|
||||
O 24 0 0117
|
||||
ci "
|
||||
*O "
|
||||
P 24 0 0120
|
||||
*R "
|
||||
Q 24 0 0121
|
||||
R 24 0 0122
|
||||
S 24 0 0123
|
||||
T 24 0 0124
|
||||
*T "
|
||||
U 24 0 0125
|
||||
V 24 0 0126
|
||||
W 24 0 0127
|
||||
X 24 0 0130
|
||||
*X "
|
||||
Y 24 0 0131
|
||||
*U "
|
||||
Z 24 0 0132
|
||||
*Z "
|
||||
[ 24 0 0133
|
||||
lB "
|
||||
\ 24 0 0134
|
||||
rs "
|
||||
] 24 0 0135
|
||||
rB "
|
||||
a^ 24 0 0136
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0137
|
||||
ru "
|
||||
ul "
|
||||
` 24 0 0140
|
||||
oq "
|
||||
ga "
|
||||
a 24 0 0141
|
||||
b 24 0 0142
|
||||
c 24 0 0143
|
||||
d 24 0 0144
|
||||
e 24 0 0145
|
||||
f 24 0 0146
|
||||
g 24 0 0147
|
||||
h 24 0 0150
|
||||
i 24 0 0151
|
||||
j 24 0 0152
|
||||
k 24 0 0153
|
||||
l 24 0 0154
|
||||
m 24 0 0155
|
||||
n 24 0 0156
|
||||
o 24 0 0157
|
||||
*o "
|
||||
p 24 0 0160
|
||||
q 24 0 0161
|
||||
r 24 0 0162
|
||||
s 24 0 0163
|
||||
t 24 0 0164
|
||||
u 24 0 0165
|
||||
v 24 0 0166
|
||||
w 24 0 0167
|
||||
x 24 0 0170
|
||||
mu "
|
||||
tmu "
|
||||
y 24 0 0171
|
||||
z 24 0 0172
|
||||
lC 24 0 0173
|
||||
{ "
|
||||
ba 24 0 0174
|
||||
or "
|
||||
bv "
|
||||
br "
|
||||
| "
|
||||
rC 24 0 0175
|
||||
} "
|
||||
a~ 24 0 0176
|
||||
~ "
|
||||
ap "
|
||||
ti "
|
||||
--- 24 0 0177
|
@ -1,13 +0,0 @@
|
||||
sizescale 100
|
||||
unitwidth 131072
|
||||
res 57816
|
||||
hor 1
|
||||
vert 1
|
||||
sizes 500-1000000 0
|
||||
styles R I B BI
|
||||
family T
|
||||
fonts 13 0 0 0 0 0 0 0 0 0 MI S EX CW
|
||||
tcommand
|
||||
postpro grodvi
|
||||
papersize letter
|
||||
print lpr -d
|
@ -1,206 +0,0 @@
|
||||
# Copyright (C) 1989-2002 Free Software Foundation, Inc.
|
||||
# Written by James Clark (jjc@jclark.com)
|
||||
#
|
||||
# This file is part of groff.
|
||||
#
|
||||
# groff is free software; you can redistribute it and/or modify it under
|
||||
# the terms of the GNU General Public License as published by the Free
|
||||
# Software Foundation; either version 2, or (at your option) any later
|
||||
# version.
|
||||
#
|
||||
# groff is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along
|
||||
# with groff; see the file COPYING. If not, write to the Free Software
|
||||
# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
# This is set up so you can do:
|
||||
# make -f generate/Makefile
|
||||
# in the parent directory of the directory containing this file.
|
||||
|
||||
# Note that the following font files have manually added kerning values for
|
||||
# `` and '': B, BI, I, R.
|
||||
|
||||
srcdir=generate
|
||||
tfmdir=/usr/lib/groff-tfm
|
||||
gfdir=/usr/lib/groff-gf
|
||||
|
||||
TFMTODIT=tfmtodit
|
||||
FONTS=TR TI TB TBI CW CWI HR HI HB HBI \
|
||||
TREC TIEC TBEC TBIEC CWEC CWIEC HREC HIEC HBEC HBIEC \
|
||||
TRTC TITC TBTC TBITC CWTC CWITC HRTC HITC HBTC HBITC \
|
||||
MI S SC EX SA SB
|
||||
SPECIALFLAG=-s
|
||||
|
||||
all: $(FONTS)
|
||||
|
||||
|
||||
#### CM fonts ####
|
||||
|
||||
# TR is special because it contains \(pl \(eq
|
||||
|
||||
TR: $(srcdir)/texr.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/cmr10.300gf \
|
||||
$(tfmdir)/cmr10.tfm $(srcdir)/texr.map $@
|
||||
|
||||
# TI is special because it contains \(Po
|
||||
|
||||
TI: $(srcdir)/texi.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/cmti10.300gf \
|
||||
$(tfmdir)/cmti10.tfm $(srcdir)/texi.map $@
|
||||
|
||||
TB: $(srcdir)/texb.map
|
||||
$(TFMTODIT) -g $(gfdir)/cmbx10.300gf \
|
||||
$(tfmdir)/cmbx10.tfm $(srcdir)/texb.map $@
|
||||
|
||||
TBI: $(srcdir)/texi.map
|
||||
$(TFMTODIT) -g $(gfdir)/cmbxti10.300gf \
|
||||
$(tfmdir)/cmbxti10.tfm $(srcdir)/texi.map $@
|
||||
|
||||
# CW is special because it contains "
|
||||
|
||||
CW: $(srcdir)/textt.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) \
|
||||
$(tfmdir)/cmtt10.tfm $(srcdir)/textt.map $@
|
||||
|
||||
CWI: $(srcdir)/textt.map
|
||||
$(TFMTODIT) \
|
||||
$(tfmdir)/cmitt10.tfm $(srcdir)/textt.map $@
|
||||
|
||||
MI: $(srcdir)/texmi.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -k 0177 \
|
||||
$(tfmdir)/cmmi10.tfm $(srcdir)/texmi.map $@
|
||||
|
||||
S: $(srcdir)/texsy.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -k 060 \
|
||||
$(tfmdir)/cmsy10.tfm $(srcdir)/texsy.map $@
|
||||
|
||||
SC: $(srcdir)/textex.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) \
|
||||
$(tfmdir)/cmtex10.tfm $(srcdir)/textex.map $@
|
||||
|
||||
EX: $(srcdir)/texex.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) \
|
||||
$(tfmdir)/cmex10.tfm $(srcdir)/texex.map $@
|
||||
|
||||
HR: $(srcdir)/texb.map
|
||||
$(TFMTODIT) -g $(gfdir)/cmss10.300gf \
|
||||
$(tfmdir)/cmss10.tfm $(srcdir)/texb.map $@
|
||||
|
||||
HB: $(srcdir)/texb.map
|
||||
$(TFMTODIT) -g $(gfdir)/cmssbx10.300gf \
|
||||
$(tfmdir)/cmssbx10.tfm $(srcdir)/texb.map $@
|
||||
|
||||
HI: $(srcdir)/texb.map
|
||||
$(TFMTODIT) -g $(gfdir)/cmssi10.300gf \
|
||||
$(tfmdir)/cmssi10.tfm $(srcdir)/texb.map $@
|
||||
|
||||
HBI: $(srcdir)/texb.map
|
||||
$(TFMTODIT) -g $(gfdir)/cmssbxo10.300gf \
|
||||
$(tfmdir)/cmssbxo10.tfm $(srcdir)/texb.map $@
|
||||
|
||||
SA: $(srcdir)/msam.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) \
|
||||
$(tfmdir)/msam10.tfm $(srcdir)/msam.map $@
|
||||
|
||||
SB: $(srcdir)/msbm.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) \
|
||||
$(tfmdir)/msbm10.tfm $(srcdir)/msbm.map $@
|
||||
|
||||
|
||||
#### EC fonts ####
|
||||
|
||||
TREC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) -g $(gfdir)/ecrm1000.300gf \
|
||||
$(tfmdir)/ecrm1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
TIEC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) -g $(gfdir)/ecti1000.300gf \
|
||||
$(tfmdir)/ecti1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
TBEC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) -g $(gfdir)/ecbx1000.300gf \
|
||||
$(tfmdir)/ecbx1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
TBIEC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) -g $(gfdir)/ecbi1000.300gf \
|
||||
$(tfmdir)/ecbi1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
CWEC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) $(tfmdir)/ectt1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
CWIEC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) $(tfmdir)/ecit1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
HREC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) -g $(gfdir)/ecss1000.300gf \
|
||||
$(tfmdir)/ecss1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
HBEC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) -g $(gfdir)/ecsx1000.300gf \
|
||||
$(tfmdir)/ecsx1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
HIEC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) -g $(gfdir)/ecsi1000.300gf \
|
||||
$(tfmdir)/ecsi1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
HBIEC: $(srcdir)/ec.map
|
||||
$(TFMTODIT) -g $(gfdir)/ecso1000.300gf \
|
||||
$(tfmdir)/ecso1000.tfm $(srcdir)/ec.map $@
|
||||
|
||||
|
||||
#### TC fonts ####
|
||||
|
||||
TRTC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/tcrm1000.300gf \
|
||||
$(tfmdir)/tcrm1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
TITC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/tcti1000.300gf \
|
||||
$(tfmdir)/tcti1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
TBTC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/tcbx1000.300gf \
|
||||
$(tfmdir)/tcbx1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
TBITC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/tcbi1000.300gf \
|
||||
$(tfmdir)/tcbi1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
CWTC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) \
|
||||
$(tfmdir)/tctt1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
CWITC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) \
|
||||
$(tfmdir)/tcit1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
HRTC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/tcss1000.300gf \
|
||||
$(tfmdir)/tcss1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
HBTC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/tcsx1000.300gf \
|
||||
$(tfmdir)/tcsx1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
HITC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/tcsi1000.300gf \
|
||||
$(tfmdir)/tcsi1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
HBITC: $(srcdir)/tc.map
|
||||
$(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/tcso1000.300gf \
|
||||
$(tfmdir)/tcso1000.tfm $(srcdir)/tc.map $@
|
||||
|
||||
|
||||
clean:
|
||||
|
||||
realclean:
|
||||
-rm -f $(FONTS)
|
||||
|
||||
extraclean: realclean
|
||||
-rm -f core *~ "#*"
|
||||
|
||||
.PHONY: clean realclean extraclean all
|
@ -1,746 +0,0 @@
|
||||
name B
|
||||
internalname 2
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,746 +0,0 @@
|
||||
name BI
|
||||
internalname 3
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,745 +0,0 @@
|
||||
name CB
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,745 +0,0 @@
|
||||
name CBI
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,745 +0,0 @@
|
||||
name CI
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,746 +0,0 @@
|
||||
name CR
|
||||
internalname 4
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,13 +0,0 @@
|
||||
res 240
|
||||
hor 24
|
||||
vert 40
|
||||
unitwidth 10
|
||||
sizes 1-1000 0
|
||||
fonts 9 R I B BI CR CI CB CBI S
|
||||
tcommand
|
||||
unscaled_charwidths
|
||||
postpro post-grohtml
|
||||
prepro pre-grohtml
|
||||
use_charnames_in_special
|
||||
pass_filenames
|
||||
image_generator gs
|
@ -1,746 +0,0 @@
|
||||
name I
|
||||
internalname 1
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,745 +0,0 @@
|
||||
name R
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,745 +0,0 @@
|
||||
name S
|
||||
spacewidth 24
|
||||
charset
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022 "
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026 &
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
hy 24 0 0x002D
|
||||
- "
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C <
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E >
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
^ 24 0 0x005E
|
||||
a^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1 ¡
|
||||
ct 24 0 0x00A2 ¢
|
||||
Po 24 0 0x00A3 £
|
||||
Cs 24 0 0x00A4 ¤
|
||||
Ye 24 0 0x00A5 ¥
|
||||
bb 24 0 0x00A6 ¦
|
||||
sc 24 0 0x00A7 §
|
||||
ad 24 0 0x00A8 ¨
|
||||
co 24 0 0x00A9 ©
|
||||
Of 24 0 0x00AA ª
|
||||
Fo 24 0 0x00AB «
|
||||
no 24 0 0x00AC ¬
|
||||
tno "
|
||||
rg 24 0 0x00AE ®
|
||||
a- 24 0 0x00AF ¯
|
||||
de 24 0 0x00B0 °
|
||||
+- 24 0 0x00B1 ±
|
||||
t+- "
|
||||
S2 24 0 0x00B2 ²
|
||||
S3 24 0 0x00B3 ³
|
||||
aa 24 0 0x00B4 ´
|
||||
\' "
|
||||
mc 24 0 0x00B5 µ
|
||||
ps 24 0 0x00B6 ¶
|
||||
pc 24 0 0x00B7 ·
|
||||
ac 24 0 0x00B8 ¸
|
||||
S1 24 0 0x00B9 ¹
|
||||
Om 24 0 0x00BA º
|
||||
Fc 24 0 0x00BB »
|
||||
14 24 0 0x00BC ¼
|
||||
12 24 0 0x00BD ½
|
||||
34 24 0 0x00BE ¾
|
||||
r? 24 0 0x00BF ¿
|
||||
`A 24 0 0x00C0 À
|
||||
'A 24 0 0x00C1 Á
|
||||
^A 24 0 0x00C2 Â
|
||||
~A 24 0 0x00C3 Ã
|
||||
:A 24 0 0x00C4 Ä
|
||||
oA 24 0 0x00C5 Å
|
||||
AE 24 0 0x00C6 Æ
|
||||
,C 24 0 0x00C7 Ç
|
||||
`E 24 0 0x00C8 È
|
||||
'E 24 0 0x00C9 É
|
||||
^E 24 0 0x00CA Ê
|
||||
:E 24 0 0x00CB Ë
|
||||
`I 24 0 0x00CC Ì
|
||||
'I 24 0 0x00CD Í
|
||||
^I 24 0 0x00CE Î
|
||||
:I 24 0 0x00CF Ï
|
||||
-D 24 0 0x00D0 Ð
|
||||
~N 24 0 0x00D1 Ñ
|
||||
`O 24 0 0x00D2 Ò
|
||||
'O 24 0 0x00D3 Ó
|
||||
^O 24 0 0x00D4 Ô
|
||||
~O 24 0 0x00D5 Õ
|
||||
:O 24 0 0x00D6 Ö
|
||||
mu 24 0 0x00D7 ×
|
||||
tmu "
|
||||
/O 24 0 0x00D8 Ø
|
||||
`U 24 0 0x00D9 Ù
|
||||
'U 24 0 0x00DA Ú
|
||||
^U 24 0 0x00DB Û
|
||||
:U 24 0 0x00DC Ü
|
||||
'Y 24 0 0x00DD Ý
|
||||
TP 24 0 0x00DE Þ
|
||||
ss 24 0 0x00DF ß
|
||||
`a 24 0 0x00E0 à
|
||||
'a 24 0 0x00E1 á
|
||||
^a 24 0 0x00E2 â
|
||||
~a 24 0 0x00E3 ã
|
||||
:a 24 0 0x00E4 ä
|
||||
oa 24 0 0x00E5 å
|
||||
ae 24 0 0x00E6 æ
|
||||
,c 24 0 0x00E7 ç
|
||||
`e 24 0 0x00E8 è
|
||||
'e 24 0 0x00E9 é
|
||||
^e 24 0 0x00EA ê
|
||||
:e 24 0 0x00EB ë
|
||||
`i 24 0 0x00EC ì
|
||||
'i 24 0 0x00ED í
|
||||
^i 24 0 0x00EE î
|
||||
:i 24 0 0x00EF ï
|
||||
Sd 24 0 0x00F0 ð
|
||||
~n 24 0 0x00F1 ñ
|
||||
`o 24 0 0x00F2 ò
|
||||
'o 24 0 0x00F3 ó
|
||||
^o 24 0 0x00F4 ô
|
||||
~o 24 0 0x00F5 õ
|
||||
:o 24 0 0x00F6 ö
|
||||
di 24 0 0x00F7 ÷
|
||||
tdi "
|
||||
/o 24 0 0x00F8 ø
|
||||
`u 24 0 0x00F9 ù
|
||||
'u 24 0 0x00FA ú
|
||||
^u 24 0 0x00FB û
|
||||
:u 24 0 0x00FC ü
|
||||
'y 24 0 0x00FD ý
|
||||
Tp 24 0 0x00FE þ
|
||||
:y 24 0 0x00FF ÿ
|
||||
u0041_0306 24 0 0x0102 Ă
|
||||
u0061_0306 24 0 0x0103 ă
|
||||
u0041_0328 24 0 0x0104 Ą
|
||||
u0061_0328 24 0 0x0105 ą
|
||||
'C 24 0 0x0106 Ć
|
||||
'c 24 0 0x0107 ć
|
||||
u0043_030C 24 0 0x010C Č
|
||||
u0063_030C 24 0 0x010D č
|
||||
u0044_030C 24 0 0x010E Ď
|
||||
u0064_030C 24 0 0x010F ď
|
||||
u0110 24 0 0x0110 Đ
|
||||
u0111 24 0 0x0111 đ
|
||||
u0045_0328 24 0 0x0118 Ę
|
||||
u0065_0328 24 0 0x0119 ę
|
||||
u0045_030C 24 0 0x011A Ě
|
||||
u0065_030C 24 0 0x011B ě
|
||||
u0047_0306 24 0 0x011E Ğ
|
||||
u0067_0306 24 0 0x011F ğ
|
||||
u0049_0307 24 0 0x0130 İ
|
||||
.i 24 0 0x0131 ı
|
||||
IJ 24 0 0x0132 IJ
|
||||
ij 24 0 0x0133 ij
|
||||
u004C_0301 24 0 0x0139 Ĺ
|
||||
u006C_0301 24 0 0x013A ĺ
|
||||
u004C_030C 24 0 0x013D Ľ
|
||||
u006C_030C 24 0 0x013E ľ
|
||||
/L 24 0 0x0141 Ł
|
||||
/l 24 0 0x0142 ł
|
||||
u004E_0301 24 0 0x0143 Ń
|
||||
u006E_0301 24 0 0x0144 ń
|
||||
u004E_030C 24 0 0x0147 Ň
|
||||
u006E_030C 24 0 0x0148 ň
|
||||
u004F_030B 24 0 0x0150 Ŋ
|
||||
u006F_030B 24 0 0x0151 ŋ
|
||||
OE 24 0 0x0152 Œ
|
||||
oe 24 0 0x0153 œ
|
||||
u0052_0301 24 0 0x0154 Ŕ
|
||||
u0072_0301 24 0 0x0155 ŕ
|
||||
u0052_030C 24 0 0x0158 Ř
|
||||
u0072_030C 24 0 0x0159 ř
|
||||
u0053_0301 24 0 0x015A Ś
|
||||
u0073_0301 24 0 0x015B ś
|
||||
u0053_0327 24 0 0x015E Ş
|
||||
u0073_0327 24 0 0x015F ş
|
||||
vS 24 0 0x0160 Š
|
||||
vs 24 0 0x0161 š
|
||||
u0054_0327 24 0 0x0162 Ţ
|
||||
u0074_0327 24 0 0x0163 ţ
|
||||
u0054_030C 24 0 0x0164 Ť
|
||||
u0074_030C 24 0 0x0165 ť
|
||||
u0055_030A 24 0 0x016E Ů
|
||||
u0075_030A 24 0 0x016F ů
|
||||
u0055_030B 24 0 0x0170 Ű
|
||||
u0075_030B 24 0 0x0171 ű
|
||||
:Y 24 0 0x0178 Ÿ
|
||||
u005A_0301 24 0 0x0179 Ź
|
||||
u007A_0301 24 0 0x017A ź
|
||||
u005A_0307 24 0 0x017B Ż
|
||||
u007A_0307 24 0 0x017C ż
|
||||
vZ 24 0 0x017D Ž
|
||||
vz 24 0 0x017E ž
|
||||
Fn 24 0 0x0192 ƒ
|
||||
ah 24 0 0x02C7 ˇ
|
||||
ab 24 0 0x02D8 ˘
|
||||
a. 24 0 0x02D9 ˙
|
||||
ao 24 0 0x02DA ˚
|
||||
ho 24 0 0x02DB ˛
|
||||
a" 24 0 0x02DD ˝
|
||||
*A 24 0 0x0391 Α
|
||||
*B 24 0 0x0392 Β
|
||||
*G 24 0 0x0393 Γ
|
||||
*D 24 0 0x0394 Δ
|
||||
*E 24 0 0x0395 Ε
|
||||
*Z 24 0 0x0396 Ζ
|
||||
*Y 24 0 0x0397 Η
|
||||
*H 24 0 0x0398 Θ
|
||||
*I 24 0 0x0399 Ι
|
||||
*K 24 0 0x039A Κ
|
||||
*L 24 0 0x039B Λ
|
||||
*M 24 0 0x039C Μ
|
||||
*N 24 0 0x039D Ν
|
||||
*C 24 0 0x039E Ξ
|
||||
*O 24 0 0x039F Ο
|
||||
*P 24 0 0x03A0 Π
|
||||
*R 24 0 0x03A1 Ρ
|
||||
*S 24 0 0x03A3 Σ
|
||||
*T 24 0 0x03A4 Τ
|
||||
*U 24 0 0x03A5 Υ
|
||||
*F 24 0 0x03A6 Φ
|
||||
*X 24 0 0x03A7 Χ
|
||||
*Q 24 0 0x03A8 Ψ
|
||||
*W 24 0 0x03A9 Ω
|
||||
*a 24 0 0x03B1 α
|
||||
*b 24 0 0x03B2 β
|
||||
*g 24 0 0x03B3 γ
|
||||
*d 24 0 0x03B4 δ
|
||||
*e 24 0 0x03B5 ε
|
||||
*z 24 0 0x03B6 ζ
|
||||
*y 24 0 0x03B7 η
|
||||
*h 24 0 0x03B8 θ
|
||||
*i 24 0 0x03B9 ι
|
||||
*k 24 0 0x03BA κ
|
||||
*l 24 0 0x03BB λ
|
||||
*m 24 0 0x03BC μ
|
||||
*n 24 0 0x03BD ν
|
||||
*c 24 0 0x03BE ξ
|
||||
*o 24 0 0x03BF ο
|
||||
*p 24 0 0x03C0 π
|
||||
*r 24 0 0x03C1 ρ
|
||||
ts 24 0 0x03C2 ς
|
||||
*s 24 0 0x03C3 σ
|
||||
*t 24 0 0x03C4 τ
|
||||
*u 24 0 0x03C5 υ
|
||||
+f 24 0 0x03C6 φ
|
||||
*x 24 0 0x03C7 χ
|
||||
*q 24 0 0x03C8 ψ
|
||||
*w 24 0 0x03C9 ω
|
||||
+h 24 0 0x03D1 ϑ
|
||||
*f 24 0 0x03D5 ϕ
|
||||
+p 24 0 0x03D6 ϖ
|
||||
+e 24 0 0x03F5 ϵ
|
||||
u0415_0300 24 0 0x0400 Ѐ
|
||||
u0415_0308 24 0 0x0401 Ё
|
||||
u0402 24 0 0x0402 Ђ
|
||||
u0413_0301 24 0 0x0403 Ѓ
|
||||
u0404 24 0 0x0404 Є
|
||||
u0405 24 0 0x0405 Ѕ
|
||||
u0406 24 0 0x0406 І
|
||||
u0406_0308 24 0 0x0407 Ї
|
||||
u0408 24 0 0x0408 Ј
|
||||
u0409 24 0 0x0409 Љ
|
||||
u040A 24 0 0x040A Њ
|
||||
u040B 24 0 0x040B Ћ
|
||||
u041A_0301 24 0 0x040C Ќ
|
||||
u0418_0300 24 0 0x040D Ѝ
|
||||
u0423_0306 24 0 0x040E Ў
|
||||
u040F 24 0 0x040F Џ
|
||||
u0410 24 0 0x0410 А
|
||||
u0411 24 0 0x0411 Б
|
||||
u0412 24 0 0x0412 В
|
||||
u0413 24 0 0x0413 Г
|
||||
u0414 24 0 0x0414 Д
|
||||
u0415 24 0 0x0415 Е
|
||||
u0416 24 0 0x0416 Ж
|
||||
u0417 24 0 0x0417 З
|
||||
u0418 24 0 0x0418 И
|
||||
u0418_0306 24 0 0x0419 Й
|
||||
u041A 24 0 0x041A К
|
||||
u041B 24 0 0x041B Л
|
||||
u041C 24 0 0x041C М
|
||||
u041D 24 0 0x041D Н
|
||||
u041E 24 0 0x041E О
|
||||
u041F 24 0 0x041F П
|
||||
u0420 24 0 0x0420 Р
|
||||
u0421 24 0 0x0421 С
|
||||
u0422 24 0 0x0422 Т
|
||||
u0423 24 0 0x0423 У
|
||||
u0424 24 0 0x0424 Ф
|
||||
u0425 24 0 0x0425 Х
|
||||
u0426 24 0 0x0426 Ц
|
||||
u0427 24 0 0x0427 Ч
|
||||
u0428 24 0 0x0428 Ш
|
||||
u0429 24 0 0x0429 Щ
|
||||
u042A 24 0 0x042A Ъ
|
||||
u042B 24 0 0x042B Ы
|
||||
u042C 24 0 0x042C Ь
|
||||
u042D 24 0 0x042D Э
|
||||
u042E 24 0 0x042E Ю
|
||||
u042F 24 0 0x042F Я
|
||||
u0430 24 0 0x0430 а
|
||||
u0431 24 0 0x0431 б
|
||||
u0432 24 0 0x0432 в
|
||||
u0433 24 0 0x0433 г
|
||||
u0434 24 0 0x0434 д
|
||||
u0435 24 0 0x0435 е
|
||||
u0436 24 0 0x0436 ж
|
||||
u0437 24 0 0x0437 з
|
||||
u0438 24 0 0x0438 и
|
||||
u0438_0306 24 0 0x0439 й
|
||||
u043A 24 0 0x043A к
|
||||
u043B 24 0 0x043B л
|
||||
u043C 24 0 0x043C м
|
||||
u043D 24 0 0x043D н
|
||||
u043E 24 0 0x043E о
|
||||
u043F 24 0 0x043F п
|
||||
u0440 24 0 0x0440 р
|
||||
u0441 24 0 0x0441 с
|
||||
u0442 24 0 0x0442 т
|
||||
u0443 24 0 0x0443 у
|
||||
u0444 24 0 0x0444 ф
|
||||
u0445 24 0 0x0445 х
|
||||
u0446 24 0 0x0446 ц
|
||||
u0447 24 0 0x0447 ч
|
||||
u0448 24 0 0x0448 ш
|
||||
u0449 24 0 0x0449 щ
|
||||
u044A 24 0 0x044A ъ
|
||||
u044B 24 0 0x044B ы
|
||||
u044C 24 0 0x044C ь
|
||||
u044D 24 0 0x044D э
|
||||
u044E 24 0 0x044E ю
|
||||
u044F 24 0 0x044F я
|
||||
u0435_0300 24 0 0x0450 ѐ
|
||||
u0435_0308 24 0 0x0451 ё
|
||||
u0452 24 0 0x0452 ђ
|
||||
u0433_0301 24 0 0x0453 ѓ
|
||||
u0454 24 0 0x0454 є
|
||||
u0455 24 0 0x0455 ѕ
|
||||
u0456 24 0 0x0456 і
|
||||
u0456_0308 24 0 0x0457 ї
|
||||
u0458 24 0 0x0458 ј
|
||||
u0459 24 0 0x0459 љ
|
||||
u045A 24 0 0x045A њ
|
||||
u045B 24 0 0x045B ћ
|
||||
u043A_0301 24 0 0x045C ќ
|
||||
u0438_0300 24 0 0x045D ѝ
|
||||
u0443_0306 24 0 0x045E ў
|
||||
u045F 24 0 0x045F џ
|
||||
u0460 24 0 0x0460 Ѡ
|
||||
u0461 24 0 0x0461 ѡ
|
||||
u0462 24 0 0x0462 Ѣ
|
||||
u0463 24 0 0x0463 ѣ
|
||||
u0464 24 0 0x0464 Ѥ
|
||||
u0465 24 0 0x0465 ѥ
|
||||
u0466 24 0 0x0466 Ѧ
|
||||
u0467 24 0 0x0467 ѧ
|
||||
u0468 24 0 0x0468 Ѩ
|
||||
u0469 24 0 0x0469 ѩ
|
||||
u046A 24 0 0x046A Ѫ
|
||||
u046B 24 0 0x046B ѫ
|
||||
u046C 24 0 0x046C Ѭ
|
||||
u046D 24 0 0x046D ѭ
|
||||
u046E 24 0 0x046E Ѯ
|
||||
u046F 24 0 0x046F ѯ
|
||||
u0470 24 0 0x0470 Ѱ
|
||||
u0471 24 0 0x0471 ѱ
|
||||
u0472 24 0 0x0472 Ѳ
|
||||
u0473 24 0 0x0473 ѳ
|
||||
u0474 24 0 0x0474 Ѵ
|
||||
u0475 24 0 0x0475 ѵ
|
||||
u0474_030F 24 0 0x0476 Ѷ
|
||||
u0475_030F 24 0 0x0477 ѷ
|
||||
u0478 24 0 0x0478 Ѹ
|
||||
u0479 24 0 0x0479 ѹ
|
||||
u047A 24 0 0x047A Ѻ
|
||||
u047B 24 0 0x047B ѻ
|
||||
u047C 24 0 0x047C Ѽ
|
||||
u047D 24 0 0x047D ѽ
|
||||
u047E 24 0 0x047E Ѿ
|
||||
u047F 24 0 0x047F ѿ
|
||||
u0480 24 0 0x0480 Ҁ
|
||||
u0481 24 0 0x0481 ҁ
|
||||
u0482 24 0 0x0482 ҂
|
||||
u0483 0 0 0x0483 ҃
|
||||
u0484 0 0 0x0484 ҄
|
||||
u0485 0 0 0x0485 ҅
|
||||
u0486 0 0 0x0486 ҆
|
||||
u0488 0 0 0x0488 ҈
|
||||
u0489 0 0 0x0489 ҉
|
||||
u048A 24 0 0x048A Ҋ
|
||||
u048B 24 0 0x048B ҋ
|
||||
u048C 24 0 0x048C Ҍ
|
||||
u048D 24 0 0x048D ҍ
|
||||
u048E 24 0 0x048E Ҏ
|
||||
u048F 24 0 0x048F ҏ
|
||||
u0490 24 0 0x0490 Ґ
|
||||
u0491 24 0 0x0491 ґ
|
||||
u0492 24 0 0x0492 Ғ
|
||||
u0493 24 0 0x0493 ғ
|
||||
u0494 24 0 0x0494 Ҕ
|
||||
u0495 24 0 0x0495 ҕ
|
||||
u0496 24 0 0x0496 Җ
|
||||
u0497 24 0 0x0497 җ
|
||||
u0498 24 0 0x0498 Ҙ
|
||||
u0499 24 0 0x0499 ҙ
|
||||
u049A 24 0 0x049A Қ
|
||||
u049B 24 0 0x049B қ
|
||||
u049C 24 0 0x049C Ҝ
|
||||
u049D 24 0 0x049D ҝ
|
||||
u049E 24 0 0x049E Ҟ
|
||||
u049F 24 0 0x049F ҟ
|
||||
u04A0 24 0 0x04A0 Ҡ
|
||||
u04A1 24 0 0x04A1 ҡ
|
||||
u04A2 24 0 0x04A2 Ң
|
||||
u04A3 24 0 0x04A3 ң
|
||||
u04A4 24 0 0x04A4 Ҥ
|
||||
u04A5 24 0 0x04A5 ҥ
|
||||
u04A6 24 0 0x04A6 Ҧ
|
||||
u04A7 24 0 0x04A7 ҧ
|
||||
u04A8 24 0 0x04A8 Ҩ
|
||||
u04A9 24 0 0x04A9 ҩ
|
||||
u04AA 24 0 0x04AA Ҫ
|
||||
u04AB 24 0 0x04AB ҫ
|
||||
u04AC 24 0 0x04AC Ҭ
|
||||
u04AD 24 0 0x04AD ҭ
|
||||
u04AE 24 0 0x04AE Ү
|
||||
u04AF 24 0 0x04AF ү
|
||||
u04B0 24 0 0x04B0 Ұ
|
||||
u04B1 24 0 0x04B1 ұ
|
||||
u04B2 24 0 0x04B2 Ҳ
|
||||
u04B3 24 0 0x04B3 ҳ
|
||||
u04B4 24 0 0x04B4 Ҵ
|
||||
u04B5 24 0 0x04B5 ҵ
|
||||
u04B6 24 0 0x04B6 Ҷ
|
||||
u04B7 24 0 0x04B7 ҷ
|
||||
u04B8 24 0 0x04B8 Ҹ
|
||||
u04B9 24 0 0x04B9 ҹ
|
||||
u04BA 24 0 0x04BA Һ
|
||||
u04BB 24 0 0x04BB һ
|
||||
u04BC 24 0 0x04BC Ҽ
|
||||
u04BD 24 0 0x04BD ҽ
|
||||
u04BE 24 0 0x04BE Ҿ
|
||||
u04BF 24 0 0x04BF ҿ
|
||||
u04C0 24 0 0x04C0 Ӏ
|
||||
u0416_0306 24 0 0x04C1 Ӂ
|
||||
u0436_0306 24 0 0x04C2 ӂ
|
||||
u04C3 24 0 0x04C3 Ӄ
|
||||
u04C4 24 0 0x04C4 ӄ
|
||||
u04C5 24 0 0x04C5 Ӆ
|
||||
u04C6 24 0 0x04C6 ӆ
|
||||
u04C7 24 0 0x04C7 Ӈ
|
||||
u04C8 24 0 0x04C8 ӈ
|
||||
u04C9 24 0 0x04C9 Ӊ
|
||||
u04CA 24 0 0x04CA ӊ
|
||||
u04CB 24 0 0x04CB Ӌ
|
||||
u04CC 24 0 0x04CC ӌ
|
||||
u04CD 24 0 0x04CD Ӎ
|
||||
u04CE 24 0 0x04CE ӎ
|
||||
u0410_0306 24 0 0x04D0 Ӑ
|
||||
u0430_0306 24 0 0x04D1 ӑ
|
||||
u0410_0308 24 0 0x04D2 Ӓ
|
||||
u0430_0308 24 0 0x04D3 ӓ
|
||||
u04D4 24 0 0x04D4 Ӕ
|
||||
u04D5 24 0 0x04D5 ӕ
|
||||
u0415_0306 24 0 0x04D6 Ӗ
|
||||
u0435_0306 24 0 0x04D7 ӗ
|
||||
u04D8 24 0 0x04D8 Ә
|
||||
u04D9 24 0 0x04D9 ә
|
||||
u04D8_0308 24 0 0x04DA Ӛ
|
||||
u04D9_0308 24 0 0x04DB ӛ
|
||||
u0416_0308 24 0 0x04DC Ӝ
|
||||
u0436_0308 24 0 0x04DD ӝ
|
||||
u0417_0308 24 0 0x04DE Ӟ
|
||||
u0437_0308 24 0 0x04DF ӟ
|
||||
u04E0 24 0 0x04E0 Ӡ
|
||||
u04E1 24 0 0x04E1 ӡ
|
||||
u0418_0304 24 0 0x04E2 Ӣ
|
||||
u0438_0304 24 0 0x04E3 ӣ
|
||||
u0418_0308 24 0 0x04E4 Ӥ
|
||||
u0438_0308 24 0 0x04E5 ӥ
|
||||
u041E_0308 24 0 0x04E6 Ӧ
|
||||
u043E_0308 24 0 0x04E7 ӧ
|
||||
u04E8 24 0 0x04E8 Ө
|
||||
u04E9 24 0 0x04E9 ө
|
||||
u04E8_0308 24 0 0x04EA Ӫ
|
||||
u04E9_0308 24 0 0x04EB ӫ
|
||||
u042D_0308 24 0 0x04EC Ӭ
|
||||
u044D_0308 24 0 0x04ED ӭ
|
||||
u0423_0304 24 0 0x04EE Ӯ
|
||||
u0443_0304 24 0 0x04EF ӯ
|
||||
u0423_0308 24 0 0x04F0 Ӱ
|
||||
u0443_0308 24 0 0x04F1 ӱ
|
||||
u0423_030B 24 0 0x04F2 Ӳ
|
||||
u0443_030B 24 0 0x04F3 ӳ
|
||||
u0427_0308 24 0 0x04F4 Ӵ
|
||||
u0447_0308 24 0 0x04F5 ӵ
|
||||
u042B_0308 24 0 0x04F8 Ӹ
|
||||
u044B_0308 24 0 0x04F9 ӹ
|
||||
u0500 24 0 0x0500 Ԁ
|
||||
u0501 24 0 0x0501 ԁ
|
||||
u0502 24 0 0x0502 Ԃ
|
||||
u0503 24 0 0x0503 ԃ
|
||||
u0504 24 0 0x0504 Ԅ
|
||||
u0505 24 0 0x0505 ԅ
|
||||
u0506 24 0 0x0506 Ԇ
|
||||
u0507 24 0 0x0507 ԇ
|
||||
u0508 24 0 0x0508 Ԉ
|
||||
u0509 24 0 0x0509 ԉ
|
||||
u050A 24 0 0x050A Ԋ
|
||||
u050B 24 0 0x050B ԋ
|
||||
u050C 24 0 0x050C Ԍ
|
||||
u050D 24 0 0x050D ԍ
|
||||
u050E 24 0 0x050E Ԏ
|
||||
u050F 24 0 0x050F ԏ
|
||||
en 24 0 0x2013 –
|
||||
em 24 0 0x2014 —
|
||||
` 24 0 0x2018 ‘
|
||||
oq "
|
||||
' 24 0 0x2019 ’
|
||||
cq "
|
||||
bq 24 0 0x201A ‚
|
||||
lq 24 0 0x201C “
|
||||
rq 24 0 0x201D ”
|
||||
Bq 24 0 0x201E „
|
||||
dg 24 0 0x2020 †
|
||||
dd 24 0 0x2021 ‡
|
||||
bu 24 0 0x2022 •
|
||||
%0 24 0 0x2030 ‰
|
||||
fm 24 0 0x2032 ′
|
||||
sd 24 0 0x2033 ″
|
||||
fo 24 0 0x2039 ‹
|
||||
fc 24 0 0x203A ›
|
||||
rn 24 0 0x203E ‾
|
||||
f/ 24 0 0x2044 ⁄
|
||||
Eu 24 0 0x20AC €
|
||||
eu "
|
||||
-h 24 0 0x210F ℏ
|
||||
hbar "
|
||||
Im 24 0 0x2111 ℑ
|
||||
wp 24 0 0x2118 ℘
|
||||
Re 24 0 0x211C ℜ
|
||||
tm 24 0 0x2122 ™
|
||||
Ah 24 0 0x2135 ℵ
|
||||
18 24 0 0x215B ⅛
|
||||
38 24 0 0x215C ⅜
|
||||
58 24 0 0x215D ⅝
|
||||
78 24 0 0x215E ⅞
|
||||
<- 24 0 0x2190 ←
|
||||
ua 24 0 0x2191 ↑
|
||||
-> 24 0 0x2192 →
|
||||
da 24 0 0x2193 ↓
|
||||
<> 24 0 0x2194 ↔
|
||||
va 24 0 0x2195 ↕
|
||||
CR 24 0 0x21B5 ↵
|
||||
lA 24 0 0x21D0 ⇐
|
||||
uA 24 0 0x21D1 ⇑
|
||||
rA 24 0 0x21D2 ⇒
|
||||
dA 24 0 0x21D3 ⇓
|
||||
hA 24 0 0x21D4 ⇔
|
||||
vA 24 0 0x21D5 ⇕
|
||||
fa 24 0 0x2200 ∀
|
||||
pd 24 0 0x2202 ∂
|
||||
te 24 0 0x2203 ∃
|
||||
es 24 0 0x2205 ∅
|
||||
gr 24 0 0x2207 ∇
|
||||
mo 24 0 0x2208 ∈
|
||||
nm 24 0 0x2209 ∉
|
||||
st 24 0 0x220B ∋
|
||||
product 24 0 0x220F ∏
|
||||
coproduct 24 0 0x2210 ∐
|
||||
sum 24 0 0x2211 ∑
|
||||
\- 24 0 0x2212 −
|
||||
mi "
|
||||
-+ 24 0 0x2213 ∓
|
||||
** 24 0 0x2217 ∗
|
||||
sr 24 0 0x221A √
|
||||
sqrt "
|
||||
pt 24 0 0x221D ∝
|
||||
if 24 0 0x221E ∞
|
||||
/_ 24 0 0x2220 ∠
|
||||
AN 24 0 0x2227 ∧
|
||||
OR 24 0 0x2228 ∨
|
||||
ca 24 0 0x2229 ∩
|
||||
cu 24 0 0x222A ∪
|
||||
is 24 0 0x222B ∫
|
||||
integral "
|
||||
tf 24 0 0x2234 ∴
|
||||
3d "
|
||||
ap 24 0 0x223C ∼
|
||||
|= 24 0 0x2243 ≃
|
||||
=~ 24 0 0x2245 ≅
|
||||
~~ 24 0 0x2248 ≈
|
||||
~= "
|
||||
!= 24 0 0x2260 ≠
|
||||
== 24 0 0x2261 ≡
|
||||
ne 24 0 0x2262 ≢
|
||||
<= 24 0 0x2264 ≤
|
||||
>= 24 0 0x2265 ≥
|
||||
<< 24 0 0x226A ≪
|
||||
>> 24 0 0x226B ≫
|
||||
sb 24 0 0x2282 ⊂
|
||||
sp 24 0 0x2283 ⊃
|
||||
nb 24 0 0x2284 ⊄
|
||||
nc 24 0 0x2285 ⊅
|
||||
ib 24 0 0x2286 ⊆
|
||||
ip 24 0 0x2287 ⊇
|
||||
c+ 24 0 0x2295 ⊕
|
||||
c* 24 0 0x2297 ⊗
|
||||
pp 24 0 0x22A5 ⊥
|
||||
md 24 0 0x22C5 ⋅
|
||||
lc 24 0 0x2308 ⌈
|
||||
rc 24 0 0x2309 ⌉
|
||||
lf 24 0 0x230A ⌊
|
||||
rf 24 0 0x230B ⌋
|
||||
la 24 0 0x2329 ⟨
|
||||
ra 24 0 0x232A ⟩
|
||||
parenlefttp 24 0 0x239B ⎛
|
||||
parenleftex 24 0 0x239C ⎜
|
||||
parenleftbt 24 0 0x239D ⎝
|
||||
parenrighttp 24 0 0x239E ⎞
|
||||
parenrightex 24 0 0x239F ⎟
|
||||
parenrightbt 24 0 0x23A0 ⎠
|
||||
bracketlefttp 24 0 0x23A1 ⎡
|
||||
bracketleftex 24 0 0x23A2 ⎢
|
||||
bracketleftbt 24 0 0x23A3 ⎣
|
||||
bracketrighttp 24 0 0x23A4 ⎤
|
||||
bracketrightex 24 0 0x23A5 ⎥
|
||||
bracketrightbt 24 0 0x23A6 ⎦
|
||||
lt 24 0 0x23A7 ⎧
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8 ⎨
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9 ⎩
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA ⎪
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB ⎫
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC ⎬
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD ⎭
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE ⎮
|
||||
an 24 0 0x23AF ⎯
|
||||
br 24 0 0x2502 │
|
||||
sq 24 0 0x25A1 □
|
||||
lz 24 0 0x25CA ◊
|
||||
ci 24 0 0x25CB ○
|
||||
lh 24 0 0x261C ☜
|
||||
rh 24 0 0x261E ☞
|
||||
SP 24 0 0x2660 ♠
|
||||
CL 24 0 0x2663 ♣
|
||||
HE 24 0 0x2665 ♥
|
||||
DI 24 0 0x2666 ♦
|
||||
OK 24 0 0x2713 ✓
|
@ -1,322 +0,0 @@
|
||||
name B
|
||||
internalname 2
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0000
|
||||
--- 24 0 0001
|
||||
--- 24 0 0002
|
||||
--- 24 0 0003
|
||||
--- 24 0 0004
|
||||
--- 24 0 0005
|
||||
--- 24 0 0006
|
||||
--- 24 0 0007
|
||||
--- 24 0 0010
|
||||
--- 24 0 0011
|
||||
--- 24 0 0012
|
||||
--- 24 0 0013
|
||||
--- 24 0 0014
|
||||
--- 24 0 0015
|
||||
--- 24 0 0016
|
||||
--- 24 0 0017
|
||||
--- 24 0 0020
|
||||
--- 24 0 0021
|
||||
--- 24 0 0022
|
||||
--- 24 0 0023
|
||||
--- 24 0 0024
|
||||
--- 24 0 0025
|
||||
--- 24 0 0026
|
||||
--- 24 0 0027
|
||||
--- 24 0 0030
|
||||
--- 24 0 0031
|
||||
--- 24 0 0032
|
||||
--- 24 0 0033
|
||||
--- 24 0 0034
|
||||
--- 24 0 0035
|
||||
--- 24 0 0036
|
||||
--- 24 0 0037
|
||||
! 24 0 0041
|
||||
" 24 0 0042
|
||||
dq "
|
||||
lq "
|
||||
rq "
|
||||
# 24 0 0043
|
||||
sh "
|
||||
$ 24 0 0044
|
||||
Do "
|
||||
% 24 0 0045
|
||||
& 24 0 0046
|
||||
' 24 0 0047
|
||||
fm "
|
||||
aq "
|
||||
cq "
|
||||
( 24 0 0050
|
||||
) 24 0 0051
|
||||
* 24 0 0052
|
||||
** "
|
||||
+ 24 0 0053
|
||||
pl "
|
||||
, 24 0 0054
|
||||
\- 24 0 0055
|
||||
mi "
|
||||
- "
|
||||
hy "
|
||||
en "
|
||||
. 24 0 0056
|
||||
/ 24 0 0057
|
||||
sl "
|
||||
f/ "
|
||||
0 24 0 0060
|
||||
1 24 0 0061
|
||||
2 24 0 0062
|
||||
3 24 0 0063
|
||||
4 24 0 0064
|
||||
5 24 0 0065
|
||||
6 24 0 0066
|
||||
7 24 0 0067
|
||||
8 24 0 0070
|
||||
9 24 0 0071
|
||||
: 24 0 0072
|
||||
; 24 0 0073
|
||||
< 24 0 0074
|
||||
la "
|
||||
fo "
|
||||
= 24 0 0075
|
||||
eq "
|
||||
> 24 0 0076
|
||||
ra "
|
||||
fc "
|
||||
? 24 0 0077
|
||||
@ 24 0 0100
|
||||
at "
|
||||
A 24 0 0101
|
||||
*A "
|
||||
B 24 0 0102
|
||||
*B "
|
||||
C 24 0 0103
|
||||
D 24 0 0104
|
||||
E 24 0 0105
|
||||
*E "
|
||||
F 24 0 0106
|
||||
G 24 0 0107
|
||||
H 24 0 0110
|
||||
*Y "
|
||||
I 24 0 0111
|
||||
*I "
|
||||
J 24 0 0112
|
||||
K 24 0 0113
|
||||
*K "
|
||||
L 24 0 0114
|
||||
M 24 0 0115
|
||||
*M "
|
||||
N 24 0 0116
|
||||
*N "
|
||||
O 24 0 0117
|
||||
ci "
|
||||
*O "
|
||||
P 24 0 0120
|
||||
*R "
|
||||
Q 24 0 0121
|
||||
R 24 0 0122
|
||||
S 24 0 0123
|
||||
T 24 0 0124
|
||||
*T "
|
||||
U 24 0 0125
|
||||
V 24 0 0126
|
||||
W 24 0 0127
|
||||
X 24 0 0130
|
||||
*X "
|
||||
Y 24 0 0131
|
||||
*U "
|
||||
Z 24 0 0132
|
||||
*Z "
|
||||
[ 24 0 0133
|
||||
lB "
|
||||
\ 24 0 0134
|
||||
rs "
|
||||
] 24 0 0135
|
||||
rB "
|
||||
a^ 24 0 0136
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0137
|
||||
ru "
|
||||
ul "
|
||||
` 24 0 0140
|
||||
oq "
|
||||
ga "
|
||||
a 24 0 0141
|
||||
b 24 0 0142
|
||||
c 24 0 0143
|
||||
d 24 0 0144
|
||||
e 24 0 0145
|
||||
f 24 0 0146
|
||||
g 24 0 0147
|
||||
h 24 0 0150
|
||||
i 24 0 0151
|
||||
j 24 0 0152
|
||||
k 24 0 0153
|
||||
l 24 0 0154
|
||||
m 24 0 0155
|
||||
n 24 0 0156
|
||||
o 24 0 0157
|
||||
*o "
|
||||
p 24 0 0160
|
||||
q 24 0 0161
|
||||
r 24 0 0162
|
||||
s 24 0 0163
|
||||
t 24 0 0164
|
||||
u 24 0 0165
|
||||
v 24 0 0166
|
||||
w 24 0 0167
|
||||
x 24 0 0170
|
||||
y 24 0 0171
|
||||
z 24 0 0172
|
||||
lC 24 0 0173
|
||||
{ "
|
||||
ba 24 0 0174
|
||||
or "
|
||||
bv "
|
||||
br "
|
||||
| "
|
||||
rC 24 0 0175
|
||||
} "
|
||||
a~ 24 0 0176
|
||||
~ "
|
||||
ap "
|
||||
ti "
|
||||
--- 24 0 0177
|
||||
--- 24 0 0200
|
||||
--- 24 0 0201
|
||||
--- 24 0 0202
|
||||
--- 24 0 0203
|
||||
--- 24 0 0204
|
||||
--- 24 0 0205
|
||||
--- 24 0 0206
|
||||
--- 24 0 0207
|
||||
--- 24 0 0210
|
||||
--- 24 0 0211
|
||||
--- 24 0 0212
|
||||
--- 24 0 0213
|
||||
--- 24 0 0214
|
||||
--- 24 0 0215
|
||||
--- 24 0 0216
|
||||
--- 24 0 0217
|
||||
--- 24 0 0220
|
||||
--- 24 0 0221
|
||||
--- 24 0 0222
|
||||
--- 24 0 0223
|
||||
--- 24 0 0224
|
||||
--- 24 0 0225
|
||||
--- 24 0 0226
|
||||
--- 24 0 0227
|
||||
--- 24 0 0230
|
||||
--- 24 0 0231
|
||||
--- 24 0 0232
|
||||
--- 24 0 0233
|
||||
--- 24 0 0234
|
||||
--- 24 0 0235
|
||||
--- 24 0 0236
|
||||
--- 24 0 0237
|
||||
--- 24 0 0240
|
||||
r! 24 0 0241
|
||||
ct 24 0 0242
|
||||
Po 24 0 0243
|
||||
Cs 24 0 0244
|
||||
Ye 24 0 0245
|
||||
bb 24 0 0246
|
||||
sc 24 0 0247
|
||||
ad 24 0 0250
|
||||
co 24 0 0251
|
||||
Of 24 0 0252
|
||||
Fo 24 0 0253
|
||||
no 24 0 0254
|
||||
tno "
|
||||
shc 24 0 0255
|
||||
rg 24 0 0256
|
||||
a- 24 0 0257
|
||||
de 24 0 0260
|
||||
ao "
|
||||
+- 24 0 0261
|
||||
t+- "
|
||||
S2 24 0 0262
|
||||
S3 24 0 0263
|
||||
aa 24 0 0264
|
||||
*m 24 0 0265
|
||||
mc "
|
||||
ps 24 0 0266
|
||||
pc 24 0 0267
|
||||
md "
|
||||
ac 24 0 0270
|
||||
S1 24 0 0271
|
||||
Om 24 0 0272
|
||||
Fc 24 0 0273
|
||||
14 24 0 0274
|
||||
12 24 0 0275
|
||||
34 24 0 0276
|
||||
r? 24 0 0277
|
||||
`A 24 0 0300
|
||||
'A 24 0 0301
|
||||
^A 24 0 0302
|
||||
~A 24 0 0303
|
||||
:A 24 0 0304
|
||||
oA 24 0 0305
|
||||
AE 24 0 0306
|
||||
,C 24 0 0307
|
||||
`E 24 0 0310
|
||||
'E 24 0 0311
|
||||
^E 24 0 0312
|
||||
:E 24 0 0313
|
||||
`I 24 0 0314
|
||||
'I 24 0 0315
|
||||
^I 24 0 0316
|
||||
:I 24 0 0317
|
||||
-D 24 0 0320
|
||||
~N 24 0 0321
|
||||
`O 24 0 0322
|
||||
'O 24 0 0323
|
||||
^O 24 0 0324
|
||||
~O 24 0 0325
|
||||
:O 24 0 0326
|
||||
mu 24 0 0327
|
||||
tmu "
|
||||
/O 24 0 0330
|
||||
`U 24 0 0331
|
||||
'U 24 0 0332
|
||||
^U 24 0 0333
|
||||
:U 24 0 0334
|
||||
'Y 24 0 0335
|
||||
TP 24 0 0336
|
||||
ss 24 0 0337
|
||||
`a 24 0 0340
|
||||
'a 24 0 0341
|
||||
^a 24 0 0342
|
||||
~a 24 0 0343
|
||||
:a 24 0 0344
|
||||
oa 24 0 0345
|
||||
ae 24 0 0346
|
||||
,c 24 0 0347
|
||||
`e 24 0 0350
|
||||
'e 24 0 0351
|
||||
^e 24 0 0352
|
||||
:e 24 0 0353
|
||||
`i 24 0 0354
|
||||
'i 24 0 0355
|
||||
^i 24 0 0356
|
||||
:i 24 0 0357
|
||||
Sd 24 0 0360
|
||||
~n 24 0 0361
|
||||
`o 24 0 0362
|
||||
'o 24 0 0363
|
||||
^o 24 0 0364
|
||||
~o 24 0 0365
|
||||
:o 24 0 0366
|
||||
di 24 0 0367
|
||||
tdi "
|
||||
/o 24 0 0370
|
||||
`u 24 0 0371
|
||||
'u 24 0 0372
|
||||
^u 24 0 0373
|
||||
:u 24 0 0374
|
||||
'y 24 0 0375
|
||||
Tp 24 0 0376
|
||||
:y 24 0 0377
|
@ -1,322 +0,0 @@
|
||||
name BI
|
||||
internalname 3
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0000
|
||||
--- 24 0 0001
|
||||
--- 24 0 0002
|
||||
--- 24 0 0003
|
||||
--- 24 0 0004
|
||||
--- 24 0 0005
|
||||
--- 24 0 0006
|
||||
--- 24 0 0007
|
||||
--- 24 0 0010
|
||||
--- 24 0 0011
|
||||
--- 24 0 0012
|
||||
--- 24 0 0013
|
||||
--- 24 0 0014
|
||||
--- 24 0 0015
|
||||
--- 24 0 0016
|
||||
--- 24 0 0017
|
||||
--- 24 0 0020
|
||||
--- 24 0 0021
|
||||
--- 24 0 0022
|
||||
--- 24 0 0023
|
||||
--- 24 0 0024
|
||||
--- 24 0 0025
|
||||
--- 24 0 0026
|
||||
--- 24 0 0027
|
||||
--- 24 0 0030
|
||||
--- 24 0 0031
|
||||
--- 24 0 0032
|
||||
--- 24 0 0033
|
||||
--- 24 0 0034
|
||||
--- 24 0 0035
|
||||
--- 24 0 0036
|
||||
--- 24 0 0037
|
||||
! 24 0 0041
|
||||
" 24 0 0042
|
||||
dq "
|
||||
lq "
|
||||
rq "
|
||||
# 24 0 0043
|
||||
sh "
|
||||
$ 24 0 0044
|
||||
Do "
|
||||
% 24 0 0045
|
||||
& 24 0 0046
|
||||
' 24 0 0047
|
||||
fm "
|
||||
aq "
|
||||
cq "
|
||||
( 24 0 0050
|
||||
) 24 0 0051
|
||||
* 24 0 0052
|
||||
** "
|
||||
+ 24 0 0053
|
||||
pl "
|
||||
, 24 0 0054
|
||||
\- 24 0 0055
|
||||
mi "
|
||||
- "
|
||||
hy "
|
||||
en "
|
||||
. 24 0 0056
|
||||
/ 24 0 0057
|
||||
sl "
|
||||
f/ "
|
||||
0 24 0 0060
|
||||
1 24 0 0061
|
||||
2 24 0 0062
|
||||
3 24 0 0063
|
||||
4 24 0 0064
|
||||
5 24 0 0065
|
||||
6 24 0 0066
|
||||
7 24 0 0067
|
||||
8 24 0 0070
|
||||
9 24 0 0071
|
||||
: 24 0 0072
|
||||
; 24 0 0073
|
||||
< 24 0 0074
|
||||
la "
|
||||
fo "
|
||||
= 24 0 0075
|
||||
eq "
|
||||
> 24 0 0076
|
||||
ra "
|
||||
fc "
|
||||
? 24 0 0077
|
||||
@ 24 0 0100
|
||||
at "
|
||||
A 24 0 0101
|
||||
*A "
|
||||
B 24 0 0102
|
||||
*B "
|
||||
C 24 0 0103
|
||||
D 24 0 0104
|
||||
E 24 0 0105
|
||||
*E "
|
||||
F 24 0 0106
|
||||
G 24 0 0107
|
||||
H 24 0 0110
|
||||
*Y "
|
||||
I 24 0 0111
|
||||
*I "
|
||||
J 24 0 0112
|
||||
K 24 0 0113
|
||||
*K "
|
||||
L 24 0 0114
|
||||
M 24 0 0115
|
||||
*M "
|
||||
N 24 0 0116
|
||||
*N "
|
||||
O 24 0 0117
|
||||
ci "
|
||||
*O "
|
||||
P 24 0 0120
|
||||
*R "
|
||||
Q 24 0 0121
|
||||
R 24 0 0122
|
||||
S 24 0 0123
|
||||
T 24 0 0124
|
||||
*T "
|
||||
U 24 0 0125
|
||||
V 24 0 0126
|
||||
W 24 0 0127
|
||||
X 24 0 0130
|
||||
*X "
|
||||
Y 24 0 0131
|
||||
*U "
|
||||
Z 24 0 0132
|
||||
*Z "
|
||||
[ 24 0 0133
|
||||
lB "
|
||||
\ 24 0 0134
|
||||
rs "
|
||||
] 24 0 0135
|
||||
rB "
|
||||
a^ 24 0 0136
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0137
|
||||
ru "
|
||||
ul "
|
||||
` 24 0 0140
|
||||
oq "
|
||||
ga "
|
||||
a 24 0 0141
|
||||
b 24 0 0142
|
||||
c 24 0 0143
|
||||
d 24 0 0144
|
||||
e 24 0 0145
|
||||
f 24 0 0146
|
||||
g 24 0 0147
|
||||
h 24 0 0150
|
||||
i 24 0 0151
|
||||
j 24 0 0152
|
||||
k 24 0 0153
|
||||
l 24 0 0154
|
||||
m 24 0 0155
|
||||
n 24 0 0156
|
||||
o 24 0 0157
|
||||
*o "
|
||||
p 24 0 0160
|
||||
q 24 0 0161
|
||||
r 24 0 0162
|
||||
s 24 0 0163
|
||||
t 24 0 0164
|
||||
u 24 0 0165
|
||||
v 24 0 0166
|
||||
w 24 0 0167
|
||||
x 24 0 0170
|
||||
y 24 0 0171
|
||||
z 24 0 0172
|
||||
lC 24 0 0173
|
||||
{ "
|
||||
ba 24 0 0174
|
||||
or "
|
||||
bv "
|
||||
br "
|
||||
| "
|
||||
rC 24 0 0175
|
||||
} "
|
||||
a~ 24 0 0176
|
||||
~ "
|
||||
ap "
|
||||
ti "
|
||||
--- 24 0 0177
|
||||
--- 24 0 0200
|
||||
--- 24 0 0201
|
||||
--- 24 0 0202
|
||||
--- 24 0 0203
|
||||
--- 24 0 0204
|
||||
--- 24 0 0205
|
||||
--- 24 0 0206
|
||||
--- 24 0 0207
|
||||
--- 24 0 0210
|
||||
--- 24 0 0211
|
||||
--- 24 0 0212
|
||||
--- 24 0 0213
|
||||
--- 24 0 0214
|
||||
--- 24 0 0215
|
||||
--- 24 0 0216
|
||||
--- 24 0 0217
|
||||
--- 24 0 0220
|
||||
--- 24 0 0221
|
||||
--- 24 0 0222
|
||||
--- 24 0 0223
|
||||
--- 24 0 0224
|
||||
--- 24 0 0225
|
||||
--- 24 0 0226
|
||||
--- 24 0 0227
|
||||
--- 24 0 0230
|
||||
--- 24 0 0231
|
||||
--- 24 0 0232
|
||||
--- 24 0 0233
|
||||
--- 24 0 0234
|
||||
--- 24 0 0235
|
||||
--- 24 0 0236
|
||||
--- 24 0 0237
|
||||
--- 24 0 0240
|
||||
r! 24 0 0241
|
||||
ct 24 0 0242
|
||||
Po 24 0 0243
|
||||
Cs 24 0 0244
|
||||
Ye 24 0 0245
|
||||
bb 24 0 0246
|
||||
sc 24 0 0247
|
||||
ad 24 0 0250
|
||||
co 24 0 0251
|
||||
Of 24 0 0252
|
||||
Fo 24 0 0253
|
||||
no 24 0 0254
|
||||
tno "
|
||||
shc 24 0 0255
|
||||
rg 24 0 0256
|
||||
a- 24 0 0257
|
||||
de 24 0 0260
|
||||
ao "
|
||||
+- 24 0 0261
|
||||
t+- "
|
||||
S2 24 0 0262
|
||||
S3 24 0 0263
|
||||
aa 24 0 0264
|
||||
*m 24 0 0265
|
||||
mc "
|
||||
ps 24 0 0266
|
||||
pc 24 0 0267
|
||||
md "
|
||||
ac 24 0 0270
|
||||
S1 24 0 0271
|
||||
Om 24 0 0272
|
||||
Fc 24 0 0273
|
||||
14 24 0 0274
|
||||
12 24 0 0275
|
||||
34 24 0 0276
|
||||
r? 24 0 0277
|
||||
`A 24 0 0300
|
||||
'A 24 0 0301
|
||||
^A 24 0 0302
|
||||
~A 24 0 0303
|
||||
:A 24 0 0304
|
||||
oA 24 0 0305
|
||||
AE 24 0 0306
|
||||
,C 24 0 0307
|
||||
`E 24 0 0310
|
||||
'E 24 0 0311
|
||||
^E 24 0 0312
|
||||
:E 24 0 0313
|
||||
`I 24 0 0314
|
||||
'I 24 0 0315
|
||||
^I 24 0 0316
|
||||
:I 24 0 0317
|
||||
-D 24 0 0320
|
||||
~N 24 0 0321
|
||||
`O 24 0 0322
|
||||
'O 24 0 0323
|
||||
^O 24 0 0324
|
||||
~O 24 0 0325
|
||||
:O 24 0 0326
|
||||
mu 24 0 0327
|
||||
tmu "
|
||||
/O 24 0 0330
|
||||
`U 24 0 0331
|
||||
'U 24 0 0332
|
||||
^U 24 0 0333
|
||||
:U 24 0 0334
|
||||
'Y 24 0 0335
|
||||
TP 24 0 0336
|
||||
ss 24 0 0337
|
||||
`a 24 0 0340
|
||||
'a 24 0 0341
|
||||
^a 24 0 0342
|
||||
~a 24 0 0343
|
||||
:a 24 0 0344
|
||||
oa 24 0 0345
|
||||
ae 24 0 0346
|
||||
,c 24 0 0347
|
||||
`e 24 0 0350
|
||||
'e 24 0 0351
|
||||
^e 24 0 0352
|
||||
:e 24 0 0353
|
||||
`i 24 0 0354
|
||||
'i 24 0 0355
|
||||
^i 24 0 0356
|
||||
:i 24 0 0357
|
||||
Sd 24 0 0360
|
||||
~n 24 0 0361
|
||||
`o 24 0 0362
|
||||
'o 24 0 0363
|
||||
^o 24 0 0364
|
||||
~o 24 0 0365
|
||||
:o 24 0 0366
|
||||
di 24 0 0367
|
||||
tdi "
|
||||
/o 24 0 0370
|
||||
`u 24 0 0371
|
||||
'u 24 0 0372
|
||||
^u 24 0 0373
|
||||
:u 24 0 0374
|
||||
'y 24 0 0375
|
||||
Tp 24 0 0376
|
||||
:y 24 0 0377
|
@ -1,8 +0,0 @@
|
||||
res 240
|
||||
hor 24
|
||||
vert 40
|
||||
unitwidth 10
|
||||
sizes 10 0
|
||||
fonts 4 R I B BI
|
||||
tcommand
|
||||
postpro grotty
|
@ -1,322 +0,0 @@
|
||||
name I
|
||||
internalname 1
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0000
|
||||
--- 24 0 0001
|
||||
--- 24 0 0002
|
||||
--- 24 0 0003
|
||||
--- 24 0 0004
|
||||
--- 24 0 0005
|
||||
--- 24 0 0006
|
||||
--- 24 0 0007
|
||||
--- 24 0 0010
|
||||
--- 24 0 0011
|
||||
--- 24 0 0012
|
||||
--- 24 0 0013
|
||||
--- 24 0 0014
|
||||
--- 24 0 0015
|
||||
--- 24 0 0016
|
||||
--- 24 0 0017
|
||||
--- 24 0 0020
|
||||
--- 24 0 0021
|
||||
--- 24 0 0022
|
||||
--- 24 0 0023
|
||||
--- 24 0 0024
|
||||
--- 24 0 0025
|
||||
--- 24 0 0026
|
||||
--- 24 0 0027
|
||||
--- 24 0 0030
|
||||
--- 24 0 0031
|
||||
--- 24 0 0032
|
||||
--- 24 0 0033
|
||||
--- 24 0 0034
|
||||
--- 24 0 0035
|
||||
--- 24 0 0036
|
||||
--- 24 0 0037
|
||||
! 24 0 0041
|
||||
" 24 0 0042
|
||||
dq "
|
||||
lq "
|
||||
rq "
|
||||
# 24 0 0043
|
||||
sh "
|
||||
$ 24 0 0044
|
||||
Do "
|
||||
% 24 0 0045
|
||||
& 24 0 0046
|
||||
' 24 0 0047
|
||||
fm "
|
||||
aq "
|
||||
cq "
|
||||
( 24 0 0050
|
||||
) 24 0 0051
|
||||
* 24 0 0052
|
||||
** "
|
||||
+ 24 0 0053
|
||||
pl "
|
||||
, 24 0 0054
|
||||
\- 24 0 0055
|
||||
mi "
|
||||
- "
|
||||
hy "
|
||||
en "
|
||||
. 24 0 0056
|
||||
/ 24 0 0057
|
||||
sl "
|
||||
f/ "
|
||||
0 24 0 0060
|
||||
1 24 0 0061
|
||||
2 24 0 0062
|
||||
3 24 0 0063
|
||||
4 24 0 0064
|
||||
5 24 0 0065
|
||||
6 24 0 0066
|
||||
7 24 0 0067
|
||||
8 24 0 0070
|
||||
9 24 0 0071
|
||||
: 24 0 0072
|
||||
; 24 0 0073
|
||||
< 24 0 0074
|
||||
la "
|
||||
fo "
|
||||
= 24 0 0075
|
||||
eq "
|
||||
> 24 0 0076
|
||||
ra "
|
||||
fc "
|
||||
? 24 0 0077
|
||||
@ 24 0 0100
|
||||
at "
|
||||
A 24 0 0101
|
||||
*A "
|
||||
B 24 0 0102
|
||||
*B "
|
||||
C 24 0 0103
|
||||
D 24 0 0104
|
||||
E 24 0 0105
|
||||
*E "
|
||||
F 24 0 0106
|
||||
G 24 0 0107
|
||||
H 24 0 0110
|
||||
*Y "
|
||||
I 24 0 0111
|
||||
*I "
|
||||
J 24 0 0112
|
||||
K 24 0 0113
|
||||
*K "
|
||||
L 24 0 0114
|
||||
M 24 0 0115
|
||||
*M "
|
||||
N 24 0 0116
|
||||
*N "
|
||||
O 24 0 0117
|
||||
ci "
|
||||
*O "
|
||||
P 24 0 0120
|
||||
*R "
|
||||
Q 24 0 0121
|
||||
R 24 0 0122
|
||||
S 24 0 0123
|
||||
T 24 0 0124
|
||||
*T "
|
||||
U 24 0 0125
|
||||
V 24 0 0126
|
||||
W 24 0 0127
|
||||
X 24 0 0130
|
||||
*X "
|
||||
Y 24 0 0131
|
||||
*U "
|
||||
Z 24 0 0132
|
||||
*Z "
|
||||
[ 24 0 0133
|
||||
lB "
|
||||
\ 24 0 0134
|
||||
rs "
|
||||
] 24 0 0135
|
||||
rB "
|
||||
a^ 24 0 0136
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0137
|
||||
ru "
|
||||
ul "
|
||||
` 24 0 0140
|
||||
oq "
|
||||
ga "
|
||||
a 24 0 0141
|
||||
b 24 0 0142
|
||||
c 24 0 0143
|
||||
d 24 0 0144
|
||||
e 24 0 0145
|
||||
f 24 0 0146
|
||||
g 24 0 0147
|
||||
h 24 0 0150
|
||||
i 24 0 0151
|
||||
j 24 0 0152
|
||||
k 24 0 0153
|
||||
l 24 0 0154
|
||||
m 24 0 0155
|
||||
n 24 0 0156
|
||||
o 24 0 0157
|
||||
*o "
|
||||
p 24 0 0160
|
||||
q 24 0 0161
|
||||
r 24 0 0162
|
||||
s 24 0 0163
|
||||
t 24 0 0164
|
||||
u 24 0 0165
|
||||
v 24 0 0166
|
||||
w 24 0 0167
|
||||
x 24 0 0170
|
||||
y 24 0 0171
|
||||
z 24 0 0172
|
||||
lC 24 0 0173
|
||||
{ "
|
||||
ba 24 0 0174
|
||||
or "
|
||||
bv "
|
||||
br "
|
||||
| "
|
||||
rC 24 0 0175
|
||||
} "
|
||||
a~ 24 0 0176
|
||||
~ "
|
||||
ap "
|
||||
ti "
|
||||
--- 24 0 0177
|
||||
--- 24 0 0200
|
||||
--- 24 0 0201
|
||||
--- 24 0 0202
|
||||
--- 24 0 0203
|
||||
--- 24 0 0204
|
||||
--- 24 0 0205
|
||||
--- 24 0 0206
|
||||
--- 24 0 0207
|
||||
--- 24 0 0210
|
||||
--- 24 0 0211
|
||||
--- 24 0 0212
|
||||
--- 24 0 0213
|
||||
--- 24 0 0214
|
||||
--- 24 0 0215
|
||||
--- 24 0 0216
|
||||
--- 24 0 0217
|
||||
--- 24 0 0220
|
||||
--- 24 0 0221
|
||||
--- 24 0 0222
|
||||
--- 24 0 0223
|
||||
--- 24 0 0224
|
||||
--- 24 0 0225
|
||||
--- 24 0 0226
|
||||
--- 24 0 0227
|
||||
--- 24 0 0230
|
||||
--- 24 0 0231
|
||||
--- 24 0 0232
|
||||
--- 24 0 0233
|
||||
--- 24 0 0234
|
||||
--- 24 0 0235
|
||||
--- 24 0 0236
|
||||
--- 24 0 0237
|
||||
--- 24 0 0240
|
||||
r! 24 0 0241
|
||||
ct 24 0 0242
|
||||
Po 24 0 0243
|
||||
Cs 24 0 0244
|
||||
Ye 24 0 0245
|
||||
bb 24 0 0246
|
||||
sc 24 0 0247
|
||||
ad 24 0 0250
|
||||
co 24 0 0251
|
||||
Of 24 0 0252
|
||||
Fo 24 0 0253
|
||||
no 24 0 0254
|
||||
tno "
|
||||
shc 24 0 0255
|
||||
rg 24 0 0256
|
||||
a- 24 0 0257
|
||||
de 24 0 0260
|
||||
ao "
|
||||
+- 24 0 0261
|
||||
t+- "
|
||||
S2 24 0 0262
|
||||
S3 24 0 0263
|
||||
aa 24 0 0264
|
||||
*m 24 0 0265
|
||||
mc "
|
||||
ps 24 0 0266
|
||||
pc 24 0 0267
|
||||
md "
|
||||
ac 24 0 0270
|
||||
S1 24 0 0271
|
||||
Om 24 0 0272
|
||||
Fc 24 0 0273
|
||||
14 24 0 0274
|
||||
12 24 0 0275
|
||||
34 24 0 0276
|
||||
r? 24 0 0277
|
||||
`A 24 0 0300
|
||||
'A 24 0 0301
|
||||
^A 24 0 0302
|
||||
~A 24 0 0303
|
||||
:A 24 0 0304
|
||||
oA 24 0 0305
|
||||
AE 24 0 0306
|
||||
,C 24 0 0307
|
||||
`E 24 0 0310
|
||||
'E 24 0 0311
|
||||
^E 24 0 0312
|
||||
:E 24 0 0313
|
||||
`I 24 0 0314
|
||||
'I 24 0 0315
|
||||
^I 24 0 0316
|
||||
:I 24 0 0317
|
||||
-D 24 0 0320
|
||||
~N 24 0 0321
|
||||
`O 24 0 0322
|
||||
'O 24 0 0323
|
||||
^O 24 0 0324
|
||||
~O 24 0 0325
|
||||
:O 24 0 0326
|
||||
mu 24 0 0327
|
||||
tmu "
|
||||
/O 24 0 0330
|
||||
`U 24 0 0331
|
||||
'U 24 0 0332
|
||||
^U 24 0 0333
|
||||
:U 24 0 0334
|
||||
'Y 24 0 0335
|
||||
TP 24 0 0336
|
||||
ss 24 0 0337
|
||||
`a 24 0 0340
|
||||
'a 24 0 0341
|
||||
^a 24 0 0342
|
||||
~a 24 0 0343
|
||||
:a 24 0 0344
|
||||
oa 24 0 0345
|
||||
ae 24 0 0346
|
||||
,c 24 0 0347
|
||||
`e 24 0 0350
|
||||
'e 24 0 0351
|
||||
^e 24 0 0352
|
||||
:e 24 0 0353
|
||||
`i 24 0 0354
|
||||
'i 24 0 0355
|
||||
^i 24 0 0356
|
||||
:i 24 0 0357
|
||||
Sd 24 0 0360
|
||||
~n 24 0 0361
|
||||
`o 24 0 0362
|
||||
'o 24 0 0363
|
||||
^o 24 0 0364
|
||||
~o 24 0 0365
|
||||
:o 24 0 0366
|
||||
di 24 0 0367
|
||||
tdi "
|
||||
/o 24 0 0370
|
||||
`u 24 0 0371
|
||||
'u 24 0 0372
|
||||
^u 24 0 0373
|
||||
:u 24 0 0374
|
||||
'y 24 0 0375
|
||||
Tp 24 0 0376
|
||||
:y 24 0 0377
|
@ -1,321 +0,0 @@
|
||||
name R
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0000
|
||||
--- 24 0 0001
|
||||
--- 24 0 0002
|
||||
--- 24 0 0003
|
||||
--- 24 0 0004
|
||||
--- 24 0 0005
|
||||
--- 24 0 0006
|
||||
--- 24 0 0007
|
||||
--- 24 0 0010
|
||||
--- 24 0 0011
|
||||
--- 24 0 0012
|
||||
--- 24 0 0013
|
||||
--- 24 0 0014
|
||||
--- 24 0 0015
|
||||
--- 24 0 0016
|
||||
--- 24 0 0017
|
||||
--- 24 0 0020
|
||||
--- 24 0 0021
|
||||
--- 24 0 0022
|
||||
--- 24 0 0023
|
||||
--- 24 0 0024
|
||||
--- 24 0 0025
|
||||
--- 24 0 0026
|
||||
--- 24 0 0027
|
||||
--- 24 0 0030
|
||||
--- 24 0 0031
|
||||
--- 24 0 0032
|
||||
--- 24 0 0033
|
||||
--- 24 0 0034
|
||||
--- 24 0 0035
|
||||
--- 24 0 0036
|
||||
--- 24 0 0037
|
||||
! 24 0 0041
|
||||
" 24 0 0042
|
||||
dq "
|
||||
lq "
|
||||
rq "
|
||||
# 24 0 0043
|
||||
sh "
|
||||
$ 24 0 0044
|
||||
Do "
|
||||
% 24 0 0045
|
||||
& 24 0 0046
|
||||
' 24 0 0047
|
||||
fm "
|
||||
aq "
|
||||
cq "
|
||||
( 24 0 0050
|
||||
) 24 0 0051
|
||||
* 24 0 0052
|
||||
** "
|
||||
+ 24 0 0053
|
||||
pl "
|
||||
, 24 0 0054
|
||||
\- 24 0 0055
|
||||
mi "
|
||||
- "
|
||||
hy "
|
||||
en "
|
||||
. 24 0 0056
|
||||
/ 24 0 0057
|
||||
sl "
|
||||
f/ "
|
||||
0 24 0 0060
|
||||
1 24 0 0061
|
||||
2 24 0 0062
|
||||
3 24 0 0063
|
||||
4 24 0 0064
|
||||
5 24 0 0065
|
||||
6 24 0 0066
|
||||
7 24 0 0067
|
||||
8 24 0 0070
|
||||
9 24 0 0071
|
||||
: 24 0 0072
|
||||
; 24 0 0073
|
||||
< 24 0 0074
|
||||
la "
|
||||
fo "
|
||||
= 24 0 0075
|
||||
eq "
|
||||
> 24 0 0076
|
||||
ra "
|
||||
fc "
|
||||
? 24 0 0077
|
||||
@ 24 0 0100
|
||||
at "
|
||||
A 24 0 0101
|
||||
*A "
|
||||
B 24 0 0102
|
||||
*B "
|
||||
C 24 0 0103
|
||||
D 24 0 0104
|
||||
E 24 0 0105
|
||||
*E "
|
||||
F 24 0 0106
|
||||
G 24 0 0107
|
||||
H 24 0 0110
|
||||
*Y "
|
||||
I 24 0 0111
|
||||
*I "
|
||||
J 24 0 0112
|
||||
K 24 0 0113
|
||||
*K "
|
||||
L 24 0 0114
|
||||
M 24 0 0115
|
||||
*M "
|
||||
N 24 0 0116
|
||||
*N "
|
||||
O 24 0 0117
|
||||
ci "
|
||||
*O "
|
||||
P 24 0 0120
|
||||
*R "
|
||||
Q 24 0 0121
|
||||
R 24 0 0122
|
||||
S 24 0 0123
|
||||
T 24 0 0124
|
||||
*T "
|
||||
U 24 0 0125
|
||||
V 24 0 0126
|
||||
W 24 0 0127
|
||||
X 24 0 0130
|
||||
*X "
|
||||
Y 24 0 0131
|
||||
*U "
|
||||
Z 24 0 0132
|
||||
*Z "
|
||||
[ 24 0 0133
|
||||
lB "
|
||||
\ 24 0 0134
|
||||
rs "
|
||||
] 24 0 0135
|
||||
rB "
|
||||
a^ 24 0 0136
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0137
|
||||
ru "
|
||||
ul "
|
||||
` 24 0 0140
|
||||
oq "
|
||||
ga "
|
||||
a 24 0 0141
|
||||
b 24 0 0142
|
||||
c 24 0 0143
|
||||
d 24 0 0144
|
||||
e 24 0 0145
|
||||
f 24 0 0146
|
||||
g 24 0 0147
|
||||
h 24 0 0150
|
||||
i 24 0 0151
|
||||
j 24 0 0152
|
||||
k 24 0 0153
|
||||
l 24 0 0154
|
||||
m 24 0 0155
|
||||
n 24 0 0156
|
||||
o 24 0 0157
|
||||
*o "
|
||||
p 24 0 0160
|
||||
q 24 0 0161
|
||||
r 24 0 0162
|
||||
s 24 0 0163
|
||||
t 24 0 0164
|
||||
u 24 0 0165
|
||||
v 24 0 0166
|
||||
w 24 0 0167
|
||||
x 24 0 0170
|
||||
y 24 0 0171
|
||||
z 24 0 0172
|
||||
lC 24 0 0173
|
||||
{ "
|
||||
ba 24 0 0174
|
||||
or "
|
||||
bv "
|
||||
br "
|
||||
| "
|
||||
rC 24 0 0175
|
||||
} "
|
||||
a~ 24 0 0176
|
||||
~ "
|
||||
ap "
|
||||
ti "
|
||||
--- 24 0 0177
|
||||
--- 24 0 0200
|
||||
--- 24 0 0201
|
||||
--- 24 0 0202
|
||||
--- 24 0 0203
|
||||
--- 24 0 0204
|
||||
--- 24 0 0205
|
||||
--- 24 0 0206
|
||||
--- 24 0 0207
|
||||
--- 24 0 0210
|
||||
--- 24 0 0211
|
||||
--- 24 0 0212
|
||||
--- 24 0 0213
|
||||
--- 24 0 0214
|
||||
--- 24 0 0215
|
||||
--- 24 0 0216
|
||||
--- 24 0 0217
|
||||
--- 24 0 0220
|
||||
--- 24 0 0221
|
||||
--- 24 0 0222
|
||||
--- 24 0 0223
|
||||
--- 24 0 0224
|
||||
--- 24 0 0225
|
||||
--- 24 0 0226
|
||||
--- 24 0 0227
|
||||
--- 24 0 0230
|
||||
--- 24 0 0231
|
||||
--- 24 0 0232
|
||||
--- 24 0 0233
|
||||
--- 24 0 0234
|
||||
--- 24 0 0235
|
||||
--- 24 0 0236
|
||||
--- 24 0 0237
|
||||
--- 24 0 0240
|
||||
r! 24 0 0241
|
||||
ct 24 0 0242
|
||||
Po 24 0 0243
|
||||
Cs 24 0 0244
|
||||
Ye 24 0 0245
|
||||
bb 24 0 0246
|
||||
sc 24 0 0247
|
||||
ad 24 0 0250
|
||||
co 24 0 0251
|
||||
Of 24 0 0252
|
||||
Fo 24 0 0253
|
||||
no 24 0 0254
|
||||
tno "
|
||||
shc 24 0 0255
|
||||
rg 24 0 0256
|
||||
a- 24 0 0257
|
||||
de 24 0 0260
|
||||
ao "
|
||||
+- 24 0 0261
|
||||
t+- "
|
||||
S2 24 0 0262
|
||||
S3 24 0 0263
|
||||
aa 24 0 0264
|
||||
*m 24 0 0265
|
||||
mc "
|
||||
ps 24 0 0266
|
||||
pc 24 0 0267
|
||||
md "
|
||||
ac 24 0 0270
|
||||
S1 24 0 0271
|
||||
Om 24 0 0272
|
||||
Fc 24 0 0273
|
||||
14 24 0 0274
|
||||
12 24 0 0275
|
||||
34 24 0 0276
|
||||
r? 24 0 0277
|
||||
`A 24 0 0300
|
||||
'A 24 0 0301
|
||||
^A 24 0 0302
|
||||
~A 24 0 0303
|
||||
:A 24 0 0304
|
||||
oA 24 0 0305
|
||||
AE 24 0 0306
|
||||
,C 24 0 0307
|
||||
`E 24 0 0310
|
||||
'E 24 0 0311
|
||||
^E 24 0 0312
|
||||
:E 24 0 0313
|
||||
`I 24 0 0314
|
||||
'I 24 0 0315
|
||||
^I 24 0 0316
|
||||
:I 24 0 0317
|
||||
-D 24 0 0320
|
||||
~N 24 0 0321
|
||||
`O 24 0 0322
|
||||
'O 24 0 0323
|
||||
^O 24 0 0324
|
||||
~O 24 0 0325
|
||||
:O 24 0 0326
|
||||
mu 24 0 0327
|
||||
tmu "
|
||||
/O 24 0 0330
|
||||
`U 24 0 0331
|
||||
'U 24 0 0332
|
||||
^U 24 0 0333
|
||||
:U 24 0 0334
|
||||
'Y 24 0 0335
|
||||
TP 24 0 0336
|
||||
ss 24 0 0337
|
||||
`a 24 0 0340
|
||||
'a 24 0 0341
|
||||
^a 24 0 0342
|
||||
~a 24 0 0343
|
||||
:a 24 0 0344
|
||||
oa 24 0 0345
|
||||
ae 24 0 0346
|
||||
,c 24 0 0347
|
||||
`e 24 0 0350
|
||||
'e 24 0 0351
|
||||
^e 24 0 0352
|
||||
:e 24 0 0353
|
||||
`i 24 0 0354
|
||||
'i 24 0 0355
|
||||
^i 24 0 0356
|
||||
:i 24 0 0357
|
||||
Sd 24 0 0360
|
||||
~n 24 0 0361
|
||||
`o 24 0 0362
|
||||
'o 24 0 0363
|
||||
^o 24 0 0364
|
||||
~o 24 0 0365
|
||||
:o 24 0 0366
|
||||
di 24 0 0367
|
||||
tdi "
|
||||
/o 24 0 0370
|
||||
`u 24 0 0371
|
||||
'u 24 0 0372
|
||||
^u 24 0 0373
|
||||
:u 24 0 0374
|
||||
'y 24 0 0375
|
||||
Tp 24 0 0376
|
||||
:y 24 0 0377
|
@ -1,11 +0,0 @@
|
||||
res 300
|
||||
unitwidth 800
|
||||
family T
|
||||
styles R I B BI
|
||||
sizes 1-1000 0
|
||||
fonts 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
tcommand
|
||||
orientation portrait
|
||||
postpro grolbp
|
||||
papersize letter
|
||||
print lpr
|
@ -1,13 +0,0 @@
|
||||
res 1200
|
||||
unitwidth 6350
|
||||
hor 1
|
||||
vert 1
|
||||
sizescale 4
|
||||
sizes 1-3999 0
|
||||
styles R I B BI
|
||||
fonts 6 0 0 0 0 0 S
|
||||
family T
|
||||
tcommand
|
||||
postpro grolj4
|
||||
papersize letter
|
||||
print lpr
|
@ -1,266 +0,0 @@
|
||||
# Copyright (C) 1994, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
# Written by James Clark (jjc@jclark.com)
|
||||
#
|
||||
# This file is part of groff.
|
||||
#
|
||||
# groff is free software; you can redistribute it and/or modify it under
|
||||
# the terms of the GNU General Public License as published by the Free
|
||||
# Software Foundation; either version 2, or (at your option) any later
|
||||
# version.
|
||||
#
|
||||
# groff is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along
|
||||
# with groff; see the file COPYING. If not, write to the Free Software
|
||||
# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
# Directory containing Autofont TFM files.
|
||||
# The TFM files used are available for ftp as
|
||||
#
|
||||
# ftp://ftp.hp.com/pub/faxes/software/tfmlj4p.exe
|
||||
#
|
||||
# This is a self-extracting MS-DOS archive (in ZIP format).
|
||||
#
|
||||
# Metric files for the Arial and Times New Roman families and the Symbol
|
||||
# font have been replaced with versions which have more glyphs and/or
|
||||
# kerning pairs:
|
||||
#
|
||||
# ftp://ftp.ffii.org/pub/groff/contrib/lj4/tfmlj4x.zip
|
||||
|
||||
# This is set up so you can do
|
||||
# make -f generate/Makefile
|
||||
# in the parent directory of this directory.
|
||||
|
||||
AUTOFONT=/usr/lib/groff-lj4
|
||||
HPFTODIT=hpftodit
|
||||
# .05 em
|
||||
IFLAG=-i 50
|
||||
SFLAG=-s
|
||||
srcdir=generate
|
||||
TEXTMAP=$(srcdir)/text.map
|
||||
SPECIALMAP=$(srcdir)/special.map
|
||||
SYMBOLMAP=$(srcdir)/symbol.map
|
||||
WINGDINGSMAP=$(srcdir)/wingdings.map
|
||||
|
||||
FONTS=\
|
||||
AB ABI AI AR \
|
||||
ALBB ALBR \
|
||||
AOB AOI AOR \
|
||||
CB CBI CI CR \
|
||||
GB GBI GI GR \
|
||||
LGB LGI LGR \
|
||||
OB OBI OI OR \
|
||||
TB TBI TI TR \
|
||||
TNRB TNRBI TNRI TNRR \
|
||||
UB UBI UI UR \
|
||||
UCB UCBI UCI UCR \
|
||||
CLARENDON CORONET MARIGOLD S \
|
||||
SYMBOL WINGDINGS
|
||||
|
||||
all: $(FONTS)
|
||||
|
||||
#
|
||||
# Intellifont
|
||||
#
|
||||
|
||||
# CG Times
|
||||
TR: $(AUTOFONT)/9nb00086.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00086.tfm $(TEXTMAP) $@
|
||||
|
||||
# CG Times Italic
|
||||
TI: $(AUTOFONT)/9nb00084.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00084.tfm $(TEXTMAP) $@
|
||||
|
||||
# CG Times Bold
|
||||
TB: $(AUTOFONT)/9nb00083.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00083.tfm $(TEXTMAP) $@
|
||||
|
||||
# CG Times Bold Italic
|
||||
TBI: $(AUTOFONT)/9nb00085.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00085.tfm $(TEXTMAP) $@
|
||||
|
||||
# Courier
|
||||
CR: $(AUTOFONT)/9nb00064.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00064.tfm $(TEXTMAP) $@
|
||||
|
||||
# Courier Italic
|
||||
CI: $(AUTOFONT)/9nb00062.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00062.tfm $(TEXTMAP) $@
|
||||
|
||||
# Courier Bold
|
||||
CB: $(AUTOFONT)/9nb00061.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00061.tfm $(TEXTMAP) $@
|
||||
|
||||
# Courier Bold Italic
|
||||
CBI: $(AUTOFONT)/9nb00063.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00063.tfm $(TEXTMAP) $@
|
||||
|
||||
# Garamond Antiqua
|
||||
GR: $(AUTOFONT)/9nb00068.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00068.tfm $(TEXTMAP) $@
|
||||
|
||||
# Garamond Kursiv
|
||||
GI: $(AUTOFONT)/9nb00066.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00066.tfm $(TEXTMAP) $@
|
||||
|
||||
# Garamond Halbfett
|
||||
GB: $(AUTOFONT)/9nb00065.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00065.tfm $(TEXTMAP) $@
|
||||
|
||||
# Garamond Kursiv Halbfett
|
||||
GBI: $(AUTOFONT)/9nb00067.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00067.tfm $(TEXTMAP) $@
|
||||
|
||||
# Omega
|
||||
OR: $(AUTOFONT)/9nb00076.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00076.tfm $(TEXTMAP) $@
|
||||
|
||||
# Omega Italic
|
||||
OI: $(AUTOFONT)/9nb00074.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00074.tfm $(TEXTMAP) $@
|
||||
|
||||
# Omega Bold
|
||||
OB: $(AUTOFONT)/9nb00073.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00073.tfm $(TEXTMAP) $@
|
||||
|
||||
# Omega Bold Italic
|
||||
OBI: $(AUTOFONT)/9nb00075.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00075.tfm $(TEXTMAP) $@
|
||||
|
||||
# Univers
|
||||
UR: $(AUTOFONT)/9nb00094.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00094.tfm $(TEXTMAP) $@
|
||||
|
||||
# Univers Italic
|
||||
UI: $(AUTOFONT)/9nb00092.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00092.tfm $(TEXTMAP) $@
|
||||
|
||||
# Univers Bold
|
||||
UB: $(AUTOFONT)/9nb00088.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00088.tfm $(TEXTMAP) $@
|
||||
|
||||
# Univers Bold Italic
|
||||
UBI: $(AUTOFONT)/9nb00093.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00093.tfm $(TEXTMAP) $@
|
||||
|
||||
# Univers Condensed
|
||||
UCR: $(AUTOFONT)/9nb00089.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00089.tfm $(TEXTMAP) $@
|
||||
|
||||
# Univers Condensed Italic
|
||||
UCI: $(AUTOFONT)/9nb00087.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00087.tfm $(TEXTMAP) $@
|
||||
|
||||
# Univers Condensed Bold
|
||||
UCB: $(AUTOFONT)/9nb00090.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00090.tfm $(TEXTMAP) $@
|
||||
|
||||
# Univers Condensed Bold Italic
|
||||
UCBI: $(AUTOFONT)/9nb00091.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00091.tfm $(TEXTMAP) $@
|
||||
|
||||
# Albertus
|
||||
ALBR: $(AUTOFONT)/9nb00052.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00052.tfm $(TEXTMAP) $@
|
||||
|
||||
# Albertus Extrabold
|
||||
ALBB: $(AUTOFONT)/9nb00051.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00051.tfm $(TEXTMAP) $@
|
||||
|
||||
# Letter Gothic
|
||||
LGR: $(AUTOFONT)/9nb00071.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00071.tfm $(TEXTMAP) $@
|
||||
|
||||
# Letter Gothic Italic
|
||||
LGI: $(AUTOFONT)/9nb00070.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00070.tfm $(TEXTMAP) $@
|
||||
|
||||
# Letter Gothic Bold
|
||||
LGB: $(AUTOFONT)/9nb00069.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00069.tfm $(TEXTMAP) $@
|
||||
|
||||
# Antique Olive
|
||||
AOR: $(AUTOFONT)/9nb00055.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00055.tfm $(TEXTMAP) $@
|
||||
|
||||
# Antique Olive Italic
|
||||
AOI: $(AUTOFONT)/9nb00054.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00054.tfm $(TEXTMAP) $@
|
||||
|
||||
# Antique Olive Bold
|
||||
AOB: $(AUTOFONT)/9nb00053.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00053.tfm $(TEXTMAP) $@
|
||||
|
||||
# Marigold
|
||||
MARIGOLD: $(AUTOFONT)/9nb00072.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00072.tfm $(TEXTMAP) $@
|
||||
|
||||
# Coronet
|
||||
CORONET: $(AUTOFONT)/9nb00077.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/9nb00077.tfm $(TEXTMAP) $@
|
||||
|
||||
# Clarendon Condensed
|
||||
CLARENDON: $(AUTOFONT)/9nb00060.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00060.tfm $(TEXTMAP) $@
|
||||
|
||||
S: $(AUTOFONT)/9nb00086.tfm $(SPECIALMAP) $(srcdir)/special.awk
|
||||
$(HPFTODIT) $(SFLAG) $(AUTOFONT)/9nb00086.tfm $(SPECIALMAP) - \
|
||||
| awk -f $(srcdir)/special.awk > $@
|
||||
|
||||
#
|
||||
# TrueType
|
||||
#
|
||||
|
||||
# Times New Roman
|
||||
TNRR: $(AUTOFONT)/tmnr000s.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/tmnr000s.tfm $(TEXTMAP) $@
|
||||
|
||||
# Times New Roman Italic
|
||||
TNRI: $(AUTOFONT)/tmni000s.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/tmni000s.tfm $(TEXTMAP) $@
|
||||
|
||||
# Times New Roman Bold
|
||||
TNRB: $(AUTOFONT)/tmnb000s.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/tmnb000s.tfm $(TEXTMAP) $@
|
||||
|
||||
# Times New Roman Bold Italic
|
||||
TNRBI: $(AUTOFONT)/tmnj000s.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/tmnj000s.tfm $(TEXTMAP) $@
|
||||
|
||||
# Arial
|
||||
AR: $(AUTOFONT)/arlr000s.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/arlr000s.tfm $(TEXTMAP) $@
|
||||
|
||||
# Arial Italic
|
||||
AI: $(AUTOFONT)/arli000s.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/arli000s.tfm $(TEXTMAP) $@
|
||||
|
||||
# Arial Bold
|
||||
AB: $(AUTOFONT)/arlb000s.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/arlb000s.tfm $(TEXTMAP) $@
|
||||
|
||||
# Arial Bold Italic
|
||||
ABI: $(AUTOFONT)/arlj000s.tfm $(TEXTMAP)
|
||||
$(HPFTODIT) $(IFLAG) $(AUTOFONT)/arlj000s.tfm $(TEXTMAP) $@
|
||||
|
||||
# Symbol
|
||||
SYMBOL: $(AUTOFONT)/9nb28703.tfm $(SYMBOLMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb28703.tfm $(SYMBOLMAP) $@
|
||||
|
||||
# Wingdings
|
||||
WINGDINGS: $(AUTOFONT)/9nb00095.tfm $(WINGDINGSMAP)
|
||||
$(HPFTODIT) $(AUTOFONT)/9nb00095.tfm $(WINGDINGSMAP) $@
|
||||
|
||||
|
||||
clean:
|
||||
|
||||
realclean:
|
||||
-rm -f $(FONTS)
|
||||
|
||||
extraclean: realclean
|
||||
-rm -f core *~ "#*"
|
||||
|
||||
.PHONY: clean realclean extraclean all
|
@ -1,14 +0,0 @@
|
||||
res 72000
|
||||
hor 1
|
||||
vert 1
|
||||
sizescale 1000
|
||||
unitwidth 1000
|
||||
sizes 1000-10000000 0
|
||||
styles R I B BI
|
||||
family T
|
||||
fonts 9 0 0 0 0 0 SS S ZD ZDR
|
||||
tcommand
|
||||
postpro grops
|
||||
broken 0
|
||||
papersize letter
|
||||
print lpr
|
@ -1,239 +0,0 @@
|
||||
# Copyright (C) 1989-2000, 2002, 2003 Free Software Foundation, Inc.
|
||||
# Written by James Clark (jjc@jclark.com)
|
||||
#
|
||||
# This file is part of groff.
|
||||
#
|
||||
# groff is free software; you can redistribute it and/or modify it under
|
||||
# the terms of the GNU General Public License as published by the Free
|
||||
# Software Foundation; either version 2, or (at your option) any later
|
||||
# version.
|
||||
#
|
||||
# groff is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along
|
||||
# with groff; see the file COPYING. If not, write to the Free Software
|
||||
# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
# This is set up so you can do
|
||||
# make -f generate/Makefile
|
||||
# in the parent directory of this directory.
|
||||
|
||||
# The following line is required for DOS/Windows systems, since
|
||||
# this Makefile needs a Unixy shell to run.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# Directory containing AFM files. Must not be current directory.
|
||||
# Either long names (eg Times-Roman.afm) or short names (eg timesr.afm)
|
||||
# may be used. See the afmname script.
|
||||
afmdir=/usr/lib/afm
|
||||
srcdir=generate
|
||||
|
||||
SPECIALFONTS=S
|
||||
DINGBATSFONTS=ZD ZDR
|
||||
GREEKFONTS=SS
|
||||
TEXTFONTS=AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR HB HBI HI HR HNB HNBI \
|
||||
HNI HNR NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI
|
||||
|
||||
FONTS=$(TEXTFONTS) $(SPECIALFONTS) $(GREEKFONTS) $(DINGBATSFONTS) EURO
|
||||
|
||||
DESC=$(srcdir)/../DESC
|
||||
AFMTODIT=afmtodit -d$(DESC)
|
||||
IFLAG=-i 50
|
||||
RFLAG=-i 0 -m
|
||||
NOLIGFLAG=-n
|
||||
TEXTENC=$(srcdir)/../text.enc
|
||||
EFLAG=-e $(TEXTENC)
|
||||
TEXTMAP=$(srcdir)/textmap
|
||||
AFMNAME=$(srcdir)/afmname
|
||||
|
||||
all: $(FONTS)
|
||||
|
||||
TR:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Times-Roman.afm` $(TEXTMAP) $@
|
||||
|
||||
TB:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Times-Bold.afm` $(TEXTMAP) $@
|
||||
|
||||
TI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) -a 7 \
|
||||
`$(AFMNAME) $(afmdir)/Times-Italic.afm` $(TEXTMAP) $@
|
||||
|
||||
TBI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Times-BoldItalic.afm` $(TEXTMAP) $@
|
||||
|
||||
HR:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Helvetica.afm` $(TEXTMAP) $@
|
||||
|
||||
HB:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Helvetica-Bold.afm` $(TEXTMAP) $@
|
||||
|
||||
HI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Helvetica-Oblique.afm` $(TEXTMAP) $@
|
||||
|
||||
HBI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Helvetica-BoldOblique.afm` $(TEXTMAP) $@
|
||||
|
||||
CR:
|
||||
$(AFMTODIT) $(NOLIGFLAG) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Courier.afm` $(TEXTMAP) $@
|
||||
|
||||
CB:
|
||||
$(AFMTODIT) $(NOLIGFLAG) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Courier-Bold.afm` $(TEXTMAP) $@
|
||||
|
||||
CI:
|
||||
$(AFMTODIT) $(NOLIGFLAG) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Courier-Oblique.afm` $(TEXTMAP) $@
|
||||
|
||||
CBI:
|
||||
$(AFMTODIT) $(NOLIGFLAG) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Courier-BoldOblique.afm` $(TEXTMAP) $@
|
||||
|
||||
PR:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Palatino-Roman.afm` $(TEXTMAP) $@
|
||||
|
||||
PB:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Palatino-Bold.afm` $(TEXTMAP) $@
|
||||
|
||||
PI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Palatino-Italic.afm` $(TEXTMAP) $@
|
||||
|
||||
PBI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Palatino-BoldItalic.afm` $(TEXTMAP) $@
|
||||
|
||||
NR:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/NewCenturySchlbk-Roman.afm` $(TEXTMAP) $@
|
||||
|
||||
NB:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/NewCenturySchlbk-Bold.afm` $(TEXTMAP) $@
|
||||
|
||||
NI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/NewCenturySchlbk-Italic.afm` $(TEXTMAP) $@
|
||||
|
||||
NBI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/NewCenturySchlbk-BoldItalic.afm` $(TEXTMAP) $@
|
||||
|
||||
BMR:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Bookman-Light.afm` $(TEXTMAP) $@
|
||||
|
||||
BMB:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Bookman-Demi.afm` $(TEXTMAP) $@
|
||||
|
||||
BMI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Bookman-LightItalic.afm` $(TEXTMAP) $@
|
||||
|
||||
BMBI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Bookman-DemiItalic.afm` $(TEXTMAP) $@
|
||||
|
||||
AR:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/AvantGarde-Book.afm` $(TEXTMAP) $@
|
||||
|
||||
AB:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/AvantGarde-Demi.afm` $(TEXTMAP) $@
|
||||
|
||||
AI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/AvantGarde-BookOblique.afm` $(TEXTMAP) $@
|
||||
|
||||
ABI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/AvantGarde-DemiOblique.afm` $(TEXTMAP) $@
|
||||
|
||||
HNR:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Helvetica-Narrow.afm` $(TEXTMAP) $@
|
||||
|
||||
HNB:
|
||||
$(AFMTODIT) $(EFLAG) $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Helvetica-Narrow-Bold.afm` $(TEXTMAP) $@
|
||||
|
||||
HNI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Helvetica-Narrow-Oblique.afm` $(TEXTMAP) $@
|
||||
|
||||
HNBI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/Helvetica-Narrow-BoldOblique.afm` $(TEXTMAP) $@
|
||||
|
||||
ZCMI:
|
||||
$(AFMTODIT) $(EFLAG) $(IFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/ZapfChancery-MediumItalic.afm` $(TEXTMAP) $@
|
||||
|
||||
ZD:
|
||||
$(AFMTODIT) -s $(RFLAG) \
|
||||
`$(AFMNAME) $(afmdir)/ZapfDingbats.afm` $(srcdir)/dingbats.map $@
|
||||
|
||||
SS: $(srcdir)/symbolsl.afm
|
||||
$(AFMTODIT) -s -x $(IFLAG) \
|
||||
$(srcdir)/symbolsl.afm $(srcdir)/lgreekmap $@
|
||||
|
||||
S: symbol.afm
|
||||
$(AFMTODIT) -s $(RFLAG) symbol.afm symbolmap $@
|
||||
|
||||
ZDR: zapfdr.afm
|
||||
$(AFMTODIT) -s $(RFLAG) zapfdr.afm $(srcdir)/dingbats.rmap $@
|
||||
|
||||
# the map is just a dummy
|
||||
EURO: freeeuro.afm
|
||||
$(AFMTODIT) $(RFLAG) freeeuro.afm symbolmap $@
|
||||
|
||||
freeeuro.afm freeeuro.pfa: generate/freeeuro.sfd
|
||||
pfaedit -script generate/sfdtopfa.pe generate/freeeuro.sfd
|
||||
|
||||
symbol.afm: $(srcdir)/symbol.sed
|
||||
-rm -f $@
|
||||
sed -f $(srcdir)/symbol.sed `$(AFMNAME) $(afmdir)/Symbol.afm` >$@
|
||||
|
||||
zapfdr.afm:
|
||||
-rm -f $@
|
||||
sed -e '/^FontName /s/ZapfDingbats/ZapfDingbats-Reverse/' \
|
||||
`$(AFMNAME) $(afmdir)/ZapfDingbats.afm` >$@
|
||||
|
||||
ZD: $(srcdir)/dingbats.map
|
||||
ZDR: $(srcdir)/dingbats.rmap
|
||||
$(TEXTFONTS): $(TEXTMAP) $(TEXTENC)
|
||||
$(SPECIALFONTS): symbolmap
|
||||
$(GREEKFONTS): $(srcdir)/lgreekmap
|
||||
$(FONTS): $(DESC)
|
||||
|
||||
symbolmap: $(TEXTMAP) $(srcdir)/symbolchars
|
||||
echo '#' >$@
|
||||
echo '# This is a list of all predefined groff symbols.' >>$@
|
||||
echo '#' >>$@
|
||||
cat $(TEXTMAP) $(srcdir)/symbolchars >>$@
|
||||
|
||||
clean:
|
||||
-rm -f symbolmap symbol.afm zapfdr.afm
|
||||
|
||||
realclean: clean
|
||||
-rm -f $(FONTS)
|
||||
|
||||
extraclean: realclean
|
||||
-rm -f core *~ "#*"
|
||||
|
||||
.PHONY: all clean realclean extraclean
|
||||
|
@ -1,170 +0,0 @@
|
||||
%!PS-Adobe-3.0 Resource-ProcSet
|
||||
/setpacking where{
|
||||
pop
|
||||
currentpacking
|
||||
true setpacking
|
||||
}if
|
||||
/grops 120 dict dup begin
|
||||
/SC 32 def
|
||||
/A/show load def
|
||||
/B{0 SC 3 -1 roll widthshow}bind def
|
||||
/C{0 exch ashow}bind def
|
||||
/D{0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/E{0 rmoveto show}bind def
|
||||
/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/G{0 rmoveto 0 exch ashow}bind def
|
||||
/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/I{0 exch rmoveto show}bind def
|
||||
/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/K{0 exch rmoveto 0 exch ashow}bind def
|
||||
/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/M{rmoveto show}bind def
|
||||
/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/O{rmoveto 0 exch ashow}bind def
|
||||
/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/Q{moveto show}bind def
|
||||
/R{moveto 0 SC 3 -1 roll widthshow}bind def
|
||||
/S{moveto 0 exch ashow}bind def
|
||||
/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
|
||||
/SF{
|
||||
findfont exch
|
||||
[exch dup 0 exch 0 exch neg 0 0]makefont
|
||||
dup setfont
|
||||
[exch/setfont cvx]cvx bind def
|
||||
}bind def
|
||||
/MF{
|
||||
findfont
|
||||
[5 2 roll
|
||||
0 3 1 roll
|
||||
neg 0 0]makefont
|
||||
dup setfont
|
||||
[exch/setfont cvx]cvx bind def
|
||||
}bind def
|
||||
/level0 0 def
|
||||
/RES 0 def
|
||||
/PL 0 def
|
||||
/LS 0 def
|
||||
/MANUAL{
|
||||
statusdict begin/manualfeed true store end
|
||||
}bind def
|
||||
/PLG{
|
||||
gsave newpath clippath pathbbox grestore
|
||||
exch pop add exch pop
|
||||
}bind def
|
||||
/BP{
|
||||
/level0 save def
|
||||
1 setlinecap
|
||||
1 setlinejoin
|
||||
72 RES div dup scale
|
||||
LS{
|
||||
90 rotate
|
||||
}{
|
||||
0 PL translate
|
||||
}ifelse
|
||||
1 -1 scale
|
||||
}bind def
|
||||
/EP{
|
||||
level0 restore
|
||||
showpage
|
||||
}def
|
||||
/DA{
|
||||
newpath arcn stroke
|
||||
}bind def
|
||||
/SN{
|
||||
transform
|
||||
.25 sub exch .25 sub exch
|
||||
round .25 add exch round .25 add exch
|
||||
itransform
|
||||
}bind def
|
||||
/DL{
|
||||
SN
|
||||
moveto
|
||||
SN
|
||||
lineto stroke
|
||||
}bind def
|
||||
/DC{
|
||||
newpath 0 360 arc closepath
|
||||
}bind def
|
||||
/TM matrix def
|
||||
/DE{
|
||||
TM currentmatrix pop
|
||||
translate scale newpath 0 0 .5 0 360 arc closepath
|
||||
TM setmatrix
|
||||
}bind def
|
||||
/RC/rcurveto load def
|
||||
/RL/rlineto load def
|
||||
/ST/stroke load def
|
||||
/MT/moveto load def
|
||||
/CL/closepath load def
|
||||
/Fr{
|
||||
setrgbcolor fill
|
||||
}bind def
|
||||
/setcmykcolor where{
|
||||
pop
|
||||
/Fk{
|
||||
setcmykcolor fill
|
||||
}bind def
|
||||
}if
|
||||
/Fg{
|
||||
setgray fill
|
||||
}bind def
|
||||
/FL/fill load def
|
||||
/LW/setlinewidth load def
|
||||
/Cr/setrgbcolor load def
|
||||
/setcmykcolor where{
|
||||
pop
|
||||
/Ck/setcmykcolor load def
|
||||
}if
|
||||
/Cg/setgray load def
|
||||
/RE{
|
||||
findfont
|
||||
dup maxlength 1 index/FontName known not{1 add}if dict begin
|
||||
{
|
||||
1 index/FID ne{def}{pop pop}ifelse
|
||||
}forall
|
||||
/Encoding exch def
|
||||
dup/FontName exch def
|
||||
currentdict end definefont pop
|
||||
}bind def
|
||||
/DEFS 0 def
|
||||
/EBEGIN{
|
||||
moveto
|
||||
DEFS begin
|
||||
}bind def
|
||||
/EEND/end load def
|
||||
/CNT 0 def
|
||||
/level1 0 def
|
||||
/PBEGIN{
|
||||
/level1 save def
|
||||
translate
|
||||
div 3 1 roll div exch scale
|
||||
neg exch neg exch translate
|
||||
0 setgray
|
||||
0 setlinecap
|
||||
1 setlinewidth
|
||||
0 setlinejoin
|
||||
10 setmiterlimit
|
||||
[]0 setdash
|
||||
/setstrokeadjust where{
|
||||
pop
|
||||
false setstrokeadjust
|
||||
}if
|
||||
/setoverprint where{
|
||||
pop
|
||||
false setoverprint
|
||||
}if
|
||||
newpath
|
||||
/CNT countdictstack def
|
||||
userdict begin
|
||||
/showpage{}def
|
||||
/setpagedevice{}def
|
||||
}bind def
|
||||
/PEND{
|
||||
countdictstack CNT sub{end}repeat
|
||||
level1 restore
|
||||
}bind def
|
||||
end def
|
||||
/setpacking where{
|
||||
pop
|
||||
setpacking
|
||||
}if
|
@ -1,29 +0,0 @@
|
||||
%!PS-Adobe-3.0 Resource-Font
|
||||
%%DocumentNeededResources: font Symbol
|
||||
/MakeTransformedFont{
|
||||
findfont dup maxlength dict begin
|
||||
{
|
||||
exch dup dup/FID ne exch/UniqueID ne and{
|
||||
exch def
|
||||
}{
|
||||
pop pop
|
||||
}ifelse
|
||||
}forall
|
||||
/FontBBox
|
||||
currentdict/FontBBox get
|
||||
4 array copy def
|
||||
FontBBox aload pop
|
||||
4 index transform 4 2 roll
|
||||
4 index transform 4 2 roll
|
||||
FontBBox astore pop
|
||||
FontMatrix exch matrix concatmatrix
|
||||
/FontMatrix exch def
|
||||
dup/FontName exch def
|
||||
currentdict end
|
||||
definefont pop
|
||||
}bind def
|
||||
%%IncludeResource: font Symbol
|
||||
/Symbol-Slanted
|
||||
[.89 0.0 15.5 dup sin exch cos div .89 0.0 0.0]
|
||||
/Symbol
|
||||
MakeTransformedFont
|
@ -1,218 +0,0 @@
|
||||
%!PS-Adobe-3.0 Resource-Font
|
||||
%%DocumentNeededResources: font ZapfDingbats
|
||||
%%IncludeResource: font ZapfDingbats
|
||||
/ZapfDingbats findfont[-1 0 0 1 0 0]makefont
|
||||
dup length 1 add dict begin
|
||||
{
|
||||
exch dup dup/FID ne exch/UniqueID ne and{
|
||||
exch def
|
||||
}{
|
||||
pop pop
|
||||
}ifelse
|
||||
}forall
|
||||
/FontName/ZapfDingbats-Reverse def
|
||||
/Metrics 202 dict dup begin
|
||||
/space[0 -278]def
|
||||
/a1[-939 -974]def
|
||||
/a2[-926 -961]def
|
||||
/a202[-939 -974]def
|
||||
/a3[-945 -980]def
|
||||
/a4[-685 -719]def
|
||||
/a5[-754 -789]def
|
||||
/a119[-755 -790]def
|
||||
/a118[-756 -791]def
|
||||
/a117[-655 -690]def
|
||||
/a11[-925 -960]def
|
||||
/a12[-904 -939]def
|
||||
/a13[-520 -549]def
|
||||
/a14[-821 -855]def
|
||||
/a15[-876 -911]def
|
||||
/a16[-898 -933]def
|
||||
/a105[-876 -911]def
|
||||
/a17[-910 -945]def
|
||||
/a18[-939 -974]def
|
||||
/a19[-721 -755]def
|
||||
/a20[-811 -846]def
|
||||
/a21[-727 -762]def
|
||||
/a22[-726 -761]def
|
||||
/a23[-572 -571]def
|
||||
/a24[-641 -677]def
|
||||
/a25[-728 -763]def
|
||||
/a26[-725 -760]def
|
||||
/a27[-724 -759]def
|
||||
/a28[-719 -754]def
|
||||
/a6[-459 -494]def
|
||||
/a7[-517 -552]def
|
||||
/a8[-502 -537]def
|
||||
/a9[-542 -577]def
|
||||
/a10[-657 -692]def
|
||||
/a29[-751 -786]def
|
||||
/a30[-753 -788]def
|
||||
/a31[-753 -788]def
|
||||
/a32[-755 -790]def
|
||||
/a33[-758 -793]def
|
||||
/a34[-759 -794]def
|
||||
/a35[-781 -816]def
|
||||
/a36[-788 -823]def
|
||||
/a37[-754 -789]def
|
||||
/a38[-806 -841]def
|
||||
/a39[-788 -823]def
|
||||
/a40[-798 -833]def
|
||||
/a41[-781 -816]def
|
||||
/a42[-796 -831]def
|
||||
/a43[-888 -923]def
|
||||
/a44[-709 -744]def
|
||||
/a45[-688 -723]def
|
||||
/a46[-714 -749]def
|
||||
/a47[-756 -790]def
|
||||
/a48[-757 -792]def
|
||||
/a49[-660 -695]def
|
||||
/a50[-741 -776]def
|
||||
/a51[-733 -768]def
|
||||
/a52[-757 -792]def
|
||||
/a53[-724 -759]def
|
||||
/a54[-672 -707]def
|
||||
/a55[-673 -708]def
|
||||
/a56[-647 -682]def
|
||||
/a57[-666 -701]def
|
||||
/a58[-791 -826]def
|
||||
/a59[-780 -815]def
|
||||
/a60[-754 -789]def
|
||||
/a61[-754 -789]def
|
||||
/a62[-673 -707]def
|
||||
/a63[-651 -687]def
|
||||
/a64[-661 -696]def
|
||||
/a65[-654 -689]def
|
||||
/a66[-752 -786]def
|
||||
/a67[-752 -787]def
|
||||
/a68[-678 -713]def
|
||||
/a69[-756 -791]def
|
||||
/a70[-749 -785]def
|
||||
/a71[-756 -791]def
|
||||
/a72[-838 -873]def
|
||||
/a73[-726 -761]def
|
||||
/a74[-727 -762]def
|
||||
/a203[-727 -762]def
|
||||
/a75[-724 -759]def
|
||||
/a204[-724 -759]def
|
||||
/a76[-857 -892]def
|
||||
/a77[-857 -892]def
|
||||
/a78[-753 -788]def
|
||||
/a79[-749 -784]def
|
||||
/a81[-403 -438]def
|
||||
/a82[-103 -138]def
|
||||
/a83[-242 -277]def
|
||||
/a84[-380 -415]def
|
||||
/a97[-357 -392]def
|
||||
/a98[-358 -392]def
|
||||
/a99[-633 -668]def
|
||||
/a100[-632 -668]def
|
||||
/a101[-697 -732]def
|
||||
/a102[-488 -544]def
|
||||
/a103[-510 -544]def
|
||||
/a104[-875 -910]def
|
||||
/a106[-632 -667]def
|
||||
/a107[-725 -760]def
|
||||
/a108[-760 -760]def
|
||||
/a112[-741 -776]def
|
||||
/a111[-561 -595]def
|
||||
/a110[-659 -694]def
|
||||
/a109[-592 -626]def
|
||||
/a120[-753 -788]def
|
||||
/a121[-753 -788]def
|
||||
/a122[-753 -788]def
|
||||
/a123[-753 -788]def
|
||||
/a124[-753 -788]def
|
||||
/a125[-753 -788]def
|
||||
/a126[-753 -788]def
|
||||
/a127[-753 -788]def
|
||||
/a128[-753 -788]def
|
||||
/a129[-753 -788]def
|
||||
/a130[-753 -788]def
|
||||
/a131[-753 -788]def
|
||||
/a132[-753 -788]def
|
||||
/a133[-753 -788]def
|
||||
/a134[-753 -788]def
|
||||
/a135[-753 -788]def
|
||||
/a136[-753 -788]def
|
||||
/a137[-753 -788]def
|
||||
/a138[-753 -788]def
|
||||
/a139[-753 -788]def
|
||||
/a140[-753 -788]def
|
||||
/a141[-753 -788]def
|
||||
/a142[-753 -788]def
|
||||
/a143[-753 -788]def
|
||||
/a144[-753 -788]def
|
||||
/a145[-753 -788]def
|
||||
/a146[-753 -788]def
|
||||
/a147[-753 -788]def
|
||||
/a148[-753 -788]def
|
||||
/a149[-753 -788]def
|
||||
/a150[-753 -788]def
|
||||
/a151[-753 -788]def
|
||||
/a152[-753 -788]def
|
||||
/a153[-753 -788]def
|
||||
/a154[-753 -788]def
|
||||
/a155[-753 -788]def
|
||||
/a156[-753 -788]def
|
||||
/a157[-753 -788]def
|
||||
/a158[-753 -788]def
|
||||
/a159[-753 -788]def
|
||||
/a160[-859 -894]def
|
||||
/a161[-803 -838]def
|
||||
/a163[-982 -1016]def
|
||||
/a164[-423 -458]def
|
||||
/a196[-713 -748]def
|
||||
/a165[-889 -924]def
|
||||
/a192[-713 -748]def
|
||||
/a166[-883 -918]def
|
||||
/a167[-892 -927]def
|
||||
/a168[-893 -928]def
|
||||
/a169[-893 -928]def
|
||||
/a170[-799 -834]def
|
||||
/a171[-838 -873]def
|
||||
/a172[-793 -828]def
|
||||
/a173[-889 -924]def
|
||||
/a162[-889 -924]def
|
||||
/a174[-882 -917]def
|
||||
/a175[-895 -930]def
|
||||
/a176[-896 -931]def
|
||||
/a177[-428 -463]def
|
||||
/a178[-848 -883]def
|
||||
/a179[-801 -836]def
|
||||
/a193[-801 -836]def
|
||||
/a180[-832 -867]def
|
||||
/a199[-832 -867]def
|
||||
/a181[-661 -696]def
|
||||
/a200[-661 -696]def
|
||||
/a182[-839 -874]def
|
||||
/a201[-839 -874]def
|
||||
/a183[-725 -760]def
|
||||
/a184[-911 -946]def
|
||||
/a197[-737 -771]def
|
||||
/a185[-830 -865]def
|
||||
/a194[-737 -771]def
|
||||
/a198[-854 -888]def
|
||||
/a186[-932 -967]def
|
||||
/a195[-854 -888]def
|
||||
/a187[-796 -831]def
|
||||
/a188[-837 -873]def
|
||||
/a189[-892 -927]def
|
||||
/a190[-935 -970]def
|
||||
/a191[-884 -918]def
|
||||
/a205[-474 -509]def
|
||||
/a206[-375 -410]def
|
||||
/a85[-474 -509]def
|
||||
/a86[-375 -410]def
|
||||
/a87[-199 -234]def
|
||||
/a88[-199 -234]def
|
||||
/a89[-355 -390]def
|
||||
/a90[-355 -390]def
|
||||
/a91[-241 -276]def
|
||||
/a92[-241 -276]def
|
||||
/a93[-282 -317]def
|
||||
/a94[-282 -317]def
|
||||
/a95[-299 -334]def
|
||||
/a96[-299 -334]def
|
||||
end def
|
||||
/ZapfDingbats-Reverse currentdict end definefont pop
|
@ -1,819 +0,0 @@
|
||||
name B
|
||||
internalname 2
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0x0000
|
||||
--- 24 0 0x0001
|
||||
--- 24 0 0x0002
|
||||
--- 24 0 0x0003
|
||||
--- 24 0 0x0004
|
||||
--- 24 0 0x0005
|
||||
--- 24 0 0x0006
|
||||
--- 24 0 0x0007
|
||||
--- 24 0 0x0008
|
||||
--- 24 0 0x0009
|
||||
--- 24 0 0x000A
|
||||
--- 24 0 0x000B
|
||||
--- 24 0 0x000C
|
||||
--- 24 0 0x000D
|
||||
--- 24 0 0x000E
|
||||
--- 24 0 0x000F
|
||||
--- 24 0 0x0010
|
||||
--- 24 0 0x0011
|
||||
--- 24 0 0x0012
|
||||
--- 24 0 0x0013
|
||||
--- 24 0 0x0014
|
||||
--- 24 0 0x0015
|
||||
--- 24 0 0x0016
|
||||
--- 24 0 0x0017
|
||||
--- 24 0 0x0018
|
||||
--- 24 0 0x0019
|
||||
--- 24 0 0x001A
|
||||
--- 24 0 0x001B
|
||||
--- 24 0 0x001C
|
||||
--- 24 0 0x001D
|
||||
--- 24 0 0x001E
|
||||
--- 24 0 0x001F
|
||||
--- 24 0 0x0020
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
--- 24 0 0x002D
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
a^ 24 0 0x005E
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x007F
|
||||
--- 24 0 0x0080
|
||||
--- 24 0 0x0081
|
||||
--- 24 0 0x0082
|
||||
--- 24 0 0x0083
|
||||
--- 24 0 0x0084
|
||||
--- 24 0 0x0085
|
||||
--- 24 0 0x0086
|
||||
--- 24 0 0x0087
|
||||
--- 24 0 0x0088
|
||||
--- 24 0 0x0089
|
||||
--- 24 0 0x008A
|
||||
--- 24 0 0x008B
|
||||
--- 24 0 0x008C
|
||||
--- 24 0 0x008D
|
||||
--- 24 0 0x008E
|
||||
--- 24 0 0x008F
|
||||
--- 24 0 0x0090
|
||||
--- 24 0 0x0091
|
||||
--- 24 0 0x0092
|
||||
--- 24 0 0x0093
|
||||
--- 24 0 0x0094
|
||||
--- 24 0 0x0095
|
||||
--- 24 0 0x0096
|
||||
--- 24 0 0x0097
|
||||
--- 24 0 0x0098
|
||||
--- 24 0 0x0099
|
||||
--- 24 0 0x009A
|
||||
--- 24 0 0x009B
|
||||
--- 24 0 0x009C
|
||||
--- 24 0 0x009D
|
||||
--- 24 0 0x009E
|
||||
--- 24 0 0x009F
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1
|
||||
ct 24 0 0x00A2
|
||||
Po 24 0 0x00A3
|
||||
Cs 24 0 0x00A4
|
||||
Ye 24 0 0x00A5
|
||||
bb 24 0 0x00A6
|
||||
sc 24 0 0x00A7
|
||||
ad 24 0 0x00A8
|
||||
co 24 0 0x00A9
|
||||
Of 24 0 0x00AA
|
||||
Fo 24 0 0x00AB
|
||||
no 24 0 0x00AC
|
||||
tno "
|
||||
--- 24 0 0x00AD
|
||||
rg 24 0 0x00AE
|
||||
a- 24 0 0x00AF
|
||||
de 24 0 0x00B0
|
||||
+- 24 0 0x00B1
|
||||
t+- "
|
||||
S2 24 0 0x00B2
|
||||
S3 24 0 0x00B3
|
||||
aa 24 0 0x00B4
|
||||
\' "
|
||||
mc 24 0 0x00B5
|
||||
ps 24 0 0x00B6
|
||||
pc 24 0 0x00B7
|
||||
ac 24 0 0x00B8
|
||||
S1 24 0 0x00B9
|
||||
Om 24 0 0x00BA
|
||||
Fc 24 0 0x00BB
|
||||
14 24 0 0x00BC
|
||||
12 24 0 0x00BD
|
||||
34 24 0 0x00BE
|
||||
r? 24 0 0x00BF
|
||||
`A 24 0 0x00C0
|
||||
'A 24 0 0x00C1
|
||||
^A 24 0 0x00C2
|
||||
~A 24 0 0x00C3
|
||||
:A 24 0 0x00C4
|
||||
oA 24 0 0x00C5
|
||||
AE 24 0 0x00C6
|
||||
,C 24 0 0x00C7
|
||||
`E 24 0 0x00C8
|
||||
'E 24 0 0x00C9
|
||||
^E 24 0 0x00CA
|
||||
:E 24 0 0x00CB
|
||||
`I 24 0 0x00CC
|
||||
'I 24 0 0x00CD
|
||||
^I 24 0 0x00CE
|
||||
:I 24 0 0x00CF
|
||||
-D 24 0 0x00D0
|
||||
~N 24 0 0x00D1
|
||||
`O 24 0 0x00D2
|
||||
'O 24 0 0x00D3
|
||||
^O 24 0 0x00D4
|
||||
~O 24 0 0x00D5
|
||||
:O 24 0 0x00D6
|
||||
mu 24 0 0x00D7
|
||||
tmu "
|
||||
/O 24 0 0x00D8
|
||||
`U 24 0 0x00D9
|
||||
'U 24 0 0x00DA
|
||||
^U 24 0 0x00DB
|
||||
:U 24 0 0x00DC
|
||||
'Y 24 0 0x00DD
|
||||
TP 24 0 0x00DE
|
||||
ss 24 0 0x00DF
|
||||
`a 24 0 0x00E0
|
||||
'a 24 0 0x00E1
|
||||
^a 24 0 0x00E2
|
||||
~a 24 0 0x00E3
|
||||
:a 24 0 0x00E4
|
||||
oa 24 0 0x00E5
|
||||
ae 24 0 0x00E6
|
||||
,c 24 0 0x00E7
|
||||
`e 24 0 0x00E8
|
||||
'e 24 0 0x00E9
|
||||
^e 24 0 0x00EA
|
||||
:e 24 0 0x00EB
|
||||
`i 24 0 0x00EC
|
||||
'i 24 0 0x00ED
|
||||
^i 24 0 0x00EE
|
||||
:i 24 0 0x00EF
|
||||
Sd 24 0 0x00F0
|
||||
~n 24 0 0x00F1
|
||||
`o 24 0 0x00F2
|
||||
'o 24 0 0x00F3
|
||||
^o 24 0 0x00F4
|
||||
~o 24 0 0x00F5
|
||||
:o 24 0 0x00F6
|
||||
di 24 0 0x00F7
|
||||
tdi "
|
||||
/o 24 0 0x00F8
|
||||
`u 24 0 0x00F9
|
||||
'u 24 0 0x00FA
|
||||
^u 24 0 0x00FB
|
||||
:u 24 0 0x00FC
|
||||
'y 24 0 0x00FD
|
||||
Tp 24 0 0x00FE
|
||||
:y 24 0 0x00FF
|
||||
u0041_0306 24 0 0x0102
|
||||
u0061_0306 24 0 0x0103
|
||||
u0041_0328 24 0 0x0104
|
||||
u0061_0328 24 0 0x0105
|
||||
'C 24 0 0x0106
|
||||
'c 24 0 0x0107
|
||||
u0043_030C 24 0 0x010C
|
||||
u0063_030C 24 0 0x010D
|
||||
u0044_030C 24 0 0x010E
|
||||
u0064_030C 24 0 0x010F
|
||||
u0110 24 0 0x0110
|
||||
u0111 24 0 0x0111
|
||||
u0045_0328 24 0 0x0118
|
||||
u0065_0328 24 0 0x0119
|
||||
u0045_030C 24 0 0x011A
|
||||
u0065_030C 24 0 0x011B
|
||||
u0047_0306 24 0 0x011E
|
||||
u0067_0306 24 0 0x011F
|
||||
u0049_0307 24 0 0x0130
|
||||
.i 24 0 0x0131
|
||||
IJ 24 0 0x0132
|
||||
ij 24 0 0x0133
|
||||
u004C_0301 24 0 0x0139
|
||||
u006C_0301 24 0 0x013A
|
||||
u004C_030C 24 0 0x013D
|
||||
u006C_030C 24 0 0x013E
|
||||
/L 24 0 0x0141
|
||||
/l 24 0 0x0142
|
||||
u004E_0301 24 0 0x0143
|
||||
u006E_0301 24 0 0x0144
|
||||
u004E_030C 24 0 0x0147
|
||||
u006E_030C 24 0 0x0148
|
||||
u004F_030B 24 0 0x0150
|
||||
u006F_030B 24 0 0x0151
|
||||
OE 24 0 0x0152
|
||||
oe 24 0 0x0153
|
||||
u0052_0301 24 0 0x0154
|
||||
u0072_0301 24 0 0x0155
|
||||
u0052_030C 24 0 0x0158
|
||||
u0072_030C 24 0 0x0159
|
||||
u0053_0301 24 0 0x015A
|
||||
u0073_0301 24 0 0x015B
|
||||
u0053_0327 24 0 0x015E
|
||||
u0073_0327 24 0 0x015F
|
||||
vS 24 0 0x0160
|
||||
vs 24 0 0x0161
|
||||
u0054_0327 24 0 0x0162
|
||||
u0074_0327 24 0 0x0163
|
||||
u0054_030C 24 0 0x0164
|
||||
u0074_030C 24 0 0x0165
|
||||
u0055_030A 24 0 0x016E
|
||||
u0075_030A 24 0 0x016F
|
||||
u0055_030B 24 0 0x0170
|
||||
u0075_030B 24 0 0x0171
|
||||
:Y 24 0 0x0178
|
||||
u005A_0301 24 0 0x0179
|
||||
u007A_0301 24 0 0x017A
|
||||
u005A_0307 24 0 0x017B
|
||||
u007A_0307 24 0 0x017C
|
||||
vZ 24 0 0x017D
|
||||
vz 24 0 0x017E
|
||||
Fn 24 0 0x0192
|
||||
ah 24 0 0x02C7
|
||||
ab 24 0 0x02D8
|
||||
a. 24 0 0x02D9
|
||||
ao 24 0 0x02DA
|
||||
ho 24 0 0x02DB
|
||||
a" 24 0 0x02DD
|
||||
*A 24 0 0x0391
|
||||
*B 24 0 0x0392
|
||||
*G 24 0 0x0393
|
||||
*D 24 0 0x0394
|
||||
*E 24 0 0x0395
|
||||
*Z 24 0 0x0396
|
||||
*Y 24 0 0x0397
|
||||
*H 24 0 0x0398
|
||||
*I 24 0 0x0399
|
||||
*K 24 0 0x039A
|
||||
*L 24 0 0x039B
|
||||
*M 24 0 0x039C
|
||||
*N 24 0 0x039D
|
||||
*C 24 0 0x039E
|
||||
*O 24 0 0x039F
|
||||
*P 24 0 0x03A0
|
||||
*R 24 0 0x03A1
|
||||
*S 24 0 0x03A3
|
||||
*T 24 0 0x03A4
|
||||
*U 24 0 0x03A5
|
||||
*F 24 0 0x03A6
|
||||
*X 24 0 0x03A7
|
||||
*Q 24 0 0x03A8
|
||||
*W 24 0 0x03A9
|
||||
*a 24 0 0x03B1
|
||||
*b 24 0 0x03B2
|
||||
*g 24 0 0x03B3
|
||||
*d 24 0 0x03B4
|
||||
*e 24 0 0x03B5
|
||||
*z 24 0 0x03B6
|
||||
*y 24 0 0x03B7
|
||||
*h 24 0 0x03B8
|
||||
*i 24 0 0x03B9
|
||||
*k 24 0 0x03BA
|
||||
*l 24 0 0x03BB
|
||||
*m 24 0 0x03BC
|
||||
*n 24 0 0x03BD
|
||||
*c 24 0 0x03BE
|
||||
*o 24 0 0x03BF
|
||||
*p 24 0 0x03C0
|
||||
*r 24 0 0x03C1
|
||||
ts 24 0 0x03C2
|
||||
*s 24 0 0x03C3
|
||||
*t 24 0 0x03C4
|
||||
*u 24 0 0x03C5
|
||||
+f 24 0 0x03C6
|
||||
*x 24 0 0x03C7
|
||||
*q 24 0 0x03C8
|
||||
*w 24 0 0x03C9
|
||||
+h 24 0 0x03D1
|
||||
*f 24 0 0x03D5
|
||||
+p 24 0 0x03D6
|
||||
+e 24 0 0x03F5
|
||||
u0415_0300 24 0 0x0400
|
||||
u0415_0308 24 0 0x0401
|
||||
u0402 24 0 0x0402
|
||||
u0413_0301 24 0 0x0403
|
||||
u0404 24 0 0x0404
|
||||
u0405 24 0 0x0405
|
||||
u0406 24 0 0x0406
|
||||
u0406_0308 24 0 0x0407
|
||||
u0408 24 0 0x0408
|
||||
u0409 24 0 0x0409
|
||||
u040A 24 0 0x040A
|
||||
u040B 24 0 0x040B
|
||||
u041A_0301 24 0 0x040C
|
||||
u0418_0300 24 0 0x040D
|
||||
u0423_0306 24 0 0x040E
|
||||
u040F 24 0 0x040F
|
||||
u0410 24 0 0x0410
|
||||
u0411 24 0 0x0411
|
||||
u0412 24 0 0x0412
|
||||
u0413 24 0 0x0413
|
||||
u0414 24 0 0x0414
|
||||
u0415 24 0 0x0415
|
||||
u0416 24 0 0x0416
|
||||
u0417 24 0 0x0417
|
||||
u0418 24 0 0x0418
|
||||
u0418_0306 24 0 0x0419
|
||||
u041A 24 0 0x041A
|
||||
u041B 24 0 0x041B
|
||||
u041C 24 0 0x041C
|
||||
u041D 24 0 0x041D
|
||||
u041E 24 0 0x041E
|
||||
u041F 24 0 0x041F
|
||||
u0420 24 0 0x0420
|
||||
u0421 24 0 0x0421
|
||||
u0422 24 0 0x0422
|
||||
u0423 24 0 0x0423
|
||||
u0424 24 0 0x0424
|
||||
u0425 24 0 0x0425
|
||||
u0426 24 0 0x0426
|
||||
u0427 24 0 0x0427
|
||||
u0428 24 0 0x0428
|
||||
u0429 24 0 0x0429
|
||||
u042A 24 0 0x042A
|
||||
u042B 24 0 0x042B
|
||||
u042C 24 0 0x042C
|
||||
u042D 24 0 0x042D
|
||||
u042E 24 0 0x042E
|
||||
u042F 24 0 0x042F
|
||||
u0430 24 0 0x0430
|
||||
u0431 24 0 0x0431
|
||||
u0432 24 0 0x0432
|
||||
u0433 24 0 0x0433
|
||||
u0434 24 0 0x0434
|
||||
u0435 24 0 0x0435
|
||||
u0436 24 0 0x0436
|
||||
u0437 24 0 0x0437
|
||||
u0438 24 0 0x0438
|
||||
u0438_0306 24 0 0x0439
|
||||
u043A 24 0 0x043A
|
||||
u043B 24 0 0x043B
|
||||
u043C 24 0 0x043C
|
||||
u043D 24 0 0x043D
|
||||
u043E 24 0 0x043E
|
||||
u043F 24 0 0x043F
|
||||
u0440 24 0 0x0440
|
||||
u0441 24 0 0x0441
|
||||
u0442 24 0 0x0442
|
||||
u0443 24 0 0x0443
|
||||
u0444 24 0 0x0444
|
||||
u0445 24 0 0x0445
|
||||
u0446 24 0 0x0446
|
||||
u0447 24 0 0x0447
|
||||
u0448 24 0 0x0448
|
||||
u0449 24 0 0x0449
|
||||
u044A 24 0 0x044A
|
||||
u044B 24 0 0x044B
|
||||
u044C 24 0 0x044C
|
||||
u044D 24 0 0x044D
|
||||
u044E 24 0 0x044E
|
||||
u044F 24 0 0x044F
|
||||
u0435_0300 24 0 0x0450
|
||||
u0435_0308 24 0 0x0451
|
||||
u0452 24 0 0x0452
|
||||
u0433_0301 24 0 0x0453
|
||||
u0454 24 0 0x0454
|
||||
u0455 24 0 0x0455
|
||||
u0456 24 0 0x0456
|
||||
u0456_0308 24 0 0x0457
|
||||
u0458 24 0 0x0458
|
||||
u0459 24 0 0x0459
|
||||
u045A 24 0 0x045A
|
||||
u045B 24 0 0x045B
|
||||
u043A_0301 24 0 0x045C
|
||||
u0438_0300 24 0 0x045D
|
||||
u0443_0306 24 0 0x045E
|
||||
u045F 24 0 0x045F
|
||||
u0460 24 0 0x0460
|
||||
u0461 24 0 0x0461
|
||||
u0462 24 0 0x0462
|
||||
u0463 24 0 0x0463
|
||||
u0464 24 0 0x0464
|
||||
u0465 24 0 0x0465
|
||||
u0466 24 0 0x0466
|
||||
u0467 24 0 0x0467
|
||||
u0468 24 0 0x0468
|
||||
u0469 24 0 0x0469
|
||||
u046A 24 0 0x046A
|
||||
u046B 24 0 0x046B
|
||||
u046C 24 0 0x046C
|
||||
u046D 24 0 0x046D
|
||||
u046E 24 0 0x046E
|
||||
u046F 24 0 0x046F
|
||||
u0470 24 0 0x0470
|
||||
u0471 24 0 0x0471
|
||||
u0472 24 0 0x0472
|
||||
u0473 24 0 0x0473
|
||||
u0474 24 0 0x0474
|
||||
u0475 24 0 0x0475
|
||||
u0474_030F 24 0 0x0476
|
||||
u0475_030F 24 0 0x0477
|
||||
u0478 24 0 0x0478
|
||||
u0479 24 0 0x0479
|
||||
u047A 24 0 0x047A
|
||||
u047B 24 0 0x047B
|
||||
u047C 24 0 0x047C
|
||||
u047D 24 0 0x047D
|
||||
u047E 24 0 0x047E
|
||||
u047F 24 0 0x047F
|
||||
u0480 24 0 0x0480
|
||||
u0481 24 0 0x0481
|
||||
u0482 24 0 0x0482
|
||||
u0483 0 0 0x0483
|
||||
u0484 0 0 0x0484
|
||||
u0485 0 0 0x0485
|
||||
u0486 0 0 0x0486
|
||||
u0488 0 0 0x0488
|
||||
u0489 0 0 0x0489
|
||||
u048A 24 0 0x048A
|
||||
u048B 24 0 0x048B
|
||||
u048C 24 0 0x048C
|
||||
u048D 24 0 0x048D
|
||||
u048E 24 0 0x048E
|
||||
u048F 24 0 0x048F
|
||||
u0490 24 0 0x0490
|
||||
u0491 24 0 0x0491
|
||||
u0492 24 0 0x0492
|
||||
u0493 24 0 0x0493
|
||||
u0494 24 0 0x0494
|
||||
u0495 24 0 0x0495
|
||||
u0496 24 0 0x0496
|
||||
u0497 24 0 0x0497
|
||||
u0498 24 0 0x0498
|
||||
u0499 24 0 0x0499
|
||||
u049A 24 0 0x049A
|
||||
u049B 24 0 0x049B
|
||||
u049C 24 0 0x049C
|
||||
u049D 24 0 0x049D
|
||||
u049E 24 0 0x049E
|
||||
u049F 24 0 0x049F
|
||||
u04A0 24 0 0x04A0
|
||||
u04A1 24 0 0x04A1
|
||||
u04A2 24 0 0x04A2
|
||||
u04A3 24 0 0x04A3
|
||||
u04A4 24 0 0x04A4
|
||||
u04A5 24 0 0x04A5
|
||||
u04A6 24 0 0x04A6
|
||||
u04A7 24 0 0x04A7
|
||||
u04A8 24 0 0x04A8
|
||||
u04A9 24 0 0x04A9
|
||||
u04AA 24 0 0x04AA
|
||||
u04AB 24 0 0x04AB
|
||||
u04AC 24 0 0x04AC
|
||||
u04AD 24 0 0x04AD
|
||||
u04AE 24 0 0x04AE
|
||||
u04AF 24 0 0x04AF
|
||||
u04B0 24 0 0x04B0
|
||||
u04B1 24 0 0x04B1
|
||||
u04B2 24 0 0x04B2
|
||||
u04B3 24 0 0x04B3
|
||||
u04B4 24 0 0x04B4
|
||||
u04B5 24 0 0x04B5
|
||||
u04B6 24 0 0x04B6
|
||||
u04B7 24 0 0x04B7
|
||||
u04B8 24 0 0x04B8
|
||||
u04B9 24 0 0x04B9
|
||||
u04BA 24 0 0x04BA
|
||||
u04BB 24 0 0x04BB
|
||||
u04BC 24 0 0x04BC
|
||||
u04BD 24 0 0x04BD
|
||||
u04BE 24 0 0x04BE
|
||||
u04BF 24 0 0x04BF
|
||||
u04C0 24 0 0x04C0
|
||||
u0416_0306 24 0 0x04C1
|
||||
u0436_0306 24 0 0x04C2
|
||||
u04C3 24 0 0x04C3
|
||||
u04C4 24 0 0x04C4
|
||||
u04C5 24 0 0x04C5
|
||||
u04C6 24 0 0x04C6
|
||||
u04C7 24 0 0x04C7
|
||||
u04C8 24 0 0x04C8
|
||||
u04C9 24 0 0x04C9
|
||||
u04CA 24 0 0x04CA
|
||||
u04CB 24 0 0x04CB
|
||||
u04CC 24 0 0x04CC
|
||||
u04CD 24 0 0x04CD
|
||||
u04CE 24 0 0x04CE
|
||||
u0410_0306 24 0 0x04D0
|
||||
u0430_0306 24 0 0x04D1
|
||||
u0410_0308 24 0 0x04D2
|
||||
u0430_0308 24 0 0x04D3
|
||||
u04D4 24 0 0x04D4
|
||||
u04D5 24 0 0x04D5
|
||||
u0415_0306 24 0 0x04D6
|
||||
u0435_0306 24 0 0x04D7
|
||||
u04D8 24 0 0x04D8
|
||||
u04D9 24 0 0x04D9
|
||||
u04D8_0308 24 0 0x04DA
|
||||
u04D9_0308 24 0 0x04DB
|
||||
u0416_0308 24 0 0x04DC
|
||||
u0436_0308 24 0 0x04DD
|
||||
u0417_0308 24 0 0x04DE
|
||||
u0437_0308 24 0 0x04DF
|
||||
u04E0 24 0 0x04E0
|
||||
u04E1 24 0 0x04E1
|
||||
u0418_0304 24 0 0x04E2
|
||||
u0438_0304 24 0 0x04E3
|
||||
u0418_0308 24 0 0x04E4
|
||||
u0438_0308 24 0 0x04E5
|
||||
u041E_0308 24 0 0x04E6
|
||||
u043E_0308 24 0 0x04E7
|
||||
u04E8 24 0 0x04E8
|
||||
u04E9 24 0 0x04E9
|
||||
u04E8_0308 24 0 0x04EA
|
||||
u04E9_0308 24 0 0x04EB
|
||||
u042D_0308 24 0 0x04EC
|
||||
u044D_0308 24 0 0x04ED
|
||||
u0423_0304 24 0 0x04EE
|
||||
u0443_0304 24 0 0x04EF
|
||||
u0423_0308 24 0 0x04F0
|
||||
u0443_0308 24 0 0x04F1
|
||||
u0423_030B 24 0 0x04F2
|
||||
u0443_030B 24 0 0x04F3
|
||||
u0427_0308 24 0 0x04F4
|
||||
u0447_0308 24 0 0x04F5
|
||||
u042B_0308 24 0 0x04F8
|
||||
u044B_0308 24 0 0x04F9
|
||||
u0500 24 0 0x0500
|
||||
u0501 24 0 0x0501
|
||||
u0502 24 0 0x0502
|
||||
u0503 24 0 0x0503
|
||||
u0504 24 0 0x0504
|
||||
u0505 24 0 0x0505
|
||||
u0506 24 0 0x0506
|
||||
u0507 24 0 0x0507
|
||||
u0508 24 0 0x0508
|
||||
u0509 24 0 0x0509
|
||||
u050A 24 0 0x050A
|
||||
u050B 24 0 0x050B
|
||||
u050C 24 0 0x050C
|
||||
u050D 24 0 0x050D
|
||||
u050E 24 0 0x050E
|
||||
u050F 24 0 0x050F
|
||||
- 24 0 0x2010
|
||||
hy "
|
||||
en 24 0 0x2013
|
||||
em 24 0 0x2014
|
||||
` 24 0 0x2018
|
||||
oq "
|
||||
' 24 0 0x2019
|
||||
cq "
|
||||
bq 24 0 0x201A
|
||||
lq 24 0 0x201C
|
||||
rq 24 0 0x201D
|
||||
Bq 24 0 0x201E
|
||||
dg 24 0 0x2020
|
||||
dd 24 0 0x2021
|
||||
bu 24 0 0x2022
|
||||
%0 24 0 0x2030
|
||||
fm 24 0 0x2032
|
||||
sd 24 0 0x2033
|
||||
fo 24 0 0x2039
|
||||
fc 24 0 0x203A
|
||||
rn 24 0 0x203E
|
||||
f/ 24 0 0x2044
|
||||
eu 24 0 0x20AC
|
||||
Eu "
|
||||
-h 24 0 0x210F
|
||||
hbar "
|
||||
Im 24 0 0x2111
|
||||
wp 24 0 0x2118
|
||||
Re 24 0 0x211C
|
||||
tm 24 0 0x2122
|
||||
Ah 24 0 0x2135
|
||||
18 24 0 0x215B
|
||||
38 24 0 0x215C
|
||||
58 24 0 0x215D
|
||||
78 24 0 0x215E
|
||||
<- 24 0 0x2190
|
||||
ua 24 0 0x2191
|
||||
-> 24 0 0x2192
|
||||
da 24 0 0x2193
|
||||
<> 24 0 0x2194
|
||||
va 24 0 0x2195
|
||||
CR 24 0 0x21B5
|
||||
lA 24 0 0x21D0
|
||||
uA 24 0 0x21D1
|
||||
rA 24 0 0x21D2
|
||||
dA 24 0 0x21D3
|
||||
hA 24 0 0x21D4
|
||||
vA 24 0 0x21D5
|
||||
fa 24 0 0x2200
|
||||
pd 24 0 0x2202
|
||||
te 24 0 0x2203
|
||||
es 24 0 0x2205
|
||||
gr 24 0 0x2207
|
||||
mo 24 0 0x2208
|
||||
nm 24 0 0x2209
|
||||
st 24 0 0x220B
|
||||
product 24 0 0x220F
|
||||
coproduct 24 0 0x2210
|
||||
sum 24 0 0x2211
|
||||
\- 24 0 0x2212
|
||||
mi "
|
||||
-+ 24 0 0x2213
|
||||
** 24 0 0x2217
|
||||
sr 24 0 0x221A
|
||||
sqrt "
|
||||
pt 24 0 0x221D
|
||||
if 24 0 0x221E
|
||||
/_ 24 0 0x2220
|
||||
AN 24 0 0x2227
|
||||
OR 24 0 0x2228
|
||||
ca 24 0 0x2229
|
||||
cu 24 0 0x222A
|
||||
is 24 0 0x222B
|
||||
integral "
|
||||
tf 24 0 0x2234
|
||||
3d "
|
||||
ap 24 0 0x223C
|
||||
|= 24 0 0x2243
|
||||
=~ 24 0 0x2245
|
||||
~~ 24 0 0x2248
|
||||
~= "
|
||||
!= 24 0 0x2260
|
||||
== 24 0 0x2261
|
||||
ne 24 0 0x2262
|
||||
<= 24 0 0x2264
|
||||
>= 24 0 0x2265
|
||||
<< 24 0 0x226A
|
||||
>> 24 0 0x226B
|
||||
sb 24 0 0x2282
|
||||
sp 24 0 0x2283
|
||||
nb 24 0 0x2284
|
||||
nc 24 0 0x2285
|
||||
ib 24 0 0x2286
|
||||
ip 24 0 0x2287
|
||||
c+ 24 0 0x2295
|
||||
c* 24 0 0x2297
|
||||
pp 24 0 0x22A5
|
||||
md 24 0 0x22C5
|
||||
lc 24 0 0x2308
|
||||
rc 24 0 0x2309
|
||||
lf 24 0 0x230A
|
||||
rf 24 0 0x230B
|
||||
parenlefttp 24 0 0x239B
|
||||
parenleftex 24 0 0x239C
|
||||
parenleftbt 24 0 0x239D
|
||||
parenrighttp 24 0 0x239E
|
||||
parenrightex 24 0 0x239F
|
||||
parenrightbt 24 0 0x23A0
|
||||
bracketlefttp 24 0 0x23A1
|
||||
bracketleftex 24 0 0x23A2
|
||||
bracketleftbt 24 0 0x23A3
|
||||
bracketrighttp 24 0 0x23A4
|
||||
bracketrightex 24 0 0x23A5
|
||||
bracketrightbt 24 0 0x23A6
|
||||
lt 24 0 0x23A7
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE
|
||||
an 24 0 0x23AF
|
||||
br 24 0 0x2502
|
||||
sq 24 0 0x25A1
|
||||
lz 24 0 0x25CA
|
||||
ci 24 0 0x25CB
|
||||
lh 24 0 0x261C
|
||||
rh 24 0 0x261E
|
||||
SP 24 0 0x2660
|
||||
CL 24 0 0x2663
|
||||
HE 24 0 0x2665
|
||||
DI 24 0 0x2666
|
||||
OK 24 0 0x2713
|
||||
la 24 0 0x27E8
|
||||
ra 24 0 0x27E9
|
||||
ff 24 0 0xFB00
|
||||
fi 24 0 0xFB01
|
||||
fl 24 0 0xFB02
|
||||
Fi 24 0 0xFB03
|
||||
Fl 24 0 0xFB04
|
@ -1,819 +0,0 @@
|
||||
name BI
|
||||
internalname 3
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0x0000
|
||||
--- 24 0 0x0001
|
||||
--- 24 0 0x0002
|
||||
--- 24 0 0x0003
|
||||
--- 24 0 0x0004
|
||||
--- 24 0 0x0005
|
||||
--- 24 0 0x0006
|
||||
--- 24 0 0x0007
|
||||
--- 24 0 0x0008
|
||||
--- 24 0 0x0009
|
||||
--- 24 0 0x000A
|
||||
--- 24 0 0x000B
|
||||
--- 24 0 0x000C
|
||||
--- 24 0 0x000D
|
||||
--- 24 0 0x000E
|
||||
--- 24 0 0x000F
|
||||
--- 24 0 0x0010
|
||||
--- 24 0 0x0011
|
||||
--- 24 0 0x0012
|
||||
--- 24 0 0x0013
|
||||
--- 24 0 0x0014
|
||||
--- 24 0 0x0015
|
||||
--- 24 0 0x0016
|
||||
--- 24 0 0x0017
|
||||
--- 24 0 0x0018
|
||||
--- 24 0 0x0019
|
||||
--- 24 0 0x001A
|
||||
--- 24 0 0x001B
|
||||
--- 24 0 0x001C
|
||||
--- 24 0 0x001D
|
||||
--- 24 0 0x001E
|
||||
--- 24 0 0x001F
|
||||
--- 24 0 0x0020
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
--- 24 0 0x002D
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
a^ 24 0 0x005E
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x007F
|
||||
--- 24 0 0x0080
|
||||
--- 24 0 0x0081
|
||||
--- 24 0 0x0082
|
||||
--- 24 0 0x0083
|
||||
--- 24 0 0x0084
|
||||
--- 24 0 0x0085
|
||||
--- 24 0 0x0086
|
||||
--- 24 0 0x0087
|
||||
--- 24 0 0x0088
|
||||
--- 24 0 0x0089
|
||||
--- 24 0 0x008A
|
||||
--- 24 0 0x008B
|
||||
--- 24 0 0x008C
|
||||
--- 24 0 0x008D
|
||||
--- 24 0 0x008E
|
||||
--- 24 0 0x008F
|
||||
--- 24 0 0x0090
|
||||
--- 24 0 0x0091
|
||||
--- 24 0 0x0092
|
||||
--- 24 0 0x0093
|
||||
--- 24 0 0x0094
|
||||
--- 24 0 0x0095
|
||||
--- 24 0 0x0096
|
||||
--- 24 0 0x0097
|
||||
--- 24 0 0x0098
|
||||
--- 24 0 0x0099
|
||||
--- 24 0 0x009A
|
||||
--- 24 0 0x009B
|
||||
--- 24 0 0x009C
|
||||
--- 24 0 0x009D
|
||||
--- 24 0 0x009E
|
||||
--- 24 0 0x009F
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1
|
||||
ct 24 0 0x00A2
|
||||
Po 24 0 0x00A3
|
||||
Cs 24 0 0x00A4
|
||||
Ye 24 0 0x00A5
|
||||
bb 24 0 0x00A6
|
||||
sc 24 0 0x00A7
|
||||
ad 24 0 0x00A8
|
||||
co 24 0 0x00A9
|
||||
Of 24 0 0x00AA
|
||||
Fo 24 0 0x00AB
|
||||
no 24 0 0x00AC
|
||||
tno "
|
||||
--- 24 0 0x00AD
|
||||
rg 24 0 0x00AE
|
||||
a- 24 0 0x00AF
|
||||
de 24 0 0x00B0
|
||||
+- 24 0 0x00B1
|
||||
t+- "
|
||||
S2 24 0 0x00B2
|
||||
S3 24 0 0x00B3
|
||||
aa 24 0 0x00B4
|
||||
\' "
|
||||
mc 24 0 0x00B5
|
||||
ps 24 0 0x00B6
|
||||
pc 24 0 0x00B7
|
||||
ac 24 0 0x00B8
|
||||
S1 24 0 0x00B9
|
||||
Om 24 0 0x00BA
|
||||
Fc 24 0 0x00BB
|
||||
14 24 0 0x00BC
|
||||
12 24 0 0x00BD
|
||||
34 24 0 0x00BE
|
||||
r? 24 0 0x00BF
|
||||
`A 24 0 0x00C0
|
||||
'A 24 0 0x00C1
|
||||
^A 24 0 0x00C2
|
||||
~A 24 0 0x00C3
|
||||
:A 24 0 0x00C4
|
||||
oA 24 0 0x00C5
|
||||
AE 24 0 0x00C6
|
||||
,C 24 0 0x00C7
|
||||
`E 24 0 0x00C8
|
||||
'E 24 0 0x00C9
|
||||
^E 24 0 0x00CA
|
||||
:E 24 0 0x00CB
|
||||
`I 24 0 0x00CC
|
||||
'I 24 0 0x00CD
|
||||
^I 24 0 0x00CE
|
||||
:I 24 0 0x00CF
|
||||
-D 24 0 0x00D0
|
||||
~N 24 0 0x00D1
|
||||
`O 24 0 0x00D2
|
||||
'O 24 0 0x00D3
|
||||
^O 24 0 0x00D4
|
||||
~O 24 0 0x00D5
|
||||
:O 24 0 0x00D6
|
||||
mu 24 0 0x00D7
|
||||
tmu "
|
||||
/O 24 0 0x00D8
|
||||
`U 24 0 0x00D9
|
||||
'U 24 0 0x00DA
|
||||
^U 24 0 0x00DB
|
||||
:U 24 0 0x00DC
|
||||
'Y 24 0 0x00DD
|
||||
TP 24 0 0x00DE
|
||||
ss 24 0 0x00DF
|
||||
`a 24 0 0x00E0
|
||||
'a 24 0 0x00E1
|
||||
^a 24 0 0x00E2
|
||||
~a 24 0 0x00E3
|
||||
:a 24 0 0x00E4
|
||||
oa 24 0 0x00E5
|
||||
ae 24 0 0x00E6
|
||||
,c 24 0 0x00E7
|
||||
`e 24 0 0x00E8
|
||||
'e 24 0 0x00E9
|
||||
^e 24 0 0x00EA
|
||||
:e 24 0 0x00EB
|
||||
`i 24 0 0x00EC
|
||||
'i 24 0 0x00ED
|
||||
^i 24 0 0x00EE
|
||||
:i 24 0 0x00EF
|
||||
Sd 24 0 0x00F0
|
||||
~n 24 0 0x00F1
|
||||
`o 24 0 0x00F2
|
||||
'o 24 0 0x00F3
|
||||
^o 24 0 0x00F4
|
||||
~o 24 0 0x00F5
|
||||
:o 24 0 0x00F6
|
||||
di 24 0 0x00F7
|
||||
tdi "
|
||||
/o 24 0 0x00F8
|
||||
`u 24 0 0x00F9
|
||||
'u 24 0 0x00FA
|
||||
^u 24 0 0x00FB
|
||||
:u 24 0 0x00FC
|
||||
'y 24 0 0x00FD
|
||||
Tp 24 0 0x00FE
|
||||
:y 24 0 0x00FF
|
||||
u0041_0306 24 0 0x0102
|
||||
u0061_0306 24 0 0x0103
|
||||
u0041_0328 24 0 0x0104
|
||||
u0061_0328 24 0 0x0105
|
||||
'C 24 0 0x0106
|
||||
'c 24 0 0x0107
|
||||
u0043_030C 24 0 0x010C
|
||||
u0063_030C 24 0 0x010D
|
||||
u0044_030C 24 0 0x010E
|
||||
u0064_030C 24 0 0x010F
|
||||
u0110 24 0 0x0110
|
||||
u0111 24 0 0x0111
|
||||
u0045_0328 24 0 0x0118
|
||||
u0065_0328 24 0 0x0119
|
||||
u0045_030C 24 0 0x011A
|
||||
u0065_030C 24 0 0x011B
|
||||
u0047_0306 24 0 0x011E
|
||||
u0067_0306 24 0 0x011F
|
||||
u0049_0307 24 0 0x0130
|
||||
.i 24 0 0x0131
|
||||
IJ 24 0 0x0132
|
||||
ij 24 0 0x0133
|
||||
u004C_0301 24 0 0x0139
|
||||
u006C_0301 24 0 0x013A
|
||||
u004C_030C 24 0 0x013D
|
||||
u006C_030C 24 0 0x013E
|
||||
/L 24 0 0x0141
|
||||
/l 24 0 0x0142
|
||||
u004E_0301 24 0 0x0143
|
||||
u006E_0301 24 0 0x0144
|
||||
u004E_030C 24 0 0x0147
|
||||
u006E_030C 24 0 0x0148
|
||||
u004F_030B 24 0 0x0150
|
||||
u006F_030B 24 0 0x0151
|
||||
OE 24 0 0x0152
|
||||
oe 24 0 0x0153
|
||||
u0052_0301 24 0 0x0154
|
||||
u0072_0301 24 0 0x0155
|
||||
u0052_030C 24 0 0x0158
|
||||
u0072_030C 24 0 0x0159
|
||||
u0053_0301 24 0 0x015A
|
||||
u0073_0301 24 0 0x015B
|
||||
u0053_0327 24 0 0x015E
|
||||
u0073_0327 24 0 0x015F
|
||||
vS 24 0 0x0160
|
||||
vs 24 0 0x0161
|
||||
u0054_0327 24 0 0x0162
|
||||
u0074_0327 24 0 0x0163
|
||||
u0054_030C 24 0 0x0164
|
||||
u0074_030C 24 0 0x0165
|
||||
u0055_030A 24 0 0x016E
|
||||
u0075_030A 24 0 0x016F
|
||||
u0055_030B 24 0 0x0170
|
||||
u0075_030B 24 0 0x0171
|
||||
:Y 24 0 0x0178
|
||||
u005A_0301 24 0 0x0179
|
||||
u007A_0301 24 0 0x017A
|
||||
u005A_0307 24 0 0x017B
|
||||
u007A_0307 24 0 0x017C
|
||||
vZ 24 0 0x017D
|
||||
vz 24 0 0x017E
|
||||
Fn 24 0 0x0192
|
||||
ah 24 0 0x02C7
|
||||
ab 24 0 0x02D8
|
||||
a. 24 0 0x02D9
|
||||
ao 24 0 0x02DA
|
||||
ho 24 0 0x02DB
|
||||
a" 24 0 0x02DD
|
||||
*A 24 0 0x0391
|
||||
*B 24 0 0x0392
|
||||
*G 24 0 0x0393
|
||||
*D 24 0 0x0394
|
||||
*E 24 0 0x0395
|
||||
*Z 24 0 0x0396
|
||||
*Y 24 0 0x0397
|
||||
*H 24 0 0x0398
|
||||
*I 24 0 0x0399
|
||||
*K 24 0 0x039A
|
||||
*L 24 0 0x039B
|
||||
*M 24 0 0x039C
|
||||
*N 24 0 0x039D
|
||||
*C 24 0 0x039E
|
||||
*O 24 0 0x039F
|
||||
*P 24 0 0x03A0
|
||||
*R 24 0 0x03A1
|
||||
*S 24 0 0x03A3
|
||||
*T 24 0 0x03A4
|
||||
*U 24 0 0x03A5
|
||||
*F 24 0 0x03A6
|
||||
*X 24 0 0x03A7
|
||||
*Q 24 0 0x03A8
|
||||
*W 24 0 0x03A9
|
||||
*a 24 0 0x03B1
|
||||
*b 24 0 0x03B2
|
||||
*g 24 0 0x03B3
|
||||
*d 24 0 0x03B4
|
||||
*e 24 0 0x03B5
|
||||
*z 24 0 0x03B6
|
||||
*y 24 0 0x03B7
|
||||
*h 24 0 0x03B8
|
||||
*i 24 0 0x03B9
|
||||
*k 24 0 0x03BA
|
||||
*l 24 0 0x03BB
|
||||
*m 24 0 0x03BC
|
||||
*n 24 0 0x03BD
|
||||
*c 24 0 0x03BE
|
||||
*o 24 0 0x03BF
|
||||
*p 24 0 0x03C0
|
||||
*r 24 0 0x03C1
|
||||
ts 24 0 0x03C2
|
||||
*s 24 0 0x03C3
|
||||
*t 24 0 0x03C4
|
||||
*u 24 0 0x03C5
|
||||
+f 24 0 0x03C6
|
||||
*x 24 0 0x03C7
|
||||
*q 24 0 0x03C8
|
||||
*w 24 0 0x03C9
|
||||
+h 24 0 0x03D1
|
||||
*f 24 0 0x03D5
|
||||
+p 24 0 0x03D6
|
||||
+e 24 0 0x03F5
|
||||
u0415_0300 24 0 0x0400
|
||||
u0415_0308 24 0 0x0401
|
||||
u0402 24 0 0x0402
|
||||
u0413_0301 24 0 0x0403
|
||||
u0404 24 0 0x0404
|
||||
u0405 24 0 0x0405
|
||||
u0406 24 0 0x0406
|
||||
u0406_0308 24 0 0x0407
|
||||
u0408 24 0 0x0408
|
||||
u0409 24 0 0x0409
|
||||
u040A 24 0 0x040A
|
||||
u040B 24 0 0x040B
|
||||
u041A_0301 24 0 0x040C
|
||||
u0418_0300 24 0 0x040D
|
||||
u0423_0306 24 0 0x040E
|
||||
u040F 24 0 0x040F
|
||||
u0410 24 0 0x0410
|
||||
u0411 24 0 0x0411
|
||||
u0412 24 0 0x0412
|
||||
u0413 24 0 0x0413
|
||||
u0414 24 0 0x0414
|
||||
u0415 24 0 0x0415
|
||||
u0416 24 0 0x0416
|
||||
u0417 24 0 0x0417
|
||||
u0418 24 0 0x0418
|
||||
u0418_0306 24 0 0x0419
|
||||
u041A 24 0 0x041A
|
||||
u041B 24 0 0x041B
|
||||
u041C 24 0 0x041C
|
||||
u041D 24 0 0x041D
|
||||
u041E 24 0 0x041E
|
||||
u041F 24 0 0x041F
|
||||
u0420 24 0 0x0420
|
||||
u0421 24 0 0x0421
|
||||
u0422 24 0 0x0422
|
||||
u0423 24 0 0x0423
|
||||
u0424 24 0 0x0424
|
||||
u0425 24 0 0x0425
|
||||
u0426 24 0 0x0426
|
||||
u0427 24 0 0x0427
|
||||
u0428 24 0 0x0428
|
||||
u0429 24 0 0x0429
|
||||
u042A 24 0 0x042A
|
||||
u042B 24 0 0x042B
|
||||
u042C 24 0 0x042C
|
||||
u042D 24 0 0x042D
|
||||
u042E 24 0 0x042E
|
||||
u042F 24 0 0x042F
|
||||
u0430 24 0 0x0430
|
||||
u0431 24 0 0x0431
|
||||
u0432 24 0 0x0432
|
||||
u0433 24 0 0x0433
|
||||
u0434 24 0 0x0434
|
||||
u0435 24 0 0x0435
|
||||
u0436 24 0 0x0436
|
||||
u0437 24 0 0x0437
|
||||
u0438 24 0 0x0438
|
||||
u0438_0306 24 0 0x0439
|
||||
u043A 24 0 0x043A
|
||||
u043B 24 0 0x043B
|
||||
u043C 24 0 0x043C
|
||||
u043D 24 0 0x043D
|
||||
u043E 24 0 0x043E
|
||||
u043F 24 0 0x043F
|
||||
u0440 24 0 0x0440
|
||||
u0441 24 0 0x0441
|
||||
u0442 24 0 0x0442
|
||||
u0443 24 0 0x0443
|
||||
u0444 24 0 0x0444
|
||||
u0445 24 0 0x0445
|
||||
u0446 24 0 0x0446
|
||||
u0447 24 0 0x0447
|
||||
u0448 24 0 0x0448
|
||||
u0449 24 0 0x0449
|
||||
u044A 24 0 0x044A
|
||||
u044B 24 0 0x044B
|
||||
u044C 24 0 0x044C
|
||||
u044D 24 0 0x044D
|
||||
u044E 24 0 0x044E
|
||||
u044F 24 0 0x044F
|
||||
u0435_0300 24 0 0x0450
|
||||
u0435_0308 24 0 0x0451
|
||||
u0452 24 0 0x0452
|
||||
u0433_0301 24 0 0x0453
|
||||
u0454 24 0 0x0454
|
||||
u0455 24 0 0x0455
|
||||
u0456 24 0 0x0456
|
||||
u0456_0308 24 0 0x0457
|
||||
u0458 24 0 0x0458
|
||||
u0459 24 0 0x0459
|
||||
u045A 24 0 0x045A
|
||||
u045B 24 0 0x045B
|
||||
u043A_0301 24 0 0x045C
|
||||
u0438_0300 24 0 0x045D
|
||||
u0443_0306 24 0 0x045E
|
||||
u045F 24 0 0x045F
|
||||
u0460 24 0 0x0460
|
||||
u0461 24 0 0x0461
|
||||
u0462 24 0 0x0462
|
||||
u0463 24 0 0x0463
|
||||
u0464 24 0 0x0464
|
||||
u0465 24 0 0x0465
|
||||
u0466 24 0 0x0466
|
||||
u0467 24 0 0x0467
|
||||
u0468 24 0 0x0468
|
||||
u0469 24 0 0x0469
|
||||
u046A 24 0 0x046A
|
||||
u046B 24 0 0x046B
|
||||
u046C 24 0 0x046C
|
||||
u046D 24 0 0x046D
|
||||
u046E 24 0 0x046E
|
||||
u046F 24 0 0x046F
|
||||
u0470 24 0 0x0470
|
||||
u0471 24 0 0x0471
|
||||
u0472 24 0 0x0472
|
||||
u0473 24 0 0x0473
|
||||
u0474 24 0 0x0474
|
||||
u0475 24 0 0x0475
|
||||
u0474_030F 24 0 0x0476
|
||||
u0475_030F 24 0 0x0477
|
||||
u0478 24 0 0x0478
|
||||
u0479 24 0 0x0479
|
||||
u047A 24 0 0x047A
|
||||
u047B 24 0 0x047B
|
||||
u047C 24 0 0x047C
|
||||
u047D 24 0 0x047D
|
||||
u047E 24 0 0x047E
|
||||
u047F 24 0 0x047F
|
||||
u0480 24 0 0x0480
|
||||
u0481 24 0 0x0481
|
||||
u0482 24 0 0x0482
|
||||
u0483 0 0 0x0483
|
||||
u0484 0 0 0x0484
|
||||
u0485 0 0 0x0485
|
||||
u0486 0 0 0x0486
|
||||
u0488 0 0 0x0488
|
||||
u0489 0 0 0x0489
|
||||
u048A 24 0 0x048A
|
||||
u048B 24 0 0x048B
|
||||
u048C 24 0 0x048C
|
||||
u048D 24 0 0x048D
|
||||
u048E 24 0 0x048E
|
||||
u048F 24 0 0x048F
|
||||
u0490 24 0 0x0490
|
||||
u0491 24 0 0x0491
|
||||
u0492 24 0 0x0492
|
||||
u0493 24 0 0x0493
|
||||
u0494 24 0 0x0494
|
||||
u0495 24 0 0x0495
|
||||
u0496 24 0 0x0496
|
||||
u0497 24 0 0x0497
|
||||
u0498 24 0 0x0498
|
||||
u0499 24 0 0x0499
|
||||
u049A 24 0 0x049A
|
||||
u049B 24 0 0x049B
|
||||
u049C 24 0 0x049C
|
||||
u049D 24 0 0x049D
|
||||
u049E 24 0 0x049E
|
||||
u049F 24 0 0x049F
|
||||
u04A0 24 0 0x04A0
|
||||
u04A1 24 0 0x04A1
|
||||
u04A2 24 0 0x04A2
|
||||
u04A3 24 0 0x04A3
|
||||
u04A4 24 0 0x04A4
|
||||
u04A5 24 0 0x04A5
|
||||
u04A6 24 0 0x04A6
|
||||
u04A7 24 0 0x04A7
|
||||
u04A8 24 0 0x04A8
|
||||
u04A9 24 0 0x04A9
|
||||
u04AA 24 0 0x04AA
|
||||
u04AB 24 0 0x04AB
|
||||
u04AC 24 0 0x04AC
|
||||
u04AD 24 0 0x04AD
|
||||
u04AE 24 0 0x04AE
|
||||
u04AF 24 0 0x04AF
|
||||
u04B0 24 0 0x04B0
|
||||
u04B1 24 0 0x04B1
|
||||
u04B2 24 0 0x04B2
|
||||
u04B3 24 0 0x04B3
|
||||
u04B4 24 0 0x04B4
|
||||
u04B5 24 0 0x04B5
|
||||
u04B6 24 0 0x04B6
|
||||
u04B7 24 0 0x04B7
|
||||
u04B8 24 0 0x04B8
|
||||
u04B9 24 0 0x04B9
|
||||
u04BA 24 0 0x04BA
|
||||
u04BB 24 0 0x04BB
|
||||
u04BC 24 0 0x04BC
|
||||
u04BD 24 0 0x04BD
|
||||
u04BE 24 0 0x04BE
|
||||
u04BF 24 0 0x04BF
|
||||
u04C0 24 0 0x04C0
|
||||
u0416_0306 24 0 0x04C1
|
||||
u0436_0306 24 0 0x04C2
|
||||
u04C3 24 0 0x04C3
|
||||
u04C4 24 0 0x04C4
|
||||
u04C5 24 0 0x04C5
|
||||
u04C6 24 0 0x04C6
|
||||
u04C7 24 0 0x04C7
|
||||
u04C8 24 0 0x04C8
|
||||
u04C9 24 0 0x04C9
|
||||
u04CA 24 0 0x04CA
|
||||
u04CB 24 0 0x04CB
|
||||
u04CC 24 0 0x04CC
|
||||
u04CD 24 0 0x04CD
|
||||
u04CE 24 0 0x04CE
|
||||
u0410_0306 24 0 0x04D0
|
||||
u0430_0306 24 0 0x04D1
|
||||
u0410_0308 24 0 0x04D2
|
||||
u0430_0308 24 0 0x04D3
|
||||
u04D4 24 0 0x04D4
|
||||
u04D5 24 0 0x04D5
|
||||
u0415_0306 24 0 0x04D6
|
||||
u0435_0306 24 0 0x04D7
|
||||
u04D8 24 0 0x04D8
|
||||
u04D9 24 0 0x04D9
|
||||
u04D8_0308 24 0 0x04DA
|
||||
u04D9_0308 24 0 0x04DB
|
||||
u0416_0308 24 0 0x04DC
|
||||
u0436_0308 24 0 0x04DD
|
||||
u0417_0308 24 0 0x04DE
|
||||
u0437_0308 24 0 0x04DF
|
||||
u04E0 24 0 0x04E0
|
||||
u04E1 24 0 0x04E1
|
||||
u0418_0304 24 0 0x04E2
|
||||
u0438_0304 24 0 0x04E3
|
||||
u0418_0308 24 0 0x04E4
|
||||
u0438_0308 24 0 0x04E5
|
||||
u041E_0308 24 0 0x04E6
|
||||
u043E_0308 24 0 0x04E7
|
||||
u04E8 24 0 0x04E8
|
||||
u04E9 24 0 0x04E9
|
||||
u04E8_0308 24 0 0x04EA
|
||||
u04E9_0308 24 0 0x04EB
|
||||
u042D_0308 24 0 0x04EC
|
||||
u044D_0308 24 0 0x04ED
|
||||
u0423_0304 24 0 0x04EE
|
||||
u0443_0304 24 0 0x04EF
|
||||
u0423_0308 24 0 0x04F0
|
||||
u0443_0308 24 0 0x04F1
|
||||
u0423_030B 24 0 0x04F2
|
||||
u0443_030B 24 0 0x04F3
|
||||
u0427_0308 24 0 0x04F4
|
||||
u0447_0308 24 0 0x04F5
|
||||
u042B_0308 24 0 0x04F8
|
||||
u044B_0308 24 0 0x04F9
|
||||
u0500 24 0 0x0500
|
||||
u0501 24 0 0x0501
|
||||
u0502 24 0 0x0502
|
||||
u0503 24 0 0x0503
|
||||
u0504 24 0 0x0504
|
||||
u0505 24 0 0x0505
|
||||
u0506 24 0 0x0506
|
||||
u0507 24 0 0x0507
|
||||
u0508 24 0 0x0508
|
||||
u0509 24 0 0x0509
|
||||
u050A 24 0 0x050A
|
||||
u050B 24 0 0x050B
|
||||
u050C 24 0 0x050C
|
||||
u050D 24 0 0x050D
|
||||
u050E 24 0 0x050E
|
||||
u050F 24 0 0x050F
|
||||
- 24 0 0x2010
|
||||
hy "
|
||||
en 24 0 0x2013
|
||||
em 24 0 0x2014
|
||||
` 24 0 0x2018
|
||||
oq "
|
||||
' 24 0 0x2019
|
||||
cq "
|
||||
bq 24 0 0x201A
|
||||
lq 24 0 0x201C
|
||||
rq 24 0 0x201D
|
||||
Bq 24 0 0x201E
|
||||
dg 24 0 0x2020
|
||||
dd 24 0 0x2021
|
||||
bu 24 0 0x2022
|
||||
%0 24 0 0x2030
|
||||
fm 24 0 0x2032
|
||||
sd 24 0 0x2033
|
||||
fo 24 0 0x2039
|
||||
fc 24 0 0x203A
|
||||
rn 24 0 0x203E
|
||||
f/ 24 0 0x2044
|
||||
eu 24 0 0x20AC
|
||||
Eu "
|
||||
-h 24 0 0x210F
|
||||
hbar "
|
||||
Im 24 0 0x2111
|
||||
wp 24 0 0x2118
|
||||
Re 24 0 0x211C
|
||||
tm 24 0 0x2122
|
||||
Ah 24 0 0x2135
|
||||
18 24 0 0x215B
|
||||
38 24 0 0x215C
|
||||
58 24 0 0x215D
|
||||
78 24 0 0x215E
|
||||
<- 24 0 0x2190
|
||||
ua 24 0 0x2191
|
||||
-> 24 0 0x2192
|
||||
da 24 0 0x2193
|
||||
<> 24 0 0x2194
|
||||
va 24 0 0x2195
|
||||
CR 24 0 0x21B5
|
||||
lA 24 0 0x21D0
|
||||
uA 24 0 0x21D1
|
||||
rA 24 0 0x21D2
|
||||
dA 24 0 0x21D3
|
||||
hA 24 0 0x21D4
|
||||
vA 24 0 0x21D5
|
||||
fa 24 0 0x2200
|
||||
pd 24 0 0x2202
|
||||
te 24 0 0x2203
|
||||
es 24 0 0x2205
|
||||
gr 24 0 0x2207
|
||||
mo 24 0 0x2208
|
||||
nm 24 0 0x2209
|
||||
st 24 0 0x220B
|
||||
product 24 0 0x220F
|
||||
coproduct 24 0 0x2210
|
||||
sum 24 0 0x2211
|
||||
\- 24 0 0x2212
|
||||
mi "
|
||||
-+ 24 0 0x2213
|
||||
** 24 0 0x2217
|
||||
sr 24 0 0x221A
|
||||
sqrt "
|
||||
pt 24 0 0x221D
|
||||
if 24 0 0x221E
|
||||
/_ 24 0 0x2220
|
||||
AN 24 0 0x2227
|
||||
OR 24 0 0x2228
|
||||
ca 24 0 0x2229
|
||||
cu 24 0 0x222A
|
||||
is 24 0 0x222B
|
||||
integral "
|
||||
tf 24 0 0x2234
|
||||
3d "
|
||||
ap 24 0 0x223C
|
||||
|= 24 0 0x2243
|
||||
=~ 24 0 0x2245
|
||||
~~ 24 0 0x2248
|
||||
~= "
|
||||
!= 24 0 0x2260
|
||||
== 24 0 0x2261
|
||||
ne 24 0 0x2262
|
||||
<= 24 0 0x2264
|
||||
>= 24 0 0x2265
|
||||
<< 24 0 0x226A
|
||||
>> 24 0 0x226B
|
||||
sb 24 0 0x2282
|
||||
sp 24 0 0x2283
|
||||
nb 24 0 0x2284
|
||||
nc 24 0 0x2285
|
||||
ib 24 0 0x2286
|
||||
ip 24 0 0x2287
|
||||
c+ 24 0 0x2295
|
||||
c* 24 0 0x2297
|
||||
pp 24 0 0x22A5
|
||||
md 24 0 0x22C5
|
||||
lc 24 0 0x2308
|
||||
rc 24 0 0x2309
|
||||
lf 24 0 0x230A
|
||||
rf 24 0 0x230B
|
||||
parenlefttp 24 0 0x239B
|
||||
parenleftex 24 0 0x239C
|
||||
parenleftbt 24 0 0x239D
|
||||
parenrighttp 24 0 0x239E
|
||||
parenrightex 24 0 0x239F
|
||||
parenrightbt 24 0 0x23A0
|
||||
bracketlefttp 24 0 0x23A1
|
||||
bracketleftex 24 0 0x23A2
|
||||
bracketleftbt 24 0 0x23A3
|
||||
bracketrighttp 24 0 0x23A4
|
||||
bracketrightex 24 0 0x23A5
|
||||
bracketrightbt 24 0 0x23A6
|
||||
lt 24 0 0x23A7
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE
|
||||
an 24 0 0x23AF
|
||||
br 24 0 0x2502
|
||||
sq 24 0 0x25A1
|
||||
lz 24 0 0x25CA
|
||||
ci 24 0 0x25CB
|
||||
lh 24 0 0x261C
|
||||
rh 24 0 0x261E
|
||||
SP 24 0 0x2660
|
||||
CL 24 0 0x2663
|
||||
HE 24 0 0x2665
|
||||
DI 24 0 0x2666
|
||||
OK 24 0 0x2713
|
||||
la 24 0 0x27E8
|
||||
ra 24 0 0x27E9
|
||||
ff 24 0 0xFB00
|
||||
fi 24 0 0xFB01
|
||||
fl 24 0 0xFB02
|
||||
Fi 24 0 0xFB03
|
||||
Fl 24 0 0xFB04
|
@ -1,8 +0,0 @@
|
||||
res 240
|
||||
hor 24
|
||||
vert 40
|
||||
unitwidth 10
|
||||
sizes 10 0
|
||||
fonts 4 R I B BI
|
||||
tcommand
|
||||
postpro grotty
|
@ -1,819 +0,0 @@
|
||||
name I
|
||||
internalname 1
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0x0000
|
||||
--- 24 0 0x0001
|
||||
--- 24 0 0x0002
|
||||
--- 24 0 0x0003
|
||||
--- 24 0 0x0004
|
||||
--- 24 0 0x0005
|
||||
--- 24 0 0x0006
|
||||
--- 24 0 0x0007
|
||||
--- 24 0 0x0008
|
||||
--- 24 0 0x0009
|
||||
--- 24 0 0x000A
|
||||
--- 24 0 0x000B
|
||||
--- 24 0 0x000C
|
||||
--- 24 0 0x000D
|
||||
--- 24 0 0x000E
|
||||
--- 24 0 0x000F
|
||||
--- 24 0 0x0010
|
||||
--- 24 0 0x0011
|
||||
--- 24 0 0x0012
|
||||
--- 24 0 0x0013
|
||||
--- 24 0 0x0014
|
||||
--- 24 0 0x0015
|
||||
--- 24 0 0x0016
|
||||
--- 24 0 0x0017
|
||||
--- 24 0 0x0018
|
||||
--- 24 0 0x0019
|
||||
--- 24 0 0x001A
|
||||
--- 24 0 0x001B
|
||||
--- 24 0 0x001C
|
||||
--- 24 0 0x001D
|
||||
--- 24 0 0x001E
|
||||
--- 24 0 0x001F
|
||||
--- 24 0 0x0020
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
--- 24 0 0x002D
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
a^ 24 0 0x005E
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x007F
|
||||
--- 24 0 0x0080
|
||||
--- 24 0 0x0081
|
||||
--- 24 0 0x0082
|
||||
--- 24 0 0x0083
|
||||
--- 24 0 0x0084
|
||||
--- 24 0 0x0085
|
||||
--- 24 0 0x0086
|
||||
--- 24 0 0x0087
|
||||
--- 24 0 0x0088
|
||||
--- 24 0 0x0089
|
||||
--- 24 0 0x008A
|
||||
--- 24 0 0x008B
|
||||
--- 24 0 0x008C
|
||||
--- 24 0 0x008D
|
||||
--- 24 0 0x008E
|
||||
--- 24 0 0x008F
|
||||
--- 24 0 0x0090
|
||||
--- 24 0 0x0091
|
||||
--- 24 0 0x0092
|
||||
--- 24 0 0x0093
|
||||
--- 24 0 0x0094
|
||||
--- 24 0 0x0095
|
||||
--- 24 0 0x0096
|
||||
--- 24 0 0x0097
|
||||
--- 24 0 0x0098
|
||||
--- 24 0 0x0099
|
||||
--- 24 0 0x009A
|
||||
--- 24 0 0x009B
|
||||
--- 24 0 0x009C
|
||||
--- 24 0 0x009D
|
||||
--- 24 0 0x009E
|
||||
--- 24 0 0x009F
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1
|
||||
ct 24 0 0x00A2
|
||||
Po 24 0 0x00A3
|
||||
Cs 24 0 0x00A4
|
||||
Ye 24 0 0x00A5
|
||||
bb 24 0 0x00A6
|
||||
sc 24 0 0x00A7
|
||||
ad 24 0 0x00A8
|
||||
co 24 0 0x00A9
|
||||
Of 24 0 0x00AA
|
||||
Fo 24 0 0x00AB
|
||||
no 24 0 0x00AC
|
||||
tno "
|
||||
--- 24 0 0x00AD
|
||||
rg 24 0 0x00AE
|
||||
a- 24 0 0x00AF
|
||||
de 24 0 0x00B0
|
||||
+- 24 0 0x00B1
|
||||
t+- "
|
||||
S2 24 0 0x00B2
|
||||
S3 24 0 0x00B3
|
||||
aa 24 0 0x00B4
|
||||
\' "
|
||||
mc 24 0 0x00B5
|
||||
ps 24 0 0x00B6
|
||||
pc 24 0 0x00B7
|
||||
ac 24 0 0x00B8
|
||||
S1 24 0 0x00B9
|
||||
Om 24 0 0x00BA
|
||||
Fc 24 0 0x00BB
|
||||
14 24 0 0x00BC
|
||||
12 24 0 0x00BD
|
||||
34 24 0 0x00BE
|
||||
r? 24 0 0x00BF
|
||||
`A 24 0 0x00C0
|
||||
'A 24 0 0x00C1
|
||||
^A 24 0 0x00C2
|
||||
~A 24 0 0x00C3
|
||||
:A 24 0 0x00C4
|
||||
oA 24 0 0x00C5
|
||||
AE 24 0 0x00C6
|
||||
,C 24 0 0x00C7
|
||||
`E 24 0 0x00C8
|
||||
'E 24 0 0x00C9
|
||||
^E 24 0 0x00CA
|
||||
:E 24 0 0x00CB
|
||||
`I 24 0 0x00CC
|
||||
'I 24 0 0x00CD
|
||||
^I 24 0 0x00CE
|
||||
:I 24 0 0x00CF
|
||||
-D 24 0 0x00D0
|
||||
~N 24 0 0x00D1
|
||||
`O 24 0 0x00D2
|
||||
'O 24 0 0x00D3
|
||||
^O 24 0 0x00D4
|
||||
~O 24 0 0x00D5
|
||||
:O 24 0 0x00D6
|
||||
mu 24 0 0x00D7
|
||||
tmu "
|
||||
/O 24 0 0x00D8
|
||||
`U 24 0 0x00D9
|
||||
'U 24 0 0x00DA
|
||||
^U 24 0 0x00DB
|
||||
:U 24 0 0x00DC
|
||||
'Y 24 0 0x00DD
|
||||
TP 24 0 0x00DE
|
||||
ss 24 0 0x00DF
|
||||
`a 24 0 0x00E0
|
||||
'a 24 0 0x00E1
|
||||
^a 24 0 0x00E2
|
||||
~a 24 0 0x00E3
|
||||
:a 24 0 0x00E4
|
||||
oa 24 0 0x00E5
|
||||
ae 24 0 0x00E6
|
||||
,c 24 0 0x00E7
|
||||
`e 24 0 0x00E8
|
||||
'e 24 0 0x00E9
|
||||
^e 24 0 0x00EA
|
||||
:e 24 0 0x00EB
|
||||
`i 24 0 0x00EC
|
||||
'i 24 0 0x00ED
|
||||
^i 24 0 0x00EE
|
||||
:i 24 0 0x00EF
|
||||
Sd 24 0 0x00F0
|
||||
~n 24 0 0x00F1
|
||||
`o 24 0 0x00F2
|
||||
'o 24 0 0x00F3
|
||||
^o 24 0 0x00F4
|
||||
~o 24 0 0x00F5
|
||||
:o 24 0 0x00F6
|
||||
di 24 0 0x00F7
|
||||
tdi "
|
||||
/o 24 0 0x00F8
|
||||
`u 24 0 0x00F9
|
||||
'u 24 0 0x00FA
|
||||
^u 24 0 0x00FB
|
||||
:u 24 0 0x00FC
|
||||
'y 24 0 0x00FD
|
||||
Tp 24 0 0x00FE
|
||||
:y 24 0 0x00FF
|
||||
u0041_0306 24 0 0x0102
|
||||
u0061_0306 24 0 0x0103
|
||||
u0041_0328 24 0 0x0104
|
||||
u0061_0328 24 0 0x0105
|
||||
'C 24 0 0x0106
|
||||
'c 24 0 0x0107
|
||||
u0043_030C 24 0 0x010C
|
||||
u0063_030C 24 0 0x010D
|
||||
u0044_030C 24 0 0x010E
|
||||
u0064_030C 24 0 0x010F
|
||||
u0110 24 0 0x0110
|
||||
u0111 24 0 0x0111
|
||||
u0045_0328 24 0 0x0118
|
||||
u0065_0328 24 0 0x0119
|
||||
u0045_030C 24 0 0x011A
|
||||
u0065_030C 24 0 0x011B
|
||||
u0047_0306 24 0 0x011E
|
||||
u0067_0306 24 0 0x011F
|
||||
u0049_0307 24 0 0x0130
|
||||
.i 24 0 0x0131
|
||||
IJ 24 0 0x0132
|
||||
ij 24 0 0x0133
|
||||
u004C_0301 24 0 0x0139
|
||||
u006C_0301 24 0 0x013A
|
||||
u004C_030C 24 0 0x013D
|
||||
u006C_030C 24 0 0x013E
|
||||
/L 24 0 0x0141
|
||||
/l 24 0 0x0142
|
||||
u004E_0301 24 0 0x0143
|
||||
u006E_0301 24 0 0x0144
|
||||
u004E_030C 24 0 0x0147
|
||||
u006E_030C 24 0 0x0148
|
||||
u004F_030B 24 0 0x0150
|
||||
u006F_030B 24 0 0x0151
|
||||
OE 24 0 0x0152
|
||||
oe 24 0 0x0153
|
||||
u0052_0301 24 0 0x0154
|
||||
u0072_0301 24 0 0x0155
|
||||
u0052_030C 24 0 0x0158
|
||||
u0072_030C 24 0 0x0159
|
||||
u0053_0301 24 0 0x015A
|
||||
u0073_0301 24 0 0x015B
|
||||
u0053_0327 24 0 0x015E
|
||||
u0073_0327 24 0 0x015F
|
||||
vS 24 0 0x0160
|
||||
vs 24 0 0x0161
|
||||
u0054_0327 24 0 0x0162
|
||||
u0074_0327 24 0 0x0163
|
||||
u0054_030C 24 0 0x0164
|
||||
u0074_030C 24 0 0x0165
|
||||
u0055_030A 24 0 0x016E
|
||||
u0075_030A 24 0 0x016F
|
||||
u0055_030B 24 0 0x0170
|
||||
u0075_030B 24 0 0x0171
|
||||
:Y 24 0 0x0178
|
||||
u005A_0301 24 0 0x0179
|
||||
u007A_0301 24 0 0x017A
|
||||
u005A_0307 24 0 0x017B
|
||||
u007A_0307 24 0 0x017C
|
||||
vZ 24 0 0x017D
|
||||
vz 24 0 0x017E
|
||||
Fn 24 0 0x0192
|
||||
ah 24 0 0x02C7
|
||||
ab 24 0 0x02D8
|
||||
a. 24 0 0x02D9
|
||||
ao 24 0 0x02DA
|
||||
ho 24 0 0x02DB
|
||||
a" 24 0 0x02DD
|
||||
*A 24 0 0x0391
|
||||
*B 24 0 0x0392
|
||||
*G 24 0 0x0393
|
||||
*D 24 0 0x0394
|
||||
*E 24 0 0x0395
|
||||
*Z 24 0 0x0396
|
||||
*Y 24 0 0x0397
|
||||
*H 24 0 0x0398
|
||||
*I 24 0 0x0399
|
||||
*K 24 0 0x039A
|
||||
*L 24 0 0x039B
|
||||
*M 24 0 0x039C
|
||||
*N 24 0 0x039D
|
||||
*C 24 0 0x039E
|
||||
*O 24 0 0x039F
|
||||
*P 24 0 0x03A0
|
||||
*R 24 0 0x03A1
|
||||
*S 24 0 0x03A3
|
||||
*T 24 0 0x03A4
|
||||
*U 24 0 0x03A5
|
||||
*F 24 0 0x03A6
|
||||
*X 24 0 0x03A7
|
||||
*Q 24 0 0x03A8
|
||||
*W 24 0 0x03A9
|
||||
*a 24 0 0x03B1
|
||||
*b 24 0 0x03B2
|
||||
*g 24 0 0x03B3
|
||||
*d 24 0 0x03B4
|
||||
*e 24 0 0x03B5
|
||||
*z 24 0 0x03B6
|
||||
*y 24 0 0x03B7
|
||||
*h 24 0 0x03B8
|
||||
*i 24 0 0x03B9
|
||||
*k 24 0 0x03BA
|
||||
*l 24 0 0x03BB
|
||||
*m 24 0 0x03BC
|
||||
*n 24 0 0x03BD
|
||||
*c 24 0 0x03BE
|
||||
*o 24 0 0x03BF
|
||||
*p 24 0 0x03C0
|
||||
*r 24 0 0x03C1
|
||||
ts 24 0 0x03C2
|
||||
*s 24 0 0x03C3
|
||||
*t 24 0 0x03C4
|
||||
*u 24 0 0x03C5
|
||||
+f 24 0 0x03C6
|
||||
*x 24 0 0x03C7
|
||||
*q 24 0 0x03C8
|
||||
*w 24 0 0x03C9
|
||||
+h 24 0 0x03D1
|
||||
*f 24 0 0x03D5
|
||||
+p 24 0 0x03D6
|
||||
+e 24 0 0x03F5
|
||||
u0415_0300 24 0 0x0400
|
||||
u0415_0308 24 0 0x0401
|
||||
u0402 24 0 0x0402
|
||||
u0413_0301 24 0 0x0403
|
||||
u0404 24 0 0x0404
|
||||
u0405 24 0 0x0405
|
||||
u0406 24 0 0x0406
|
||||
u0406_0308 24 0 0x0407
|
||||
u0408 24 0 0x0408
|
||||
u0409 24 0 0x0409
|
||||
u040A 24 0 0x040A
|
||||
u040B 24 0 0x040B
|
||||
u041A_0301 24 0 0x040C
|
||||
u0418_0300 24 0 0x040D
|
||||
u0423_0306 24 0 0x040E
|
||||
u040F 24 0 0x040F
|
||||
u0410 24 0 0x0410
|
||||
u0411 24 0 0x0411
|
||||
u0412 24 0 0x0412
|
||||
u0413 24 0 0x0413
|
||||
u0414 24 0 0x0414
|
||||
u0415 24 0 0x0415
|
||||
u0416 24 0 0x0416
|
||||
u0417 24 0 0x0417
|
||||
u0418 24 0 0x0418
|
||||
u0418_0306 24 0 0x0419
|
||||
u041A 24 0 0x041A
|
||||
u041B 24 0 0x041B
|
||||
u041C 24 0 0x041C
|
||||
u041D 24 0 0x041D
|
||||
u041E 24 0 0x041E
|
||||
u041F 24 0 0x041F
|
||||
u0420 24 0 0x0420
|
||||
u0421 24 0 0x0421
|
||||
u0422 24 0 0x0422
|
||||
u0423 24 0 0x0423
|
||||
u0424 24 0 0x0424
|
||||
u0425 24 0 0x0425
|
||||
u0426 24 0 0x0426
|
||||
u0427 24 0 0x0427
|
||||
u0428 24 0 0x0428
|
||||
u0429 24 0 0x0429
|
||||
u042A 24 0 0x042A
|
||||
u042B 24 0 0x042B
|
||||
u042C 24 0 0x042C
|
||||
u042D 24 0 0x042D
|
||||
u042E 24 0 0x042E
|
||||
u042F 24 0 0x042F
|
||||
u0430 24 0 0x0430
|
||||
u0431 24 0 0x0431
|
||||
u0432 24 0 0x0432
|
||||
u0433 24 0 0x0433
|
||||
u0434 24 0 0x0434
|
||||
u0435 24 0 0x0435
|
||||
u0436 24 0 0x0436
|
||||
u0437 24 0 0x0437
|
||||
u0438 24 0 0x0438
|
||||
u0438_0306 24 0 0x0439
|
||||
u043A 24 0 0x043A
|
||||
u043B 24 0 0x043B
|
||||
u043C 24 0 0x043C
|
||||
u043D 24 0 0x043D
|
||||
u043E 24 0 0x043E
|
||||
u043F 24 0 0x043F
|
||||
u0440 24 0 0x0440
|
||||
u0441 24 0 0x0441
|
||||
u0442 24 0 0x0442
|
||||
u0443 24 0 0x0443
|
||||
u0444 24 0 0x0444
|
||||
u0445 24 0 0x0445
|
||||
u0446 24 0 0x0446
|
||||
u0447 24 0 0x0447
|
||||
u0448 24 0 0x0448
|
||||
u0449 24 0 0x0449
|
||||
u044A 24 0 0x044A
|
||||
u044B 24 0 0x044B
|
||||
u044C 24 0 0x044C
|
||||
u044D 24 0 0x044D
|
||||
u044E 24 0 0x044E
|
||||
u044F 24 0 0x044F
|
||||
u0435_0300 24 0 0x0450
|
||||
u0435_0308 24 0 0x0451
|
||||
u0452 24 0 0x0452
|
||||
u0433_0301 24 0 0x0453
|
||||
u0454 24 0 0x0454
|
||||
u0455 24 0 0x0455
|
||||
u0456 24 0 0x0456
|
||||
u0456_0308 24 0 0x0457
|
||||
u0458 24 0 0x0458
|
||||
u0459 24 0 0x0459
|
||||
u045A 24 0 0x045A
|
||||
u045B 24 0 0x045B
|
||||
u043A_0301 24 0 0x045C
|
||||
u0438_0300 24 0 0x045D
|
||||
u0443_0306 24 0 0x045E
|
||||
u045F 24 0 0x045F
|
||||
u0460 24 0 0x0460
|
||||
u0461 24 0 0x0461
|
||||
u0462 24 0 0x0462
|
||||
u0463 24 0 0x0463
|
||||
u0464 24 0 0x0464
|
||||
u0465 24 0 0x0465
|
||||
u0466 24 0 0x0466
|
||||
u0467 24 0 0x0467
|
||||
u0468 24 0 0x0468
|
||||
u0469 24 0 0x0469
|
||||
u046A 24 0 0x046A
|
||||
u046B 24 0 0x046B
|
||||
u046C 24 0 0x046C
|
||||
u046D 24 0 0x046D
|
||||
u046E 24 0 0x046E
|
||||
u046F 24 0 0x046F
|
||||
u0470 24 0 0x0470
|
||||
u0471 24 0 0x0471
|
||||
u0472 24 0 0x0472
|
||||
u0473 24 0 0x0473
|
||||
u0474 24 0 0x0474
|
||||
u0475 24 0 0x0475
|
||||
u0474_030F 24 0 0x0476
|
||||
u0475_030F 24 0 0x0477
|
||||
u0478 24 0 0x0478
|
||||
u0479 24 0 0x0479
|
||||
u047A 24 0 0x047A
|
||||
u047B 24 0 0x047B
|
||||
u047C 24 0 0x047C
|
||||
u047D 24 0 0x047D
|
||||
u047E 24 0 0x047E
|
||||
u047F 24 0 0x047F
|
||||
u0480 24 0 0x0480
|
||||
u0481 24 0 0x0481
|
||||
u0482 24 0 0x0482
|
||||
u0483 0 0 0x0483
|
||||
u0484 0 0 0x0484
|
||||
u0485 0 0 0x0485
|
||||
u0486 0 0 0x0486
|
||||
u0488 0 0 0x0488
|
||||
u0489 0 0 0x0489
|
||||
u048A 24 0 0x048A
|
||||
u048B 24 0 0x048B
|
||||
u048C 24 0 0x048C
|
||||
u048D 24 0 0x048D
|
||||
u048E 24 0 0x048E
|
||||
u048F 24 0 0x048F
|
||||
u0490 24 0 0x0490
|
||||
u0491 24 0 0x0491
|
||||
u0492 24 0 0x0492
|
||||
u0493 24 0 0x0493
|
||||
u0494 24 0 0x0494
|
||||
u0495 24 0 0x0495
|
||||
u0496 24 0 0x0496
|
||||
u0497 24 0 0x0497
|
||||
u0498 24 0 0x0498
|
||||
u0499 24 0 0x0499
|
||||
u049A 24 0 0x049A
|
||||
u049B 24 0 0x049B
|
||||
u049C 24 0 0x049C
|
||||
u049D 24 0 0x049D
|
||||
u049E 24 0 0x049E
|
||||
u049F 24 0 0x049F
|
||||
u04A0 24 0 0x04A0
|
||||
u04A1 24 0 0x04A1
|
||||
u04A2 24 0 0x04A2
|
||||
u04A3 24 0 0x04A3
|
||||
u04A4 24 0 0x04A4
|
||||
u04A5 24 0 0x04A5
|
||||
u04A6 24 0 0x04A6
|
||||
u04A7 24 0 0x04A7
|
||||
u04A8 24 0 0x04A8
|
||||
u04A9 24 0 0x04A9
|
||||
u04AA 24 0 0x04AA
|
||||
u04AB 24 0 0x04AB
|
||||
u04AC 24 0 0x04AC
|
||||
u04AD 24 0 0x04AD
|
||||
u04AE 24 0 0x04AE
|
||||
u04AF 24 0 0x04AF
|
||||
u04B0 24 0 0x04B0
|
||||
u04B1 24 0 0x04B1
|
||||
u04B2 24 0 0x04B2
|
||||
u04B3 24 0 0x04B3
|
||||
u04B4 24 0 0x04B4
|
||||
u04B5 24 0 0x04B5
|
||||
u04B6 24 0 0x04B6
|
||||
u04B7 24 0 0x04B7
|
||||
u04B8 24 0 0x04B8
|
||||
u04B9 24 0 0x04B9
|
||||
u04BA 24 0 0x04BA
|
||||
u04BB 24 0 0x04BB
|
||||
u04BC 24 0 0x04BC
|
||||
u04BD 24 0 0x04BD
|
||||
u04BE 24 0 0x04BE
|
||||
u04BF 24 0 0x04BF
|
||||
u04C0 24 0 0x04C0
|
||||
u0416_0306 24 0 0x04C1
|
||||
u0436_0306 24 0 0x04C2
|
||||
u04C3 24 0 0x04C3
|
||||
u04C4 24 0 0x04C4
|
||||
u04C5 24 0 0x04C5
|
||||
u04C6 24 0 0x04C6
|
||||
u04C7 24 0 0x04C7
|
||||
u04C8 24 0 0x04C8
|
||||
u04C9 24 0 0x04C9
|
||||
u04CA 24 0 0x04CA
|
||||
u04CB 24 0 0x04CB
|
||||
u04CC 24 0 0x04CC
|
||||
u04CD 24 0 0x04CD
|
||||
u04CE 24 0 0x04CE
|
||||
u0410_0306 24 0 0x04D0
|
||||
u0430_0306 24 0 0x04D1
|
||||
u0410_0308 24 0 0x04D2
|
||||
u0430_0308 24 0 0x04D3
|
||||
u04D4 24 0 0x04D4
|
||||
u04D5 24 0 0x04D5
|
||||
u0415_0306 24 0 0x04D6
|
||||
u0435_0306 24 0 0x04D7
|
||||
u04D8 24 0 0x04D8
|
||||
u04D9 24 0 0x04D9
|
||||
u04D8_0308 24 0 0x04DA
|
||||
u04D9_0308 24 0 0x04DB
|
||||
u0416_0308 24 0 0x04DC
|
||||
u0436_0308 24 0 0x04DD
|
||||
u0417_0308 24 0 0x04DE
|
||||
u0437_0308 24 0 0x04DF
|
||||
u04E0 24 0 0x04E0
|
||||
u04E1 24 0 0x04E1
|
||||
u0418_0304 24 0 0x04E2
|
||||
u0438_0304 24 0 0x04E3
|
||||
u0418_0308 24 0 0x04E4
|
||||
u0438_0308 24 0 0x04E5
|
||||
u041E_0308 24 0 0x04E6
|
||||
u043E_0308 24 0 0x04E7
|
||||
u04E8 24 0 0x04E8
|
||||
u04E9 24 0 0x04E9
|
||||
u04E8_0308 24 0 0x04EA
|
||||
u04E9_0308 24 0 0x04EB
|
||||
u042D_0308 24 0 0x04EC
|
||||
u044D_0308 24 0 0x04ED
|
||||
u0423_0304 24 0 0x04EE
|
||||
u0443_0304 24 0 0x04EF
|
||||
u0423_0308 24 0 0x04F0
|
||||
u0443_0308 24 0 0x04F1
|
||||
u0423_030B 24 0 0x04F2
|
||||
u0443_030B 24 0 0x04F3
|
||||
u0427_0308 24 0 0x04F4
|
||||
u0447_0308 24 0 0x04F5
|
||||
u042B_0308 24 0 0x04F8
|
||||
u044B_0308 24 0 0x04F9
|
||||
u0500 24 0 0x0500
|
||||
u0501 24 0 0x0501
|
||||
u0502 24 0 0x0502
|
||||
u0503 24 0 0x0503
|
||||
u0504 24 0 0x0504
|
||||
u0505 24 0 0x0505
|
||||
u0506 24 0 0x0506
|
||||
u0507 24 0 0x0507
|
||||
u0508 24 0 0x0508
|
||||
u0509 24 0 0x0509
|
||||
u050A 24 0 0x050A
|
||||
u050B 24 0 0x050B
|
||||
u050C 24 0 0x050C
|
||||
u050D 24 0 0x050D
|
||||
u050E 24 0 0x050E
|
||||
u050F 24 0 0x050F
|
||||
- 24 0 0x2010
|
||||
hy "
|
||||
en 24 0 0x2013
|
||||
em 24 0 0x2014
|
||||
` 24 0 0x2018
|
||||
oq "
|
||||
' 24 0 0x2019
|
||||
cq "
|
||||
bq 24 0 0x201A
|
||||
lq 24 0 0x201C
|
||||
rq 24 0 0x201D
|
||||
Bq 24 0 0x201E
|
||||
dg 24 0 0x2020
|
||||
dd 24 0 0x2021
|
||||
bu 24 0 0x2022
|
||||
%0 24 0 0x2030
|
||||
fm 24 0 0x2032
|
||||
sd 24 0 0x2033
|
||||
fo 24 0 0x2039
|
||||
fc 24 0 0x203A
|
||||
rn 24 0 0x203E
|
||||
f/ 24 0 0x2044
|
||||
eu 24 0 0x20AC
|
||||
Eu "
|
||||
-h 24 0 0x210F
|
||||
hbar "
|
||||
Im 24 0 0x2111
|
||||
wp 24 0 0x2118
|
||||
Re 24 0 0x211C
|
||||
tm 24 0 0x2122
|
||||
Ah 24 0 0x2135
|
||||
18 24 0 0x215B
|
||||
38 24 0 0x215C
|
||||
58 24 0 0x215D
|
||||
78 24 0 0x215E
|
||||
<- 24 0 0x2190
|
||||
ua 24 0 0x2191
|
||||
-> 24 0 0x2192
|
||||
da 24 0 0x2193
|
||||
<> 24 0 0x2194
|
||||
va 24 0 0x2195
|
||||
CR 24 0 0x21B5
|
||||
lA 24 0 0x21D0
|
||||
uA 24 0 0x21D1
|
||||
rA 24 0 0x21D2
|
||||
dA 24 0 0x21D3
|
||||
hA 24 0 0x21D4
|
||||
vA 24 0 0x21D5
|
||||
fa 24 0 0x2200
|
||||
pd 24 0 0x2202
|
||||
te 24 0 0x2203
|
||||
es 24 0 0x2205
|
||||
gr 24 0 0x2207
|
||||
mo 24 0 0x2208
|
||||
nm 24 0 0x2209
|
||||
st 24 0 0x220B
|
||||
product 24 0 0x220F
|
||||
coproduct 24 0 0x2210
|
||||
sum 24 0 0x2211
|
||||
\- 24 0 0x2212
|
||||
mi "
|
||||
-+ 24 0 0x2213
|
||||
** 24 0 0x2217
|
||||
sr 24 0 0x221A
|
||||
sqrt "
|
||||
pt 24 0 0x221D
|
||||
if 24 0 0x221E
|
||||
/_ 24 0 0x2220
|
||||
AN 24 0 0x2227
|
||||
OR 24 0 0x2228
|
||||
ca 24 0 0x2229
|
||||
cu 24 0 0x222A
|
||||
is 24 0 0x222B
|
||||
integral "
|
||||
tf 24 0 0x2234
|
||||
3d "
|
||||
ap 24 0 0x223C
|
||||
|= 24 0 0x2243
|
||||
=~ 24 0 0x2245
|
||||
~~ 24 0 0x2248
|
||||
~= "
|
||||
!= 24 0 0x2260
|
||||
== 24 0 0x2261
|
||||
ne 24 0 0x2262
|
||||
<= 24 0 0x2264
|
||||
>= 24 0 0x2265
|
||||
<< 24 0 0x226A
|
||||
>> 24 0 0x226B
|
||||
sb 24 0 0x2282
|
||||
sp 24 0 0x2283
|
||||
nb 24 0 0x2284
|
||||
nc 24 0 0x2285
|
||||
ib 24 0 0x2286
|
||||
ip 24 0 0x2287
|
||||
c+ 24 0 0x2295
|
||||
c* 24 0 0x2297
|
||||
pp 24 0 0x22A5
|
||||
md 24 0 0x22C5
|
||||
lc 24 0 0x2308
|
||||
rc 24 0 0x2309
|
||||
lf 24 0 0x230A
|
||||
rf 24 0 0x230B
|
||||
parenlefttp 24 0 0x239B
|
||||
parenleftex 24 0 0x239C
|
||||
parenleftbt 24 0 0x239D
|
||||
parenrighttp 24 0 0x239E
|
||||
parenrightex 24 0 0x239F
|
||||
parenrightbt 24 0 0x23A0
|
||||
bracketlefttp 24 0 0x23A1
|
||||
bracketleftex 24 0 0x23A2
|
||||
bracketleftbt 24 0 0x23A3
|
||||
bracketrighttp 24 0 0x23A4
|
||||
bracketrightex 24 0 0x23A5
|
||||
bracketrightbt 24 0 0x23A6
|
||||
lt 24 0 0x23A7
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE
|
||||
an 24 0 0x23AF
|
||||
br 24 0 0x2502
|
||||
sq 24 0 0x25A1
|
||||
lz 24 0 0x25CA
|
||||
ci 24 0 0x25CB
|
||||
lh 24 0 0x261C
|
||||
rh 24 0 0x261E
|
||||
SP 24 0 0x2660
|
||||
CL 24 0 0x2663
|
||||
HE 24 0 0x2665
|
||||
DI 24 0 0x2666
|
||||
OK 24 0 0x2713
|
||||
la 24 0 0x27E8
|
||||
ra 24 0 0x27E9
|
||||
ff 24 0 0xFB00
|
||||
fi 24 0 0xFB01
|
||||
fl 24 0 0xFB02
|
||||
Fi 24 0 0xFB03
|
||||
Fl 24 0 0xFB04
|
@ -1,818 +0,0 @@
|
||||
name R
|
||||
spacewidth 24
|
||||
charset
|
||||
--- 24 0 0x0000
|
||||
--- 24 0 0x0001
|
||||
--- 24 0 0x0002
|
||||
--- 24 0 0x0003
|
||||
--- 24 0 0x0004
|
||||
--- 24 0 0x0005
|
||||
--- 24 0 0x0006
|
||||
--- 24 0 0x0007
|
||||
--- 24 0 0x0008
|
||||
--- 24 0 0x0009
|
||||
--- 24 0 0x000A
|
||||
--- 24 0 0x000B
|
||||
--- 24 0 0x000C
|
||||
--- 24 0 0x000D
|
||||
--- 24 0 0x000E
|
||||
--- 24 0 0x000F
|
||||
--- 24 0 0x0010
|
||||
--- 24 0 0x0011
|
||||
--- 24 0 0x0012
|
||||
--- 24 0 0x0013
|
||||
--- 24 0 0x0014
|
||||
--- 24 0 0x0015
|
||||
--- 24 0 0x0016
|
||||
--- 24 0 0x0017
|
||||
--- 24 0 0x0018
|
||||
--- 24 0 0x0019
|
||||
--- 24 0 0x001A
|
||||
--- 24 0 0x001B
|
||||
--- 24 0 0x001C
|
||||
--- 24 0 0x001D
|
||||
--- 24 0 0x001E
|
||||
--- 24 0 0x001F
|
||||
--- 24 0 0x0020
|
||||
! 24 0 0x0021
|
||||
" 24 0 0x0022
|
||||
dq "
|
||||
# 24 0 0x0023
|
||||
sh "
|
||||
$ 24 0 0x0024
|
||||
Do "
|
||||
% 24 0 0x0025
|
||||
& 24 0 0x0026
|
||||
aq 24 0 0x0027
|
||||
( 24 0 0x0028
|
||||
) 24 0 0x0029
|
||||
* 24 0 0x002A
|
||||
+ 24 0 0x002B
|
||||
pl "
|
||||
, 24 0 0x002C
|
||||
--- 24 0 0x002D
|
||||
. 24 0 0x002E
|
||||
/ 24 0 0x002F
|
||||
sl "
|
||||
0 24 0 0x0030
|
||||
1 24 0 0x0031
|
||||
2 24 0 0x0032
|
||||
3 24 0 0x0033
|
||||
4 24 0 0x0034
|
||||
5 24 0 0x0035
|
||||
6 24 0 0x0036
|
||||
7 24 0 0x0037
|
||||
8 24 0 0x0038
|
||||
9 24 0 0x0039
|
||||
: 24 0 0x003A
|
||||
; 24 0 0x003B
|
||||
< 24 0 0x003C
|
||||
= 24 0 0x003D
|
||||
eq "
|
||||
> 24 0 0x003E
|
||||
? 24 0 0x003F
|
||||
@ 24 0 0x0040
|
||||
at "
|
||||
A 24 0 0x0041
|
||||
B 24 0 0x0042
|
||||
C 24 0 0x0043
|
||||
D 24 0 0x0044
|
||||
E 24 0 0x0045
|
||||
F 24 0 0x0046
|
||||
G 24 0 0x0047
|
||||
H 24 0 0x0048
|
||||
I 24 0 0x0049
|
||||
J 24 0 0x004A
|
||||
K 24 0 0x004B
|
||||
L 24 0 0x004C
|
||||
M 24 0 0x004D
|
||||
N 24 0 0x004E
|
||||
O 24 0 0x004F
|
||||
P 24 0 0x0050
|
||||
Q 24 0 0x0051
|
||||
R 24 0 0x0052
|
||||
S 24 0 0x0053
|
||||
T 24 0 0x0054
|
||||
U 24 0 0x0055
|
||||
V 24 0 0x0056
|
||||
W 24 0 0x0057
|
||||
X 24 0 0x0058
|
||||
Y 24 0 0x0059
|
||||
Z 24 0 0x005A
|
||||
[ 24 0 0x005B
|
||||
lB "
|
||||
\ 24 0 0x005C
|
||||
rs "
|
||||
] 24 0 0x005D
|
||||
rB "
|
||||
a^ 24 0 0x005E
|
||||
^ "
|
||||
ha "
|
||||
_ 24 0 0x005F
|
||||
ru "
|
||||
ul "
|
||||
\` 24 0 0x0060
|
||||
ga "
|
||||
a 24 0 0x0061
|
||||
b 24 0 0x0062
|
||||
c 24 0 0x0063
|
||||
d 24 0 0x0064
|
||||
e 24 0 0x0065
|
||||
f 24 0 0x0066
|
||||
g 24 0 0x0067
|
||||
h 24 0 0x0068
|
||||
i 24 0 0x0069
|
||||
j 24 0 0x006A
|
||||
k 24 0 0x006B
|
||||
l 24 0 0x006C
|
||||
m 24 0 0x006D
|
||||
n 24 0 0x006E
|
||||
o 24 0 0x006F
|
||||
p 24 0 0x0070
|
||||
q 24 0 0x0071
|
||||
r 24 0 0x0072
|
||||
s 24 0 0x0073
|
||||
t 24 0 0x0074
|
||||
u 24 0 0x0075
|
||||
v 24 0 0x0076
|
||||
w 24 0 0x0077
|
||||
x 24 0 0x0078
|
||||
y 24 0 0x0079
|
||||
z 24 0 0x007A
|
||||
lC 24 0 0x007B
|
||||
{ "
|
||||
ba 24 0 0x007C
|
||||
or "
|
||||
| "
|
||||
rC 24 0 0x007D
|
||||
} "
|
||||
a~ 24 0 0x007E
|
||||
~ "
|
||||
ti "
|
||||
--- 24 0 0x007F
|
||||
--- 24 0 0x0080
|
||||
--- 24 0 0x0081
|
||||
--- 24 0 0x0082
|
||||
--- 24 0 0x0083
|
||||
--- 24 0 0x0084
|
||||
--- 24 0 0x0085
|
||||
--- 24 0 0x0086
|
||||
--- 24 0 0x0087
|
||||
--- 24 0 0x0088
|
||||
--- 24 0 0x0089
|
||||
--- 24 0 0x008A
|
||||
--- 24 0 0x008B
|
||||
--- 24 0 0x008C
|
||||
--- 24 0 0x008D
|
||||
--- 24 0 0x008E
|
||||
--- 24 0 0x008F
|
||||
--- 24 0 0x0090
|
||||
--- 24 0 0x0091
|
||||
--- 24 0 0x0092
|
||||
--- 24 0 0x0093
|
||||
--- 24 0 0x0094
|
||||
--- 24 0 0x0095
|
||||
--- 24 0 0x0096
|
||||
--- 24 0 0x0097
|
||||
--- 24 0 0x0098
|
||||
--- 24 0 0x0099
|
||||
--- 24 0 0x009A
|
||||
--- 24 0 0x009B
|
||||
--- 24 0 0x009C
|
||||
--- 24 0 0x009D
|
||||
--- 24 0 0x009E
|
||||
--- 24 0 0x009F
|
||||
--- 24 0 0x00A0
|
||||
r! 24 0 0x00A1
|
||||
ct 24 0 0x00A2
|
||||
Po 24 0 0x00A3
|
||||
Cs 24 0 0x00A4
|
||||
Ye 24 0 0x00A5
|
||||
bb 24 0 0x00A6
|
||||
sc 24 0 0x00A7
|
||||
ad 24 0 0x00A8
|
||||
co 24 0 0x00A9
|
||||
Of 24 0 0x00AA
|
||||
Fo 24 0 0x00AB
|
||||
no 24 0 0x00AC
|
||||
tno "
|
||||
--- 24 0 0x00AD
|
||||
rg 24 0 0x00AE
|
||||
a- 24 0 0x00AF
|
||||
de 24 0 0x00B0
|
||||
+- 24 0 0x00B1
|
||||
t+- "
|
||||
S2 24 0 0x00B2
|
||||
S3 24 0 0x00B3
|
||||
aa 24 0 0x00B4
|
||||
\' "
|
||||
mc 24 0 0x00B5
|
||||
ps 24 0 0x00B6
|
||||
pc 24 0 0x00B7
|
||||
ac 24 0 0x00B8
|
||||
S1 24 0 0x00B9
|
||||
Om 24 0 0x00BA
|
||||
Fc 24 0 0x00BB
|
||||
14 24 0 0x00BC
|
||||
12 24 0 0x00BD
|
||||
34 24 0 0x00BE
|
||||
r? 24 0 0x00BF
|
||||
`A 24 0 0x00C0
|
||||
'A 24 0 0x00C1
|
||||
^A 24 0 0x00C2
|
||||
~A 24 0 0x00C3
|
||||
:A 24 0 0x00C4
|
||||
oA 24 0 0x00C5
|
||||
AE 24 0 0x00C6
|
||||
,C 24 0 0x00C7
|
||||
`E 24 0 0x00C8
|
||||
'E 24 0 0x00C9
|
||||
^E 24 0 0x00CA
|
||||
:E 24 0 0x00CB
|
||||
`I 24 0 0x00CC
|
||||
'I 24 0 0x00CD
|
||||
^I 24 0 0x00CE
|
||||
:I 24 0 0x00CF
|
||||
-D 24 0 0x00D0
|
||||
~N 24 0 0x00D1
|
||||
`O 24 0 0x00D2
|
||||
'O 24 0 0x00D3
|
||||
^O 24 0 0x00D4
|
||||
~O 24 0 0x00D5
|
||||
:O 24 0 0x00D6
|
||||
mu 24 0 0x00D7
|
||||
tmu "
|
||||
/O 24 0 0x00D8
|
||||
`U 24 0 0x00D9
|
||||
'U 24 0 0x00DA
|
||||
^U 24 0 0x00DB
|
||||
:U 24 0 0x00DC
|
||||
'Y 24 0 0x00DD
|
||||
TP 24 0 0x00DE
|
||||
ss 24 0 0x00DF
|
||||
`a 24 0 0x00E0
|
||||
'a 24 0 0x00E1
|
||||
^a 24 0 0x00E2
|
||||
~a 24 0 0x00E3
|
||||
:a 24 0 0x00E4
|
||||
oa 24 0 0x00E5
|
||||
ae 24 0 0x00E6
|
||||
,c 24 0 0x00E7
|
||||
`e 24 0 0x00E8
|
||||
'e 24 0 0x00E9
|
||||
^e 24 0 0x00EA
|
||||
:e 24 0 0x00EB
|
||||
`i 24 0 0x00EC
|
||||
'i 24 0 0x00ED
|
||||
^i 24 0 0x00EE
|
||||
:i 24 0 0x00EF
|
||||
Sd 24 0 0x00F0
|
||||
~n 24 0 0x00F1
|
||||
`o 24 0 0x00F2
|
||||
'o 24 0 0x00F3
|
||||
^o 24 0 0x00F4
|
||||
~o 24 0 0x00F5
|
||||
:o 24 0 0x00F6
|
||||
di 24 0 0x00F7
|
||||
tdi "
|
||||
/o 24 0 0x00F8
|
||||
`u 24 0 0x00F9
|
||||
'u 24 0 0x00FA
|
||||
^u 24 0 0x00FB
|
||||
:u 24 0 0x00FC
|
||||
'y 24 0 0x00FD
|
||||
Tp 24 0 0x00FE
|
||||
:y 24 0 0x00FF
|
||||
u0041_0306 24 0 0x0102
|
||||
u0061_0306 24 0 0x0103
|
||||
u0041_0328 24 0 0x0104
|
||||
u0061_0328 24 0 0x0105
|
||||
'C 24 0 0x0106
|
||||
'c 24 0 0x0107
|
||||
u0043_030C 24 0 0x010C
|
||||
u0063_030C 24 0 0x010D
|
||||
u0044_030C 24 0 0x010E
|
||||
u0064_030C 24 0 0x010F
|
||||
u0110 24 0 0x0110
|
||||
u0111 24 0 0x0111
|
||||
u0045_0328 24 0 0x0118
|
||||
u0065_0328 24 0 0x0119
|
||||
u0045_030C 24 0 0x011A
|
||||
u0065_030C 24 0 0x011B
|
||||
u0047_0306 24 0 0x011E
|
||||
u0067_0306 24 0 0x011F
|
||||
u0049_0307 24 0 0x0130
|
||||
.i 24 0 0x0131
|
||||
IJ 24 0 0x0132
|
||||
ij 24 0 0x0133
|
||||
u004C_0301 24 0 0x0139
|
||||
u006C_0301 24 0 0x013A
|
||||
u004C_030C 24 0 0x013D
|
||||
u006C_030C 24 0 0x013E
|
||||
/L 24 0 0x0141
|
||||
/l 24 0 0x0142
|
||||
u004E_0301 24 0 0x0143
|
||||
u006E_0301 24 0 0x0144
|
||||
u004E_030C 24 0 0x0147
|
||||
u006E_030C 24 0 0x0148
|
||||
u004F_030B 24 0 0x0150
|
||||
u006F_030B 24 0 0x0151
|
||||
OE 24 0 0x0152
|
||||
oe 24 0 0x0153
|
||||
u0052_0301 24 0 0x0154
|
||||
u0072_0301 24 0 0x0155
|
||||
u0052_030C 24 0 0x0158
|
||||
u0072_030C 24 0 0x0159
|
||||
u0053_0301 24 0 0x015A
|
||||
u0073_0301 24 0 0x015B
|
||||
u0053_0327 24 0 0x015E
|
||||
u0073_0327 24 0 0x015F
|
||||
vS 24 0 0x0160
|
||||
vs 24 0 0x0161
|
||||
u0054_0327 24 0 0x0162
|
||||
u0074_0327 24 0 0x0163
|
||||
u0054_030C 24 0 0x0164
|
||||
u0074_030C 24 0 0x0165
|
||||
u0055_030A 24 0 0x016E
|
||||
u0075_030A 24 0 0x016F
|
||||
u0055_030B 24 0 0x0170
|
||||
u0075_030B 24 0 0x0171
|
||||
:Y 24 0 0x0178
|
||||
u005A_0301 24 0 0x0179
|
||||
u007A_0301 24 0 0x017A
|
||||
u005A_0307 24 0 0x017B
|
||||
u007A_0307 24 0 0x017C
|
||||
vZ 24 0 0x017D
|
||||
vz 24 0 0x017E
|
||||
Fn 24 0 0x0192
|
||||
ah 24 0 0x02C7
|
||||
ab 24 0 0x02D8
|
||||
a. 24 0 0x02D9
|
||||
ao 24 0 0x02DA
|
||||
ho 24 0 0x02DB
|
||||
a" 24 0 0x02DD
|
||||
*A 24 0 0x0391
|
||||
*B 24 0 0x0392
|
||||
*G 24 0 0x0393
|
||||
*D 24 0 0x0394
|
||||
*E 24 0 0x0395
|
||||
*Z 24 0 0x0396
|
||||
*Y 24 0 0x0397
|
||||
*H 24 0 0x0398
|
||||
*I 24 0 0x0399
|
||||
*K 24 0 0x039A
|
||||
*L 24 0 0x039B
|
||||
*M 24 0 0x039C
|
||||
*N 24 0 0x039D
|
||||
*C 24 0 0x039E
|
||||
*O 24 0 0x039F
|
||||
*P 24 0 0x03A0
|
||||
*R 24 0 0x03A1
|
||||
*S 24 0 0x03A3
|
||||
*T 24 0 0x03A4
|
||||
*U 24 0 0x03A5
|
||||
*F 24 0 0x03A6
|
||||
*X 24 0 0x03A7
|
||||
*Q 24 0 0x03A8
|
||||
*W 24 0 0x03A9
|
||||
*a 24 0 0x03B1
|
||||
*b 24 0 0x03B2
|
||||
*g 24 0 0x03B3
|
||||
*d 24 0 0x03B4
|
||||
*e 24 0 0x03B5
|
||||
*z 24 0 0x03B6
|
||||
*y 24 0 0x03B7
|
||||
*h 24 0 0x03B8
|
||||
*i 24 0 0x03B9
|
||||
*k 24 0 0x03BA
|
||||
*l 24 0 0x03BB
|
||||
*m 24 0 0x03BC
|
||||
*n 24 0 0x03BD
|
||||
*c 24 0 0x03BE
|
||||
*o 24 0 0x03BF
|
||||
*p 24 0 0x03C0
|
||||
*r 24 0 0x03C1
|
||||
ts 24 0 0x03C2
|
||||
*s 24 0 0x03C3
|
||||
*t 24 0 0x03C4
|
||||
*u 24 0 0x03C5
|
||||
+f 24 0 0x03C6
|
||||
*x 24 0 0x03C7
|
||||
*q 24 0 0x03C8
|
||||
*w 24 0 0x03C9
|
||||
+h 24 0 0x03D1
|
||||
*f 24 0 0x03D5
|
||||
+p 24 0 0x03D6
|
||||
+e 24 0 0x03F5
|
||||
u0415_0300 24 0 0x0400
|
||||
u0415_0308 24 0 0x0401
|
||||
u0402 24 0 0x0402
|
||||
u0413_0301 24 0 0x0403
|
||||
u0404 24 0 0x0404
|
||||
u0405 24 0 0x0405
|
||||
u0406 24 0 0x0406
|
||||
u0406_0308 24 0 0x0407
|
||||
u0408 24 0 0x0408
|
||||
u0409 24 0 0x0409
|
||||
u040A 24 0 0x040A
|
||||
u040B 24 0 0x040B
|
||||
u041A_0301 24 0 0x040C
|
||||
u0418_0300 24 0 0x040D
|
||||
u0423_0306 24 0 0x040E
|
||||
u040F 24 0 0x040F
|
||||
u0410 24 0 0x0410
|
||||
u0411 24 0 0x0411
|
||||
u0412 24 0 0x0412
|
||||
u0413 24 0 0x0413
|
||||
u0414 24 0 0x0414
|
||||
u0415 24 0 0x0415
|
||||
u0416 24 0 0x0416
|
||||
u0417 24 0 0x0417
|
||||
u0418 24 0 0x0418
|
||||
u0418_0306 24 0 0x0419
|
||||
u041A 24 0 0x041A
|
||||
u041B 24 0 0x041B
|
||||
u041C 24 0 0x041C
|
||||
u041D 24 0 0x041D
|
||||
u041E 24 0 0x041E
|
||||
u041F 24 0 0x041F
|
||||
u0420 24 0 0x0420
|
||||
u0421 24 0 0x0421
|
||||
u0422 24 0 0x0422
|
||||
u0423 24 0 0x0423
|
||||
u0424 24 0 0x0424
|
||||
u0425 24 0 0x0425
|
||||
u0426 24 0 0x0426
|
||||
u0427 24 0 0x0427
|
||||
u0428 24 0 0x0428
|
||||
u0429 24 0 0x0429
|
||||
u042A 24 0 0x042A
|
||||
u042B 24 0 0x042B
|
||||
u042C 24 0 0x042C
|
||||
u042D 24 0 0x042D
|
||||
u042E 24 0 0x042E
|
||||
u042F 24 0 0x042F
|
||||
u0430 24 0 0x0430
|
||||
u0431 24 0 0x0431
|
||||
u0432 24 0 0x0432
|
||||
u0433 24 0 0x0433
|
||||
u0434 24 0 0x0434
|
||||
u0435 24 0 0x0435
|
||||
u0436 24 0 0x0436
|
||||
u0437 24 0 0x0437
|
||||
u0438 24 0 0x0438
|
||||
u0438_0306 24 0 0x0439
|
||||
u043A 24 0 0x043A
|
||||
u043B 24 0 0x043B
|
||||
u043C 24 0 0x043C
|
||||
u043D 24 0 0x043D
|
||||
u043E 24 0 0x043E
|
||||
u043F 24 0 0x043F
|
||||
u0440 24 0 0x0440
|
||||
u0441 24 0 0x0441
|
||||
u0442 24 0 0x0442
|
||||
u0443 24 0 0x0443
|
||||
u0444 24 0 0x0444
|
||||
u0445 24 0 0x0445
|
||||
u0446 24 0 0x0446
|
||||
u0447 24 0 0x0447
|
||||
u0448 24 0 0x0448
|
||||
u0449 24 0 0x0449
|
||||
u044A 24 0 0x044A
|
||||
u044B 24 0 0x044B
|
||||
u044C 24 0 0x044C
|
||||
u044D 24 0 0x044D
|
||||
u044E 24 0 0x044E
|
||||
u044F 24 0 0x044F
|
||||
u0435_0300 24 0 0x0450
|
||||
u0435_0308 24 0 0x0451
|
||||
u0452 24 0 0x0452
|
||||
u0433_0301 24 0 0x0453
|
||||
u0454 24 0 0x0454
|
||||
u0455 24 0 0x0455
|
||||
u0456 24 0 0x0456
|
||||
u0456_0308 24 0 0x0457
|
||||
u0458 24 0 0x0458
|
||||
u0459 24 0 0x0459
|
||||
u045A 24 0 0x045A
|
||||
u045B 24 0 0x045B
|
||||
u043A_0301 24 0 0x045C
|
||||
u0438_0300 24 0 0x045D
|
||||
u0443_0306 24 0 0x045E
|
||||
u045F 24 0 0x045F
|
||||
u0460 24 0 0x0460
|
||||
u0461 24 0 0x0461
|
||||
u0462 24 0 0x0462
|
||||
u0463 24 0 0x0463
|
||||
u0464 24 0 0x0464
|
||||
u0465 24 0 0x0465
|
||||
u0466 24 0 0x0466
|
||||
u0467 24 0 0x0467
|
||||
u0468 24 0 0x0468
|
||||
u0469 24 0 0x0469
|
||||
u046A 24 0 0x046A
|
||||
u046B 24 0 0x046B
|
||||
u046C 24 0 0x046C
|
||||
u046D 24 0 0x046D
|
||||
u046E 24 0 0x046E
|
||||
u046F 24 0 0x046F
|
||||
u0470 24 0 0x0470
|
||||
u0471 24 0 0x0471
|
||||
u0472 24 0 0x0472
|
||||
u0473 24 0 0x0473
|
||||
u0474 24 0 0x0474
|
||||
u0475 24 0 0x0475
|
||||
u0474_030F 24 0 0x0476
|
||||
u0475_030F 24 0 0x0477
|
||||
u0478 24 0 0x0478
|
||||
u0479 24 0 0x0479
|
||||
u047A 24 0 0x047A
|
||||
u047B 24 0 0x047B
|
||||
u047C 24 0 0x047C
|
||||
u047D 24 0 0x047D
|
||||
u047E 24 0 0x047E
|
||||
u047F 24 0 0x047F
|
||||
u0480 24 0 0x0480
|
||||
u0481 24 0 0x0481
|
||||
u0482 24 0 0x0482
|
||||
u0483 0 0 0x0483
|
||||
u0484 0 0 0x0484
|
||||
u0485 0 0 0x0485
|
||||
u0486 0 0 0x0486
|
||||
u0488 0 0 0x0488
|
||||
u0489 0 0 0x0489
|
||||
u048A 24 0 0x048A
|
||||
u048B 24 0 0x048B
|
||||
u048C 24 0 0x048C
|
||||
u048D 24 0 0x048D
|
||||
u048E 24 0 0x048E
|
||||
u048F 24 0 0x048F
|
||||
u0490 24 0 0x0490
|
||||
u0491 24 0 0x0491
|
||||
u0492 24 0 0x0492
|
||||
u0493 24 0 0x0493
|
||||
u0494 24 0 0x0494
|
||||
u0495 24 0 0x0495
|
||||
u0496 24 0 0x0496
|
||||
u0497 24 0 0x0497
|
||||
u0498 24 0 0x0498
|
||||
u0499 24 0 0x0499
|
||||
u049A 24 0 0x049A
|
||||
u049B 24 0 0x049B
|
||||
u049C 24 0 0x049C
|
||||
u049D 24 0 0x049D
|
||||
u049E 24 0 0x049E
|
||||
u049F 24 0 0x049F
|
||||
u04A0 24 0 0x04A0
|
||||
u04A1 24 0 0x04A1
|
||||
u04A2 24 0 0x04A2
|
||||
u04A3 24 0 0x04A3
|
||||
u04A4 24 0 0x04A4
|
||||
u04A5 24 0 0x04A5
|
||||
u04A6 24 0 0x04A6
|
||||
u04A7 24 0 0x04A7
|
||||
u04A8 24 0 0x04A8
|
||||
u04A9 24 0 0x04A9
|
||||
u04AA 24 0 0x04AA
|
||||
u04AB 24 0 0x04AB
|
||||
u04AC 24 0 0x04AC
|
||||
u04AD 24 0 0x04AD
|
||||
u04AE 24 0 0x04AE
|
||||
u04AF 24 0 0x04AF
|
||||
u04B0 24 0 0x04B0
|
||||
u04B1 24 0 0x04B1
|
||||
u04B2 24 0 0x04B2
|
||||
u04B3 24 0 0x04B3
|
||||
u04B4 24 0 0x04B4
|
||||
u04B5 24 0 0x04B5
|
||||
u04B6 24 0 0x04B6
|
||||
u04B7 24 0 0x04B7
|
||||
u04B8 24 0 0x04B8
|
||||
u04B9 24 0 0x04B9
|
||||
u04BA 24 0 0x04BA
|
||||
u04BB 24 0 0x04BB
|
||||
u04BC 24 0 0x04BC
|
||||
u04BD 24 0 0x04BD
|
||||
u04BE 24 0 0x04BE
|
||||
u04BF 24 0 0x04BF
|
||||
u04C0 24 0 0x04C0
|
||||
u0416_0306 24 0 0x04C1
|
||||
u0436_0306 24 0 0x04C2
|
||||
u04C3 24 0 0x04C3
|
||||
u04C4 24 0 0x04C4
|
||||
u04C5 24 0 0x04C5
|
||||
u04C6 24 0 0x04C6
|
||||
u04C7 24 0 0x04C7
|
||||
u04C8 24 0 0x04C8
|
||||
u04C9 24 0 0x04C9
|
||||
u04CA 24 0 0x04CA
|
||||
u04CB 24 0 0x04CB
|
||||
u04CC 24 0 0x04CC
|
||||
u04CD 24 0 0x04CD
|
||||
u04CE 24 0 0x04CE
|
||||
u0410_0306 24 0 0x04D0
|
||||
u0430_0306 24 0 0x04D1
|
||||
u0410_0308 24 0 0x04D2
|
||||
u0430_0308 24 0 0x04D3
|
||||
u04D4 24 0 0x04D4
|
||||
u04D5 24 0 0x04D5
|
||||
u0415_0306 24 0 0x04D6
|
||||
u0435_0306 24 0 0x04D7
|
||||
u04D8 24 0 0x04D8
|
||||
u04D9 24 0 0x04D9
|
||||
u04D8_0308 24 0 0x04DA
|
||||
u04D9_0308 24 0 0x04DB
|
||||
u0416_0308 24 0 0x04DC
|
||||
u0436_0308 24 0 0x04DD
|
||||
u0417_0308 24 0 0x04DE
|
||||
u0437_0308 24 0 0x04DF
|
||||
u04E0 24 0 0x04E0
|
||||
u04E1 24 0 0x04E1
|
||||
u0418_0304 24 0 0x04E2
|
||||
u0438_0304 24 0 0x04E3
|
||||
u0418_0308 24 0 0x04E4
|
||||
u0438_0308 24 0 0x04E5
|
||||
u041E_0308 24 0 0x04E6
|
||||
u043E_0308 24 0 0x04E7
|
||||
u04E8 24 0 0x04E8
|
||||
u04E9 24 0 0x04E9
|
||||
u04E8_0308 24 0 0x04EA
|
||||
u04E9_0308 24 0 0x04EB
|
||||
u042D_0308 24 0 0x04EC
|
||||
u044D_0308 24 0 0x04ED
|
||||
u0423_0304 24 0 0x04EE
|
||||
u0443_0304 24 0 0x04EF
|
||||
u0423_0308 24 0 0x04F0
|
||||
u0443_0308 24 0 0x04F1
|
||||
u0423_030B 24 0 0x04F2
|
||||
u0443_030B 24 0 0x04F3
|
||||
u0427_0308 24 0 0x04F4
|
||||
u0447_0308 24 0 0x04F5
|
||||
u042B_0308 24 0 0x04F8
|
||||
u044B_0308 24 0 0x04F9
|
||||
u0500 24 0 0x0500
|
||||
u0501 24 0 0x0501
|
||||
u0502 24 0 0x0502
|
||||
u0503 24 0 0x0503
|
||||
u0504 24 0 0x0504
|
||||
u0505 24 0 0x0505
|
||||
u0506 24 0 0x0506
|
||||
u0507 24 0 0x0507
|
||||
u0508 24 0 0x0508
|
||||
u0509 24 0 0x0509
|
||||
u050A 24 0 0x050A
|
||||
u050B 24 0 0x050B
|
||||
u050C 24 0 0x050C
|
||||
u050D 24 0 0x050D
|
||||
u050E 24 0 0x050E
|
||||
u050F 24 0 0x050F
|
||||
- 24 0 0x2010
|
||||
hy "
|
||||
en 24 0 0x2013
|
||||
em 24 0 0x2014
|
||||
` 24 0 0x2018
|
||||
oq "
|
||||
' 24 0 0x2019
|
||||
cq "
|
||||
bq 24 0 0x201A
|
||||
lq 24 0 0x201C
|
||||
rq 24 0 0x201D
|
||||
Bq 24 0 0x201E
|
||||
dg 24 0 0x2020
|
||||
dd 24 0 0x2021
|
||||
bu 24 0 0x2022
|
||||
%0 24 0 0x2030
|
||||
fm 24 0 0x2032
|
||||
sd 24 0 0x2033
|
||||
fo 24 0 0x2039
|
||||
fc 24 0 0x203A
|
||||
rn 24 0 0x203E
|
||||
f/ 24 0 0x2044
|
||||
eu 24 0 0x20AC
|
||||
Eu "
|
||||
-h 24 0 0x210F
|
||||
hbar "
|
||||
Im 24 0 0x2111
|
||||
wp 24 0 0x2118
|
||||
Re 24 0 0x211C
|
||||
tm 24 0 0x2122
|
||||
Ah 24 0 0x2135
|
||||
18 24 0 0x215B
|
||||
38 24 0 0x215C
|
||||
58 24 0 0x215D
|
||||
78 24 0 0x215E
|
||||
<- 24 0 0x2190
|
||||
ua 24 0 0x2191
|
||||
-> 24 0 0x2192
|
||||
da 24 0 0x2193
|
||||
<> 24 0 0x2194
|
||||
va 24 0 0x2195
|
||||
CR 24 0 0x21B5
|
||||
lA 24 0 0x21D0
|
||||
uA 24 0 0x21D1
|
||||
rA 24 0 0x21D2
|
||||
dA 24 0 0x21D3
|
||||
hA 24 0 0x21D4
|
||||
vA 24 0 0x21D5
|
||||
fa 24 0 0x2200
|
||||
pd 24 0 0x2202
|
||||
te 24 0 0x2203
|
||||
es 24 0 0x2205
|
||||
gr 24 0 0x2207
|
||||
mo 24 0 0x2208
|
||||
nm 24 0 0x2209
|
||||
st 24 0 0x220B
|
||||
product 24 0 0x220F
|
||||
coproduct 24 0 0x2210
|
||||
sum 24 0 0x2211
|
||||
\- 24 0 0x2212
|
||||
mi "
|
||||
-+ 24 0 0x2213
|
||||
** 24 0 0x2217
|
||||
sr 24 0 0x221A
|
||||
sqrt "
|
||||
pt 24 0 0x221D
|
||||
if 24 0 0x221E
|
||||
/_ 24 0 0x2220
|
||||
AN 24 0 0x2227
|
||||
OR 24 0 0x2228
|
||||
ca 24 0 0x2229
|
||||
cu 24 0 0x222A
|
||||
is 24 0 0x222B
|
||||
integral "
|
||||
tf 24 0 0x2234
|
||||
3d "
|
||||
ap 24 0 0x223C
|
||||
|= 24 0 0x2243
|
||||
=~ 24 0 0x2245
|
||||
~~ 24 0 0x2248
|
||||
~= "
|
||||
!= 24 0 0x2260
|
||||
== 24 0 0x2261
|
||||
ne 24 0 0x2262
|
||||
<= 24 0 0x2264
|
||||
>= 24 0 0x2265
|
||||
<< 24 0 0x226A
|
||||
>> 24 0 0x226B
|
||||
sb 24 0 0x2282
|
||||
sp 24 0 0x2283
|
||||
nb 24 0 0x2284
|
||||
nc 24 0 0x2285
|
||||
ib 24 0 0x2286
|
||||
ip 24 0 0x2287
|
||||
c+ 24 0 0x2295
|
||||
c* 24 0 0x2297
|
||||
pp 24 0 0x22A5
|
||||
md 24 0 0x22C5
|
||||
lc 24 0 0x2308
|
||||
rc 24 0 0x2309
|
||||
lf 24 0 0x230A
|
||||
rf 24 0 0x230B
|
||||
parenlefttp 24 0 0x239B
|
||||
parenleftex 24 0 0x239C
|
||||
parenleftbt 24 0 0x239D
|
||||
parenrighttp 24 0 0x239E
|
||||
parenrightex 24 0 0x239F
|
||||
parenrightbt 24 0 0x23A0
|
||||
bracketlefttp 24 0 0x23A1
|
||||
bracketleftex 24 0 0x23A2
|
||||
bracketleftbt 24 0 0x23A3
|
||||
bracketrighttp 24 0 0x23A4
|
||||
bracketrightex 24 0 0x23A5
|
||||
bracketrightbt 24 0 0x23A6
|
||||
lt 24 0 0x23A7
|
||||
bracelefttp "
|
||||
lk 24 0 0x23A8
|
||||
braceleftmid "
|
||||
lb 24 0 0x23A9
|
||||
braceleftbt "
|
||||
bv 24 0 0x23AA
|
||||
braceex "
|
||||
braceleftex "
|
||||
bracerightex "
|
||||
rt 24 0 0x23AB
|
||||
bracerighttp "
|
||||
rk 24 0 0x23AC
|
||||
bracerightmid "
|
||||
rb 24 0 0x23AD
|
||||
bracerightbt "
|
||||
u23AE 24 0 0x23AE
|
||||
an 24 0 0x23AF
|
||||
br 24 0 0x2502
|
||||
sq 24 0 0x25A1
|
||||
lz 24 0 0x25CA
|
||||
ci 24 0 0x25CB
|
||||
lh 24 0 0x261C
|
||||
rh 24 0 0x261E
|
||||
SP 24 0 0x2660
|
||||
CL 24 0 0x2663
|
||||
HE 24 0 0x2665
|
||||
DI 24 0 0x2666
|
||||
OK 24 0 0x2713
|
||||
la 24 0 0x27E8
|
||||
ra 24 0 0x27E9
|
||||
ff 24 0 0xFB00
|
||||
fi 24 0 0xFB01
|
||||
fl 24 0 0xFB02
|
||||
Fi 24 0 0xFB03
|
||||
Fl 24 0 0xFB04
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,933 +0,0 @@
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. [Deleted. See
|
||||
.\" ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change]
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)doc-common 8.1 (Berkeley) 06/08/93
|
||||
.\"
|
||||
.nr %A 1
|
||||
.nr %B 1
|
||||
.nr %D 1
|
||||
.nr %I 1
|
||||
.nr %J 1
|
||||
.nr %N 1
|
||||
.nr %O 1
|
||||
.nr %P 1
|
||||
.nr %Q 1
|
||||
.nr %R 1
|
||||
.nr %T 1
|
||||
.nr %V 1
|
||||
.nr Ac 3
|
||||
.nr Ad 12n
|
||||
.nr An 12n
|
||||
.nr Ao 12n
|
||||
.nr Ap 2
|
||||
.nr Aq 12n
|
||||
.nr Ar 12n
|
||||
.nr At 1
|
||||
.nr Bc 3
|
||||
.nr Bf 8n
|
||||
.nr Bk 8n
|
||||
.nr Bl 1
|
||||
.nr Bo 12n
|
||||
.nr Bq 12n
|
||||
.nr Brc 3
|
||||
.nr Bro 12n
|
||||
.nr Brq 12n
|
||||
.nr Bsx 1
|
||||
.nr Bt 8n
|
||||
.nr Bx 1
|
||||
.nr Cd 12n
|
||||
.nr Cm 10n
|
||||
.nr D1 8n
|
||||
.nr Dc 3
|
||||
.nr Dl 8n
|
||||
.nr Dt 8n
|
||||
.nr Do 12n
|
||||
.nr Dq 12n
|
||||
.nr Ds 6n
|
||||
.nr Dv 12n
|
||||
.nr Ec 3
|
||||
.nr Ef 8n
|
||||
.nr Ek 8n
|
||||
.nr El 1
|
||||
.nr Em 10n
|
||||
.nr En 12n
|
||||
.nr Eo 12n
|
||||
.nr Eq 12n
|
||||
.nr Er 17n
|
||||
.nr Es 12n
|
||||
.nr Ev 15n
|
||||
.nr Ex 1
|
||||
.nr Fa 12n
|
||||
.nr Fc 3
|
||||
.nr Fd 12n
|
||||
.nr Fl 10n
|
||||
.nr Fn 16n
|
||||
.nr Fo 16n
|
||||
.nr Fr 12n
|
||||
.nr Ft 8n
|
||||
.nr Fx 1
|
||||
.nr Ic 10n
|
||||
.nr In 12n
|
||||
.nr It 8n
|
||||
.nr Lb 11n
|
||||
.nr Li 16n
|
||||
.nr Lk 6n
|
||||
.nr Lp 8n
|
||||
.nr Me 6n
|
||||
.nr Ms 6n
|
||||
.nr Mt 6n
|
||||
.nr Nd 8n
|
||||
.nr Nm 10n
|
||||
.nr No 12n
|
||||
.nr Ns 2
|
||||
.nr Nx 1
|
||||
.nr Oc 3
|
||||
.nr Oo 10n
|
||||
.nr Op 14n
|
||||
.nr Os 6n
|
||||
.nr Ox 1
|
||||
.nr Pa 32n
|
||||
.nr Pc 3
|
||||
.nr Pf 12n
|
||||
.nr Po 12n
|
||||
.nr Pp 8n
|
||||
.nr Pq 12n
|
||||
.nr Qc 3
|
||||
.nr Ql 16n
|
||||
.nr Qo 12n
|
||||
.nr Qq 12n
|
||||
.nr Rv 1
|
||||
.nr Sc 3
|
||||
.nr Sh 8n
|
||||
.nr Sm 8n
|
||||
.nr So 12n
|
||||
.nr Sq 12n
|
||||
.nr Ss 8n
|
||||
.nr St 8n
|
||||
.nr Sx 16n
|
||||
.nr Sy 6n
|
||||
.nr Ta 2
|
||||
.nr Tn 10n
|
||||
.nr Ud 8n
|
||||
.nr Ux 1
|
||||
.nr Va 12n
|
||||
.nr Vt 8n
|
||||
.nr Xc 3
|
||||
.nr Xo 1
|
||||
.nr Xr 10n
|
||||
.ds after-Ao
|
||||
.ds after-Bo
|
||||
.ds after-Bro
|
||||
.ds after-Do
|
||||
.ds after-Eo
|
||||
.ds after-Fo
|
||||
.ds after-Ns
|
||||
.ds after-Oo
|
||||
.ds after-Po
|
||||
.ds after-Qo
|
||||
.ds after-So
|
||||
.ds after-Xo
|
||||
.nr display-indent 6n
|
||||
.ds soft-space "
|
||||
.ds hard-space \~
|
||||
.ds tab \t
|
||||
.eo
|
||||
.nr punct. 3
|
||||
.nr punct, 3
|
||||
.nr punct: 3
|
||||
.nr punct; 3
|
||||
.nr punct( 4
|
||||
.nr punct) 3
|
||||
.nr punct[ 4
|
||||
.nr punct] 3
|
||||
.nr punct? 3
|
||||
.nr punct! 3
|
||||
.ds document-title UNTITLED
|
||||
.ds volume LOCAL
|
||||
.ds section Null
|
||||
.ds volume-operating-system BSD
|
||||
.nr volume-operating-system-ateol 0
|
||||
.ds volume-ds-1 General Commands Manual
|
||||
.ds volume-ds-2 System Calls Manual
|
||||
.ds volume-ds-3 Library Functions Manual
|
||||
.ds volume-ds-4 Kernel Interfaces Manual
|
||||
.ds volume-ds-5 File Formats Manual
|
||||
.ds volume-ds-6 Games Manual
|
||||
.ds volume-ds-7 Miscellaneous Information Manual
|
||||
.ds volume-ds-8 System Manager's Manual
|
||||
.ds volume-ds-9 Kernel Developer's Manual
|
||||
.ds volume-ds-USD User's Supplementary Documents
|
||||
.ds volume-ds-PS1 Programmer's Supplementary Documents
|
||||
.ds volume-ds-AMD Ancestral Manual Documents
|
||||
.ds volume-ds-SMM System Manager's Manual
|
||||
.ds volume-ds-URM User's Reference Manual
|
||||
.ds volume-ds-PRM Programmer's Manual
|
||||
.ds volume-ds-KM Kernel Manual
|
||||
.ds volume-ds-IND Manual Master Index
|
||||
.ds volume-ds-LOCAL Local Manual
|
||||
.ds volume-ds-CON Contributed Software Manual
|
||||
.als volume-ds-MMI volume-ds-IND
|
||||
.als volume-ds-LOC volume-ds-LOCAL
|
||||
.ds volume-as-alpha alpha
|
||||
.als volume-as-Alpha volume-as-alpha
|
||||
.ds volume-as-acorn26 acorn26
|
||||
.ds volume-as-acorn32 acorn32
|
||||
.ds volume-as-algor algor
|
||||
.ds volume-as-amd64 amd64
|
||||
.ds volume-as-amiga amiga
|
||||
.ds volume-as-arc arc
|
||||
.ds volume-as-arm26 arm26
|
||||
.ds volume-as-arm32 arm32
|
||||
.ds volume-as-atari atari
|
||||
.ds volume-as-bebox bebox
|
||||
.ds volume-as-cats cats
|
||||
.ds volume-as-cesfic cesfic
|
||||
.ds volume-as-cobalt cobalt
|
||||
.ds volume-as-dreamcast dreamcast
|
||||
.ds volume-as-evbarm evbarm
|
||||
.ds volume-as-evbmips evbmips
|
||||
.ds volume-as-evbppc evbppc
|
||||
.ds volume-as-evbsh3 evbsh3
|
||||
.ds volume-as-hp300 hp300
|
||||
.ds volume-as-hp700 hp700
|
||||
.ds volume-as-hpcarm hpcarm
|
||||
.ds volume-as-hpcmips hpcmips
|
||||
.ds volume-as-hpcsh hpcsh
|
||||
.ds volume-as-i386 i386
|
||||
.ds volume-as-luna68k luna68k
|
||||
.ds volume-as-m68k m68k
|
||||
.ds volume-as-mac68k mac68k
|
||||
.ds volume-as-macppc macppc
|
||||
.ds volume-as-mips mips
|
||||
.ds volume-as-mipsco mipsco
|
||||
.ds volume-as-mmeye mmeye
|
||||
.ds volume-as-mvme68k mvme68k
|
||||
.ds volume-as-mvmeppc mvmeppc
|
||||
.ds volume-as-netwinder netwinder
|
||||
.ds volume-as-news68k news68k
|
||||
.ds volume-as-newsmips newsmips
|
||||
.ds volume-as-next68k next68k
|
||||
.ds volume-as-ofppc ofppc
|
||||
.ds volume-as-pc532 pc532
|
||||
.ds volume-as-playstation2 playstation2
|
||||
.ds volume-as-pmax pmax
|
||||
.ds volume-as-pmppc pmppc
|
||||
.ds volume-as-powerpc powerpc
|
||||
.ds volume-as-prep prep
|
||||
.ds volume-as-sandpoint sandpoint
|
||||
.ds volume-as-sbmips sbmips
|
||||
.ds volume-as-sgimips sgimips
|
||||
.ds volume-as-sh3 sh3
|
||||
.ds volume-as-shark shark
|
||||
.ds volume-as-sparc sparc
|
||||
.ds volume-as-sparc64 sparc64
|
||||
.ds volume-as-sun2 sun2
|
||||
.ds volume-as-sun3 sun3
|
||||
.ds volume-as-tahoe tahoe
|
||||
.ds volume-as-vax vax
|
||||
.ds volume-as-x68k x68k
|
||||
.ds volume-as-x86_64 x86_64
|
||||
.de Dt
|
||||
.ds document-title UNTITLED
|
||||
.ds volume LOCAL
|
||||
.ds section Null
|
||||
.if !"\$1"" \
|
||||
.ds document-title "\$1
|
||||
.if !"\$2"" \{\
|
||||
.ds section \$2
|
||||
.ie \B\$2 \{\
|
||||
.if ((\$2 >= 1) & (\$2 <= 9)) \{\
|
||||
.ie \n[volume-operating-system-ateol] \{\
|
||||
.ds volume "\*[volume-ds-\$2] \*[volume-operating-system]
|
||||
.if \A\$3 \{\
|
||||
.if d volume-as-\$3 \
|
||||
.as volume "/\*[volume-as-\$3]
|
||||
.\}\}
|
||||
.el \{\
|
||||
.ds volume "\*[volume-operating-system]
|
||||
.if \A\$3 \{\
|
||||
.if d volume-as-\$3 \
|
||||
.as volume "/\*[volume-as-\$3]
|
||||
.\}
|
||||
.as volume " \*[volume-ds-\$2]
|
||||
.\}\}\}
|
||||
.el \{\
|
||||
.ie "\$2"unass" \
|
||||
.ds volume DRAFT
|
||||
.el \{ .ie "\$2"draft" \
|
||||
.ds volume DRAFT
|
||||
.el .if "\$2"paper" \
|
||||
.ds volume UNTITLED
|
||||
.\}\}
|
||||
.if \A\$3 \{\
|
||||
.if d volume-ds-\$3 \
|
||||
.ds volume "\*[volume-ds-\$3]
|
||||
.\}\}\}
|
||||
.if !"\$3"" \
|
||||
.if "\*[volume]"LOCAL" \
|
||||
.ds volume \$3
|
||||
..
|
||||
.ds default-operating-system BSD
|
||||
.ds operating-system
|
||||
.ds operating-system-ATT-7 7th\~Edition
|
||||
.als operating-system-ATT-7th operating-system-ATT-7
|
||||
.ds operating-system-ATT-3 System\~III
|
||||
.als operating-system-ATT-III operating-system-ATT-3
|
||||
.ds operating-system-ATT-V System\~V
|
||||
.ds operating-system-ATT-V.2 System\~V Release\~2
|
||||
.ds operating-system-ATT-V.3 System\~V Release\~3
|
||||
.ds operating-system-ATT-V.4 System\~V Release\~4
|
||||
.ds operating-system-BSD-3 3rd\~Berkeley Distribution
|
||||
.ds operating-system-BSD-4 4th\~Berkeley Distribution
|
||||
.ds operating-system-BSD-4.1 4.1\~Berkeley Distribution
|
||||
.ds operating-system-BSD-4.2 4.2\~Berkeley Distribution
|
||||
.ds operating-system-BSD-4.3 4.3\~Berkeley Distribution
|
||||
.ds operating-system-BSD-4.3T 4.3-Tahoe Berkeley Distribution
|
||||
.ds operating-system-BSD-4.3R 4.3-Reno Berkeley Distribution
|
||||
.als operating-system-BSD-4.3t operating-system-BSD-4.3T
|
||||
.als operating-system-BSD-4.3r operating-system-BSD-4.3R
|
||||
.ds operating-system-BSD-4.4 4.4BSD
|
||||
.ds operating-system-NetBSD-0.8 0.8
|
||||
.ds operating-system-NetBSD-0.8a 0.8A
|
||||
.ds operating-system-NetBSD-0.9 0.9
|
||||
.ds operating-system-NetBSD-0.9a 0.9A
|
||||
.ds operating-system-NetBSD-1.0 1.0
|
||||
.ds operating-system-NetBSD-1.0a 1.0A
|
||||
.ds operating-system-NetBSD-1.1 1.1
|
||||
.ds operating-system-NetBSD-1.2 1.2
|
||||
.ds operating-system-NetBSD-1.2a 1.2A
|
||||
.ds operating-system-NetBSD-1.2b 1.2B
|
||||
.ds operating-system-NetBSD-1.2c 1.2C
|
||||
.ds operating-system-NetBSD-1.2d 1.2D
|
||||
.ds operating-system-NetBSD-1.2e 1.2E
|
||||
.ds operating-system-NetBSD-1.2.1 1.2.1
|
||||
.ds operating-system-NetBSD-1.3 1.3
|
||||
.ds operating-system-NetBSD-1.3a 1.3A
|
||||
.ds operating-system-NetBSD-1.3.1 1.3.1
|
||||
.ds operating-system-NetBSD-1.3.2 1.3.2
|
||||
.ds operating-system-NetBSD-1.3.3 1.3.3
|
||||
.ds operating-system-NetBSD-1.4 1.4
|
||||
.ds operating-system-NetBSD-1.4.1 1.4.1
|
||||
.ds operating-system-NetBSD-1.4.2 1.4.2
|
||||
.ds operating-system-NetBSD-1.4.3 1.4.3
|
||||
.ds operating-system-NetBSD-1.5 1.5
|
||||
.ds operating-system-NetBSD-1.5.1 1.5.1
|
||||
.ds operating-system-NetBSD-1.5.2 1.5.2
|
||||
.ds operating-system-NetBSD-1.5.3 1.5.3
|
||||
.ds operating-system-NetBSD-1.6 1.6
|
||||
.ds operating-system-NetBSD-1.6.1 1.6.1
|
||||
.ds operating-system-NetBSD-1.6.2 1.6.2
|
||||
.ds operating-system-NetBSD-1.6.3 1.6.3
|
||||
.ds operating-system-NetBSD-2.0 2.0
|
||||
.ds operating-system-NetBSD-2.0.1 2.0.1
|
||||
.ds operating-system-NetBSD-2.0.2 2.0.2
|
||||
.ds operating-system-NetBSD-2.0.3 2.0.3
|
||||
.ds operating-system-NetBSD-2.1 2.1
|
||||
.ds operating-system-NetBSD-3.0 3.0
|
||||
.ds operating-system-NetBSD-3.0.1 3.0.1
|
||||
.ds operating-system-NetBSD-3.0.2 3.0.2
|
||||
.ds operating-system-NetBSD-3.0.3 3.0.3
|
||||
.ds operating-system-NetBSD-3.1 3.1
|
||||
.ds operating-system-NetBSD-3.1.1 3.1.1
|
||||
.ds operating-system-NetBSD-4.0 4.0
|
||||
.ds operating-system-NetBSD-4.0.1 4.0.1
|
||||
.ds operating-system-NetBSD-5.0 5.0
|
||||
.ds operating-system-NetBSD-5.0.1 5.0.1
|
||||
.ds operating-system-NetBSD-5.0.2 5.0.2
|
||||
.ds operating-system-NetBSD-5.1 5.1
|
||||
.ds operating-system-NetBSD-5.1.1 5.1.1
|
||||
.ds operating-system-NetBSD-5.1.2 5.1.2
|
||||
.ds operating-system-NetBSD-6.0 6.0
|
||||
.ds operating-system-FreeBSD-1.0 1.0
|
||||
.ds operating-system-FreeBSD-1.1 1.1
|
||||
.ds operating-system-FreeBSD-1.1.5 1.1.5
|
||||
.ds operating-system-FreeBSD-1.1.5.1 1.1.5.1
|
||||
.ds operating-system-FreeBSD-2.0 2.0
|
||||
.ds operating-system-FreeBSD-2.0.5 2.0.5
|
||||
.ds operating-system-FreeBSD-2.1 2.1
|
||||
.ds operating-system-FreeBSD-2.1.5 2.1.5
|
||||
.ds operating-system-FreeBSD-2.1.6 2.1.6
|
||||
.ds operating-system-FreeBSD-2.1.7 2.1.7
|
||||
.ds operating-system-FreeBSD-2.2 2.2
|
||||
.ds operating-system-FreeBSD-2.2.1 2.2.1
|
||||
.ds operating-system-FreeBSD-2.2.2 2.2.2
|
||||
.ds operating-system-FreeBSD-2.2.5 2.2.5
|
||||
.ds operating-system-FreeBSD-2.2.6 2.2.6
|
||||
.ds operating-system-FreeBSD-2.2.7 2.2.7
|
||||
.ds operating-system-FreeBSD-2.2.8 2.2.8
|
||||
.ds operating-system-FreeBSD-3.0 3.0
|
||||
.ds operating-system-FreeBSD-3.1 3.1
|
||||
.ds operating-system-FreeBSD-3.2 3.2
|
||||
.ds operating-system-FreeBSD-3.3 3.3
|
||||
.ds operating-system-FreeBSD-3.4 3.4
|
||||
.ds operating-system-FreeBSD-3.5 3.5
|
||||
.ds operating-system-FreeBSD-4.0 4.0
|
||||
.ds operating-system-FreeBSD-4.1 4.1
|
||||
.ds operating-system-FreeBSD-4.1.1 4.1.1
|
||||
.ds operating-system-FreeBSD-4.2 4.2
|
||||
.ds operating-system-FreeBSD-4.3 4.3
|
||||
.ds operating-system-FreeBSD-4.4 4.4
|
||||
.ds operating-system-FreeBSD-4.5 4.5
|
||||
.ds operating-system-FreeBSD-4.6 4.6
|
||||
.ds operating-system-FreeBSD-4.6.2 4.6.2
|
||||
.ds operating-system-FreeBSD-4.7 4.7
|
||||
.ds operating-system-FreeBSD-4.8 4.8
|
||||
.ds operating-system-FreeBSD-4.9 4.9
|
||||
.ds operating-system-FreeBSD-4.10 4.10
|
||||
.ds operating-system-FreeBSD-4.11 4.11
|
||||
.ds operating-system-FreeBSD-5.0 5.0
|
||||
.ds operating-system-FreeBSD-5.1 5.1
|
||||
.ds operating-system-FreeBSD-5.2 5.2
|
||||
.ds operating-system-FreeBSD-5.2.1 5.2.1
|
||||
.ds operating-system-FreeBSD-5.3 5.3
|
||||
.ds operating-system-FreeBSD-5.4 5.4
|
||||
.ds operating-system-FreeBSD-5.5 5.5
|
||||
.ds operating-system-FreeBSD-6.0 6.0
|
||||
.ds operating-system-FreeBSD-6.1 6.1
|
||||
.ds operating-system-FreeBSD-6.2 6.2
|
||||
.ds operating-system-FreeBSD-6.3 6.3
|
||||
.ds operating-system-FreeBSD-6.4 6.4
|
||||
.ds operating-system-FreeBSD-7.0 7.0
|
||||
.ds operating-system-FreeBSD-7.1 7.1
|
||||
.ds operating-system-FreeBSD-7.2 7.2
|
||||
.ds operating-system-FreeBSD-7.3 7.3
|
||||
.ds operating-system-FreeBSD-7.4 7.4
|
||||
.ds operating-system-FreeBSD-8.0 8.0
|
||||
.ds operating-system-FreeBSD-8.1 8.1
|
||||
.ds operating-system-FreeBSD-8.2 8.2
|
||||
.ds operating-system-FreeBSD-8.3 8.3
|
||||
.ds operating-system-FreeBSD-9.0 9.0
|
||||
.ds operating-system-FreeBSD-9.1 9.1
|
||||
.ds operating-system-Darwin-8.0.0 8.0.0
|
||||
.ds operating-system-Darwin-8.1.0 8.1.0
|
||||
.ds operating-system-Darwin-8.2.0 8.2.0
|
||||
.ds operating-system-Darwin-8.3.0 8.3.0
|
||||
.ds operating-system-Darwin-8.4.0 8.4.0
|
||||
.ds operating-system-Darwin-8.5.0 8.5.0
|
||||
.ds operating-system-Darwin-8.6.0 8.6.0
|
||||
.ds operating-system-Darwin-8.7.0 8.7.0
|
||||
.ds operating-system-Darwin-8.8.0 8.8.0
|
||||
.ds operating-system-Darwin-8.9.0 8.9.0
|
||||
.ds operating-system-Darwin-8.10.0 8.10.0
|
||||
.ds operating-system-Darwin-8.11.0 8.11.0
|
||||
.ds operating-system-Darwin-9.0.0 9.0.0
|
||||
.ds operating-system-Darwin-9.1.0 9.1.0
|
||||
.ds operating-system-Darwin-9.2.0 9.2.0
|
||||
.ds operating-system-Darwin-9.3.0 9.3.0
|
||||
.ds operating-system-Darwin-9.4.0 9.4.0
|
||||
.ds operating-system-Darwin-9.5.0 9.5.0
|
||||
.ds operating-system-Darwin-9.6.0 9.6.0
|
||||
.ds operating-system-Darwin-9.7.0 9.7.0
|
||||
.ds operating-system-Darwin-9.8.0 9.8.0
|
||||
.ds operating-system-Darwin-10.0.0 10.0.0
|
||||
.ds operating-system-Darwin-10.1.0 10.1.0
|
||||
.ds operating-system-Darwin-10.2.0 10.2.0
|
||||
.ds operating-system-Darwin-10.3.0 10.3.0
|
||||
.ds operating-system-Darwin-10.4.0 10.4.0
|
||||
.ds operating-system-Darwin-10.5.0 10.5.0
|
||||
.ds operating-system-Darwin-10.6.0 10.6.0
|
||||
.ds operating-system-Darwin-10.7.0 10.7.0
|
||||
.ds operating-system-Darwin-10.8.0 10.8.0
|
||||
.ds operating-system-Darwin-11.0.0 11.0.0
|
||||
.ds operating-system-Darwin-11.1.0 11.1.0
|
||||
.ds operating-system-Darwin-11.2.0 11.2.0
|
||||
.ds operating-system-Darwin-11.3.0 11.3.0
|
||||
.ds operating-system-Darwin-11.4.0 11.4.0
|
||||
.ds operating-system-Darwin-11.5.0 11.5.0
|
||||
.ds operating-system-Darwin-12.0.0 12.0.0
|
||||
.ds operating-system-Darwin-12.1.0 12.1.0
|
||||
.ds operating-system-Darwin-12.2.0 12.2.0
|
||||
.ds operating-system-Darwin-13.0.0 13.0.0
|
||||
.ds operating-system-DragonFly-1.0 1.0
|
||||
.ds operating-system-DragonFly-1.1 1.1
|
||||
.ds operating-system-DragonFly-1.2 1.2
|
||||
.ds operating-system-DragonFly-1.3 1.3
|
||||
.ds operating-system-DragonFly-1.4 1.4
|
||||
.ds operating-system-DragonFly-1.4.4 1.4.4
|
||||
.ds operating-system-DragonFly-1.5 1.5
|
||||
.ds operating-system-DragonFly-1.6 1.6
|
||||
.ds operating-system-DragonFly-1.7 1.7
|
||||
.ds operating-system-DragonFly-1.8 1.8
|
||||
.ds operating-system-DragonFly-1.8.1 1.8.1
|
||||
.ds operating-system-DragonFly-1.9 1.9
|
||||
.ds operating-system-DragonFly-1.10 1.10
|
||||
.ds operating-system-DragonFly-1.10.1 1.10.1
|
||||
.ds operating-system-DragonFly-1.11 1.11
|
||||
.ds operating-system-DragonFly-1.12 1.12
|
||||
.ds operating-system-DragonFly-1.12.1 1.12.1
|
||||
.ds operating-system-DragonFly-1.12.2 1.12.2
|
||||
.ds operating-system-DragonFly-2.0 2.0
|
||||
.ds operating-system-DragonFly-2.0.1 2.0.1
|
||||
.ds operating-system-DragonFly-2.2 2.2
|
||||
.ds operating-system-DragonFly-2.2.1 2.2.1
|
||||
.ds operating-system-DragonFly-2.4 2.4
|
||||
.ds operating-system-DragonFly-2.4.1 2.4.1
|
||||
.ds operating-system-DragonFly-3.0 3.0
|
||||
.ds operating-system-DragonFly-3.0.1 3.0.1
|
||||
.ds operating-system-DragonFly-3.0.2 3.0.2
|
||||
.ds operating-system-DragonFly-3.0.3 3.0.3
|
||||
.de Os
|
||||
.ie "\$1"" \
|
||||
.ds operating-system "\*[default-operating-system]
|
||||
.el \{ .ie "\$1"ATT" \{\
|
||||
.ds operating-system AT&T
|
||||
.if \A\$2 \{\
|
||||
.ie d operating-system-ATT-\$2 \
|
||||
.as operating-system " \*[operating-system-ATT-\$2]
|
||||
.el \
|
||||
.as operating-system " UNIX
|
||||
.\}\}
|
||||
.el \{ .ie "\$1"BSD" \{\
|
||||
.if \A\$2 \{\
|
||||
.ie d operating-system-BSD-\$2 \
|
||||
.ds operating-system "\*[operating-system-BSD-\$2]
|
||||
.el \
|
||||
.tm mdoc warning: .Os: Unknown BSD version `\$2' (#\n[.c])
|
||||
.\}\}
|
||||
.el \{ .ie "\$1"FreeBSD" \{\
|
||||
.ds operating-system FreeBSD
|
||||
.if \A\$2 \{\
|
||||
.ie d operating-system-FreeBSD-\$2 \
|
||||
.as operating-system \~\*[operating-system-FreeBSD-\$2]
|
||||
.el \
|
||||
.tm mdoc warning: .Os: Unknown FreeBSD version `\$2' (#\n[.c])
|
||||
.\}\}
|
||||
.el \{ .ie "\$1"NetBSD" \{\
|
||||
.ds operating-system NetBSD
|
||||
.if \A\$2 \{\
|
||||
.ie d operating-system-NetBSD-\$2 \
|
||||
.as operating-system \~\*[operating-system-NetBSD-\$2]
|
||||
.el \
|
||||
.tm mdoc warning: .Os: Unknown NetBSD version `\$2' (#\n[.c])
|
||||
.\}\}
|
||||
.el \{ .ie "\$1"Darwin" \{\
|
||||
.ds operating-system Darwin
|
||||
.if \A\$2 \{\
|
||||
.ie d operating-system-Darwin-\$2 \
|
||||
.as operating-system \~\*[operating-system-Darwin-\$2]
|
||||
.el \
|
||||
.tm mdoc warning: .Os: Unknown Darwin version `\$2' (#\n[.c])
|
||||
.\}\}
|
||||
.el \{\
|
||||
.ds operating-system \$1
|
||||
.if !"\$2"" \
|
||||
.as operating-system " \$2
|
||||
.\}\}\}\}\}\}
|
||||
..
|
||||
.ds date-string
|
||||
.ds date-1 January
|
||||
.ds date-2 February
|
||||
.ds date-3 March
|
||||
.ds date-4 April
|
||||
.ds date-5 May
|
||||
.ds date-6 June
|
||||
.ds date-7 July
|
||||
.ds date-8 August
|
||||
.ds date-9 September
|
||||
.ds date-10 October
|
||||
.ds date-11 November
|
||||
.ds date-12 December
|
||||
.de Dd
|
||||
.ie \n[.$] \{\
|
||||
.ie (\n[.$] == 3) \
|
||||
.ds date-string \$1\~\$2 \$3
|
||||
.el \{\
|
||||
.ds date-string "\*[date-\n[mo]]
|
||||
.as date-string \~\n[dy], \n[year]
|
||||
.\}
|
||||
.\}
|
||||
.el \
|
||||
.ds date-string Epoch
|
||||
..
|
||||
.nr hyphen-flags 12
|
||||
.de header
|
||||
.ev env-dh
|
||||
.setup-page-layout
|
||||
.if !\n[cR] \
|
||||
.sp \n[header-space]u
|
||||
.nr reg-dh \w'\*[caption-font]\*[header-string]\f[]'
|
||||
.nr reg-dh1 \w'\*[caption-font2]\*[volume]\f[]'
|
||||
.if (\n[reg-dh] + \n[reg-dh1] + \n[reg-dh] >= \n[.lt]) \{\
|
||||
.while (\n[reg-dh] + \n[reg-dh1] + \n[reg-dh] >= \n[.lt]) \{\
|
||||
.substring header-string 0 -2
|
||||
.nr reg-dh \w'\*[caption-font]\*[header-string]\|.\|.\|.\f[]'
|
||||
.\}
|
||||
.as header-string "\|.\|.\|.
|
||||
.\}
|
||||
.tl \*[caption-font]\*[header-string]\f[]\*[caption-font2]\*[volume]\f[]\*[caption-font]\*[header-string]\f[]
|
||||
.ie !\n[cR] \
|
||||
.sp \n[header-space]u
|
||||
.el \
|
||||
.sp 1v
|
||||
.ev
|
||||
.ns
|
||||
..
|
||||
.de footer
|
||||
.ie \n[cR] \
|
||||
.br
|
||||
.el \{\
|
||||
.ev caption-enviroment
|
||||
.setup-page-layout
|
||||
.sp \n[footer-space]u
|
||||
.ie \n[D] \{\
|
||||
.ie o \
|
||||
.tl %\*[caption-font2]\*[date-string]\f[]\*[caption-font]\*[operating-system]\f[]
|
||||
.el \
|
||||
.tl \*[caption-font]\*[operating-system]\f[]\*[caption-font2]\*[date-string]\f[]%
|
||||
.\}
|
||||
.el \
|
||||
.tl \*[caption-font]\*[operating-system]\f[]\*[caption-font2]\*[date-string]\f[]%
|
||||
.bp
|
||||
.ev
|
||||
.\}
|
||||
..
|
||||
.de check-depth
|
||||
.if \n[list-depth] \{\
|
||||
.tm mdoc warning: A .Bl directive has no matching .El (#\n[.c])
|
||||
.nr list-depth 0
|
||||
.\}
|
||||
.if \n[display-depth] \{\
|
||||
.tm mdoc warning: A .Bd directive has no matching .Ed (#\n[.c])
|
||||
.nr display-depth 0
|
||||
.\}
|
||||
.if \n[fontmode-depth] \{\
|
||||
.tm mdoc warning: A .Bf directive has no matching .Ef (#\n[.c])
|
||||
.nr fontmode-depth 0
|
||||
.\}
|
||||
..
|
||||
.de end-macro
|
||||
.if \n[cR] \
|
||||
.pl +3v
|
||||
.fl
|
||||
.check-depth
|
||||
.if \n[cR] \{\
|
||||
.sp
|
||||
.tl \*[caption-font]\*[operating-system]\f[]\*[caption-font2]\*[date-string]\f[]\*[caption-font]\*[operating-system]\f[]
|
||||
.pl \n[nl]u
|
||||
.\}
|
||||
..
|
||||
.de paragraph
|
||||
.sp \n[paragraph-space]u
|
||||
.if !\n[cR] \
|
||||
.ne 2
|
||||
.ns
|
||||
..
|
||||
.als Pp paragraph
|
||||
.als Lp paragraph
|
||||
.de LP
|
||||
.tm Not a \-mdoc command: .LP (#\n[.c])
|
||||
..
|
||||
.de PP
|
||||
.tm Not a \-mdoc command: .PP (#\n[.c])
|
||||
..
|
||||
.de pp
|
||||
.tm Not a \-mdoc command: .pp (#\n[.c])
|
||||
..
|
||||
.de SH
|
||||
.tm Not a \-mdoc command: .SH (#\n[.c])
|
||||
..
|
||||
.de Nd
|
||||
.nop \[em] \$*
|
||||
..
|
||||
.nr in-synopsis-section 0
|
||||
.nr in-library-section 0
|
||||
.nr in-see-also-section 0
|
||||
.nr in-files-section 0
|
||||
.nr in-authors-section 0
|
||||
.de first-parameter
|
||||
.ds str-dfp "\$1
|
||||
..
|
||||
.ds section-name NAME
|
||||
.ds section-synopsis SYNOPSIS
|
||||
.ds section-library LIBRARY
|
||||
.ds section-description DESCRIPTION
|
||||
.ds section-see-also SEE
|
||||
.ds section-files FILES
|
||||
.ds section-authors AUTHORS
|
||||
.de Sh
|
||||
.ie \n[arg-limit] \{\
|
||||
.ie "\*[macro-name]"Sh" \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[arg-limit] >= \n[arg-ptr]) \{\
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.nop \*[Sh-font]\c
|
||||
.print-recursive
|
||||
.\}
|
||||
.el \{\
|
||||
.tm Usage: .Sh section_name ... (#\n[.c])
|
||||
.reset-args
|
||||
.\}\}
|
||||
.el \{\
|
||||
.tm Usage: .Sh not callable by other macros (#\n[.c])
|
||||
.reset-args
|
||||
.\}\}
|
||||
.el \{\
|
||||
.if !\n[.$] \{\
|
||||
.tm Usage: .Sh section_name ... (#\n[.c])
|
||||
.return
|
||||
.\}
|
||||
.ds macro-name Sh
|
||||
.parse-args \$@
|
||||
.if t \
|
||||
.ad
|
||||
.first-parameter \$*
|
||||
.ie "\*[str-dfp]"\*[section-name]" \{\
|
||||
.setup-header
|
||||
.in 0
|
||||
.\}
|
||||
.el \{\
|
||||
.nr in-synopsis-section 0
|
||||
.nr in-library-section 0
|
||||
.nr in-see-also-section 0
|
||||
.nr in-files-section 0
|
||||
.nr in-authors-section 0
|
||||
.ie "\*[str-dfp]"\*[section-synopsis]" \{\
|
||||
.if t \
|
||||
.na
|
||||
.nr in-synopsis-section 1
|
||||
.nr indent-synopsis 0
|
||||
.nr indent-synopsis-active 0
|
||||
.\}
|
||||
.el \{ .ie "\*[str-dfp]"\*[section-library]" \{\
|
||||
.nr in-library-section 1
|
||||
.\}
|
||||
.el \{ .ie "\*[str-dfp]"\*[section-description]" \{\
|
||||
.nr is-func 0
|
||||
.nr func-count 0
|
||||
.nr func-args-processed 0
|
||||
.nr num-func-args 0
|
||||
.\}
|
||||
.el \{ .ie "\*[str-dfp]"\*[section-see-also]" \{\
|
||||
.if t \
|
||||
.na
|
||||
.nr in-see-also-section 1
|
||||
.\}
|
||||
.el \{ .ie "\*[str-dfp]"\*[section-files]" \
|
||||
.nr in-files-section 1
|
||||
.el .if "\*[str-dfp]"\*[section-authors]" \
|
||||
.nr in-authors-section 1
|
||||
.\}\}\}\}
|
||||
.in 0
|
||||
.nr have-author 0
|
||||
.\}
|
||||
.setup-page-layout
|
||||
.sp
|
||||
.ns
|
||||
.ta T .5i
|
||||
.if !\n[cR] \
|
||||
.ne 3
|
||||
.fi
|
||||
.if t \{\
|
||||
.nr reg-Sh \n[.ss]
|
||||
.nr reg-Sh1 \n[.sss]
|
||||
.ss (\n[.ss] * 5 / 3) (\n[.sss] * 5 / 3)
|
||||
.\}
|
||||
.nr arg-ptr +1
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.nop \*[Sh-font]\c
|
||||
.print-recursive
|
||||
.if t \
|
||||
.ss \n[reg-Sh] \n[reg-Sh1]
|
||||
.in +\n[subheader-indent]u
|
||||
.ns
|
||||
.check-depth
|
||||
.\}
|
||||
..
|
||||
.de Ss
|
||||
.ie \n[arg-limit] \{\
|
||||
.ie "\*[macro-name]"Ss" \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[arg-limit] >= \n[arg-ptr]) \{\
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.nop \*[Sh-font]\c
|
||||
.print-recursive
|
||||
.\}
|
||||
.el \{\
|
||||
.tm Usage: .Ss subsection_name ... (#\n[.c])
|
||||
.reset-args
|
||||
.\}\}
|
||||
.el \{\
|
||||
.tm Usage: .Ss not callable by other macros (#\n[.c])
|
||||
.reset-args
|
||||
.\}\}
|
||||
.el \{\
|
||||
.if !\n[.$] \{\
|
||||
.tm Usage: .Ss subsection_name ... (#\n[.c])
|
||||
.return
|
||||
.\}
|
||||
.ds macro-name Ss
|
||||
.parse-args \$@
|
||||
.sp
|
||||
.if !\n[cR] \
|
||||
.ne 3
|
||||
.ti -.25i
|
||||
.nr reg-Ss \n[.ss]
|
||||
.nr reg-Ss1 \n[.sss]
|
||||
.ss (\n[.ss] * 5 / 4) (\n[.sss] * 5 / 4)
|
||||
.nr arg-ptr +1
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.nop \*[Sh-font]\c
|
||||
.print-recursive
|
||||
.ss \n[reg-Ss] \n[reg-Ss1]
|
||||
.ta T .5i
|
||||
.if !\n[cR] \
|
||||
.ne 2
|
||||
.br
|
||||
.ns
|
||||
.check-depth
|
||||
.\}
|
||||
..
|
||||
.de Rd
|
||||
.tm MDOC GLOBAL REGISTER DUMP
|
||||
.tm macro-name == `\*[macro-name]'
|
||||
.tm arg-limit == \n[arg-limit]
|
||||
.tm num-args == \n[num-args]
|
||||
.tm arg-ptr == \n[arg-ptr]
|
||||
.nr reg-Rd 1
|
||||
.while (\n[reg-Rd] <= \n[arg-limit]) \{\
|
||||
.tm arg\n[reg-Rd] == `\*[arg\n[reg-Rd]]'
|
||||
.tm type\n[reg-Rd] == \n[type\n[reg-Rd]]
|
||||
.tm space\n[reg-Rd] == `\*[space\n[reg-Rd]]'
|
||||
.nr reg-Rd +1
|
||||
.\}
|
||||
.tm curr-font == \n[curr-font]
|
||||
.tm curr-size == \n[curr-size]
|
||||
.tm indent-synopsis == \n[indent-synopsis]
|
||||
.tm indent-synopsis-active == \n[indent-synopsis-active]
|
||||
.tm have-decl == \n[have-decl]
|
||||
.tm have-var == \n[have-var]
|
||||
.tm command-name == `\*[command-name]'
|
||||
.tm quote-left == `\*[quote-left]'
|
||||
.tm quote-right == `\*[quote-right]'
|
||||
.tm nesting-level == \n[nesting-level]
|
||||
.tm in-list == \n[in-list]
|
||||
.tm space == `\*[space]'
|
||||
.tm saved-space == `\*[saved-space]'
|
||||
.tm space-mode == \n[space-mode]
|
||||
.tm have-space == \n[have-space]
|
||||
.tm have-slot == \n[have-slot]
|
||||
.tm keep-type == \n[keep-type]
|
||||
.tm display-depth == \n[display-depth]
|
||||
.tm is-compact == \n[is-compact]
|
||||
.nr reg-Rd 0
|
||||
.while (\n[reg-Rd] <= \n[display-depth]) \{\
|
||||
.tm display-type-stack\n[reg-Rd] == `\*[display-type-stack\n[reg-Rd]]'
|
||||
.tm display-indent-stack\n[reg-Rd] == \n[display-indent-stack\n[reg-Rd]]
|
||||
.tm display-ad-stack\n[reg-Rd] == \n[display-ad-stack\n[reg-Rd]]
|
||||
.tm display-fi-stack\n[reg-Rd] == \n[display-fi-stack\n[reg-Rd]]
|
||||
.tm display-ft-stack\n[reg-Rd] == \n[display-ft-stack\n[reg-Rd]]
|
||||
.tm display-ps-stack\n[reg-Rd] == \n[display-ps-stack\n[reg-Rd]]
|
||||
.nr reg-Rd +1
|
||||
.\}
|
||||
.tm fontmode-depth == \n[fontmode-depth]
|
||||
.nr reg-Rd 1
|
||||
.while (\n[reg-Rd] <= \n[fontmode-depth]) \{\
|
||||
.tm fontmode-font-stack\n[reg-Rd] == `\n[fontmode-font-stack\n[reg-Rd]]'
|
||||
.tm fontmode-size-stack\n[reg-Rd] == `\n[fontmode-size-stack\n[reg-Rd]]'
|
||||
.nr reg-Rd +1
|
||||
.\}
|
||||
.tm list-depth == \n[list-depth]
|
||||
.nr reg-Rd 1
|
||||
.while (\n[reg-Rd] <= \n[list-depth]) \{\
|
||||
.tm list-type-stack\n[reg-Rd] == `\*[list-type-stack\n[reg-Rd]]'
|
||||
.tm list-have-indent-stack\n[reg-Rd] == \n[list-have-indent-stack\n[reg-Rd]]
|
||||
.tm list-indent-stack\n[reg-Rd] == \n[list-indent-stack\n[reg-Rd]]
|
||||
.tm compact-list-stack\n[reg-Rd] == \n[compact-list-stack\n[reg-Rd]]
|
||||
.tm tag-prefix-stack\n[reg-Rd] == `\*[tag-prefix-stack\n[reg-Rd]]'
|
||||
.tm tag-width-stack\n[reg-Rd] == `\*[tag-width-stack\n[reg-Rd]]'
|
||||
.tm list-offset-stack\n[reg-Rd] == \n[list-offset-stack\n[reg-Rd]]
|
||||
.tm enum-list-count-stack\n[reg-Rd] == \n[enum-list-count-stack\n[reg-Rd]]
|
||||
.nr reg-Rd +1
|
||||
.\}
|
||||
.tm saved-Pa-font == `\*[saved-Pa-font]'
|
||||
.tm curr-type == \n[curr-type]
|
||||
.tm curr-arg == `\*[curr-arg]'
|
||||
.tm diag-list-input-line-count == \n[diag-list-input-line-count]
|
||||
.tm num-columns == \n[num-columns]
|
||||
.tm column-indent-width == \n[column-indent-width]
|
||||
.tm is-func == \n[is-func]
|
||||
.tm have-old-func == \n[have-old-func]
|
||||
.tm func-arg-count == \n[func-arg-count]
|
||||
.tm func-arg == `\*[func-arg]'
|
||||
.tm num-func-args == \n[num-func-args]
|
||||
.tm func-args-processed == \n[func-args-processed]
|
||||
.tm have-func == \n[have-func]
|
||||
.tm is-reference == \n[is-reference]
|
||||
.tm reference-count == \n[reference-count]
|
||||
.tm author-count == \n[author-count]
|
||||
.nr reg-Rd 0
|
||||
.while (\n[reg-Rd] <= \n[author-count]) \{\
|
||||
.tm author-name\n[reg-Rd] == `\*[author-name\n[reg-Rd]]'
|
||||
.nr reg-Rd +1
|
||||
.\}
|
||||
.tm book-count == \n[book-count]
|
||||
.tm book-name == `\*[book-name]'
|
||||
.tm date-count == \n[date-count]
|
||||
.tm date == `\*[date]'
|
||||
.tm publisher-count == \n[publisher-count]
|
||||
.tm publisher-name == `\*[publisher-name]'
|
||||
.tm journal-count == \n[journal-count]
|
||||
.tm journal-name == `\*[journal-name]'
|
||||
.tm issue-count == \n[issue-count]
|
||||
.tm issue-name == `\*[issue-name]'
|
||||
.tm optional-count == \n[optional-count]
|
||||
.tm optional-string == `\*[optional-string]'
|
||||
.tm page-number-count == \n[page-number-count]
|
||||
.tm page-number-string == `\*[page-number-string]'
|
||||
.tm corporate-count == \n[corporate-count]
|
||||
.tm corporate-name == `\*[corporate-name]'
|
||||
.tm report-count == \n[report-count]
|
||||
.tm report-name == `\*[report-name]'
|
||||
.tm reference-title-count == \n[reference-title-count]
|
||||
.tm reference-title-name == `\*[reference-title-name]'
|
||||
.tm reference-title-name-for-book == `\*[reference-title-name-for-book]'
|
||||
.tm volume-count == \n[volume-count]
|
||||
.tm volume-name == `\*[volume-name]'
|
||||
.tm have-author == \n[have-author]
|
||||
.tm document-title == `\*[document-title]'
|
||||
.tm volume == `\*[volume]'
|
||||
.tm section == `\*[section]'
|
||||
.tm operating-system == `\*[operating-system]'
|
||||
.tm date-string == `\*[date-string]'
|
||||
.tm header-space == \n[header-space]
|
||||
.tm footer-space == \n[footer-space]
|
||||
.tm display-vertical == \n[display-vertical]
|
||||
.tm header-string == `\*[header-string]'
|
||||
.tm in-synopsis-section == \n[in-synopsis-section]
|
||||
.tm in-library-section == \n[in-library-section]
|
||||
.tm in-see-also-section == \n[in-see-also-section]
|
||||
.tm in-files-section == \n[in-files-section]
|
||||
.tm in-authors-section == \n[in-authors-section]
|
||||
.tm END OF GLOBAL REGISTER DUMP
|
||||
..
|
||||
.ec
|
@ -1,206 +0,0 @@
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. [Deleted. See
|
||||
.\" ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change]
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)doc-ditroff 8.1 (Berkeley) 06/08/93
|
||||
.\"
|
||||
.eo
|
||||
.if !r D .nr D 0
|
||||
.if !r cR .nr cR 0
|
||||
.if !r S .nr S 10
|
||||
.ec
|
||||
.ie (\n[S] == 11) \{\
|
||||
.ps 10.95z
|
||||
.vs 13.6p
|
||||
.\}
|
||||
.el \{ .ie (\n[S] == 12) \{\
|
||||
.ps 12z
|
||||
.vs 14.5p
|
||||
.\}
|
||||
.el \{\
|
||||
.ps 10z
|
||||
.vs 12p
|
||||
.\}\}
|
||||
.ds caption-font \f[R]\s[\n[.ps]u]
|
||||
.ds caption-font2 \f[R]\s[\n[.ps]u]
|
||||
.ds Ad-font \f[I]\s[\n[.ps]u]
|
||||
.ds Ar-font \f[CO]\s[\n[.ps]u]
|
||||
.ds Cm-font \f[CB]\s[\n[.ps]u]
|
||||
.ds Em-font \f[I]\s[\n[.ps]u]
|
||||
.ds Er-font \f[C]\s[\n[.ps]u]
|
||||
.ds Ev-font \f[C]\s[\n[.ps]u]
|
||||
.ds Fa-font \f[CO]\s[\n[.ps]u]
|
||||
.ds Fd-font \f[CB]\s[\n[.ps]u]
|
||||
.ds Fl-font \f[CB]\s[\n[.ps]u]
|
||||
.ds Fn-font \f[CB]\s[\n[.ps]u]
|
||||
.ds Ft-font \f[CO]\s[\n[.ps]u]
|
||||
.ds Ic-font \f[CB]\s[\n[.ps]u]
|
||||
.ds Li-font \f[C]
|
||||
.ds Me-font \f[B]\s[\n[.ps]u]
|
||||
.ds Nm-font \f[CB]\s[\n[.ps]u]
|
||||
.ds No-font \f[R]\s[\n[.ps]u]
|
||||
.ds Pa-font \f[C]\s[\n[.ps]u]
|
||||
.ds Sh-font \f[B]\s[\n[.ps]u]
|
||||
.ds Sy-font \f[B]\s[\n[.ps]u]
|
||||
.ds Sx-font \f[B]\s[\n[.ps]u]
|
||||
.ds Tn-font-shape \f[R]
|
||||
\# XXX: adapt to discrete LaTeX font sizes
|
||||
.ds Tn-font-size \s[(\n[.ps]u - 1z)]
|
||||
.ds Va-font \f[I]\s[\n[.ps]u]
|
||||
.ds Xr-font \f[C]\s[\n[.ps]u]
|
||||
.ds left-parenthesis \f[R]\|(\|\f[]\s[\n[.ps]u]
|
||||
.ds right-parenthesis \f[R]\|)\|\f[]\s[\n[.ps]u]
|
||||
.ds lp \f[R](\f[]\s[\n[.ps]u]
|
||||
.ds rp \f[R])\f[]\s[\n[.ps]u]
|
||||
.ds left-bracket \f[R]\^[\^\f[]\s[\n[.ps]u]
|
||||
.ds right-bracket \f[R]\^]\f[]\s[\n[.ps]u]
|
||||
.tr *\[**]
|
||||
.nr subheader-indent (\w\f[C],u * 5u)
|
||||
.nr paragraph-space .5v
|
||||
.nr digit-width \w'\0'u
|
||||
.nr fixed-width \w\f[C]0
|
||||
.eo
|
||||
.nr header-space .5i
|
||||
.nr footer-space .5i
|
||||
.nr display-vertical 0
|
||||
.de setup-page-layout
|
||||
.ie r LL \
|
||||
.ll \n[LL]u
|
||||
.el \
|
||||
.ll 6.5i
|
||||
.ie r LT \
|
||||
.lt \n[LT]u
|
||||
.el \
|
||||
.lt 6.5i
|
||||
.po 1i
|
||||
.nr display-vertical .5v
|
||||
..
|
||||
.ds left-singlequote \[oq]
|
||||
.ds right-singlequote \[cq]
|
||||
.ds <= \[<=]
|
||||
.ds >= \[>=]
|
||||
.ds Lq \[lq]
|
||||
.ds Rq \[rq]
|
||||
.ds ua \[ua]
|
||||
.ds aa \[aa]
|
||||
.ds ga \[ga]
|
||||
.ds q \[dq]
|
||||
.ds Pi \[*p]
|
||||
.ds Ne \[!=]
|
||||
.ds Le \[<=]
|
||||
.ds Ge \[>=]
|
||||
.ds Lt <
|
||||
.ds Gt >
|
||||
.ds Pm \[+-]
|
||||
.ds If \[if]
|
||||
.ds Na \f[I]NaN\f[]
|
||||
.ds Ba \f[R]|\f[]
|
||||
.ds Am &
|
||||
.ds header-string
|
||||
.de setup-header
|
||||
.ds header-string "\*[document-title]
|
||||
.if !"\*[section]"Null" \
|
||||
.as header-string \|(\*[section])
|
||||
.wh 0 header
|
||||
.wh -1.25i footer
|
||||
.br
|
||||
.e@ end-macro
|
||||
..
|
||||
.de get-width
|
||||
.nr width \w\f[C]\$1
|
||||
.ie (\n[width] >= \n[fixed-width]) \{\
|
||||
.ie (\n[width] % \n[fixed-width]) \
|
||||
.nr width ((\n[width] / \n[fixed-width]) + 1)
|
||||
.el \
|
||||
.nr width (\n[width] / \n[fixed-width])
|
||||
.\}
|
||||
.el \{\
|
||||
.ie \n[width] \
|
||||
.nr width 1
|
||||
.el \
|
||||
.nr width 0
|
||||
.\}
|
||||
..
|
||||
.de get-arg-width
|
||||
.nr width \w\f[C]\*[arg\$1]
|
||||
.ie (\n[width] >= \n[fixed-width]) \{\
|
||||
.ie (\n[width] % \n[fixed-width]) \
|
||||
.nr width ((\n[width] / \n[fixed-width]) + 1)
|
||||
.el \
|
||||
.nr width (\n[width] / \n[fixed-width])
|
||||
.\}
|
||||
.el \{\
|
||||
.ie \n[width] \
|
||||
.nr width 1
|
||||
.el \
|
||||
.nr width 0
|
||||
.\}
|
||||
..
|
||||
.de Ql
|
||||
.if !\n[arg-limit] \{\
|
||||
.ie \n[.$] \{\
|
||||
.ds macro-name Ql
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.el \
|
||||
.tm Usage: .Ql argument ... (#\n[.c])
|
||||
.\}
|
||||
.nr reg-Ql (\n[arg-ptr] + 1)
|
||||
.get-arg-width \n[reg-Ql]
|
||||
.nr reg-Ql +1
|
||||
.if (\n[arg-limit] >= \n[reg-Ql]) \
|
||||
.if (\n[type\n[reg-Ql]] == 2) \
|
||||
.nr width 3
|
||||
.ie (\n[width] > 2) \
|
||||
.Li
|
||||
.el \{\
|
||||
.ie \n[arg-ptr] \{\
|
||||
.ds arg\n[arg-ptr] Li
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.el \{\
|
||||
.nr reg-Ql \n[arg-limit]
|
||||
.nr reg-Ql1 (\n[arg-limit] + 1)
|
||||
.while \n[reg-Ql] \{\
|
||||
.rn arg\n[reg-Ql] arg\n[reg-Ql1]
|
||||
.rnn type\n[reg-Ql] type\n[reg-Ql1]
|
||||
.rn space\n[reg-Ql] space\n[reg-Ql1]
|
||||
.nr reg-Ql -1
|
||||
.nr reg-Ql1 -1
|
||||
.\}
|
||||
.ds arg1 Li
|
||||
.nr type1 1
|
||||
.ds space1
|
||||
.nr arg-limit +1
|
||||
.\}
|
||||
.ds quote-left "\*[left-singlequote]
|
||||
.ds quote-right "\*[right-singlequote]
|
||||
.enclose-string
|
||||
.\}
|
||||
..
|
||||
.ec
|
@ -1,169 +0,0 @@
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. [Deleted. See
|
||||
.\" ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change]
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)doc-nroff 8.1 (Berkeley) 06/08/93
|
||||
.\"
|
||||
.eo
|
||||
.if !r D .nr D 0
|
||||
.if !r cR .nr cR 1
|
||||
.nr S 10
|
||||
.ds caption-font \f[R]
|
||||
.ds caption-font2 \f[R]
|
||||
.ds Ad-font \f[I]
|
||||
.ds Ar-font \f[I]
|
||||
.ds Cm-font \f[B]
|
||||
.ds Em-font \f[I]
|
||||
.ds Er-font \f[R]
|
||||
.ds Ev-font \f[R]
|
||||
.ds Fa-font \f[I]
|
||||
.ds Fd-font \f[B]
|
||||
.ds Fl-font \f[B]
|
||||
.ds Fn-font \f[B]
|
||||
.ds Ft-font \f[I]
|
||||
.ds Ic-font \f[B]
|
||||
.ds Li-font \f[R]
|
||||
.ds Me-font \f[B]
|
||||
.ds Nm-font \f[B]
|
||||
.ds No-font \f[R]
|
||||
.ds Pa-font \f[I]
|
||||
.ds Sh-font \f[B]
|
||||
.ds Sy-font \f[B]
|
||||
.ds Sx-font \f[I]
|
||||
.ds Tn-font-shape \f[R]
|
||||
.ds Tn-font-size
|
||||
.ds Va-font \f[I]
|
||||
.ds Xr-font \f[R]
|
||||
.ds left-parenthesis \f[R](\f[]
|
||||
.ds right-parenthesis \f[R])\f[]
|
||||
.ds lp \f[R](\f[]
|
||||
.ds rp \f[R])\f[]
|
||||
.ds left-bracket \f[R][\f[]
|
||||
.ds right-bracket \f[R]]\f[]
|
||||
.nr subheader-indent .5i
|
||||
.nr paragraph-space 1v
|
||||
.ec
|
||||
.nr digit-width \w'\0\0'u
|
||||
.nr fixed-width \w'0'
|
||||
.eo
|
||||
.nr header-space 0.5i
|
||||
.nr footer-space 0.5i
|
||||
.nr display-vertical 0
|
||||
.de setup-page-layout
|
||||
.ie r LL \
|
||||
.ll \n[LL]u
|
||||
.el \
|
||||
.ll 78n
|
||||
.ie r LT \
|
||||
.lt \n[LT]u
|
||||
.el \
|
||||
.lt 78n
|
||||
.po 0i
|
||||
.nr display-vertical 1v
|
||||
.ad l
|
||||
.na
|
||||
..
|
||||
.ec
|
||||
.ds left-singlequote \[oq]
|
||||
.ds right-singlequote \[cq]
|
||||
.ds <= \[<=]
|
||||
.ds >= \[>=]
|
||||
.ds aa \[aa]
|
||||
.ds ga \[ga]
|
||||
.ds q \[dq]
|
||||
.ds Ne \[!=]
|
||||
.ds Le \[<=]
|
||||
.ds Ge \[>=]
|
||||
.ds Lt <
|
||||
.ds Gt >
|
||||
.ds Pm \[+-]
|
||||
.ds Na \f[I]NaN\f[]
|
||||
.ds Ba \f[R]|\f[]
|
||||
.ds Am &
|
||||
.ie '\*[.T]'utf8' \{\
|
||||
.ds Rq \[rq]
|
||||
.ds Lq \[lq]
|
||||
.ds ua \[ua]
|
||||
.ds Pi \[*p]
|
||||
.ds If \[if]
|
||||
.\}
|
||||
.el \{\
|
||||
.ds Rq ''
|
||||
.ds Lq ``
|
||||
.ds ua ^
|
||||
.ds Pi pi
|
||||
.ds If infinity
|
||||
.\}
|
||||
.eo
|
||||
.ds header-string
|
||||
.de setup-header
|
||||
.ds header-string "\*[document-title]
|
||||
.if !"\*[section]"Null" \
|
||||
.as header-string (\*[section])
|
||||
.ie \n[cR] \
|
||||
.header
|
||||
.el \{\
|
||||
.wh 0 header
|
||||
.wh -1.167i footer
|
||||
.\}
|
||||
.e@ end-macro
|
||||
..
|
||||
.de get-width
|
||||
.nr width \w\$1
|
||||
.ie (\n[width] >= \n[fixed-width]) \{\
|
||||
.ie (\n[width] % \n[fixed-width]) \
|
||||
.nr width ((\n[width] / \n[fixed-width]) + 1)
|
||||
.el \
|
||||
.nr width (\n[width] / \n[fixed-width])
|
||||
.\}
|
||||
.el \
|
||||
.nr width 0
|
||||
..
|
||||
.de get-arg-width
|
||||
.nr width \w\*[arg\$1]
|
||||
.ie (\n[width] >= \n[fixed-width]) \{\
|
||||
.ie (\n[width] % \n[fixed-width]) \
|
||||
.nr width ((\n[width] / \n[fixed-width]) + 1)
|
||||
.el \
|
||||
.nr width (\n[width] / \n[fixed-width])
|
||||
.\}
|
||||
.el \
|
||||
.nr width 0
|
||||
..
|
||||
.de Ql
|
||||
.if !\n[arg-limit] \{\
|
||||
.ie \n[.$] \
|
||||
.ds macro-name Ql
|
||||
.el \
|
||||
.tm Usage: .Ql argument ... (#\n[.c])
|
||||
.\}
|
||||
.ds quote-left "\*[left-singlequote]
|
||||
.ds quote-right "\*[right-singlequote]
|
||||
.enclose-string \$@
|
||||
..
|
||||
.ec
|
@ -1,530 +0,0 @@
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. [Deleted. See
|
||||
.\" ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change]
|
||||
.\" 4. Neither the name of the University nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)doc-syms 8.1 (Berkeley) 06/08/93
|
||||
.\"
|
||||
.eo
|
||||
.de Ux
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-Ux \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.if !\n[arg-limit] \
|
||||
.if \n[.$] \{\
|
||||
.ds macro-name Ux
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] \*[Tn-font-size]UNIX\*[str-Ux]
|
||||
.nr type\n[arg-ptr] 2
|
||||
.ds space\n[arg-ptr] "\*[space]
|
||||
.nr num-args (\n[arg-limit] - \n[arg-ptr])
|
||||
.nr arg-limit \n[arg-ptr]
|
||||
.if \n[num-args] \
|
||||
.parse-space-vector
|
||||
.print-recursive
|
||||
..
|
||||
.ds str-Bx-Reno \-Reno
|
||||
.ds str-Bx-reno \-Reno
|
||||
.ds str-Bx-Tahoe \-Tahoe
|
||||
.ds str-Bx-tahoe \-Tahoe
|
||||
.ds str-Bx-Lite \-Lite
|
||||
.ds str-Bx-lite \-Lite
|
||||
.ds str-Bx-Lite2 \-Lite2
|
||||
.ds str-Bx-lite2 \-Lite2
|
||||
.de Bx
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-Bx \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ds str-Bx1 \*[Tn-font-size]BSD\*[str-Bx]
|
||||
.if !\n[arg-limit] \
|
||||
.if \n[.$] \{\
|
||||
.ds macro-name Bx
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.if (\n[arg-limit] > \n[arg-ptr]) \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \{\
|
||||
.ie "\*[arg\n[arg-ptr]]"-alpha" \
|
||||
.as str-Bx1 " (currently in alpha test)
|
||||
.el \{ .ie "\*[arg\n[arg-ptr]]"-beta" \
|
||||
.as str-Bx1 " (currently in beta test)
|
||||
.el \{ .ie "\*[arg\n[arg-ptr]]"-devel" \
|
||||
.as str-Bx1 " (currently under development)
|
||||
.el \{\
|
||||
.ds str-Bx1 \&\*[arg\n[arg-ptr]]\^\*[Tn-font-size]
|
||||
.as str-Bx1 BSD\*[str-Bx]
|
||||
.if (\n[arg-limit] > \n[arg-ptr]) \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \{\
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \{\
|
||||
.ie d str-Bx-\*[arg\n[arg-ptr]] \
|
||||
.as str-Bx1 "\*[str-Bx-\*[arg\n[arg-ptr]]]
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}\}\}\}\}
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] "\*[str-Bx1]
|
||||
.nr type\n[arg-ptr] 2
|
||||
.ds space\n[arg-ptr] "\*[space]
|
||||
.nr num-args (\n[arg-limit] - \n[arg-ptr])
|
||||
.nr arg-limit \n[arg-ptr]
|
||||
.if \n[num-args] \
|
||||
.parse-space-vector
|
||||
.print-recursive
|
||||
..
|
||||
.de Ud
|
||||
.nop \¤tly under development.
|
||||
..
|
||||
.ds str-At-32v \&Version\~32V
|
||||
.as str-At-32v " \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.ds str-At-v1 \&Version\~1
|
||||
.as str-At-v1 " \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.ds str-At-v2 \&Version\~2
|
||||
.as str-At-v2 " \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.ds str-At-v3 \&Version\~3
|
||||
.as str-At-v3 " \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.ds str-At-v4 \&Version\~4
|
||||
.as str-At-v4 " \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.ds str-At-v5 \&Version\~5
|
||||
.as str-At-v5 " \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.ds str-At-v6 \&Version\~6
|
||||
.as str-At-v6 " \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.ds str-At-v7 \&Version\~7
|
||||
.as str-At-v7 " \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.ds str-At-V \*[Tn-font-size]AT&T\*[str-At] System\~V
|
||||
.as str-At-V " \*[Tn-font-size]UNIX\*[str-At]
|
||||
.ds str-At-V.1 \*[Tn-font-size]AT&T\*[str-At] System\~V Release\~1
|
||||
.as str-At-V.1 " \*[Tn-font-size]UNIX\*[str-At]
|
||||
.ds str-At-V.2 \*[Tn-font-size]AT&T\*[str-At] System\~V Release\~2
|
||||
.as str-At-V.2 " \*[Tn-font-size]UNIX\*[str-At]
|
||||
.ds str-At-V.3 \*[Tn-font-size]AT&T\*[str-At] System\~V Release\~3
|
||||
.as str-At-V.3 " \*[Tn-font-size]UNIX\*[str-At]
|
||||
.ds str-At-V.4 \*[Tn-font-size]AT&T\*[str-At] System\~V Release\~4
|
||||
.as str-At-V.4 " \*[Tn-font-size]UNIX\*[str-At]
|
||||
.de At
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-At \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ds str-At1 \*[Tn-font-size]AT&T UNIX\*[str-At]
|
||||
.if !\n[arg-limit] \
|
||||
.if \n[.$] \{\
|
||||
.ds macro-name At
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.if (\n[arg-limit] > \n[arg-ptr]) \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \{\
|
||||
.ie \A\*[arg\n[arg-ptr]] \{\
|
||||
.ie d str-At-\*[arg\n[arg-ptr]] \
|
||||
.ds str-At1 "\*[str-At-\*[arg\n[arg-ptr]]]
|
||||
.el \{\
|
||||
.tmc mdoc warning: .At: Unknown AT&T UNIX version
|
||||
.tm1 " `\*[arg\n[arg-ptr]]' (#\n[.c])
|
||||
.nr arg-ptr -1
|
||||
.\}\}
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] "\*[str-At1]
|
||||
.nr type\n[arg-ptr] 2
|
||||
.ds space\n[arg-ptr] "\*[space]
|
||||
.nr num-args (\n[arg-limit] - \n[arg-ptr])
|
||||
.nr arg-limit \n[arg-ptr]
|
||||
.if \n[num-args] \
|
||||
.parse-space-vector
|
||||
.print-recursive
|
||||
..
|
||||
.de Dx
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-Dx \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ds str-Dx1 \*[Tn-font-size]\%DragonFly\*[str-Dx]
|
||||
.if !\n[arg-limit] \
|
||||
.if \n[.$] \{\
|
||||
.ds macro-name Dx
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.if (\n[arg-limit] > \n[arg-ptr]) \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \{\
|
||||
.ie \A\*[arg\n[arg-ptr]] \{\
|
||||
.ie d operating-system-DragonFly-\*[arg\n[arg-ptr]] \
|
||||
.as str-Dx1 \~\*[operating-system-DragonFly-\*[arg\n[arg-ptr]]]
|
||||
.el \{\
|
||||
.tmc mdoc warning: .Dx: Unknown DragonFly version
|
||||
.tm1 " `\*[arg\n[arg-ptr]]' (#\n[.c])
|
||||
.as str-Dx1 \~\*[arg\n[arg-ptr]]
|
||||
.\}\}
|
||||
.el \
|
||||
.as str-Dx1 \~\*[arg\n[arg-ptr]]
|
||||
.\}
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] "\*[str-Dx1]
|
||||
.nr type\n[arg-ptr] 2
|
||||
.ds space\n[arg-ptr] "\*[space]
|
||||
.nr num-args (\n[arg-limit] - \n[arg-ptr])
|
||||
.nr arg-limit \n[arg-ptr]
|
||||
.if \n[num-args] \
|
||||
.parse-space-vector
|
||||
.print-recursive
|
||||
..
|
||||
.de Fx
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-Fx \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ds str-Fx1 \*[Tn-font-size]\%FreeBSD\*[str-Fx]
|
||||
.if !\n[arg-limit] \
|
||||
.if \n[.$] \{\
|
||||
.ds macro-name Fx
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.if (\n[arg-limit] > \n[arg-ptr]) \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \{\
|
||||
.ie \A\*[arg\n[arg-ptr]] \{\
|
||||
.ie d operating-system-FreeBSD-\*[arg\n[arg-ptr]] \
|
||||
.as str-Fx1 \~\*[operating-system-FreeBSD-\*[arg\n[arg-ptr]]]
|
||||
.el \{\
|
||||
.tmc mdoc warning: .Fx: Unknown FreeBSD version
|
||||
.tm1 " `\*[arg\n[arg-ptr]]' (#\n[.c])
|
||||
.as str-Fx1 \~\*[arg\n[arg-ptr]]
|
||||
.\}\}
|
||||
.el \
|
||||
.as str-Fx1 \~\*[arg\n[arg-ptr]]
|
||||
.\}
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] "\*[str-Fx1]
|
||||
.nr type\n[arg-ptr] 2
|
||||
.ds space\n[arg-ptr] "\*[space]
|
||||
.nr num-args (\n[arg-limit] - \n[arg-ptr])
|
||||
.nr arg-limit \n[arg-ptr]
|
||||
.if \n[num-args] \
|
||||
.parse-space-vector
|
||||
.print-recursive
|
||||
..
|
||||
.de Nx
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-Nx \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ds str-Nx1 \*[Tn-font-size]\%N\s[\n[curr-size]u]et
|
||||
.as str-Nx1 \*[Tn-font-size]BSD\*[str-Nx]
|
||||
.if !\n[arg-limit] \
|
||||
.if \n[.$] \{\
|
||||
.ds macro-name Nx
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.if (\n[arg-limit] > \n[arg-ptr]) \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \{\
|
||||
.ie \A\*[arg\n[arg-ptr]] \{\
|
||||
.ie d operating-system-NetBSD-\*[arg\n[arg-ptr]] \
|
||||
.as str-Nx1 \~\*[operating-system-NetBSD-\*[arg\n[arg-ptr]]]
|
||||
.el \{\
|
||||
.tmc mdoc warning: .Nx: Unknown NetBSD version
|
||||
.tm1 " `\*[arg\n[arg-ptr]]' (#\n[.c])
|
||||
.as str-Nx1 \~\*[arg\n[arg-ptr]]
|
||||
.\}\}
|
||||
.el \
|
||||
.as str-Nx1 \~\*[arg\n[arg-ptr]]
|
||||
.\}
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] "\*[str-Nx1]
|
||||
.nr type\n[arg-ptr] 2
|
||||
.ds space\n[arg-ptr] "\*[space]
|
||||
.nr num-args (\n[arg-limit] - \n[arg-ptr])
|
||||
.nr arg-limit \n[arg-ptr]
|
||||
.if \n[num-args] \
|
||||
.parse-space-vector
|
||||
.print-recursive
|
||||
..
|
||||
.de Ox
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-Ox \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ds str-Ox1 \*[Tn-font-size]\%OpenBSD\*[str-Ox]
|
||||
.if !\n[arg-limit] \
|
||||
.if \n[.$] \{\
|
||||
.ds macro-name Ox
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.if (\n[arg-limit] > \n[arg-ptr]) \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \
|
||||
.as str-Ox1 \~\*[arg\n[arg-ptr]]
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] "\*[str-Ox1]
|
||||
.nr type\n[arg-ptr] 2
|
||||
.ds space\n[arg-ptr] "\*[space]
|
||||
.nr num-args (\n[arg-limit] - \n[arg-ptr])
|
||||
.nr arg-limit \n[arg-ptr]
|
||||
.if \n[num-args] \
|
||||
.parse-space-vector
|
||||
.print-recursive
|
||||
..
|
||||
.de Bsx
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-Bsx \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ds str-Bsx1 \*[Tn-font-size]BSD/OS\*[str-Bsx]
|
||||
.if !\n[arg-limit] \
|
||||
.if \n[.$] \{\
|
||||
.ds macro-name Bsx
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.if (\n[arg-limit] > \n[arg-ptr]) \{\
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[type\n[arg-ptr]] == 2) \
|
||||
.as str-Bsx1 \~\*[arg\n[arg-ptr]]
|
||||
.el \
|
||||
.nr arg-ptr -1
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] "\*[str-Bsx1]
|
||||
.nr type\n[arg-ptr] 2
|
||||
.ds space\n[arg-ptr] "\*[space]
|
||||
.nr num-args (\n[arg-limit] - \n[arg-ptr])
|
||||
.nr arg-limit \n[arg-ptr]
|
||||
.if \n[num-args] \
|
||||
.parse-space-vector
|
||||
.print-recursive
|
||||
..
|
||||
.de Bt
|
||||
.nop \&is currently in beta test.
|
||||
..
|
||||
.ds Px \*[Tn-font-size]\%POSIX
|
||||
.ds Ai \*[Tn-font-size]\%ANSI
|
||||
.ds str-St--ansiC-89 \*[Ai] \*[str-St]X\^3.159-1989
|
||||
.as str-St--ansiC-89 " (\*[Lq]\)\*[Ai]\~C89\*[str-St]\*[Rq])
|
||||
.als str-St--ansiC str-St--ansiC-89
|
||||
.ds str-St--isoC \*[Tn-font-size]ISO/IEC\*[str-St] 9899:1990
|
||||
.as str-St--isoC " (\*[Lq]\*[Tn-font-size]ISO\~C\^90\*[str-St]\*[Rq])
|
||||
.als str-St--isoC-90 str-St--isoC
|
||||
.ds str-St--isoC-99 \*[Tn-font-size]ISO/IEC\*[str-St] 9899:1999
|
||||
.as str-St--isoC-99 " (\*[Lq]\*[Tn-font-size]ISO\~C\^99\*[str-St]\*[Rq])
|
||||
.ds str-St--isoC-2011 \*[Tn-font-size]ISO/IEC\*[str-St] 9899:2011
|
||||
.as str-St--isoC-2011 " (\*[Lq]\*[Tn-font-size]ISO\~C\^11\*[str-St]\*[Rq])
|
||||
.ds str-St--isoC-amd1 \*[Tn-font-size]ISO/IEC\*[str-St] 9899/AMD1:1995
|
||||
.as str-St--isoC-amd1 " (\*[Lq]\*[Tn-font-size]ISO\~C\^90\*[str-St], Amendment 1\*[Rq])
|
||||
.ds str-St--isoC-tcor1 \*[Tn-font-size]ISO/IEC\*[str-St] 9899/TCOR1:1994
|
||||
.as str-St--isoC-tcor1 " (\*[Lq]\*[Tn-font-size]ISO\~C\^90\*[str-St], Technical Corrigendum 1\*[Rq])
|
||||
.ds str-St--isoC-tcor2 \*[Tn-font-size]ISO/IEC\*[str-St] 9899/TCOR2:1995
|
||||
.as str-St--isoC-tcor2 " (\*[Lq]\*[Tn-font-size]ISO\~C\^90\*[str-St], Technical Corrigendum 2\*[Rq])
|
||||
.ds str-St--p1003.1 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1
|
||||
.as str-St--p1003.1 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.ds str-St--p1003.1-88 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1-1988
|
||||
.as str-St--p1003.1-88 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.ds str-St--p1003.1-90 \*[Tn-font-size]ISO/IEC\*[str-St] 9945-1:1990
|
||||
.as str-St--p1003.1-90 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.als str-St--iso9945-1-90 str-St--p1003.1-90
|
||||
.ds str-St--p1003.1b-93 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1b-1993
|
||||
.as str-St--p1003.1b-93 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.ds str-St--p1003.1c-95 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1c-1995
|
||||
.as str-St--p1003.1c-95 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.ds str-St--p1003.1i-95 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1i-1995
|
||||
.as str-St--p1003.1i-95 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.ds str-St--p1003.1-96 \*[Tn-font-size]ISO/IEC\*[str-St] 9945-1:1996
|
||||
.as str-St--p1003.1-96 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.als str-St--iso9945-1-96 str-St--p1003.1-96
|
||||
.ds str-St--p1003.1g-2000 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1g-2000
|
||||
.as str-St--p1003.1g-2000 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.ds str-St--p1003.1-2001 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1-2001
|
||||
.as str-St--p1003.1-2001 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.ds str-St--p1003.1-2004 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1-2004
|
||||
.as str-St--p1003.1-2004 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
.ds str-St--p1003.1-2008 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.1-2008
|
||||
.as str-St--p1003.1-2008 " (\*[Lq]\)\*[Px]\*[str-St].1\*[Rq])
|
||||
|
||||
.ds str-St--p1003.2 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.2
|
||||
.as str-St--p1003.2 " (\*[Lq]\)\*[Px]\*[str-St].2\*[Rq])
|
||||
.ds str-St--p1003.2-92 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.2-1992
|
||||
.as str-St--p1003.2-92 " (\*[Lq]\)\*[Px]\*[str-St].2\*[Rq])
|
||||
.ds str-St--p1003.2a-92 \*[Tn-font-size]\%IEEE\*[str-St] Std 1003.2a-1992
|
||||
.as str-St--p1003.2a-92 " (\*[Lq]\)\*[Px]\*[str-St].2\*[Rq])
|
||||
.ds str-St--iso9945-2-93 \*[Tn-font-size]ISO/IEC\*[str-St] 9945-2:1993
|
||||
.as str-St--iso9945-2-93 " (\*[Lq]\)\*[Px]\*[str-St].2\*[Rq])
|
||||
.ds str-St--susv2 Version\~2 of the Single \*[Tn-font-size]UNIX\*[str-St] Specification
|
||||
.as str-St--susv2 " (\*[Lq]\*[Tn-font-size]SUSv2\*[str-St]\*[Rq])
|
||||
.ds str-St--susv3 Version\~3 of the Single \*[Tn-font-size]UNIX\*[str-St] Specification
|
||||
.as str-St--susv3 " (\*[Lq]\*[Tn-font-size]SUSv3\*[str-St]\*[Rq])
|
||||
.ds str-St--svid4 System\~V Interface Definition, Fourth Edition
|
||||
.as str-St--svid4 " (\*[Lq]\*[Tn-font-size]SVID\*[str-St]\^4\*[Rq])
|
||||
.ds str-St--xbd5 \*[Tn-font-size]X/Open\*[str-St] System Interface Definitions Issue\~5
|
||||
.as str-St--xbd5 " (\*[Lq]\*[Tn-font-size]XBD\*[str-St]\^5\*[Rq])
|
||||
.ds str-St--xcu5 \*[Tn-font-size]X/Open\*[str-St] Commands and Utilities Issue\~5
|
||||
.as str-St--xcu5 " (\*[Lq]\*[Tn-font-size]XCU\*[str-St]\^5\*[Rq])
|
||||
.ds str-St--xcurses4.2 \*[Tn-font-size]X/Open\*[str-St] Curses Issue\~4, Version\~2
|
||||
.as str-St--xcurses4.2 " (\*[Lq]\*[Tn-font-size]XCURSES\*[str-St]\^4.2\*[Rq])
|
||||
.ds str-St--xns5 \*[Tn-font-size]X/Open\*[str-St] Networking Services Issue\~5
|
||||
.as str-St--xns5 " (\*[Lq]\*[Tn-font-size]XNS\*[str-St]\^5\*[Rq])
|
||||
.ds str-St--xns5.2 \*[Tn-font-size]X/Open\*[str-St] Networking Services Issue\~5.2
|
||||
.as str-St--xns5.2 " (\*[Lq]\*[Tn-font-size]XNS\*[str-St]\^5.2\*[Rq])
|
||||
.ds str-St--xns5.2d2.0 \*[Tn-font-size]X/Open\*[str-St] Networking Services Issue\~5.2, Draft\~2.0
|
||||
.as str-St--xns5.2d2.0 " (\*[Lq]\*[Tn-font-size]XNS\*[str-St]\^5.2D2.0\*[Rq])
|
||||
.ds str-St--xpg3 \*[Tn-font-size]X/Open\*[str-St] Portability Guide Issue\~3
|
||||
.as str-St--xpg3 " (\*[Lq]\*[Tn-font-size]XPG\*[str-St]\^3\*[Rq])
|
||||
.ds str-St--xpg4 \*[Tn-font-size]X/Open\*[str-St] Portability Guide Issue\~4
|
||||
.as str-St--xpg4 " (\*[Lq]\*[Tn-font-size]XPG\*[str-St]\^4\*[Rq])
|
||||
.ds str-St--xpg4.2 \*[Tn-font-size]X/Open\*[str-St] Portability Guide Issue\~4, Version\~2
|
||||
.as str-St--xpg4.2 " (\*[Lq]\*[Tn-font-size]XPG\*[str-St]\^4.2\*[Rq])
|
||||
.ds str-St--xpg4.3 \*[Tn-font-size]X/Open\*[str-St] Portability Guide Issue\~4, Version\~3
|
||||
.as str-St--xpg4.3 " (\*[Lq]\*[Tn-font-size]XPG\*[str-St]\^4.3\*[Rq])
|
||||
.ds str-St--xsh5 \*[Tn-font-size]X/Open\*[str-St] System Interfaces and Headers Issue\~5
|
||||
.as str-St--xsh5 " (\*[Lq]\*[Tn-font-size]XSH\*[str-St]\^5\*[Rq])
|
||||
.ds str-St--ieee754 \*[Tn-font-size]\%IEEE\*[str-St] Std 754-1985
|
||||
.ds str-St--ieee1275-94 \*[Tn-font-size]\%IEEE\*[str-St] Std 1275-1994
|
||||
.as str-St--ieee1275-94 " (\*[Lq]\*[Tn-font-size]Open Firmware\*[str-St]\*[Rq])
|
||||
.ds str-St--iso8802-3 \*[Tn-font-size]ISO/IEC\*[str-St] 8802-3:1989
|
||||
.de St
|
||||
.if !\n[arg-limit] \{\
|
||||
.ie \n[.$] \{\
|
||||
.ds macro-name St
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.el \
|
||||
.St-usage
|
||||
.\}
|
||||
.if !\n[arg-limit] \
|
||||
.return
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[arg-limit] >= \n[arg-ptr]) \{\
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-St \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ds str-St1
|
||||
.ie \A\*[arg\n[arg-ptr]] \{\
|
||||
.ie d str-St-\*[arg\n[arg-ptr]] \
|
||||
.ds str-St1 "\*[str-St-\*[arg\n[arg-ptr]]]
|
||||
.el \{\
|
||||
.tmc "mdoc warning: .St: Unknown standard abbreviation
|
||||
.tm1 " `\*[arg\n[arg-ptr]]' (#\n[.c])
|
||||
.tm1 " Please refer to the groff_mdoc(7) manpage for a
|
||||
.tm1 " list of available standard abbreviations.
|
||||
.\}\}
|
||||
.el \
|
||||
.St-usage
|
||||
.ds arg\n[arg-ptr] "\*[str-St1]
|
||||
.print-recursive
|
||||
.\}
|
||||
.el \{\
|
||||
.St-usage
|
||||
.reset-args
|
||||
.\}
|
||||
..
|
||||
.de St-usage
|
||||
.tm1 "Usage: .St standard (#\n[.c])
|
||||
.tm1 " Please refer to the groff_mdoc(7) manpage for a list of
|
||||
.tm1 " available standard abbreviations.
|
||||
..
|
||||
.ds str-Lb-libarm ARM Architecture Library (libarm, \-larm)
|
||||
.ds str-Lb-libarm32 ARM32 Architecture Library (libarm32, \-larm32)
|
||||
.ds str-Lb-libbsm Basic Security Module Library (libbsm, \-lbsm)
|
||||
.ds str-Lb-libc Standard C\~Library (libc, \-lc)
|
||||
.ds str-Lb-libcdk Curses Development Kit Library (libcdk, \-lcdk)
|
||||
.ds str-Lb-libcompat Compatibility Library (libcompat, \-lcompat)
|
||||
.ds str-Lb-libcrypt Crypt Library (libcrypt, \-lcrypt)
|
||||
.ds str-Lb-libcurses Curses Library (libcurses, \-lcurses)
|
||||
.ds str-Lb-libedit Command Line Editor Library (libedit, \-ledit)
|
||||
.ds str-Lb-libevent Event Notification Library (libevent, \-levent)
|
||||
.ds str-Lb-libform Curses Form Library (libform, \-lform)
|
||||
.ds str-Lb-libi386 i386 Architecture Library (libi386, \-li386)
|
||||
.ds str-Lb-libintl Internationalized Message Handling Library (libintl, \-lintl)
|
||||
.ds str-Lb-libipsec IPsec Policy Control Library (libipsec, \-lipsec)
|
||||
.ds str-Lb-libkvm Kernel Data Access Library (libkvm, \-lkvm)
|
||||
.ds str-Lb-libm Math Library (libm, \-lm)
|
||||
.ds str-Lb-libm68k m68k Architecture Library (libm68k, \-lm68k)
|
||||
.ds str-Lb-libmagic Magic Number Recognition Library (libmagic, \-lmagic)
|
||||
.ds str-Lb-libmenu Curses Menu Library (libmenu, \-lmenu)
|
||||
.ds str-Lb-libossaudio OSS Audio Emulation Library (libossaudio, \-lossaudio)
|
||||
.ds str-Lb-libpam Pluggable Authentication Module Library (libpam, \-lpam)
|
||||
.ds str-Lb-libpcap Packet Capture Library (libpcap, \-lpcap)
|
||||
.ds str-Lb-libpci PCI Bus Access Library (libpci, \-lpci)
|
||||
.ds str-Lb-libpmc Performance Counters Library (libpmc, \-lpmc)
|
||||
.ds str-Lb-libposix \*[Px] \*[str-Lb]Compatibility Library (libposix, \-lposix)
|
||||
.ds str-Lb-libpthread \*[Px] \*[str-Lb]Threads Library (libpthread, \-lpthread)
|
||||
.ds str-Lb-libresolv DNS Resolver Library (libresolv, \-lresolv)
|
||||
.ds str-Lb-librt \*[Px] \*[str-Lb]Real-time Library (librt, \-lrt)
|
||||
.ds str-Lb-libSystem System Library (libSystem, \-lSystem)
|
||||
.ds str-Lb-libtermcap Termcap Access Library (libtermcap, \-ltermcap)
|
||||
.ds str-Lb-libusbhid USB Human Interface Devices Library (libusbhid, \-lusbhid)
|
||||
.ds str-Lb-libutil System Utilities Library (libutil, \-lutil)
|
||||
.ds str-Lb-libx86_64 x86_64 Architecture Library (libx86_64, \-lx86_64)
|
||||
.ds str-Lb-libz Compression Library (libz, \-lz)
|
||||
.de Lb
|
||||
.if !\n[arg-limit] \{\
|
||||
.ie \n[.$] \{\
|
||||
.ds macro-name Lb
|
||||
.parse-args \$@
|
||||
.\}
|
||||
.el \
|
||||
.tm Usage: .Lb library_name ... (#\n[.c])
|
||||
.\}
|
||||
.if !\n[arg-limit] \
|
||||
.return
|
||||
.nr arg-ptr +1
|
||||
.ie (\n[arg-limit] >= \n[arg-ptr]) \{\
|
||||
.nr curr-font \n[.f]
|
||||
.nr curr-size \n[.ps]
|
||||
.ds str-Lb \f[\n[curr-font]]\s[\n[curr-size]u]
|
||||
.ie d str-Lb-\*[arg\n[arg-ptr]] \
|
||||
.ds str-Lb1 "\*[str-Lb-\*[arg\n[arg-ptr]]]
|
||||
.el \{\
|
||||
.tmc "mdoc warning: .Lb: no description for library
|
||||
.tm1 " `\*[arg\n[arg-ptr]]' available (#\n[.c])
|
||||
.ds str-Lb1 library \*[Lq]\*[arg\n[arg-ptr]]\*[Rq]
|
||||
.\}
|
||||
.ds arg\n[arg-ptr] "\*[str-Lb1]
|
||||
.if \n[in-library-section] \
|
||||
.br
|
||||
.print-recursive
|
||||
.if \n[in-library-section] \
|
||||
.br
|
||||
.\}
|
||||
.el \{\
|
||||
.tm Usage: .Lb library_name ... (#\n[.c])
|
||||
.reset-args
|
||||
.\}
|
||||
..
|
||||
.ec
|
File diff suppressed because it is too large
Load Diff
@ -1,301 +0,0 @@
|
||||
This is groff, produced by makeinfo version 4.8 from ./groff.texinfo.
|
||||
|
||||
This manual documents GNU `troff' version 1.19.2.
|
||||
|
||||
Copyright (C) 1994-2000, 2001, 2002, 2003, 2004, 2005 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation License,
|
||||
Version 1.1 or any later version published by the Free Software
|
||||
Foundation; with no Invariant Sections, with the Front-Cover texts
|
||||
being `A GNU Manual," and with the Back-Cover Texts as in (a)
|
||||
below. A copy of the license is included in the section entitled
|
||||
`GNU Free Documentation License."
|
||||
|
||||
(a) The FSF's Back-Cover Text is: `You have freedom to copy and
|
||||
modify this GNU Manual, like GNU software. Copies published by
|
||||
the Free Software Foundation raise funds for GNU development."
|
||||
|
||||
INFO-DIR-SECTION Typesetting
|
||||
START-INFO-DIR-ENTRY
|
||||
* Groff: (groff). The GNU troff document formatting system.
|
||||
END-INFO-DIR-ENTRY
|
||||
|
||||
|
||||
Indirect:
|
||||
groff-1: 1019
|
||||
groff-2: 296006
|
||||
groff-3: 505206
|
||||
|
||||
Tag Table:
|
||||
(Indirect)
|
||||
Node: Top1019
|
||||
Node: Introduction2325
|
||||
Node: What Is groff?2800
|
||||
Node: What Is groff?-Footnotes4312
|
||||
Ref: What Is groff?-Footnote-14381
|
||||
Node: History4418
|
||||
Node: groff Capabilities9374
|
||||
Node: Macro Package Intro10565
|
||||
Node: Preprocessor Intro11193
|
||||
Node: Output device intro12695
|
||||
Node: Credits13165
|
||||
Node: Invoking groff13674
|
||||
Node: Groff Options14967
|
||||
Node: Environment25164
|
||||
Node: Macro Directories26996
|
||||
Node: Font Directories28327
|
||||
Node: Paper Size29973
|
||||
Node: Invocation Examples31323
|
||||
Node: Invocation Examples-Footnotes32520
|
||||
Ref: Invocation Examples-Footnote-132599
|
||||
Node: grog32832
|
||||
Node: Tutorial for Macro Users34110
|
||||
Node: Basics34531
|
||||
Node: Basics-Footnotes39351
|
||||
Ref: Basics-Footnote-139404
|
||||
Ref: Basics-Footnote-239498
|
||||
Node: Common Features39612
|
||||
Node: Paragraphs40402
|
||||
Node: Sections and Chapters41909
|
||||
Node: Headers and Footers42410
|
||||
Node: Page Layout Adjustment43292
|
||||
Node: Displays43568
|
||||
Node: Footnotes and Annotations44835
|
||||
Node: Table of Contents45503
|
||||
Node: Indices46027
|
||||
Node: Paper Formats46438
|
||||
Node: Multiple Columns46820
|
||||
Node: Font and Size Changes47079
|
||||
Node: Predefined Strings47392
|
||||
Node: Preprocessor Support47739
|
||||
Node: Configuration and Customization48304
|
||||
Node: Macro Packages48682
|
||||
Node: man49239
|
||||
Node: Man options49676
|
||||
Node: Man options-Footnotes52370
|
||||
Ref: Man options-Footnote-152433
|
||||
Node: Man usage53159
|
||||
Node: Man font macros59204
|
||||
Node: Miscellaneous man macros61036
|
||||
Node: Predefined man strings62767
|
||||
Node: Preprocessors in man pages63334
|
||||
Node: Optional man extensions63957
|
||||
Node: mdoc67957
|
||||
Node: ms68131
|
||||
Node: ms Intro68635
|
||||
Node: General ms Structure69313
|
||||
Node: General ms Structure-Footnotes71763
|
||||
Ref: General ms Structure-Footnote-171844
|
||||
Node: ms Document Control Registers71890
|
||||
Node: ms Cover Page Macros78371
|
||||
Node: ms Body Text81391
|
||||
Node: Paragraphs in ms81880
|
||||
Node: Headings in ms83594
|
||||
Node: Highlighting in ms85687
|
||||
Node: Lists in ms88278
|
||||
Node: Indentation values in ms91701
|
||||
Node: Tabstops in ms92330
|
||||
Node: ms Displays and Keeps92752
|
||||
Node: ms Insertions96706
|
||||
Node: Example multi-page table98278
|
||||
Node: ms Footnotes98734
|
||||
Node: ms Page Layout99999
|
||||
Node: ms Headers and Footers100525
|
||||
Node: ms Margins101576
|
||||
Node: ms Multiple Columns101830
|
||||
Node: ms TOC102647
|
||||
Node: ms Strings and Special Characters105379
|
||||
Node: ms Strings and Special Characters-Footnotes108189
|
||||
Ref: ms Strings and Special Characters-Footnote-1108296
|
||||
Node: Differences from AT&T ms108383
|
||||
Node: Missing ms Macros110615
|
||||
Node: Additional ms Macros111385
|
||||
Node: Naming Conventions112653
|
||||
Node: me113684
|
||||
Node: mm113847
|
||||
Node: gtroff Reference113999
|
||||
Node: Text114918
|
||||
Node: Filling and Adjusting115482
|
||||
Node: Hyphenation116204
|
||||
Node: Sentences116996
|
||||
Node: Tab Stops118146
|
||||
Node: Implicit Line Breaks119049
|
||||
Node: Input Conventions120071
|
||||
Node: Input Encodings120872
|
||||
Node: Measurements122842
|
||||
Node: Measurements-Footnotes125041
|
||||
Ref: Measurements-Footnote-1125106
|
||||
Node: Default Units125178
|
||||
Node: Expressions126233
|
||||
Node: Identifiers128963
|
||||
Node: Embedded Commands132825
|
||||
Node: Requests133577
|
||||
Node: Request and Macro Arguments135163
|
||||
Node: Request and Macro Arguments-Footnotes137653
|
||||
Ref: Request and Macro Arguments-Footnote-1137748
|
||||
Ref: Request and Macro Arguments-Footnote-2137876
|
||||
Node: Macros138230
|
||||
Node: Escapes138616
|
||||
Node: Comments141496
|
||||
Node: Comments-Footnotes144072
|
||||
Ref: Comments-Footnote-1144129
|
||||
Node: Registers144228
|
||||
Node: Setting Registers144736
|
||||
Node: Interpolating Registers147036
|
||||
Node: Auto-increment147853
|
||||
Node: Assigning Formats149403
|
||||
Node: Built-in Registers152324
|
||||
Node: Manipulating Filling and Adjusting155850
|
||||
Node: Manipulating Hyphenation164383
|
||||
Node: Manipulating Hyphenation-Footnotes175888
|
||||
Ref: Manipulating Hyphenation-Footnote-1175977
|
||||
Node: Manipulating Spacing176052
|
||||
Node: Tabs and Fields180045
|
||||
Node: Tabs and Fields-Footnotes186044
|
||||
Ref: Tabs and Fields-Footnote-1186115
|
||||
Node: Leaders186193
|
||||
Node: Leaders-Footnotes187797
|
||||
Ref: Leaders-Footnote-1187852
|
||||
Node: Fields187933
|
||||
Node: Character Translations189361
|
||||
Node: Troff and Nroff Mode198591
|
||||
Node: Line Layout200586
|
||||
Node: Line Control206522
|
||||
Node: Page Layout209194
|
||||
Node: Page Control212862
|
||||
Node: Fonts and Symbols216605
|
||||
Node: Changing Fonts217185
|
||||
Node: Font Families219319
|
||||
Node: Font Positions223890
|
||||
Node: Using Symbols227035
|
||||
Node: Using Symbols-Footnotes241744
|
||||
Ref: Using Symbols-Footnote-1241811
|
||||
Ref: Using Symbols-Footnote-2242264
|
||||
Ref: Using Symbols-Footnote-3242335
|
||||
Ref: Using Symbols-Footnote-4242574
|
||||
Node: Special Fonts242637
|
||||
Node: Artificial Fonts243822
|
||||
Node: Ligatures and Kerning249332
|
||||
Node: Sizes255358
|
||||
Node: Sizes-Footnotes256194
|
||||
Ref: Sizes-Footnote-1256245
|
||||
Node: Changing Type Sizes256657
|
||||
Node: Fractional Type Sizes262129
|
||||
Node: Strings265160
|
||||
Node: Conditionals and Loops273165
|
||||
Node: Operators in Conditionals273392
|
||||
Node: Operators in Conditionals-Footnotes276463
|
||||
Ref: Operators in Conditionals-Footnote-1276554
|
||||
Ref: Operators in Conditionals-Footnote-2276633
|
||||
Node: if-else276732
|
||||
Node: while278305
|
||||
Node: Writing Macros280692
|
||||
Node: Copy-in Mode285531
|
||||
Node: Parameters286425
|
||||
Node: Page Motions288686
|
||||
Node: Drawing Requests296006
|
||||
Node: Traps305731
|
||||
Node: Page Location Traps306343
|
||||
Node: Diversion Traps312169
|
||||
Node: Input Line Traps312784
|
||||
Node: Blank Line Traps313813
|
||||
Node: End-of-input Traps314100
|
||||
Node: Diversions314773
|
||||
Node: Environments321751
|
||||
Node: Suppressing output325621
|
||||
Node: Colors327446
|
||||
Node: I/O331019
|
||||
Node: Postprocessor Access339126
|
||||
Node: Miscellaneous340692
|
||||
Node: Miscellaneous-Footnotes346174
|
||||
Ref: Miscellaneous-Footnote-1346241
|
||||
Node: Gtroff Internals346311
|
||||
Node: Gtroff Internals-Footnotes350624
|
||||
Ref: Gtroff Internals-Footnote-1350697
|
||||
Node: Debugging350831
|
||||
Node: Warnings356659
|
||||
Node: Warnings-Footnotes359596
|
||||
Ref: Warnings-Footnote-1359653
|
||||
Node: Implementation Differences359774
|
||||
Node: Implementation Differences-Footnotes364405
|
||||
Ref: Implementation Differences-Footnote-1364498
|
||||
Node: Preprocessors364633
|
||||
Node: geqn364935
|
||||
Node: Invoking geqn365069
|
||||
Node: gtbl365175
|
||||
Node: Invoking gtbl365300
|
||||
Node: gpic365406
|
||||
Node: Invoking gpic365531
|
||||
Node: ggrn365637
|
||||
Node: Invoking ggrn365762
|
||||
Node: grap365868
|
||||
Node: grefer366144
|
||||
Node: Invoking grefer366280
|
||||
Node: gsoelim366396
|
||||
Node: Invoking gsoelim366522
|
||||
Node: Output Devices366643
|
||||
Node: Special Characters366882
|
||||
Node: grotty367051
|
||||
Node: Invoking grotty367200
|
||||
Node: grops367316
|
||||
Node: Invoking grops367475
|
||||
Node: Embedding PostScript367615
|
||||
Node: grodvi367749
|
||||
Node: Invoking grodvi367886
|
||||
Node: grolj4368002
|
||||
Node: Invoking grolj4368140
|
||||
Node: grolbp368256
|
||||
Node: Invoking grolbp368395
|
||||
Node: grohtml368511
|
||||
Node: Invoking grohtml368699
|
||||
Node: grohtml specific registers and strings368867
|
||||
Node: gxditview369744
|
||||
Node: Invoking gxditview369880
|
||||
Node: File formats370011
|
||||
Node: gtroff Output370282
|
||||
Node: gtroff Output-Footnotes372122
|
||||
Ref: gtroff Output-Footnote-1372189
|
||||
Node: Language Concepts372324
|
||||
Node: Separation373070
|
||||
Node: Argument Units375321
|
||||
Node: Document Parts376474
|
||||
Node: Command Reference377876
|
||||
Node: Comment Command378287
|
||||
Node: Simple Commands378780
|
||||
Node: Simple Commands-Footnotes384700
|
||||
Ref: Simple Commands-Footnote-1384771
|
||||
Node: Graphics Commands384832
|
||||
Node: Device Control Commands392151
|
||||
Node: Obsolete Command396199
|
||||
Node: Intermediate Output Examples397480
|
||||
Node: Output Language Compatibility400272
|
||||
Node: Font Files402328
|
||||
Node: Font Files-Footnotes402942
|
||||
Ref: Font Files-Footnote-1403003
|
||||
Node: DESC File Format403064
|
||||
Node: Font File Format407463
|
||||
Node: Font File Format-Footnotes413695
|
||||
Ref: Font File Format-Footnote-1413768
|
||||
Ref: Font File Format-Footnote-2413859
|
||||
Node: Installation414078
|
||||
Node: Copying This Manual414204
|
||||
Node: GNU Free Documentation License414442
|
||||
Node: Request Index436850
|
||||
Node: Escape Index452736
|
||||
Node: Operator Index459518
|
||||
Node: Register Index460999
|
||||
Node: Macro Index474581
|
||||
Node: String Index487458
|
||||
Node: Glyph Name Index496069
|
||||
Node: Font File Keyword Index496374
|
||||
Node: Program and File Index499417
|
||||
Node: Concept Index505206
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
||||
Local Variables:
|
||||
coding: iso-8859-1
|
||||
End:
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,111 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.TH ADDFTINFO 1 "27 June 2001" "Groff Version 1.19.2"
|
||||
.SH NAME
|
||||
addftinfo \- add information to troff font files for use with groff
|
||||
.SH SYNOPSIS
|
||||
.B addftinfo
|
||||
[
|
||||
.B \-v
|
||||
]
|
||||
[
|
||||
.BI \- param\ value\fR.\|.\|.
|
||||
]
|
||||
.I res
|
||||
.I unitwidth
|
||||
.I font
|
||||
.SH DESCRIPTION
|
||||
.B addftinfo
|
||||
reads a troff font file
|
||||
and adds some additional font-metric information
|
||||
that is used by the groff system.
|
||||
The font file with the information added is written on the
|
||||
standard output.
|
||||
The information added is guessed using
|
||||
some parametric information about the font
|
||||
and assumptions
|
||||
about the traditional troff names for characters.
|
||||
The main information added is the heights and depths of characters.
|
||||
The
|
||||
.I res
|
||||
and
|
||||
.I unitwidth
|
||||
arguments should be the same as the corresponding parameters
|
||||
in the DESC file;
|
||||
.I font
|
||||
is the name of the file describing the font;
|
||||
if
|
||||
.I font
|
||||
ends with
|
||||
.B I
|
||||
the font will be assumed to be italic.
|
||||
.SH OPTIONS
|
||||
.B \-v
|
||||
prints the version number.
|
||||
.LP
|
||||
All other options changes one of the parameters that is used
|
||||
to derive the heights and depths.
|
||||
Like the existing quantities in the font
|
||||
file, each
|
||||
.I value
|
||||
is in
|
||||
.RI inches/ res
|
||||
for a font whose point size is
|
||||
.IR unitwidth .
|
||||
.I param
|
||||
must be one of:
|
||||
.TP
|
||||
.B x-height
|
||||
The height of lowercase letters without ascenders such as x.
|
||||
.TP
|
||||
.B fig-height
|
||||
The height of figures (digits).
|
||||
.TP
|
||||
.B asc-height
|
||||
The height of characters with ascenders, such as b, d or l.
|
||||
.TP
|
||||
.B body-height
|
||||
The height of characters such as parentheses.
|
||||
.TP
|
||||
.B cap-height
|
||||
The height of uppercase letters such as A.
|
||||
.TP
|
||||
.B comma-depth
|
||||
The depth of a comma.
|
||||
.TP
|
||||
.B desc-depth
|
||||
The depth of characters with descenders, such as p,q, or y.
|
||||
.TP
|
||||
.B body-depth
|
||||
The depth of characters such as parentheses.
|
||||
.LP
|
||||
.B addftinfo
|
||||
makes no attempt to use the specified parameters to guess
|
||||
the unspecified parameters.
|
||||
If a parameter is not specified the default will be used.
|
||||
The defaults are chosen to have the reasonable values for
|
||||
a Times font.
|
||||
.SH "SEE ALSO"
|
||||
.BR groff_font (5),
|
||||
.BR groff (1),
|
||||
.BR groff_char (7)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,337 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
. ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
. el .TP "\\$1"
|
||||
..
|
||||
.
|
||||
.de OP
|
||||
. ie \\n(.$-1 .RI "[\ \fB\\$1\fP\ " "\\$2" "\ ]"
|
||||
. el .RB "[\ " "\\$1" "\ ]"
|
||||
..
|
||||
.
|
||||
.
|
||||
.TH AFMTODIT 1 "13 February 2005" "Groff Version 1.19.2"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
afmtodit \- create font files for use with groff \-Tps
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.nr a \n(.j
|
||||
.ad l
|
||||
.nr i \n(.i
|
||||
.in +\w'\fBafmtodit 'u
|
||||
.ti \niu
|
||||
.B afmtodit
|
||||
.OP \-mnsvx
|
||||
.OP \-a n
|
||||
.OP \-d desc_file
|
||||
.OP \-e enc_file
|
||||
.OP \-i n
|
||||
.I afm_file
|
||||
.I map_file
|
||||
.I font
|
||||
.br
|
||||
.ad \na
|
||||
.
|
||||
.LP
|
||||
The whitespace between an command line option and its argument is optional.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
.B afmtodit
|
||||
creates a font file for use with groff and
|
||||
.BR grops .
|
||||
.
|
||||
.B afmtodit
|
||||
is written in perl;
|
||||
you must have perl version 5.004 or newer installed in order to run
|
||||
.BR afmtodit .
|
||||
.
|
||||
.LP
|
||||
.I afm_file
|
||||
is the AFM (Adobe Font Metric) file for the font.
|
||||
.
|
||||
.LP
|
||||
.I map_file
|
||||
is a file that says which groff character names map onto
|
||||
each PostScript character name;
|
||||
this file should contain a sequence of lines of the form
|
||||
.IP
|
||||
.I
|
||||
ps_char groff_char
|
||||
.LP
|
||||
where
|
||||
.I ps_char
|
||||
is the PostScript name of the character
|
||||
and
|
||||
.I groff_char
|
||||
is the groff name of the character (as used in the groff font file).
|
||||
.
|
||||
The same
|
||||
.I ps_char
|
||||
can occur multiple times in the file;
|
||||
each
|
||||
.I groff_char
|
||||
must occur at most once.
|
||||
.
|
||||
Lines starting with
|
||||
.B #
|
||||
and blank lines are ignored.
|
||||
.
|
||||
If the file isn't found in the current directory, it is searched in
|
||||
the `devps/generate' subdirectory of the default font directory.
|
||||
.
|
||||
.LP
|
||||
If a PostScript character is not named as
|
||||
.BI uni XXXX
|
||||
.RI ( XXXX
|
||||
are four uppercase hexadecimal digits), and is not mentioned in
|
||||
.IR map_file ,
|
||||
and a generic groff glyph name can't be deduced using the
|
||||
Adobe Glyph List (AGL, built into
|
||||
.BR afmtodit ),
|
||||
then
|
||||
.B afmtodit
|
||||
puts the PostScript character into the groff font file as an unnamed
|
||||
character which can only be accessed by the
|
||||
.B \eN
|
||||
escape sequence in
|
||||
.BR troff .
|
||||
.
|
||||
If option
|
||||
.B \-e
|
||||
is not specified, the encoding defined in the AFM file (i.e., entries
|
||||
with non-negative character codes) is used.
|
||||
.
|
||||
Please refer to section `Using Symbols' in the groff info file which
|
||||
describes how groff glyph names are constructed.
|
||||
.
|
||||
.LP
|
||||
Characters not encoded in the AFM file (i.e., entries which have \-1 as
|
||||
the character code) are still available in groff; they get glyph index
|
||||
values greater than 255 (or greater than the biggest character code used
|
||||
in the AFM file in the unlikely case that it is greater than 255) in the
|
||||
groff font file.
|
||||
.
|
||||
Glyph indices of unencoded characters don't have a specific order; it
|
||||
is best to access them with glyph names only.
|
||||
.
|
||||
.LP
|
||||
The groff font file will be output to a file called
|
||||
.IR font .
|
||||
.
|
||||
.LP
|
||||
If there is a downloadable font file for the font, it may be listed in
|
||||
the file
|
||||
.BR /usr/share/groff/1.19.2/font/devps/download ;
|
||||
see
|
||||
.BR grops (1).
|
||||
.
|
||||
.LP
|
||||
If the
|
||||
.B \-i
|
||||
option is used,
|
||||
.B afmtodit
|
||||
will automatically generate an italic correction,
|
||||
a left italic correction and a subscript correction
|
||||
for each character
|
||||
(the significance of these parameters is explained in
|
||||
.BR groff_font (5));
|
||||
these parameters may be specified for individual characters by
|
||||
adding to the
|
||||
.I afm_file
|
||||
lines of the form:
|
||||
.IP
|
||||
.BI italicCorrection\ ps_char\ n
|
||||
.br
|
||||
.BI leftItalicCorrection\ ps_char\ n
|
||||
.br
|
||||
.BI subscriptCorrection\ ps_char\ n
|
||||
.LP
|
||||
where
|
||||
.I ps_char
|
||||
is the PostScript name of the character,
|
||||
and
|
||||
.I n
|
||||
is the desired value of the corresponding parameter in thousandths of an em.
|
||||
.
|
||||
These parameters are normally needed only for italic (or oblique) fonts.
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BI \-a n
|
||||
Use
|
||||
.I n
|
||||
as the slant parameter in the font file;
|
||||
this is used by groff in the positioning of accents.
|
||||
.
|
||||
By default
|
||||
.B afmtodit
|
||||
uses the negative of the ItalicAngle specified in the afm file;
|
||||
with true italic fonts it is sometimes desirable to use
|
||||
a slant that is less than this.
|
||||
.
|
||||
If you find that characters from an italic font have accents
|
||||
placed too far to the right over them,
|
||||
then use the
|
||||
.B \-a
|
||||
option to give the font a smaller slant.
|
||||
.
|
||||
.TP
|
||||
.BI \-d desc_file
|
||||
The device description file is
|
||||
.I desc_file
|
||||
rather than the default
|
||||
.BR DESC .
|
||||
.
|
||||
If not found in the current directory, the `devps' subdirectory of the
|
||||
default font directory is searched (this is true for both the default
|
||||
device description file and a file given with option
|
||||
.BR \-d ).
|
||||
.
|
||||
.TP
|
||||
.BI \-e enc_file
|
||||
The PostScript font should be reencoded to use the encoding described
|
||||
in enc_file.
|
||||
.
|
||||
The format of
|
||||
.I enc_file
|
||||
is described in
|
||||
.BR grops (1).
|
||||
.
|
||||
If not found in the current directory, the `devps' subdirectory of the
|
||||
default font directory is searched.
|
||||
.
|
||||
.TP
|
||||
.BI \-i n
|
||||
Generate an italic correction for each character so that
|
||||
the character's width plus the character's italic correction
|
||||
is equal to
|
||||
.I n
|
||||
thousandths of an em
|
||||
plus the amount by which the right edge of the character's bounding box
|
||||
is to the right of the character's origin.
|
||||
.
|
||||
If this would result in a negative italic correction, use a zero
|
||||
italic correction instead.
|
||||
.
|
||||
.IP
|
||||
Also generate a subscript correction equal to the
|
||||
product of the tangent of the slant of the font and
|
||||
four fifths of the x-height of the font.
|
||||
.
|
||||
If this would result in a subscript correction greater than the italic
|
||||
correction, use a subscript correction equal to the italic correction
|
||||
instead.
|
||||
.
|
||||
.IP
|
||||
Also generate a left italic correction for each character
|
||||
equal to
|
||||
.I n
|
||||
thousandths of an em
|
||||
plus the amount by which the left edge of the character's bounding box
|
||||
is to the left of the character's origin.
|
||||
.
|
||||
The left italic correction may be negative unless option
|
||||
.B \-m
|
||||
is given.
|
||||
.
|
||||
.IP
|
||||
This option is normally needed only with italic (or oblique) fonts.
|
||||
.
|
||||
The font files distributed with groff were created using an option of
|
||||
.B \-i50
|
||||
for italic fonts.
|
||||
.
|
||||
.TP
|
||||
.B \-m
|
||||
Prevent negative left italic correction values.
|
||||
.
|
||||
Roman font files distributed with groff were created with
|
||||
.B \-i0\ \-m
|
||||
to improve spacing with
|
||||
.BR eqn (1).
|
||||
.
|
||||
.TP
|
||||
.B \-n
|
||||
Don't output a
|
||||
.B ligatures
|
||||
command for this font.
|
||||
.
|
||||
Use this with constant-width fonts.
|
||||
.
|
||||
.TP
|
||||
.B \-s
|
||||
The font is special.
|
||||
.
|
||||
The effect of this option is to add the
|
||||
.B special
|
||||
command to the font file.
|
||||
.
|
||||
.TP
|
||||
.B \-v
|
||||
Print version.
|
||||
.
|
||||
.TP
|
||||
.B \-x
|
||||
Don't use the built-in Adobe Glyph List.
|
||||
.
|
||||
.
|
||||
.SH FILES
|
||||
.Tp \w'\fB/usr/share/groff/1.19.2/font/devps/download'u+2n
|
||||
.B /usr/share/groff/1.19.2/font/devps/DESC
|
||||
Device description file.
|
||||
.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devps/ F
|
||||
Font description file for font
|
||||
.IR F .
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devps/download
|
||||
List of downloadable fonts.
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devps/text.enc
|
||||
Encoding used for text fonts.
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devps/generate/textmap
|
||||
Standard mapping.
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR groff (1),
|
||||
.BR grops (1),
|
||||
.BR groff_font (5),
|
||||
.BR perl (1)
|
||||
.
|
||||
.LP
|
||||
The groff info file, section `Using Symbols'.
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
File diff suppressed because it is too large
Load Diff
@ -1,115 +0,0 @@
|
||||
.\" $Id: eqn2graph.man,v 1.4 2003/10/28 07:46:23 wlemb Exp $
|
||||
.\" This documentation is released to the public domain.
|
||||
.
|
||||
.
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
.el .TP "\\$1"
|
||||
..
|
||||
.
|
||||
.
|
||||
.TH EQN2GRAPH 1 "27 October 2003" "Groff Version 1.19.2"
|
||||
.IX eqn2graph
|
||||
.SH NAME
|
||||
eqn2graph \- convert an EQN equation into a cropped image
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B eqn2graph
|
||||
[
|
||||
.B \-unsafe
|
||||
]
|
||||
[
|
||||
.BI \-format\ fmt
|
||||
]
|
||||
.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Reads an EQN equation (one line) as input; produces an image
|
||||
file (by default in Portable Network Graphics format) suitable for the
|
||||
Web as output.
|
||||
.P
|
||||
Your input EQN code should \fInot\fR have the \&.EQ/.EN preamble that
|
||||
that normally precedes it within
|
||||
.BR groff (1)
|
||||
macros; nor do you need to have dollar-sign or other delimiters
|
||||
around the equation.
|
||||
.P
|
||||
The output image will be a black-on-white graphic clipped to the
|
||||
smallest possible bounding box that contains all the black pixels.
|
||||
By specifying command-line options to be passed to
|
||||
.BR convert (1)
|
||||
you can give it a border, set the background transparent, set the
|
||||
image's pixel density, or perform other useful transformations.
|
||||
.P
|
||||
This program uses
|
||||
.BR eqn (1),
|
||||
.BR groff (1),
|
||||
and the ImageMagick
|
||||
.BR convert (1)
|
||||
program.
|
||||
These programs must be installed on your system and accessible on your
|
||||
$PATH for \fBeqn2graph\fR to work.
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-unsafe
|
||||
Run
|
||||
.BR groff (1)
|
||||
in the `unsafe' mode enabling the PIC macro
|
||||
.B sh
|
||||
to execute arbitrary commands.
|
||||
The default is to forbid this.
|
||||
.TP
|
||||
.BI \-format\ fmt
|
||||
Specify an output format; the default is PNG (Portable Network Graphics).
|
||||
Any format that
|
||||
.BR convert (1)
|
||||
can emit is supported.
|
||||
.PP
|
||||
Command-line switches and arguments not listed above are passed to
|
||||
.BR convert (1).
|
||||
.
|
||||
.
|
||||
.SH FILES
|
||||
.Tp \w'\fB/usr/share/groff/1.19.2/tmac/eqnrc'u+2n
|
||||
.B /usr/share/groff/1.19.2/tmac/eqnrc
|
||||
The
|
||||
.BR eqn (1)
|
||||
initialization file.
|
||||
.
|
||||
.
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B GROFF_TMPDIR
|
||||
The directory in which temporary files will be created.
|
||||
If this is not set
|
||||
.B eqn2graph
|
||||
searches the environment variables
|
||||
.BR \%TMPDIR ,
|
||||
.BR TMP ,
|
||||
and
|
||||
.B TEMP
|
||||
(in that order).
|
||||
Otherwise, temporary files will be created in
|
||||
.BR /tmp .
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR pic2graph (1),
|
||||
.BR grap2graph (1),
|
||||
.BR eqn (1),
|
||||
.BR groff (1),
|
||||
.BR gs (1),
|
||||
.BR convert (1).
|
||||
.
|
||||
.
|
||||
.SH AUTHOR
|
||||
Eric S. Raymond <esr@thyrsus.com>.
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,281 +0,0 @@
|
||||
.ig \"-*- nroff -*-
|
||||
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the gdiffmk utility, which is part of groff.
|
||||
Written by Mike Bianchi <MBianchi@Foveal.com <mailto:MBianchi@Foveal.com>>
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.do mso www.tmac
|
||||
.
|
||||
.TH GDIFFMK 1 "26 May 2005" "Groff Version 1.19.2"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
gdiffmk \- mark differences between groff/nroff/troff files
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.nr a \n(.j
|
||||
.ad l
|
||||
.nr i \n(.i
|
||||
.in +\w'\fBgdiffmk 'u
|
||||
.ti \niu
|
||||
.B gdiffmk
|
||||
.de OP
|
||||
. ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
|
||||
. el .RB "[\ " "\\$1" "\ ]"
|
||||
..
|
||||
.OP \-a \%addmark
|
||||
.OP \-c \%changemark
|
||||
.OP \-d \%deletemark
|
||||
[\ \c
|
||||
.B \-D
|
||||
.OP \-B
|
||||
.OP \-M "mark1 mark2"
|
||||
]
|
||||
.OP \-x \%diffcmd
|
||||
.OP \-\-
|
||||
.OP \-\-help
|
||||
.OP \%\-\-version
|
||||
.I \%file1
|
||||
.I \%file2
|
||||
[\ \c
|
||||
.IR \%output \ \c
|
||||
]
|
||||
.br
|
||||
.ad \na
|
||||
.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
.B gdiffmk
|
||||
compares two
|
||||
.BR groff (1),
|
||||
.BR nroff (1),
|
||||
or
|
||||
.BR troff (1)
|
||||
documents,
|
||||
.I file1
|
||||
and
|
||||
.IR file2 ,
|
||||
and creates an output which is
|
||||
.I file2
|
||||
with added `margin character' (.mc) commands that indicate the differences.
|
||||
.
|
||||
.LP
|
||||
If the
|
||||
.I output
|
||||
filename is present,
|
||||
the output is written there.
|
||||
If it is
|
||||
.B \-
|
||||
or absent the output is written to the standard output.
|
||||
.
|
||||
.LP
|
||||
If the
|
||||
.I file1
|
||||
or
|
||||
.I file2
|
||||
argument is
|
||||
.B \-
|
||||
the standard input is read for that input.
|
||||
Clearly both cannot be
|
||||
.BR \- .
|
||||
.
|
||||
.LP
|
||||
Note that the output is not necessarily compatible with all macro packages
|
||||
and all preprocessors.
|
||||
See the
|
||||
.B BUGS
|
||||
section below.
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BI \-a addmark
|
||||
Use the
|
||||
.I addmark
|
||||
for source lines not in
|
||||
.I file1
|
||||
but present in
|
||||
.IR file2 .
|
||||
Default:
|
||||
.BR + .
|
||||
.
|
||||
.TP
|
||||
.B \-B
|
||||
By default, the deleted texts marked by the
|
||||
.B \-D
|
||||
option end
|
||||
with an added troff break command,
|
||||
.BR .br ,
|
||||
to ensure that the deletions are marked properly.
|
||||
This is the only way to guarantee that deletions and small
|
||||
changes get flagged.
|
||||
This option directs the program not to insert these breaks; it makes no
|
||||
sense to use it without
|
||||
.BR \-D .
|
||||
.
|
||||
.TP
|
||||
.BI \-c changemark
|
||||
Use the
|
||||
.I changemark
|
||||
for changed source lines.
|
||||
Default:
|
||||
.BR | .
|
||||
.
|
||||
.TP
|
||||
.BI \-d deletemark
|
||||
Use the
|
||||
.I deletemark
|
||||
for deleted source lines.
|
||||
Default:
|
||||
.BR * .
|
||||
.
|
||||
.TP
|
||||
.B \-D
|
||||
Show the deleted portions from changed and deleted text.
|
||||
Default delimiting marks:
|
||||
.BR "[[" " .\&.\&.\&. " "]]" .
|
||||
.
|
||||
.TP
|
||||
.BI \-M "mark1 mark2"
|
||||
Change the delimiting marks for the
|
||||
.B \-D
|
||||
option.
|
||||
It makes no sense to use this option without
|
||||
.BR \-D .
|
||||
.
|
||||
.TP
|
||||
.BI \-x diffcmd
|
||||
Use the
|
||||
.I diffcmd
|
||||
command to perform the comparison of
|
||||
.I file1
|
||||
and
|
||||
.IR file2 .
|
||||
In particular,
|
||||
.I diffcmd
|
||||
should accept the GNU
|
||||
.B diff
|
||||
.BI \-D name
|
||||
option.
|
||||
Default:
|
||||
.BR diff (1).
|
||||
.
|
||||
.TP
|
||||
.B \-\-
|
||||
All the following arguments are treated as file names,
|
||||
even if they begin with
|
||||
.BR \- .
|
||||
.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Print a usage message on standard error output and exit.
|
||||
.
|
||||
.TP
|
||||
.B \-\-version
|
||||
Print version information on the standard output and exit.
|
||||
.
|
||||
.
|
||||
.SH BUGS
|
||||
The output is not necessarily compatible with all macro packages
|
||||
and all preprocessors.
|
||||
A workaround that is often successful against preprocessor problems
|
||||
is to run
|
||||
.B gdiffmk
|
||||
on the output of all the preprocessors instead of the input source.
|
||||
.
|
||||
.LP
|
||||
.B gdiffmk
|
||||
relies on the
|
||||
.BI \-D name
|
||||
option of GNU
|
||||
.BR diff (1)
|
||||
to make a merged `#ifdef' output format.
|
||||
It hasn't been tested whether other versions of
|
||||
.BR diff (1)
|
||||
do support this option.
|
||||
See also the
|
||||
.BI \-x diffcmd
|
||||
option.
|
||||
.
|
||||
.LP
|
||||
Report bugs to bug-groff@gnu.org.
|
||||
Include a complete, self-contained example that will allow the bug to
|
||||
be reproduced, and say which version of
|
||||
.B gdiffmk
|
||||
you are using.
|
||||
.
|
||||
.
|
||||
.SH AUTHORS
|
||||
This document was written and is maintained by
|
||||
.MTO MBianchi@Foveal.com "Mike Bianchi" .
|
||||
.
|
||||
.LP
|
||||
This document is distributed under the terms of the FDL (GNU Free
|
||||
Documentation License) version 1.1 or later.
|
||||
You should have received a copy of the FDL on your system, it is also
|
||||
available on-line at the
|
||||
.URL http://\:www.gnu.org/\:copyleft/\:fdl.html "GNU copyleft site" .
|
||||
.
|
||||
.LP
|
||||
.B gdiffmk
|
||||
is part of the
|
||||
.I groff
|
||||
GNU free software project.
|
||||
All parts of the
|
||||
.I groff package
|
||||
are protected by GNU copyleft licenses.
|
||||
The software files are distributed under the terms of the GNU General
|
||||
Public License (GPL), while the documentation files mostly use the GNU
|
||||
Free Documentation License (FDL).
|
||||
.
|
||||
.
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2004, 2005 Free Software Foundation, Inc.
|
||||
.
|
||||
.LP
|
||||
.B gdiffmk
|
||||
is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Public License as published by the Free
|
||||
Software Foundation; either version 2, or (at your option) any later
|
||||
version.
|
||||
.
|
||||
.LP
|
||||
.B gdiffmk
|
||||
is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the GNU General Public License for more details.
|
||||
.
|
||||
.LP
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with groff; see the file COPYING.
|
||||
If not, write to the Free Software
|
||||
Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR groff (1),
|
||||
.BR nroff (1),
|
||||
.BR gtroff (1),
|
||||
.BR diff (1)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,105 +0,0 @@
|
||||
.\" $Id: grap2graph.man,v 1.3 2003/10/28 07:46:23 wlemb Exp $
|
||||
.\" This documentation is released to the public domain.
|
||||
.
|
||||
.
|
||||
.TH GRAP2GRAPH 1 "27 October 2003" "Groff Version 1.19.2"
|
||||
.IX grap2graph
|
||||
.SH NAME
|
||||
grap2graph \- convert a grap diagram into a cropped bitmap image
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B grap2graph
|
||||
[
|
||||
.B \-unsafe
|
||||
]
|
||||
[
|
||||
.BI \-resolution\ M\fR|\fPMxN
|
||||
]
|
||||
[
|
||||
.BI \-format\ fmt
|
||||
]
|
||||
.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Reads a grap program as input; produces an image file (by default in
|
||||
Portable Network Graphics format) suitable for the Web as output.
|
||||
For a description of the grap language, see
|
||||
.BR grap (1).
|
||||
.P
|
||||
Your graph specification should \fInot\fR be wrapped with the \&.G1 and
|
||||
\&.G2 macros that normally guard it within
|
||||
.BR groff (1)
|
||||
macros.
|
||||
.P
|
||||
The output image will be a black-on-white graphic clipped to the
|
||||
smallest possible bounding box that contains all the black pixels.
|
||||
By specifying command-line options to be passed to
|
||||
.BR convert (1)
|
||||
you can give it a border, set the background transparent, set the
|
||||
image's pixel density, or perform other useful transformations.
|
||||
.P
|
||||
This program uses
|
||||
.BR grap (1),
|
||||
.BR pic (1),
|
||||
.BR groff (1),
|
||||
and the ImageMagick
|
||||
.BR convert (1)
|
||||
program.
|
||||
These programs must be installed on your system and accessible on your
|
||||
$PATH for \fBgrap2graph\fR to work.
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-unsafe
|
||||
Run
|
||||
.BR pic (1)
|
||||
and
|
||||
.BR groff (1)
|
||||
in the `unsafe' mode enabling the PIC macro
|
||||
.B sh
|
||||
to execute arbitrary commands.
|
||||
The default is to forbid this.
|
||||
.TP
|
||||
.BI \-format\ fmt
|
||||
Specify an output format; the default is PNG (Portable Network Graphics).
|
||||
Any format that
|
||||
.BR convert (1)
|
||||
can emit is supported.
|
||||
.PP
|
||||
Command-line switches and arguments not listed above are passed to
|
||||
.BR convert (1).
|
||||
.
|
||||
.
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B GROFF_TMPDIR
|
||||
The directory in which temporary files will be created.
|
||||
If this is not set
|
||||
.B grap2graph
|
||||
searches the environment variables
|
||||
.BR \%TMPDIR ,
|
||||
.BR TMP ,
|
||||
and
|
||||
.B TEMP
|
||||
(in that order).
|
||||
Otherwise, temporary files will be created in
|
||||
.BR /tmp .
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR pic2graph (1),
|
||||
.BR eqn2graph (1),
|
||||
.BR pic (1),
|
||||
.BR groff (1),
|
||||
.BR gs (1),
|
||||
.BR convert (1).
|
||||
.
|
||||
.
|
||||
.SH AUTHOR
|
||||
Eric S. Raymond <esr@thyrsus.com>
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,652 +0,0 @@
|
||||
'\" t
|
||||
.ig
|
||||
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.do nr grn_C \n[.C]
|
||||
.cp 0
|
||||
.
|
||||
.de TQ
|
||||
. br
|
||||
. ns
|
||||
. TP \\$1
|
||||
..
|
||||
.
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
. ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
. el .TP "\\$1"
|
||||
..
|
||||
.
|
||||
.
|
||||
.TH GRN 1 "7 August 2004" "Groff Version 1.19.2"
|
||||
.SH NAME
|
||||
grn \- groff preprocessor for gremlin files
|
||||
.SH SYNOPSIS
|
||||
.BR grn
|
||||
[
|
||||
.B \-Cv
|
||||
]
|
||||
[
|
||||
.BI \-T dev
|
||||
]
|
||||
[
|
||||
.BI \-M dir
|
||||
]
|
||||
[
|
||||
.BI \-F dir
|
||||
]
|
||||
[
|
||||
.IR file\.\.\.\&
|
||||
]
|
||||
.PP
|
||||
It is possible to have whitespace between a command line option and its
|
||||
parameter.
|
||||
.SH DESCRIPTION
|
||||
.I grn
|
||||
is a preprocessor for including
|
||||
.I gremlin
|
||||
pictures in
|
||||
.I groff
|
||||
input.
|
||||
.I grn
|
||||
writes to standard output, processing only input lines between two that
|
||||
start with
|
||||
.B .GS
|
||||
and
|
||||
.BR .GE.
|
||||
Those lines must contain
|
||||
.I grn
|
||||
commands (see below).
|
||||
These commands request a
|
||||
.I gremlin
|
||||
file, and the picture in that file is
|
||||
converted and placed in the
|
||||
.I troff
|
||||
input stream.
|
||||
The
|
||||
.B .GS
|
||||
request may be followed by a C, L, or R to center, left, or right
|
||||
justify the whole
|
||||
.I gremlin
|
||||
picture (default justification is center).
|
||||
If no
|
||||
.I file
|
||||
is mentioned, the standard input is read.
|
||||
At the end of the picture, the position on the page is the bottom of the
|
||||
.I gremlin
|
||||
picture.
|
||||
If the
|
||||
.I grn
|
||||
entry is ended with
|
||||
.B .GF
|
||||
instead of
|
||||
.BR .GE ,
|
||||
the position is left at the top of the picture.
|
||||
.PP
|
||||
Please note that currently only the \-me macro package has support for
|
||||
.BR .GS ,
|
||||
.BR .GE ,
|
||||
and
|
||||
.BR .GF .
|
||||
.PP
|
||||
The following command-line options are understood:
|
||||
.TP
|
||||
.BI \-T dev
|
||||
Prepare output for printer
|
||||
.IR dev .
|
||||
The default device is
|
||||
.BR ps .
|
||||
See
|
||||
.BR groff (1)
|
||||
for acceptable devices.
|
||||
.TP
|
||||
.BI \-M dir
|
||||
Prepend
|
||||
.I dir
|
||||
to the default search path for
|
||||
.I gremlin
|
||||
files.
|
||||
The default path is (in that order) the current directory, the home
|
||||
directory,
|
||||
.BR /usr/lib/groff/site-tmac ,
|
||||
.BR /usr/share/groff/site-tmac ,
|
||||
and
|
||||
.BR /usr/share/groff/1.19.2/tmac .
|
||||
.TP
|
||||
.BI \-F dir
|
||||
Search
|
||||
.I dir
|
||||
for subdirectories
|
||||
.BI dev name
|
||||
.RI ( name
|
||||
is the name of the device) for the
|
||||
.B DESC
|
||||
file before the default font directories
|
||||
.BR /usr/share/groff/site-font ,
|
||||
.BR /usr/share/groff/1.19.2/font ,
|
||||
and
|
||||
.BR /usr/lib/font .
|
||||
.TP
|
||||
.B \-C
|
||||
Recognize
|
||||
.B .GS
|
||||
and
|
||||
.B .GE
|
||||
(and
|
||||
.BR .GF )
|
||||
even when followed by a character other than space or newline.
|
||||
.\".TP
|
||||
.\".B \-s
|
||||
.\"This switch causes the picture to be traversed twice:
|
||||
.\"The first time, only the interiors of filled polygons (as borderless
|
||||
.\"polygons) are printed.
|
||||
.\"The second time, the outline is printed as a series of line segments.
|
||||
.\"This way, postprocessors that overwrite rather than merge picture elements
|
||||
.\"(such as Postscript) can still have text and graphics on a shaded
|
||||
.\"background.
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version number.
|
||||
.SH GRN COMMANDS
|
||||
Each input line between
|
||||
.B .GS
|
||||
and
|
||||
.B .GE
|
||||
may have one
|
||||
.I grn
|
||||
command.
|
||||
Commands consist of one or two strings separated by white space, the first
|
||||
string being the command and the second its operand.
|
||||
Commands may be upper or lower case and abbreviated down to one character.
|
||||
.PP
|
||||
Commands that affect a picture's environment (those listed before
|
||||
.BR default ,
|
||||
see below) are only in effect for the current picture:
|
||||
The environment is reinitialized to the defaults at the start of the next
|
||||
picture.
|
||||
The commands are as follows:
|
||||
.TP
|
||||
.BI 1\ N
|
||||
.TQ
|
||||
.BI 2\ N
|
||||
.TQ
|
||||
.BI 3\ N
|
||||
.TQ
|
||||
.BI 4\ N
|
||||
Set
|
||||
.IR gremlin 's
|
||||
text size number 1 (2, 3, or 4) to
|
||||
.I N
|
||||
points.
|
||||
The default is 12 (16, 24, and 36, respectively).
|
||||
.TP
|
||||
.BI roman\ f
|
||||
.TQ
|
||||
.BI italics\ f
|
||||
.TQ
|
||||
.BI bold\ f
|
||||
.TQ
|
||||
.BI special\ f
|
||||
Set the roman (italics, bold, or special) font to
|
||||
.IR troff 's
|
||||
font
|
||||
.I f
|
||||
(either a name or number).
|
||||
The default is R (I, B, and S, respectively).
|
||||
.TP
|
||||
.BI l\ f
|
||||
.TQ
|
||||
.BI stipple\ f
|
||||
Set the stipple font to
|
||||
.IR troff 's
|
||||
stipple font
|
||||
.I f
|
||||
(name or number).
|
||||
The command
|
||||
.B stipple
|
||||
may be abbreviated down as far as `st' (to avoid
|
||||
confusion with
|
||||
.BR special ).
|
||||
There is
|
||||
.I no
|
||||
default for stipples (unless one is set by the default command), and it is
|
||||
invalid to include a
|
||||
.I gremlin
|
||||
picture with polygons without specifying a
|
||||
stipple font.
|
||||
.TP
|
||||
.BI x\ N
|
||||
.TQ
|
||||
.BI scale\ N
|
||||
Magnify the picture (in addition to any default magnification) by
|
||||
.IR N ,
|
||||
a floating point number larger than zero.
|
||||
The command
|
||||
.B scale
|
||||
may be abbreviated down to `sc'.
|
||||
.TP
|
||||
.BI narrow\ N
|
||||
.TQ
|
||||
.BI medium\ N
|
||||
.TQ
|
||||
.BI thick\ N
|
||||
Set the thickness of
|
||||
.IR gremlin 's
|
||||
narrow (medium and thick, respectively) lines to
|
||||
.I N
|
||||
times 0.15pt (this value can be changed at compile time).
|
||||
The default is 1.0 (3.0 and 5.0, respectively), which corresponds to 0.15pt
|
||||
(0.45pt and 0.75pt, respectively).
|
||||
A thickness value of zero selects the smallest available line thickness.
|
||||
Negative values cause the line thickness to be proportional to the current
|
||||
point size.
|
||||
.TP
|
||||
.BI pointscale\ <off/on>
|
||||
Scale text to match the picture.
|
||||
Gremlin text is usually printed in the point size specified with the
|
||||
commands
|
||||
.BR 1 ,
|
||||
.BR 2 ,
|
||||
.BR 3 ,
|
||||
.RB or\~ 4 ,
|
||||
regardless of any scaling factors in the picture.
|
||||
Setting
|
||||
.B pointscale
|
||||
will cause the point sizes to scale with the picture (within
|
||||
.IR troff 's
|
||||
limitations, of course).
|
||||
An operand of anything but
|
||||
.I off
|
||||
will turn text scaling on.
|
||||
.TP
|
||||
.B default
|
||||
Reset the picture environment defaults to the settings in the current
|
||||
picture.
|
||||
This is meant to be used as a global parameter setting mechanism at the
|
||||
beginning of the
|
||||
.I troff
|
||||
input file, but can be used at any time to reset the
|
||||
default settings.
|
||||
.TP
|
||||
.BI width\ N
|
||||
Forces the picture to be
|
||||
.I N
|
||||
inches wide.
|
||||
This overrides any scaling factors present in the same picture.
|
||||
.RB ` width
|
||||
.IR 0 '
|
||||
is ignored.
|
||||
.TP
|
||||
.BI height\ N
|
||||
Forces picture to be
|
||||
.I N
|
||||
inches high, overriding other scaling factors.
|
||||
If both `width' and `height' are specified the tighter constraint will
|
||||
determine the scale of the picture.
|
||||
.B Height
|
||||
and
|
||||
.B width
|
||||
commands are not saved with a
|
||||
.B default
|
||||
command.
|
||||
They will, however, affect point size scaling if that option is set.
|
||||
.TP
|
||||
.BI file\ name
|
||||
Get picture from
|
||||
.I gremlin
|
||||
file
|
||||
.I name
|
||||
located the current directory (or in the library directory; see the
|
||||
.B \-M
|
||||
option above).
|
||||
If two
|
||||
.B file
|
||||
commands are given, the second one overrides the first.
|
||||
If
|
||||
.I name
|
||||
doesn't exist, an error message is reported and processing continues from
|
||||
the
|
||||
.B .GE
|
||||
line.
|
||||
.SH NOTES ABOUT GROFF
|
||||
Since
|
||||
.I grn
|
||||
is a preprocessor, it doesn't know about current indents, point sizes,
|
||||
margins, number registers, etc.
|
||||
Consequently, no
|
||||
.I troff
|
||||
input can be placed between the
|
||||
.B .GS
|
||||
and
|
||||
.B .GE
|
||||
requests.
|
||||
However,
|
||||
.I gremlin
|
||||
text is now processed by
|
||||
.IR troff ,
|
||||
so anything legal in a single line of
|
||||
.I troff
|
||||
input is legal in a line of
|
||||
.I gremlin
|
||||
text (barring `.' directives at the beginning of a line).
|
||||
Thus, it is possible to have equations within a
|
||||
.I gremlin
|
||||
figure by including in the
|
||||
.I gremlin
|
||||
file
|
||||
.I eqn
|
||||
expressions enclosed by previously defined delimiters (e.g.
|
||||
.IR $$ ).
|
||||
.PP
|
||||
When using
|
||||
.I grn
|
||||
along with other preprocessors, it is best to run
|
||||
.I tbl
|
||||
before
|
||||
.IR grn ,
|
||||
.IR pic ,
|
||||
and/or
|
||||
.I ideal
|
||||
to avoid overworking
|
||||
.IR tbl .
|
||||
.I Eqn
|
||||
should always be run last.
|
||||
.PP
|
||||
A picture is considered an entity, but that doesn't stop
|
||||
.I troff
|
||||
from trying to break it up if it falls off the end of a page.
|
||||
Placing the picture between `keeps' in \-me macros will ensure proper
|
||||
placement.
|
||||
.PP
|
||||
.I grn
|
||||
uses
|
||||
.IR troff 's
|
||||
number registers
|
||||
.B g1
|
||||
through
|
||||
.B g9
|
||||
and sets registers
|
||||
.B g1
|
||||
and
|
||||
.B g2
|
||||
to the width and height of the
|
||||
.I gremlin
|
||||
figure (in device units) before entering the
|
||||
.B .GS
|
||||
request (this is for those who want to rewrite these macros).
|
||||
.SH GREMLIN FILE FORMAT
|
||||
There exist two distinct
|
||||
.I gremlin
|
||||
file formats, the original format from the
|
||||
.I AED
|
||||
graphic terminal version, and the
|
||||
.I SUN
|
||||
or
|
||||
.I X11
|
||||
version.
|
||||
An extension to the
|
||||
.IR SUN / X11
|
||||
version allowing reference points with negative coordinates is
|
||||
.B not
|
||||
compatible with the
|
||||
.I AED
|
||||
version.
|
||||
As long as a
|
||||
.I gremlin
|
||||
file does not contain negative coordinates, either format will be read
|
||||
correctly by either version of
|
||||
.I gremlin
|
||||
or
|
||||
.IR grn .
|
||||
The other difference to the
|
||||
.IR SUN / X11
|
||||
format is the use of names for picture objects (e.g., POLYGON, CURVE)
|
||||
instead of numbers.
|
||||
Files representing the same picture are shown in Table 1 in each format.
|
||||
.sp
|
||||
.TS
|
||||
center, tab(@);
|
||||
l lw(0.1i) l.
|
||||
sungremlinfile@@gremlinfile
|
||||
0 240.00 128.00@@0 240.00 128.00
|
||||
CENTCENT@@2
|
||||
240.00 128.00@@240.00 128.00
|
||||
185.00 120.00@@185.00 120.00
|
||||
240.00 120.00@@240.00 120.00
|
||||
296.00 120.00@@296.00 120.00
|
||||
*@@-1.00 -1.00
|
||||
2 3@@2 3
|
||||
10 A Triangle@@10 A Triangle
|
||||
POLYGON@@6
|
||||
224.00 416.00@@224.00 416.00
|
||||
96.00 160.00@@96.00 160.00
|
||||
384.00 160.00@@384.00 160.00
|
||||
*@@-1.00 -1.00
|
||||
5 1@@5 1
|
||||
0@@0
|
||||
-1@@-1
|
||||
.T&
|
||||
css.
|
||||
.sp
|
||||
Table 1. File examples
|
||||
.TE
|
||||
.sp
|
||||
.IP \(bu
|
||||
The first line of each
|
||||
.I gremlin
|
||||
file contains either the string
|
||||
.B gremlinfile
|
||||
.RI ( AED
|
||||
version) or
|
||||
.B sungremlinfile
|
||||
.RI ( SUN / X11 )
|
||||
.IP \(bu
|
||||
The second line of the file contains an orientation, and
|
||||
.B x
|
||||
and
|
||||
.B y
|
||||
values for a positioning point, separated by spaces.
|
||||
The orientation, either
|
||||
.B 0
|
||||
or
|
||||
.BR 1 ,
|
||||
is ignored by the
|
||||
.IR SUN / X11
|
||||
version.
|
||||
.B 0
|
||||
means that
|
||||
.I gremlin
|
||||
will display things in horizontal format (drawing area wider than it is
|
||||
tall, with menu across top).
|
||||
.B 1
|
||||
means that
|
||||
.I gremlin
|
||||
will display things in vertical format (drawing area taller than it is wide,
|
||||
with menu on left side).
|
||||
.B x
|
||||
and
|
||||
.B y
|
||||
are floating point values giving a positioning point to be used when this
|
||||
file is read into another file.
|
||||
The stuff on this line really isn't all that important; a value of ``1 0.00
|
||||
0.00'' is suggested.
|
||||
.IP \(bu
|
||||
The rest of the file consists of zero or more element specifications.
|
||||
After the last element specification is a line containing the string ``-1''.
|
||||
.IP \(bu
|
||||
Lines longer than 127 characters are chopped to this limit.
|
||||
.SH ELEMENT SPECIFICATIONS
|
||||
.IP \(bu
|
||||
The first line of each element contains a single decimal number giving the
|
||||
type of the element
|
||||
.RI ( AED
|
||||
version) or its ASCII name
|
||||
.RI ( SUN / X11
|
||||
version).
|
||||
See Table 2.
|
||||
.sp
|
||||
.TS
|
||||
center, tab(@);
|
||||
css
|
||||
ccc
|
||||
nll.
|
||||
\fIgremlin\fP File Format \(mi Object Type Specification
|
||||
.sp
|
||||
\fIAED\fP Number@\fISUN\fP/\fIX11\fP Name@Description
|
||||
0@BOTLEFT@bottom-left-justified text
|
||||
1@BOTRIGHT@bottom-right-justified text
|
||||
2@CENTCENT@center-justified text
|
||||
3@VECTOR@vector
|
||||
4@ARC@arc
|
||||
5@CURVE@curve
|
||||
6@POLYGON@polygon
|
||||
7@BSPLINE@b-spline
|
||||
8@BEZIER@B\['e]zier
|
||||
10@TOPLEFT@top-left-justified text
|
||||
11@TOPCENT@top-center-justified text
|
||||
12@TOPRIGHT@top-right-justified text
|
||||
13@CENTLEFT@left-center-justified text
|
||||
14@CENTRIGHT@right-center-justified text
|
||||
15@BOTCENT@bottom-center-justified text
|
||||
.T&
|
||||
css.
|
||||
.sp
|
||||
Table 2.
|
||||
Type Specifications in \fIgremlin\fP Files
|
||||
.TE
|
||||
.sp
|
||||
.IP \(bu
|
||||
After the object type comes a variable number of lines, each specifying a
|
||||
point used to display the element.
|
||||
Each line contains an x-coordinate and a y-coordinate in floating point
|
||||
format, separated by spaces.
|
||||
The list of points is terminated by a line containing the string ``-1.0
|
||||
-1.0''
|
||||
.RI ( AED
|
||||
version) or a single asterisk, ``*''
|
||||
.RI ( SUN / X11
|
||||
version).
|
||||
.IP \(bu
|
||||
After the points comes a line containing two decimal values, giving the
|
||||
brush and size for the element.
|
||||
The brush determines the style in which things are drawn.
|
||||
For vectors, arcs, and curves there are six legal brush values:
|
||||
.sp
|
||||
.TS
|
||||
center, tab(@);
|
||||
ncw(0.1i)l.
|
||||
1 \(mi@@thin dotted lines
|
||||
2 \(mi@@thin dot-dashed lines
|
||||
3 \(mi@@thick solid lines
|
||||
4 \(mi@@thin dashed lines
|
||||
5 \(mi@@thin solid lines
|
||||
6 \(mi@@medium solid lines
|
||||
.TE
|
||||
.sp
|
||||
For polygons, one more value, 0, is legal.
|
||||
It specifies a polygon with an invisible border.
|
||||
For text, the brush selects a font as follows:
|
||||
.sp
|
||||
.TS
|
||||
center, tab(@);
|
||||
ncw(0.1i)l.
|
||||
1 \(mi@@roman (R font in groff)
|
||||
2 \(mi@@italics (I font in groff)
|
||||
3 \(mi@@bold (B font in groff)
|
||||
4 \(mi@@special (S font in groff)
|
||||
.TE
|
||||
.sp
|
||||
If you're using
|
||||
.I grn
|
||||
to run your pictures through
|
||||
.IR groff ,
|
||||
the font is really just a starting font:
|
||||
The text string can contain formatting sequences like
|
||||
``\efI''
|
||||
or
|
||||
``\ed''
|
||||
which may change the font (as well as do many other things).
|
||||
For text, the size field is a decimal value between 1 and 4.
|
||||
It selects the size of the font in which the text will be drawn.
|
||||
For polygons, this size field is interpreted as a stipple number to fill the
|
||||
polygon with.
|
||||
The number is used to index into a stipple font at print time.
|
||||
.IP \(bu
|
||||
The last line of each element contains a decimal number and a string of
|
||||
characters, separated by a single space.
|
||||
The number is a count of the number of characters in the string.
|
||||
This information is only used for text elements, and contains the text
|
||||
string.
|
||||
There can be spaces inside the text.
|
||||
For arcs, curves, and vectors, this line of the element contains the string
|
||||
``0''.
|
||||
.SH NOTES ON COORDINATES
|
||||
.I gremlin
|
||||
was designed for
|
||||
.IR AED s,
|
||||
and its coordinates reflect the
|
||||
.I AED
|
||||
coordinate space.
|
||||
For vertical pictures, x-values range 116 to 511, and y-values from 0 to
|
||||
483.
|
||||
For horizontal pictures, x-values range from 0 to 511 and y-values range
|
||||
from 0 to 367.
|
||||
Although you needn't absolutely stick to this range, you'll get best results
|
||||
if you at least stay in this vicinity.
|
||||
Also, point lists are terminated by a point of (-1, -1), so you shouldn't
|
||||
ever use negative coordinates.
|
||||
.I gremlin
|
||||
writes out coordinates using format ``%f1.2''; it's probably a good idea to
|
||||
use the same format if you want to modify the
|
||||
.I grn
|
||||
code.
|
||||
.SH NOTES ON SUN/X11 COORDINATES
|
||||
There is no longer a restriction on the range of coordinates used to create
|
||||
objects in the
|
||||
.IR SUN / X11
|
||||
version of
|
||||
.IR gremlin .
|
||||
However, files with negative coordinates
|
||||
.B will
|
||||
cause problems if displayed on the
|
||||
.IR AED .
|
||||
.SH FILES
|
||||
.Tp \w'/usr/share/groff/1.19.2/font/devname/DESC'u+3n
|
||||
.BI /usr/share/groff/1.19.2/font/dev name /DESC
|
||||
Device description file for device
|
||||
.IR name .
|
||||
.SH SEE ALSO
|
||||
.BR gremlin (1),
|
||||
.BR groff (1),
|
||||
.BR pic (1),
|
||||
.BR ideal (1)
|
||||
.SH HISTORY
|
||||
.PP
|
||||
David Slattengren and Barry Roitblat wrote the original Berkeley
|
||||
.IR grn .
|
||||
.PP
|
||||
Daniel Senderowicz and Werner Lemberg modified it for
|
||||
.IR groff .
|
||||
.
|
||||
.cp \n[grn_C]
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,434 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.do nr grodvi_C \n[.C]
|
||||
.cp 0
|
||||
.
|
||||
.ie t .ds tx T\h'-.1667m'\v'.224m'E\v'-.224m'\h'-.125m'X
|
||||
.el .ds tx TeX
|
||||
.
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
. ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
. el .TP "\\$1"
|
||||
..
|
||||
.
|
||||
.de TQ
|
||||
. br
|
||||
. ns
|
||||
. TP \$1
|
||||
..
|
||||
.
|
||||
.de FT
|
||||
. if '\\*(.T'dvi' .ft \\$1
|
||||
..
|
||||
.
|
||||
.
|
||||
.TH GRODVI 1 "1 October 2004" "Groff Version 1.19.2"
|
||||
.SH NAME
|
||||
grodvi \- convert groff output to TeX dvi format
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B grodvi
|
||||
[
|
||||
.B \-dlv
|
||||
] [
|
||||
.BI \-F dir
|
||||
] [
|
||||
.BI \-p papersize
|
||||
] [
|
||||
.BI \-w n
|
||||
] [
|
||||
.IR files \|.\|.\|.\&
|
||||
]
|
||||
.PP
|
||||
It is possible to have whitespace between a command line option and its
|
||||
parameter.
|
||||
.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
.B grodvi
|
||||
is a driver for
|
||||
.B groff
|
||||
that produces \*(tx dvi format.
|
||||
.
|
||||
Normally it should be run by
|
||||
.BR groff\ \-Tdvi .
|
||||
.
|
||||
This will run
|
||||
.BR troff\ \-Tdvi ;
|
||||
it will also input the macros in
|
||||
.BR /usr/share/groff/1.19.2/tmac/dvi.tmac .
|
||||
.
|
||||
.LP
|
||||
The dvi file generated by
|
||||
.B grodvi
|
||||
can be printed by any correctly-written dvi driver.
|
||||
.
|
||||
The troff drawing primitives are implemented
|
||||
using the tpic version\~2 specials.
|
||||
.
|
||||
If the driver does not support these, the
|
||||
.B \[rs]D
|
||||
commands will not produce any output.
|
||||
.
|
||||
.LP
|
||||
There is an additional drawing command available:
|
||||
.
|
||||
.TP
|
||||
.BI \[rs]D'R\ dh\ dv '
|
||||
Draw a rule (solid black rectangle), with one corner
|
||||
at the current position, and the diagonally opposite corner
|
||||
at the current position
|
||||
.RI +( dh , dv ).
|
||||
.
|
||||
Afterwards the current position will be at the opposite corner.
|
||||
.
|
||||
This produces a rule in the dvi file and so can be printed even with a
|
||||
driver that does not support the tpic specials unlike the other
|
||||
.B \[rs]D
|
||||
commands.
|
||||
.
|
||||
.LP
|
||||
The groff command
|
||||
.BI \[rs]X' anything '
|
||||
is translated into the same command in the dvi file as would be
|
||||
produced by
|
||||
.BI \[rs]special{ anything }
|
||||
in \*(tx;
|
||||
.I anything
|
||||
may not contain a newline.
|
||||
.
|
||||
.LP
|
||||
For inclusion of EPS image files,
|
||||
.B \-Tdvi
|
||||
loads
|
||||
.B pspic.tmac
|
||||
automatically, providing the
|
||||
.B PSPIC
|
||||
macro.
|
||||
.
|
||||
Please check
|
||||
.BR groff_tmac (5)
|
||||
for a detailed description.
|
||||
.
|
||||
.LP
|
||||
Font files for
|
||||
.B grodvi
|
||||
can be created from tfm files using
|
||||
.BR tfmtodit (1).
|
||||
.
|
||||
The font description file should contain the following
|
||||
additional commands:
|
||||
.
|
||||
.Tp \w'\fBinternalname'u+2n
|
||||
.BI internalname\ name
|
||||
The name of the tfm file (without the
|
||||
.B .tfm
|
||||
extension) is
|
||||
.IR name .
|
||||
.
|
||||
.TP
|
||||
.BI checksum\ n
|
||||
The checksum in the tfm file is
|
||||
.IR n .
|
||||
.
|
||||
.TP
|
||||
.BI designsize\ n
|
||||
The designsize in the tfm file is
|
||||
.IR n .
|
||||
.
|
||||
.LP
|
||||
These are automatically generated by
|
||||
.B tfmtodit.
|
||||
.
|
||||
.LP
|
||||
The default color for
|
||||
.B \[rs]m
|
||||
and
|
||||
.B \[rs]M
|
||||
is black.
|
||||
.
|
||||
Currently, the drawing color for
|
||||
.B \[rs]D
|
||||
commands is always black, and fill color values are translated to gray.
|
||||
.
|
||||
.LP
|
||||
In
|
||||
.B troff
|
||||
the
|
||||
.B \[rs]N
|
||||
escape sequence can be used to access characters by their position
|
||||
in the corresponding tfm file;
|
||||
all characters in the tfm file can be accessed this way.
|
||||
.
|
||||
.LP
|
||||
By design, the DVI format doesn't care about physical dimensions of the
|
||||
output medium.
|
||||
.
|
||||
Instead,
|
||||
.B grodvi
|
||||
emits the equivalent to \*(tx's
|
||||
.BI \[rs]special{papersize= width , length }
|
||||
on the first page;
|
||||
.B dvips
|
||||
(and possibly other DVI drivers) then sets the page size accordingly.
|
||||
.
|
||||
If either the page width or length is not positive, no papersize special
|
||||
is output.
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-d
|
||||
Do not use tpic specials to implement drawing commands.
|
||||
.
|
||||
Horizontal and vertical lines will be implemented by rules.
|
||||
.
|
||||
Other drawing commands will be ignored.
|
||||
.
|
||||
.TP
|
||||
.BI \-F dir
|
||||
Prepend directory
|
||||
.IB dir /dev name
|
||||
to the search path for font and device description files;
|
||||
.I name
|
||||
is the name of the device, usually
|
||||
.BR dvi .
|
||||
.
|
||||
.TP
|
||||
.B \-l
|
||||
Specify landscape orientation.
|
||||
.
|
||||
.TP
|
||||
.BI \-p papersize
|
||||
Specify paper dimensions.
|
||||
.
|
||||
This overrides the
|
||||
.BR papersize ,
|
||||
.BR paperlength ,
|
||||
and
|
||||
.B paperwidth
|
||||
commands in the
|
||||
.B DESC
|
||||
file; it accepts the same arguments as the
|
||||
.B papersize
|
||||
command (see
|
||||
.BR groff_font (5)
|
||||
for details).
|
||||
.
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version number.
|
||||
.
|
||||
.TP
|
||||
.BI \-w n
|
||||
Set the default line thickness to
|
||||
.I n
|
||||
thousandths of an em.
|
||||
If this option isn't specified, the line thickness defaults to 0.04\~em.
|
||||
.
|
||||
.
|
||||
.SH USAGE
|
||||
There are styles called
|
||||
.BR R ,
|
||||
.BR I ,
|
||||
.BR B ,
|
||||
and
|
||||
.B BI
|
||||
mounted at font positions 1 to\ 4.
|
||||
The fonts are grouped into families
|
||||
.B T
|
||||
and
|
||||
.B H\ \c
|
||||
having members in each of these styles:
|
||||
.
|
||||
.RS
|
||||
.TP
|
||||
.B TR
|
||||
.FT TR
|
||||
CM Roman (cmr10)
|
||||
.FT
|
||||
.
|
||||
.TQ
|
||||
.B TI
|
||||
.FT TI
|
||||
CM Text Italic (cmti10)
|
||||
.FT
|
||||
.
|
||||
.TQ
|
||||
.B TB
|
||||
.FT TB
|
||||
CM Bold Extended Roman (cmbx10)
|
||||
.FT
|
||||
.
|
||||
.TQ
|
||||
.B TBI
|
||||
.FT TBI
|
||||
CM Bold Extended Text Italic (cmbxti10)
|
||||
.FT
|
||||
.
|
||||
.TQ
|
||||
.B HR
|
||||
.FT HR
|
||||
CM Sans Serif (cmss10)
|
||||
.FT
|
||||
.
|
||||
.TQ
|
||||
.B HI
|
||||
.FT HI
|
||||
CM Slanted Sans Serif (cmssi10)
|
||||
.FT
|
||||
.
|
||||
.TQ
|
||||
.B HB
|
||||
.FT HB
|
||||
CM Sans Serif Bold Extended (cmssbx10)
|
||||
.FT
|
||||
.
|
||||
.TQ
|
||||
.B HBI
|
||||
.FT HBI
|
||||
CM Slanted Sans Serif Bold Extended (cmssbxo10)
|
||||
.FT
|
||||
.RE
|
||||
.
|
||||
.LP
|
||||
There are also the following fonts which are not members of a family:
|
||||
.
|
||||
.RS
|
||||
.TP
|
||||
.B CW
|
||||
CM Typewriter Text (cmtt10)
|
||||
.FT CW
|
||||
.FT
|
||||
.
|
||||
.TQ
|
||||
.B CWI
|
||||
CM Italic Typewriter Text (cmitt10)
|
||||
.FT CWI
|
||||
.FT
|
||||
.RE
|
||||
.
|
||||
.LP
|
||||
Special fonts are
|
||||
.B MI
|
||||
(cmmi10),
|
||||
.B S
|
||||
(cmsy10),
|
||||
.B EX
|
||||
(cmex10),
|
||||
.B SC
|
||||
(cmtex10, only for
|
||||
.BR CW ),
|
||||
and, perhaps surprisingly,
|
||||
.BR TR ,
|
||||
.BR TI ,
|
||||
and
|
||||
.BR CW ,
|
||||
due to the different font encodings of text fonts.
|
||||
.
|
||||
For italic fonts,
|
||||
.B CWI
|
||||
is used instead of
|
||||
.BR CW .
|
||||
.
|
||||
.LP
|
||||
Finally, the symbol fonts of the American Mathematical Society are available
|
||||
as special fonts
|
||||
.B SA
|
||||
(msam10) and
|
||||
.B SB
|
||||
(msbm10).
|
||||
.
|
||||
These two fonts are not mounted by default.
|
||||
.
|
||||
.LP
|
||||
Using the option
|
||||
.B \-mec
|
||||
(which loads the file
|
||||
.BR ec.tmac )
|
||||
provides the EC and TC fonts.
|
||||
.
|
||||
The design of the EC family is very similar to that of the CM fonts;
|
||||
additionally, they give a much better coverage of groff symbols.
|
||||
.
|
||||
Note that
|
||||
.B ec.tmac
|
||||
must be called before any language-specific files; it doesn't take care of
|
||||
hcode values.
|
||||
.
|
||||
.
|
||||
.SH FILES
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devdvi/DESC
|
||||
Device description file.
|
||||
.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devdvi/ F
|
||||
Font description file for font
|
||||
.IR F .
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/dvi.tmac
|
||||
Macros for use with
|
||||
.BR grodvi .
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/ec.tmac
|
||||
Macros to switch to EC fonts.
|
||||
.
|
||||
.
|
||||
.SH BUGS
|
||||
Dvi files produced by
|
||||
.B grodvi
|
||||
use a different resolution (57816 units per inch) to those produced by
|
||||
\*(tx.
|
||||
.
|
||||
Incorrectly written drivers which assume the resolution used by \*(tx,
|
||||
rather than using the resolution specified in the dvi file will not
|
||||
work with
|
||||
.BR grodvi .
|
||||
.
|
||||
.LP
|
||||
When using the
|
||||
.B \-d
|
||||
option with boxed tables,
|
||||
vertical and horizontal lines can sometimes protrude by one pixel.
|
||||
.
|
||||
This is a consequence of the way \*(tx requires that the heights
|
||||
and widths of rules be rounded.
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR tfmtodit (1),
|
||||
.BR groff (1),
|
||||
.BR troff (1),
|
||||
.BR groff_out (5),
|
||||
.BR groff_font (5),
|
||||
.BR groff_char (7),
|
||||
.BR groff_tmac (5)
|
||||
.
|
||||
.cp \n[grodvi_C]
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,91 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.TH GROG 1 "18 March 2003" "Groff Version 1.19.2"
|
||||
.SH NAME
|
||||
grog \- guess options for groff command
|
||||
.SH SYNOPSIS
|
||||
.B grog
|
||||
[
|
||||
.BI \- option
|
||||
\|.\|.\|.\&
|
||||
]
|
||||
[
|
||||
.IR files\ \|.\|.\|.\&
|
||||
]
|
||||
.SH DESCRIPTION
|
||||
.B grog
|
||||
reads
|
||||
.I files
|
||||
and guesses which of the
|
||||
.BR groff (1)
|
||||
options
|
||||
.BR \-e ,
|
||||
.BR \-man ,
|
||||
.BR \-me ,
|
||||
.BR \-mm ,
|
||||
.BR \-mom ,
|
||||
.BR \-ms ,
|
||||
.BR \-mdoc,
|
||||
.BR \-mdoc-old,
|
||||
.BR \-p ,
|
||||
.BR \-R ,
|
||||
.BR \-g ,
|
||||
.BR \-G ,
|
||||
.BR \-s ,
|
||||
and
|
||||
.BR \-t
|
||||
are required for printing
|
||||
.IR files ,
|
||||
and prints the groff command including those options on the standard output.
|
||||
A filename of
|
||||
.B \-
|
||||
is taken to refer to the standard input.
|
||||
If no files are specified the standard input will be read.
|
||||
Any specified options will be included in the printed command.
|
||||
No space is allowed between options and their arguments.
|
||||
The only options recognized are
|
||||
.B \-C
|
||||
(which is also passed on) to enable compatibility mode, and
|
||||
.B \-v
|
||||
to print the version number.
|
||||
.LP
|
||||
For example,
|
||||
.IP
|
||||
.B \`grog \-Tdvi paper.ms\`
|
||||
.LP
|
||||
will guess the appropriate command to print
|
||||
.B paper.ms
|
||||
and then run it after adding the
|
||||
.B \-Tdvi
|
||||
option.
|
||||
.SH "SEE ALSO"
|
||||
.BR doctype (1),
|
||||
.BR groff (1),
|
||||
.BR troff (1),
|
||||
.BR tbl (1),
|
||||
.BR pic (1),
|
||||
.BR eqn (1),
|
||||
.BR refer (1),
|
||||
.BR grn (1),
|
||||
.BR grap (1),
|
||||
.BR soelim (1)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,293 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1999-2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of this
|
||||
manual provided the copyright notice and this permission notice are
|
||||
preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
. ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
. el .TP "\\$1"
|
||||
..
|
||||
.
|
||||
.
|
||||
.TH GROHTML 1 "24 November 2004" "Groff Version 1.19.2"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
grohtml \- html driver for groff
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.nr a \n(.j
|
||||
.ad l
|
||||
.nr i \n(.i
|
||||
.in +\w'\fBgrohtml 'u
|
||||
.ti \niu
|
||||
.B grohtml
|
||||
.
|
||||
.de OP
|
||||
. ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
|
||||
. el .RB "[\ " "\\$1" "\ ]"
|
||||
..
|
||||
.
|
||||
.OP \-bhlnprv
|
||||
.OP \-a \%aa-text-bits
|
||||
.OP \-D dir
|
||||
.OP \-F dir
|
||||
.OP \-g \%aa-graphic-bits
|
||||
.OP \-i \%resolution
|
||||
.OP \-I \%image-stem
|
||||
.OP \-j \%filename
|
||||
.OP \-o \%image-vertical-offset
|
||||
.OP \-s size
|
||||
.OP \-S level
|
||||
.RI "[\ " files\|.\|.\|. "\ ]"
|
||||
.br
|
||||
.ad \na
|
||||
.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
.B grohtml
|
||||
front end (which consists of a preprocessor,
|
||||
.BR pre-grohtml ,
|
||||
and a device driver,
|
||||
.BR post-grohtml )
|
||||
translates the output of GNU
|
||||
.B troff
|
||||
to html.
|
||||
Users should always invoke
|
||||
.B grohtml
|
||||
via the groff command with a
|
||||
.B \-Thtml
|
||||
option.
|
||||
If no files are given,
|
||||
.B grohtml
|
||||
will read the standard input.
|
||||
A filename of
|
||||
.B \-
|
||||
will also cause
|
||||
.B grohtml
|
||||
to read the standard input.
|
||||
Html output is written to the standard output.
|
||||
When
|
||||
.B grohtml
|
||||
is run by
|
||||
.B groff
|
||||
options can be passed to
|
||||
.B grohtml
|
||||
using
|
||||
.BR groff 's
|
||||
.B \-P
|
||||
option.
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BI \-a aa-text-bits
|
||||
Number of bits of antialiasing information to be used by
|
||||
.I text
|
||||
when generating png images.
|
||||
The default is\~4 but valid values are 0, 1, 2, and\~4.
|
||||
Note your version of
|
||||
.B gs
|
||||
needs to support the
|
||||
.B \%\-dTextAlphaBits
|
||||
and
|
||||
.B \%\-dGraphicAlphaBits
|
||||
options in order to exploit antialiasing.
|
||||
A value of\~0 stops
|
||||
.B grohtml
|
||||
from issuing antialiasing commands to
|
||||
.BR gs .
|
||||
.
|
||||
.TP
|
||||
.B \-b
|
||||
Initialize the background color to white.
|
||||
.
|
||||
.TP
|
||||
.BI \-D dir
|
||||
Inform
|
||||
.B grohtml
|
||||
to place all image files into directory
|
||||
.IR dir .
|
||||
.
|
||||
.TP
|
||||
.BI \-F dir
|
||||
Prepend directory
|
||||
.IB dir /dev name
|
||||
to the search path for font and device description files;
|
||||
.I name
|
||||
is the name of the device, usually
|
||||
.BR html .
|
||||
.
|
||||
.TP
|
||||
.BI \-g aa-graphic-bits
|
||||
Number of bits of antialiasing information to be used by
|
||||
.I graphics
|
||||
when generating png images.
|
||||
The default is\~4 but valid values are 0, 1, 2, and\~4.
|
||||
Note your version of
|
||||
.B gs
|
||||
needs to support the
|
||||
.B \%\-dTextAlphaBits
|
||||
and
|
||||
.B \%\-dGraphicAlphaBits
|
||||
options in order to exploit antialiasing.
|
||||
A value of\~0 stops
|
||||
.B grohtml
|
||||
from issuing antialiasing commands to
|
||||
.BR gs .
|
||||
.
|
||||
.TP
|
||||
.B \-h
|
||||
Generate section and number headings by using
|
||||
.BR <B> .\|.\|. </B>
|
||||
and increasing the font size, rather than using the
|
||||
.BI <H n >\c
|
||||
\&.\|.\|.\c
|
||||
.BI </H n >
|
||||
tags.
|
||||
.
|
||||
.TP
|
||||
.BI \-i resolution
|
||||
Select the resolution for all images.
|
||||
By default this is 100 pixels per inch.
|
||||
Example:
|
||||
.B \-i200
|
||||
indicates 200 pixels per inch.
|
||||
.
|
||||
.TP
|
||||
.BI \-I stem
|
||||
Determine the image stem name.
|
||||
If omitted grohtml uses
|
||||
.BI \%grohtml- XXX
|
||||
.RI ( XXX
|
||||
is the process ID).
|
||||
.
|
||||
.TP
|
||||
.BI \-j filename
|
||||
Inform
|
||||
.B grohtml
|
||||
to split the html output into multiple files.
|
||||
The
|
||||
.I filename
|
||||
is the stem and specified section headings
|
||||
(default is level one) start a new file, named
|
||||
.IR filename-n.html .
|
||||
.
|
||||
.TP
|
||||
.B \-l
|
||||
Turn off the production of automatic section links at the top of the
|
||||
document.
|
||||
.
|
||||
.TP
|
||||
.B \-n
|
||||
Generate simple heading anchors whenever a section/number heading is found.
|
||||
Without the option the anchor value is the textual heading.
|
||||
This can cause problems when a heading contains a `?' on older versions of
|
||||
some browsers (Netscape).
|
||||
This flag is automatically turned on if a heading contains an image.
|
||||
.
|
||||
.TP
|
||||
.BI \-o vertical-offset
|
||||
Specify the vertical offset of images in points.
|
||||
.
|
||||
.TP
|
||||
.B \-p
|
||||
Display page rendering progress to stderr.
|
||||
.B grohtml
|
||||
only displays a page number when an image is required.
|
||||
.
|
||||
.TP
|
||||
.B \-r
|
||||
Turn off the automatic header and footer line (html rule).
|
||||
.
|
||||
.TP
|
||||
.B \-s size
|
||||
Set the base point size of the source file.
|
||||
Thereafter when this point size is used in the source it will correspond
|
||||
to the html base size.
|
||||
Every increase of two points in the source will yield a
|
||||
.B <big>
|
||||
tag, and conversely when a decrease of two points is seen a
|
||||
.B <small>
|
||||
tag is emitted.
|
||||
.
|
||||
.TP
|
||||
.BI \-S level
|
||||
When splitting html output,
|
||||
split at the heading level (or higher) defined by
|
||||
.IR level .
|
||||
.
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version number.
|
||||
.
|
||||
.
|
||||
.SH USAGE
|
||||
There are styles called
|
||||
.BR R ,
|
||||
.BR I ,
|
||||
.BR B ,
|
||||
and
|
||||
.B BI
|
||||
mounted at font positions 1 to\~4.
|
||||
.
|
||||
.
|
||||
.SH DEPENDENCIES
|
||||
.B grohtml
|
||||
is dependent upon the png utilities
|
||||
.RB ( \%pnmcut ,
|
||||
.BR \%pnmcrop ,
|
||||
.BR \%pnmtopng )
|
||||
and GhostScript
|
||||
.RB ( gs ).
|
||||
.B \%pnmtopng
|
||||
(version 2.37.6 or greater)
|
||||
and
|
||||
.B \%pnmcut
|
||||
from the netpbm package (version 9.16 or greater) will work also.
|
||||
It is also dependent upon
|
||||
.B \%psselect
|
||||
from the
|
||||
.B PSUtils
|
||||
package.
|
||||
Images are generated whenever a table, picture, equation or line is
|
||||
encountered.
|
||||
.
|
||||
.
|
||||
.SH BUGS
|
||||
.B Grohtml
|
||||
has been completely redesigned and rewritten.
|
||||
It is still beta code.
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR afmtodit (1),
|
||||
.BR groff (1),
|
||||
.BR troff (1),
|
||||
.BR psbb (1),
|
||||
.BR groff_out (5),
|
||||
.BR groff_font (5),
|
||||
.BR groff_char (7)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,336 +0,0 @@
|
||||
'\" t
|
||||
.\" The above line should force the use of tbl as a preprocessor
|
||||
.\" vim: set syntax=nroff :
|
||||
.\" The above line should set vim into nroff mode
|
||||
.ig
|
||||
Copyright (C) 1994-2000, 2002 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
|
||||
Modified by Francisco Andrés Verdú <pandres@dragonet.es> for the grolbp
|
||||
program.
|
||||
..
|
||||
.de TQ
|
||||
.br
|
||||
.ns
|
||||
.TP \\$1
|
||||
..
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
.el .TP "\\$1"
|
||||
..
|
||||
.TH GROLBP 1 "1 March 2013" "Groff Version 1.19.2"
|
||||
.
|
||||
.SH NAME
|
||||
grolbp \- groff driver for Canon CAPSL printers (LBP-4 and LBP-8 series laser printers).
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.nr a \n(.j
|
||||
.ad l
|
||||
.nh
|
||||
.nr i \n(.i
|
||||
.in +\w'\fBgrolbp 'u
|
||||
.ti \niu
|
||||
.B grolpb
|
||||
.de OP
|
||||
.ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
|
||||
.el .RB "[\ " "\\$1" "\ ]"
|
||||
..
|
||||
.OP \-l
|
||||
.OP \-\-landscape
|
||||
.OP \-v
|
||||
.OP \-\-version
|
||||
.OP \-c n
|
||||
.OP \-\-copies= numcopies
|
||||
.OP \-p paper_size
|
||||
.OP \-\-papersize= paper_size
|
||||
.OP \-o orientation
|
||||
.OP \-\-orientation= orientation
|
||||
.OP \-w width
|
||||
.OP \-\-linewidth= width
|
||||
.OP \-F dir
|
||||
.OP \-\-fontdir= dir
|
||||
.OP \-h
|
||||
.OP \-\-help
|
||||
.RI "[\ " files\|.\|.\|. "\ ]"
|
||||
.br
|
||||
.ad \na
|
||||
.hy
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
.B grolbp
|
||||
is a driver for
|
||||
.B groff
|
||||
that produces output in CAPSL and VDM format suitable for Canon LBP\-4 and
|
||||
LBP\-8 printers.
|
||||
.LP
|
||||
For compatibility with grolj4 there is an additional drawing command
|
||||
available:
|
||||
.TP
|
||||
.BI \eD'R\ dh\ dv '
|
||||
Draw a rule (i.e.\ a solid black rectangle), with one corner at the current
|
||||
position, and the diagonally opposite corner at the current position
|
||||
.RI +( dh , dv ).
|
||||
.SH OPTIONS
|
||||
Note that there can be whitespace between a one-letter option and its
|
||||
argument; on the other hand, there must be whitespace and/or an equal sign
|
||||
(`=') between a long-name option and its argument.
|
||||
.TP
|
||||
.BI \-c numcopies
|
||||
.TQ
|
||||
.BI \-\-copies= numcopies
|
||||
Print
|
||||
.I numcopies
|
||||
copies of each page.
|
||||
.TP
|
||||
.B \-l
|
||||
.TQ
|
||||
.B \-\-landscape
|
||||
Print the document with a landscape orientation.
|
||||
.TP
|
||||
.BI \-p paper_size
|
||||
.TQ
|
||||
.BI \-\-papersize= paper_size
|
||||
Set the paper size to
|
||||
.IR paper_size ,
|
||||
which must be a valid paper size description as indicated in the section
|
||||
.BR "PAPER SIZES" .
|
||||
.TP
|
||||
.BI \-o orientation
|
||||
.TQ
|
||||
.BI \-\-orientation= orientation
|
||||
Print the document with
|
||||
.I orientation
|
||||
orientation, which must be `portrait' or `landscape'.
|
||||
.TP
|
||||
.BI \-w width
|
||||
.TQ
|
||||
.BI \-\-linewidth= width
|
||||
Set the default line thickness to
|
||||
.I width
|
||||
thousandths of an em.
|
||||
If this option isn't specified, the line thickness defaults to 0.04\~em.
|
||||
.TP
|
||||
.B \-v
|
||||
.TQ
|
||||
.B \-\-version
|
||||
Print the version number.
|
||||
.TP
|
||||
.BI \-F dir
|
||||
.TQ
|
||||
.BI \-\-fontdir= dir
|
||||
Prepend directory
|
||||
.IB dir /dev name
|
||||
to the search path for font and device description files;
|
||||
.I name
|
||||
is the name of the device, usually
|
||||
.BR lbp .
|
||||
.TP
|
||||
.B \-h
|
||||
.TQ
|
||||
.B \-\-help
|
||||
Print a short help text.
|
||||
.SH TYPEFACES
|
||||
The driver supports the Dutch, Swiss and Swiss-Narrow scalable typefaces,
|
||||
each one in the Regular, Bold, Italic and Bold-Italic styles.
|
||||
Additionally, the Courier and Elite monospaced typefaces at the sizes 8 and
|
||||
12 points (for Courier) resp. 8 and 10 points (for Elite) are supported,
|
||||
each one in the Regular, Bold and Italic styles.
|
||||
.PP
|
||||
The following chart summarizes the font names you can use to access these
|
||||
fonts:
|
||||
.PP
|
||||
.TS
|
||||
tab(|) allbox center;
|
||||
c c c c c
|
||||
ab c c c c
|
||||
.
|
||||
Typeface | Regular | Bold | Italic | Bold-Italic
|
||||
Dutch | TR | TB | TI | TBI
|
||||
Swiss | HR | HB | HI | HBI
|
||||
Swiss Narrow | HNR | HNB | HNI | HNBI
|
||||
Courier | CR | CB | CI |
|
||||
Elite | ER | EB | EI |
|
||||
.TE
|
||||
.PP
|
||||
.SH PAPER SIZES
|
||||
The paper size can be set in the
|
||||
.B DESC
|
||||
file or with command line options to
|
||||
.BR grolbp .
|
||||
If the paper size is specified both ways, the command line options take
|
||||
precedence over the contents of the
|
||||
.B DESC
|
||||
file (this applies to the page orientation too).
|
||||
.PP
|
||||
See
|
||||
.BR groff_font (1)
|
||||
how to set the paper dimensions in the
|
||||
.B DESC
|
||||
file.
|
||||
.PP
|
||||
To set the paper size in the command line, add
|
||||
.sp 1
|
||||
.in +2m
|
||||
.BI \-p \ paper-size
|
||||
.in -2m
|
||||
.sp 1
|
||||
or
|
||||
.sp 1
|
||||
.in +2m
|
||||
.BI \-\-papersize= paper-size
|
||||
.in -2m
|
||||
.sp 1
|
||||
to the other
|
||||
.B grolbp
|
||||
options, where
|
||||
.I paper-size
|
||||
is in the same format as in the
|
||||
.B DESC
|
||||
file.
|
||||
.PP
|
||||
If no paper size is specified in the
|
||||
.B DESC
|
||||
file or the command line, a default size of A4 is used.
|
||||
.SH PAGE ORIENTATION
|
||||
As with the page size, the orientation of the printed page
|
||||
.RB ( portrait
|
||||
or
|
||||
.BR landscape )
|
||||
can be set in the
|
||||
.B DESC
|
||||
file or with command line options.
|
||||
It is also case insensitive.
|
||||
.PP
|
||||
To set the orientation in the
|
||||
.B DESC
|
||||
file, insert a line with the following content:
|
||||
.sp 1
|
||||
.in +2m
|
||||
.B orientation
|
||||
.RB [ portrait | landscape ]
|
||||
.in -2m
|
||||
.sp 1
|
||||
Only the first valid orientation command in the
|
||||
.B DESC
|
||||
file is used.
|
||||
.PP
|
||||
To set the page orientation with command line options you can use the
|
||||
.B \-o
|
||||
or
|
||||
.B \-\-orientation
|
||||
option with the same parameters
|
||||
.RB ( portrait
|
||||
or
|
||||
.BR landscape )
|
||||
as in the
|
||||
.B DESC
|
||||
file.
|
||||
Or you can use the
|
||||
.B \-l
|
||||
option to force the pages to be printed in landscape.
|
||||
.SH FONT FILE FORMAT
|
||||
In addition to the usual commands described in
|
||||
.BR groff_font (5),
|
||||
.B grolbp
|
||||
provides the command
|
||||
.I lbpname
|
||||
which sets the font name sent to the printer when requesting this font.
|
||||
The syntax of this command is:
|
||||
.sp 1
|
||||
.in +2m
|
||||
.B lbpname
|
||||
.I printer_font_name
|
||||
.in -2m
|
||||
.IP \(bu
|
||||
For bitmapped fonts,
|
||||
.I printer_font_name
|
||||
has the form
|
||||
.sp 1
|
||||
.in +2m
|
||||
.RI N\(la base_fontname \(ra\(la font_style \(ra
|
||||
.in -2m
|
||||
.sp 1
|
||||
.I base_fontname
|
||||
is the font name as it appears in the printers font listings without the
|
||||
first letter, up to (but not including) the font size.
|
||||
.I font_style
|
||||
can be one of the letters
|
||||
.BR R ,
|
||||
.BR I ,
|
||||
or
|
||||
.BR B ,
|
||||
indicating the font styles Roman, Italic and Bold respectively.
|
||||
.IP
|
||||
For instance, if the printer's
|
||||
.I font listing A
|
||||
shows font `Nelite12I.ISO_USA', the corresponding entry in the font
|
||||
description file is
|
||||
.sp 1
|
||||
.in +2m
|
||||
.B lbpname NeliteI
|
||||
.in -2m
|
||||
.IP
|
||||
Note that you may need to modify
|
||||
.B grolbp
|
||||
to add support for new bitmapped fonts, since the available font names and
|
||||
font sizes of bitmapped fonts (as documented above) are hard-coded into the
|
||||
program.
|
||||
.IP \(bu
|
||||
For scalable fonts,
|
||||
.I printer_font_name
|
||||
is identical to the font name as it appears in the printer's
|
||||
.IR "font listing A" .
|
||||
.IP
|
||||
For instance, to select the `Swiss' font in bold style, which appears in
|
||||
the printer's
|
||||
.I font listing A
|
||||
as `Swiss-Bold', the required
|
||||
.B lbpname
|
||||
command line is
|
||||
.sp 1
|
||||
.in +2m
|
||||
.B lbpname Swiss-Bold
|
||||
.in -2m
|
||||
.sp 1
|
||||
.PP
|
||||
The argument of
|
||||
.B lbpname
|
||||
is case sensitive.
|
||||
.SH FILES
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devlbp/DESC
|
||||
Device description file.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devlbp/ F
|
||||
Font description file for font
|
||||
.IR F .
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/lbp.tmac
|
||||
Macros for use with
|
||||
.BR grolbp .
|
||||
.SH SEE ALSO
|
||||
.BR groff (1),
|
||||
.BR troff (1),
|
||||
.BR groff_out (5),
|
||||
.BR groff_font (5),
|
||||
.BR groff_char (7)
|
||||
.\"
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,152 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1994-2000, 2001, 2002, 2004 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
.el .TP "\\$1"
|
||||
..
|
||||
.TH GROLJ4 1 "14 January 2004" "Groff Version 1.19.2"
|
||||
.SH NAME
|
||||
grolj4 \- groff driver for HP Laserjet 4 family
|
||||
.SH SYNOPSIS
|
||||
.nr a \n(.j
|
||||
.ad l
|
||||
.nr i \n(.i
|
||||
.in +\w'\fBgrolj4 'u
|
||||
.ti \niu
|
||||
.B grolj4
|
||||
.de OP
|
||||
.ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
|
||||
.el .RB "[\ " "\\$1" "\ ]"
|
||||
..
|
||||
.OP \-lv
|
||||
.OP \-d \fR[\fPn\fR]\fP
|
||||
.OP \-c n
|
||||
.OP \-p paper_size
|
||||
.OP \-w n
|
||||
.OP \-F dir
|
||||
.RI "[\ " files\|.\|.\|. "\ ]"
|
||||
.br
|
||||
.ad \na
|
||||
.PP
|
||||
It is possible to have whitespace between a command line option and its
|
||||
parameter.
|
||||
.SH DESCRIPTION
|
||||
.B grolj4
|
||||
is a driver for
|
||||
.B groff
|
||||
that produces output in PCL5 format suitable for an HP Laserjet 4 printer.
|
||||
.LP
|
||||
There is an additional drawing command available:
|
||||
.TP
|
||||
.BI \eD'R\ dh\ dv '
|
||||
Draw a rule (solid black rectangle), with one corner
|
||||
at the current position, and the diagonally opposite corner
|
||||
at the current position
|
||||
.RI +( dh , dv ).
|
||||
Afterwards the current position will be at the opposite corner. This
|
||||
generates a PCL fill rectangle command, and so will work on
|
||||
printers that do not support HPGL/2 unlike the other
|
||||
.B \eD
|
||||
commands.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BI \-c n
|
||||
Print
|
||||
.I n
|
||||
copies of each page.
|
||||
.TP
|
||||
.B \-l
|
||||
Print the document with a landscape orientation.
|
||||
.TP
|
||||
.BI "\-d [" n ]
|
||||
Use duplex mode
|
||||
.IR n :
|
||||
1\ is long-side binding; 2\ is short-side binding;
|
||||
default is\ 1.
|
||||
.TP
|
||||
.BI \-p size
|
||||
Set the paper size to
|
||||
.IR size ,
|
||||
which must be one of
|
||||
letter, legal, executive, a4, com10, monarch, c5, b5, dl.
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version number.
|
||||
.TP
|
||||
.BI \-w n
|
||||
Set the default line thickness to
|
||||
.I n
|
||||
thousandths of an em.
|
||||
If this option isn't specified, the line thickness defaults to 0.04\~em.
|
||||
.TP
|
||||
.BI \-F dir
|
||||
Prepend directory
|
||||
.IB dir /dev name
|
||||
to the search path for font and device description files;
|
||||
.I name
|
||||
is the name of the device, usually
|
||||
.BR lj4 .
|
||||
.LP
|
||||
The following four commands are available additionally in the
|
||||
font description files:
|
||||
.TP
|
||||
.BI pclweight \ N
|
||||
The integer value
|
||||
.I N
|
||||
must be in the range -7 to +7; default is 0.
|
||||
.TP
|
||||
.BI pclstyle \ N
|
||||
The integer value
|
||||
.I N
|
||||
must be in the range 0 to 32767; default is 0.
|
||||
.TP
|
||||
.BI pclproportional \ N
|
||||
A boolean flag which can be either 0 or 1; default is 0.
|
||||
.TP
|
||||
.BI pcltypeface \ N
|
||||
The integer value
|
||||
.I N
|
||||
must be in the range 0 to 65535; default is 0.
|
||||
.SH FILES
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devlj4/DESC
|
||||
Device description file.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devlj4/ F
|
||||
Font description file for font
|
||||
.IR F .
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/lj4.tmac
|
||||
Macros for use with
|
||||
.BR grolj4 .
|
||||
.SH BUGS
|
||||
Small dots.
|
||||
.SH "SEE ALSO"
|
||||
.BR lj4_font (5),
|
||||
.BR groff (1),
|
||||
.BR troff (1),
|
||||
.BR groff_out (5),
|
||||
.BR groff_font (5),
|
||||
.BR groff_char (7)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
File diff suppressed because it is too large
Load Diff
@ -1,423 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.do nr grotty_C \n[.C]
|
||||
.cp 0
|
||||
.
|
||||
.TH GROTTY 1 "18 July 2003" "Groff Version 1.19.2"
|
||||
.SH NAME
|
||||
grotty \- groff driver for typewriter-like devices
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B grotty
|
||||
[
|
||||
.B \-bBcdfhioruUv
|
||||
] [
|
||||
.BI \-F dir
|
||||
] [
|
||||
.IR files \|.\|.\|.\&
|
||||
]
|
||||
.PP
|
||||
It is possible to have whitespace between the
|
||||
.B \-F
|
||||
option and its parameter.
|
||||
.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
.B grotty
|
||||
translates the output of GNU
|
||||
.B troff
|
||||
into a form suitable for typewriter-like devices.
|
||||
Normally
|
||||
.B grotty
|
||||
should be invoked by using the
|
||||
.B groff
|
||||
command
|
||||
with a
|
||||
.BR \-Tascii ,
|
||||
.B \-Tlatin1
|
||||
or
|
||||
.B \-Tutf8
|
||||
option on ASCII based systems, and with
|
||||
.B \-Tcp1047
|
||||
and
|
||||
.B \-Tutf8
|
||||
on EBCDIC based hosts.
|
||||
If no files are given,
|
||||
.B grotty
|
||||
will read the standard input.
|
||||
A filename of
|
||||
.B \-
|
||||
will also cause
|
||||
.B grotty
|
||||
to read the standard input.
|
||||
Output is written to the standard output.
|
||||
.LP
|
||||
By default,
|
||||
.B grotty
|
||||
emits SGR escape sequences (from ISO 6429, also called ANSI color escapes)
|
||||
to change text attributes (bold, italic, colors).
|
||||
This makes it possible to have eight different \M[green]background\M[]
|
||||
and \m[red]foreground\m[] colors; additionally, bold and italic
|
||||
attributes can be used \f[BI]at the same time\f[] (by using the BI font).
|
||||
.LP
|
||||
The following colors are defined in
|
||||
.BR tty.tmac :
|
||||
black, white, red, green, blue, yellow, magenta, cyan.
|
||||
Unknown colors are mapped to the default color (which is dependent on the
|
||||
settings of the terminal; in most cases, this is black for the foreground
|
||||
and white for the background).
|
||||
.LP
|
||||
Use the
|
||||
.B \-c
|
||||
switch to revert to the old behaviour, printing a bold character
|
||||
.I c
|
||||
with the sequence
|
||||
.RI ` c
|
||||
.SM BACKSPACE
|
||||
.IR c '
|
||||
and an italic character
|
||||
.I c
|
||||
by the sequence
|
||||
.RB ` _
|
||||
.SM BACKSPACE
|
||||
.IR c '.
|
||||
At the same time, color output is disabled.
|
||||
The same effect can be achieved by setting either the
|
||||
.B GROFF_NO_SGR
|
||||
environment variable or using the `sgr' X command (see below).
|
||||
.LP
|
||||
For SGR support, it is necessary to use the
|
||||
.B \-R
|
||||
option of
|
||||
.BR less (1)
|
||||
to disable the interpretation of
|
||||
.BR grotty 's
|
||||
old output format.
|
||||
Consequently, all programs which use
|
||||
.B less
|
||||
as the pager program have to pass this option to it.
|
||||
For
|
||||
.BR man (1)
|
||||
in particular, either add
|
||||
.B \-R
|
||||
to the
|
||||
.B $PAGER
|
||||
environment variable, e.g.\&
|
||||
.RS
|
||||
.LP
|
||||
.B PAGER="/usr/bin/less -R"
|
||||
.br
|
||||
.B export PAGER
|
||||
.RE
|
||||
.LP
|
||||
or use the
|
||||
.B \-P
|
||||
option of
|
||||
.B man
|
||||
to set the pager executable and its options, or modify the configuration
|
||||
file of
|
||||
.B man
|
||||
in a similar fashion.
|
||||
.LP
|
||||
.BR grotty 's
|
||||
old output format can be displayed on a terminal
|
||||
by piping through
|
||||
.BR ul (1).
|
||||
Pagers such as
|
||||
.BR more (1)
|
||||
or
|
||||
.BR less (1)
|
||||
are also able to display these sequences.
|
||||
Use either
|
||||
.B \-B
|
||||
or
|
||||
.B \-U
|
||||
when piping into
|
||||
.BR less (1);
|
||||
use
|
||||
.B \-b
|
||||
when piping into
|
||||
.BR more (1).
|
||||
There is no need to filter the output through
|
||||
.BR col (1)
|
||||
since
|
||||
.B grotty
|
||||
never outputs reverse line feeds.
|
||||
.LP
|
||||
The font description file may contain a command
|
||||
.IP
|
||||
.BI internalname\ n
|
||||
.LP
|
||||
where
|
||||
.I n
|
||||
is a decimal integer.
|
||||
If the 01 bit in
|
||||
.I n
|
||||
is set,
|
||||
then the font will be treated as an italic font;
|
||||
if the 02 bit is set,
|
||||
then it will be treated as a bold font.
|
||||
The code field in the font description field gives the
|
||||
code which will be used to output the character.
|
||||
This code can also be used in the
|
||||
.B \[rs]N
|
||||
escape sequence in
|
||||
.BR troff .
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-b
|
||||
Suppress the use of overstriking for bold characters.
|
||||
Ignored if
|
||||
.B \-c
|
||||
isn't used.
|
||||
.
|
||||
.TP
|
||||
.B \-B
|
||||
Use only overstriking for bold-italic characters.
|
||||
Ignored if
|
||||
.B \-c
|
||||
isn't used.
|
||||
.
|
||||
.TP
|
||||
.B \-c
|
||||
Use
|
||||
.BR grotty 's
|
||||
old output format (see above).
|
||||
This also disables color output.
|
||||
.
|
||||
.TP
|
||||
.B \-d
|
||||
Ignore all
|
||||
.B \[rs]D
|
||||
commands.
|
||||
Without this
|
||||
.B grotty
|
||||
will render
|
||||
.B \[rs]D'l\|.\|.\|.\&'
|
||||
commands that have at least one zero argument
|
||||
(and so are either horizontal or vertical)
|
||||
using
|
||||
.BR \- ,
|
||||
.BR | ,
|
||||
and
|
||||
.B +
|
||||
characters.
|
||||
.
|
||||
.TP
|
||||
.B \-f
|
||||
Use form feeds in the output.
|
||||
A form feed will be output at the end of each page that has no output
|
||||
on its last line.
|
||||
.
|
||||
.TP
|
||||
.BI \-F dir
|
||||
Prepend directory
|
||||
.IB dir /dev name
|
||||
to the search path for font and device description files;
|
||||
.I name
|
||||
is the name of the device, usually
|
||||
.BR ascii ,
|
||||
.BR latin1 ,
|
||||
.BR utf8 ,
|
||||
or
|
||||
.BR cp1047 .
|
||||
.TP
|
||||
.B \-h
|
||||
Use horizontal tabs in the output.
|
||||
Tabs are assumed to be set every 8 columns.
|
||||
.
|
||||
.TP
|
||||
.B \-i
|
||||
Use escape sequences to set the italic text attribute instead of the
|
||||
underline attribute for italic fonts (`I' and `BI').
|
||||
Note that most terminals (including xterm) don't support this.
|
||||
Ignored if
|
||||
.B \-c
|
||||
is active.
|
||||
.
|
||||
.TP
|
||||
.B \-o
|
||||
Suppress overstriking (other than for bold or underlined characters in
|
||||
case the old output format has been activated with
|
||||
.BR \-c ).
|
||||
.
|
||||
.TP
|
||||
.B \-r
|
||||
Use escape sequences to set the reverse text attribute instead of the
|
||||
underline attribute for italic fonts (`I' and `BI').
|
||||
Ignored if
|
||||
.B \-c
|
||||
is active.
|
||||
.
|
||||
.TP
|
||||
.B \-u
|
||||
Suppress the use of underlining for italic characters.
|
||||
Ignored if
|
||||
.B \-c
|
||||
isn't used.
|
||||
.
|
||||
.TP
|
||||
.B \-U
|
||||
Use only underlining for bold-italic characters.
|
||||
Ignored if
|
||||
.B \-c
|
||||
isn't used.
|
||||
.
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version number.
|
||||
.
|
||||
.
|
||||
.SH USAGE
|
||||
.B grotty
|
||||
understands a single X command produced using the
|
||||
.B \[rs]X
|
||||
escape sequence.
|
||||
.TP
|
||||
.BI \[rs]X'tty:\ sgr\ n '
|
||||
If
|
||||
.I n
|
||||
is non-zero or missing, enable SGR output (this is the default), otherwise
|
||||
use the old drawing scheme for bold and underline.
|
||||
.
|
||||
.
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B GROFF_NO_SGR
|
||||
If set, the old drawing scheme for bold and underline (using the
|
||||
backspace character) is active.
|
||||
Colors are disabled.
|
||||
.
|
||||
.
|
||||
.SH FILES
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devascii/DESC
|
||||
Device description file for
|
||||
.B ascii
|
||||
device.
|
||||
.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devascii/ F
|
||||
Font description file for font
|
||||
.I F
|
||||
of
|
||||
.B ascii
|
||||
device.
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devlatin1/DESC
|
||||
Device description file for
|
||||
.B latin1
|
||||
device.
|
||||
.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devlatin1/ F
|
||||
Font description file for font
|
||||
.I F
|
||||
of
|
||||
.B latin1
|
||||
device.
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devutf8/DESC
|
||||
Device description file for
|
||||
.B utf8
|
||||
device.
|
||||
.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devutf8/ F
|
||||
Font description file for font
|
||||
.I F
|
||||
of
|
||||
.B utf8
|
||||
device.
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/font/devcp1047/DESC
|
||||
Device description file for
|
||||
.B cp1047
|
||||
device.
|
||||
.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devcp1047/ F
|
||||
Font description file for font
|
||||
.I F
|
||||
of
|
||||
.B cp1047
|
||||
device.
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/tty.tmac
|
||||
Macros for use with
|
||||
.BR grotty .
|
||||
.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/tty-char.tmac
|
||||
Additional klugdey character definitions for use with
|
||||
.BR grotty .
|
||||
.LP
|
||||
Note that on EBCDIC hosts, only files for the
|
||||
.B cp1047
|
||||
device will be installed.
|
||||
.
|
||||
.
|
||||
.SH BUGS
|
||||
.LP
|
||||
.B grotty
|
||||
is intended only for simple documents.
|
||||
.LP
|
||||
There is no support for fractional horizontal or vertical motions.
|
||||
.LP
|
||||
There is no support for
|
||||
.B \[rs]D
|
||||
commands
|
||||
other than horizontal and vertical lines.
|
||||
.LP
|
||||
Characters above the first line (ie with a vertical position of\~0)
|
||||
cannot be printed.
|
||||
.LP
|
||||
Color handling is different compared to
|
||||
.BR grops (1).
|
||||
.B \[rs]M
|
||||
doesn't set the fill color for closed graphic objects (which
|
||||
.B grotty
|
||||
doesn't support anyway) but changes the background color of the character
|
||||
cell, affecting all subsequent operations.
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR groff (1),
|
||||
.BR troff (1),
|
||||
.BR groff_out (5),
|
||||
.BR groff_font (5),
|
||||
.BR groff_char (7),
|
||||
.BR ul (1),
|
||||
.BR more (1),
|
||||
.BR man (1),
|
||||
.BR less (1)
|
||||
.
|
||||
.cp \n[grotty_C]
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,311 +0,0 @@
|
||||
.tr ~
|
||||
.ig
|
||||
Copyright (C) 1994-2000, 2001, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
.el .TP "\\$1"
|
||||
..
|
||||
.de CW
|
||||
.ie \\n(.$>2 \&\\$1\f(CR\\$2\fP\\$3
|
||||
.el \&\f(CR\\$1\fP\\$2
|
||||
..
|
||||
.tr ~
|
||||
.TH HPFTODIT 1 "14 January 2004" "Groff Version 1.19.2"
|
||||
.\" --------------------------------------------------------------------------
|
||||
.SH NAME
|
||||
.\" --------------------------------------------------------------------------
|
||||
hpftodit \- create font description files for use with groff \-Tlj4
|
||||
.\" --------------------------------------------------------------------------
|
||||
.SH SYNOPSIS
|
||||
.\" --------------------------------------------------------------------------
|
||||
.B hpftodit
|
||||
[
|
||||
.B \-adqsv
|
||||
]
|
||||
[
|
||||
.BI \-i n
|
||||
]
|
||||
.I tfm_file
|
||||
.I map_file
|
||||
.I font
|
||||
.PP
|
||||
It is possible to have whitespace between the
|
||||
.B \-i
|
||||
option and its parameter.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.SH DESCRIPTION
|
||||
.\" --------------------------------------------------------------------------
|
||||
.B hpftodit
|
||||
creates a font file for use with a Hewlett-Packard LaserJet~4\(enseries
|
||||
(or newer) printer with
|
||||
.BR "groff \-Tlj4" ,
|
||||
using data from an HP tagged font metric (TFM) file.
|
||||
.I tfm_file
|
||||
is the name of the TFM file for the font; Intellifont and
|
||||
TrueType TFM files are supported, but symbol set TFM files are not.
|
||||
.I map_file
|
||||
is a file giving the groff names for characters in the font; this file
|
||||
should consist of a sequence of lines of the form:
|
||||
.IP
|
||||
.I
|
||||
m u c1 c2 \fR.\|.\|. [
|
||||
.CW #
|
||||
.I comment
|
||||
]
|
||||
.LP
|
||||
where
|
||||
.I m
|
||||
is a decimal integer giving the MSL number of the character,
|
||||
.I u
|
||||
is a hexadecimal integer giving the Unicode value of the character,
|
||||
and
|
||||
.IR c1 ,
|
||||
.IR c2 ", .\|.\|."
|
||||
are the groff names of the character.
|
||||
The values can be separated by any whitespace; the Unicode value must
|
||||
use uppercase digits A\^\(en\^F, and must be without a leading
|
||||
.CW ` 0x ',
|
||||
.CW ` u ',
|
||||
or
|
||||
.CW ` U+ '.
|
||||
Unicode values corresponding to composite glyphs are decomposed; e.g.,
|
||||
.CW ` u00C0 '
|
||||
becomes
|
||||
.CW ` u0041_0300 '.
|
||||
The name for a glyph without a groff name may be given as
|
||||
.CW u \fIXXXX\fP
|
||||
if the glyph corresponds to a Unicode value, or as an unnamed glyph
|
||||
.CW ` --- '.
|
||||
If the given Unicode value is in the Private Use Area
|
||||
(0xE000\^\(en\^0xF8FF), the glyph is included as an unnamed glyph.
|
||||
Refer to
|
||||
.BR groff_diff (1)
|
||||
for additional information about unnamed glyphs and how to access them.
|
||||
.LP
|
||||
Blank lines and lines beginning with
|
||||
.CW ` # '
|
||||
are ignored.
|
||||
A
|
||||
.CW ` # '
|
||||
following one or more groff names begins a comment.
|
||||
Because
|
||||
.CW ` # '
|
||||
is a valid groff name, it must appear first in a list of
|
||||
groff names if a comment is included, e.g.,
|
||||
.IP
|
||||
.CW "3 0023 # # number sign"
|
||||
.LP
|
||||
or
|
||||
.IP
|
||||
.CW "3 0023 # sh # number sign"
|
||||
.LP
|
||||
rather than
|
||||
.IP
|
||||
.CW "3 0023 sh # # number sign"
|
||||
.LP
|
||||
which will treat the first
|
||||
.CW ` # '
|
||||
as the beginning of the comment.
|
||||
.LP
|
||||
.I font
|
||||
is the name of the groff font file.
|
||||
The groff font file is written to
|
||||
.IR font ;
|
||||
if
|
||||
.I font
|
||||
is specified as
|
||||
.CW ` - ',
|
||||
the output is written to the standard output.
|
||||
.LP
|
||||
The
|
||||
.B \-s
|
||||
option should be given if the font is special
|
||||
(a font is
|
||||
.I special
|
||||
if
|
||||
.B troff
|
||||
should search it whenever
|
||||
a character is not found in the current font).
|
||||
If the font is special,
|
||||
it should be listed in the
|
||||
.B fonts
|
||||
command in the DESC file;
|
||||
if it is not special, there is no need to list it, since
|
||||
.B troff
|
||||
can automatically mount it when it's first used.
|
||||
.LP
|
||||
If the
|
||||
.B \-i
|
||||
option is used,
|
||||
.B hpftodit
|
||||
automatically will generate an italic correction,
|
||||
a left italic correction and a subscript correction
|
||||
for each character
|
||||
(the significance of these parameters is explained in
|
||||
.BR groff_font (5)).
|
||||
.\" --------------------------------------------------------------------------
|
||||
.SH OPTIONS
|
||||
.\" --------------------------------------------------------------------------
|
||||
.TP
|
||||
.B \-a
|
||||
Include characters in the TFM file that are not included in the map
|
||||
file.
|
||||
A glyph with corresponding Unicode value is given the name
|
||||
.RI u XXXX ;
|
||||
a glyph without a Unicode value is included as an unnamed glyph
|
||||
\&`\-\^\-\^\-'.
|
||||
A glyph with a Unicode value in the Private Use Area
|
||||
(0xE000\^\(en\^0xF8FF) also is included as an unnamed glyph.
|
||||
.IP
|
||||
This option provides a simple means of adding Unicode-named and unnamed
|
||||
glyphs to a font without including them in the map file, but it affords
|
||||
little control over which glyphs are placed in a regular font and which
|
||||
are placed in a special font.
|
||||
The presence or absence of the
|
||||
.B \-s
|
||||
option has some effect on which glyphs are included: without the
|
||||
.B \-s
|
||||
option, only the \(lqtext\(rq symbol sets are searched for matching
|
||||
glyphs; with the
|
||||
.B \-s
|
||||
option, only the \(lqmathematical\(rq symbol sets
|
||||
are searched.
|
||||
Nonetheless, restricting the symbol sets searched isn't very
|
||||
selective\(emmany glyphs are placed in both regular and special fonts.
|
||||
Normally, the
|
||||
.B \-a
|
||||
option should be used only as a last resort.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.TP
|
||||
.B \-d
|
||||
Dump information about the TFM file to the standard output; this option
|
||||
can be useful for ensuring that a TFM file is a proper match for a font,
|
||||
and that the contents of the TFM file are suitable.
|
||||
The information includes the values of important TFM tags, and a listing
|
||||
(by MSL number for Intellifont TFM files or by Unicode value for
|
||||
TrueType TFM files) of the glyphs included in the TFM file.
|
||||
The unit of measure `DU' for some tags indicates design units; there are
|
||||
8782 design units per em for Intellifont fonts, and 2048 design units
|
||||
per em for TrueType fonts.
|
||||
Note that the accessibility of a glyph depends on its inclusion in a
|
||||
symbol set; some TFM files list many glyphs but only a few symbol sets.
|
||||
.IP
|
||||
The glyph listing includes the glyph index within the TFM file, the MSL
|
||||
or Unicode value, and the symbol set and character code that will be
|
||||
used to print the glyph.
|
||||
If
|
||||
.I map_file
|
||||
is given,
|
||||
groff names are given for matching glyphs.
|
||||
If only the glyph index and MSL or Unicode value are given, the glyph
|
||||
does not appear in any supported symbol set and cannot be printed.
|
||||
.IP
|
||||
With the
|
||||
.B \-d
|
||||
option,
|
||||
.I map_file
|
||||
is optional, and
|
||||
.I font
|
||||
is ignored if given.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.TP
|
||||
.B \-q
|
||||
Suppress warnings about characters in the map file that were not found
|
||||
in the TFM file.
|
||||
Warnings never are given for unnamed glyphs or by glyphs named by their
|
||||
Unicode values.
|
||||
This option is useful when sending the output of
|
||||
.B hpftodit
|
||||
to the standard output.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.TP
|
||||
.B \-v
|
||||
Print the
|
||||
.B hpftodit
|
||||
version number.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.TP
|
||||
.B \-s
|
||||
The font is special.
|
||||
This option adds the
|
||||
.B special
|
||||
command to the font file, and affects the order in which HP symbol sets
|
||||
are searched for each glyph.
|
||||
Without the
|
||||
.B \-s
|
||||
option, the \(lqtext\(rq sets are searched before
|
||||
the \(lqmathematical\(rq symbol sets.
|
||||
With the
|
||||
.B \-s
|
||||
option, the search order is reversed.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.TP
|
||||
.BI \-i n
|
||||
Generate an italic correction for each character so that the character's
|
||||
width plus the character's italic correction is equal to
|
||||
.I n
|
||||
thousandths of an em plus the amount by which the right edge of the
|
||||
character's bounding is to the right of the character's origin.
|
||||
If this would result in a negative italic correction, use a zero italic
|
||||
correction instead.
|
||||
.IP
|
||||
Also generate a subscript correction equal to the
|
||||
product of the tangent of the slant of the font and
|
||||
four fifths of the x-height of the font.
|
||||
If this would result in a subscript correction greater than the italic
|
||||
correction, use a subscript correction equal to the italic correction
|
||||
instead.
|
||||
.IP
|
||||
Also generate a left italic correction for each character
|
||||
equal to
|
||||
.I n
|
||||
thousandths of an em plus the amount by which the left edge of the
|
||||
character's bounding box is to the left of the character's origin.
|
||||
The left italic correction may be negative.
|
||||
.IP
|
||||
This option normally is needed only with italic or oblique fonts;
|
||||
a value of 50 (0.05 em) usually is a reasonable choice.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.SH FILES
|
||||
.\" --------------------------------------------------------------------------
|
||||
.ad 0
|
||||
.TP \w'\fB/usr/share/groff/1.19.2/font/devlj4/generate/\fP\fI*\fP.map'u+2n
|
||||
.B /usr/share/groff/1.19.2/font/devlj4/DESC
|
||||
Device description file.
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devlj4/ F
|
||||
Font description file for font
|
||||
.IR F .
|
||||
.TP
|
||||
.BI /usr/share/groff/1.19.2/font/devlj4/generate/ * .map
|
||||
Symbol mapping files
|
||||
.\" --------------------------------------------------------------------------
|
||||
.SH "SEE ALSO"
|
||||
.\" --------------------------------------------------------------------------
|
||||
.BR groff (1),
|
||||
.BR groff_diff (1),
|
||||
.BR grolj4 (1),
|
||||
.BR groff_font (5),
|
||||
.BR lj4_font (5)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,211 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.TH INDXBIB 1 "27 June 2001" "Groff Version 1.19.2"
|
||||
.SH NAME
|
||||
indxbib \- make inverted index for bibliographic databases
|
||||
.SH SYNOPSIS
|
||||
.nr a \n(.j
|
||||
.ad l
|
||||
.nr i \n(.i
|
||||
.in +\w'\fBindxbib 'u
|
||||
.ti \niu
|
||||
.B indxbib
|
||||
.de OP
|
||||
.ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
|
||||
.el .RB "[\ " "\\$1" "\ ]"
|
||||
..
|
||||
.OP \-vw
|
||||
.OP \-c file
|
||||
.OP \-d dir
|
||||
.OP \-f file
|
||||
.OP \-h n
|
||||
.OP \-i string
|
||||
.OP \-k n
|
||||
.OP \-l n
|
||||
.OP \-n n
|
||||
.OP \-o file
|
||||
.OP \-t n
|
||||
.RI [\ filename \|.\|.\|.\ ]
|
||||
.ad \na
|
||||
.PP
|
||||
It is possible to have whitespace between a command line option and its
|
||||
parameter.
|
||||
.SH DESCRIPTION
|
||||
.B indxbib
|
||||
makes an inverted index for the bibliographic databases in
|
||||
.IR filename \|.\|.\|.
|
||||
for use with
|
||||
.BR refer (1),
|
||||
.BR lookbib (1),
|
||||
and
|
||||
.BR lkbib (1).
|
||||
The index will be named
|
||||
.IB filename .i\fR;
|
||||
the index is written to a temporary file which is then renamed to this.
|
||||
If no filenames are given on the command line because the
|
||||
.B \-f
|
||||
option has been used, and no
|
||||
.B \-o
|
||||
option is given, the index will be named
|
||||
.BR Ind.i .
|
||||
.LP
|
||||
Bibliographic databases are divided into records by blank lines.
|
||||
Within a record, each fields starts with a
|
||||
.B %
|
||||
character at the beginning of a line.
|
||||
Fields have a one letter name which follows the
|
||||
.B %
|
||||
character.
|
||||
.LP
|
||||
The values set by the
|
||||
.BR \-c ,
|
||||
.BR \-n ,
|
||||
.BR \-l
|
||||
and
|
||||
.B \-t
|
||||
options are stored in the index;
|
||||
when the index is searched, keys will be discarded and truncated in a
|
||||
manner appropriate to these options;
|
||||
the original keys will be used for verifying that any record
|
||||
found using the index actually contains the keys.
|
||||
This means that a user of an index need not know whether these
|
||||
options were used in the creation of the index,
|
||||
provided that not all the keys to be searched for
|
||||
would have been discarded during indexing
|
||||
and that the user supplies at least the part of each key
|
||||
that would have remained after being truncated during indexing.
|
||||
The value set by the
|
||||
.B \-i
|
||||
option is also stored in the index
|
||||
and will be used in verifying records found using the index.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version number.
|
||||
.TP
|
||||
.B \-w
|
||||
Index whole files.
|
||||
Each file is a separate record.
|
||||
.TP
|
||||
.BI \-c file
|
||||
Read the list of common words from
|
||||
.I file
|
||||
instead of
|
||||
.BR /usr/share/groff/1.19.2/eign .
|
||||
.TP
|
||||
.BI \-d dir
|
||||
Use
|
||||
.I dir
|
||||
as the pathname of the current working directory to store in the index,
|
||||
instead of the path printed by
|
||||
.BR pwd (1).
|
||||
Usually
|
||||
.I dir
|
||||
will be a symbolic link that points to the directory printed by
|
||||
.BR pwd (1).
|
||||
.TP
|
||||
.BI \-f file
|
||||
Read the files to be indexed from
|
||||
.IR file .
|
||||
If
|
||||
.I file
|
||||
is
|
||||
.BR \- ,
|
||||
files will be read from the standard input.
|
||||
The
|
||||
.B \-f
|
||||
option can be given at most once.
|
||||
.TP
|
||||
.BI \-i string
|
||||
Don't index the contents of fields whose names are in
|
||||
.IR string .
|
||||
Initially
|
||||
.I string
|
||||
is
|
||||
.BR XYZ .
|
||||
.TP
|
||||
.BI \-h n
|
||||
Use the first prime greater than or equal to
|
||||
.I n
|
||||
for the size of the hash table.
|
||||
Larger values of
|
||||
.I n
|
||||
will usually make searching faster,
|
||||
but will make the index larger
|
||||
and
|
||||
.B indxbib
|
||||
use more memory.
|
||||
Initially
|
||||
.I n
|
||||
is 997.
|
||||
.TP
|
||||
.BI \-k n
|
||||
Use at most
|
||||
.I n
|
||||
keys per input record.
|
||||
Initially
|
||||
.I n
|
||||
is 100.
|
||||
.TP
|
||||
.BI \-l n
|
||||
Discard keys that are shorter than
|
||||
.IR n .
|
||||
Initially
|
||||
.I n
|
||||
is 3.
|
||||
.TP
|
||||
.BI \-n n
|
||||
Discard the
|
||||
.I n
|
||||
most common words.
|
||||
Initially
|
||||
.I n
|
||||
is 100.
|
||||
.TP
|
||||
.BI \-o basename
|
||||
The index should be named
|
||||
.IB basename .i\fR.
|
||||
.TP
|
||||
.BI \-t n
|
||||
Truncate keys to
|
||||
.IR n .
|
||||
Initially
|
||||
.I n
|
||||
is 6.
|
||||
.SH FILES
|
||||
.TP \w'\fBindxbib\fIXXXXXX'u+2n
|
||||
.IB filename .i
|
||||
Index.
|
||||
.TP
|
||||
.B Ind.i
|
||||
Default index name.
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/eign
|
||||
List of common words.
|
||||
.TP
|
||||
.BI indxbib XXXXXX
|
||||
Temporary file.
|
||||
.SH "SEE ALSO"
|
||||
.BR refer (1),
|
||||
.BR lkbib (1),
|
||||
.BR lookbib (1)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,136 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.
|
||||
.\" Like TP, but if specified indent is more than half
|
||||
.\" the current line-length - indent, use the default indent.
|
||||
.de Tp
|
||||
. ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
|
||||
. el .TP "\\$1"
|
||||
..
|
||||
.
|
||||
.
|
||||
.TH LKBIB 1 "24 November 2004" "Groff Version 1.19.2"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
lkbib \- search bibliographic databases
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B lkbib
|
||||
[
|
||||
.B \-v
|
||||
]
|
||||
[
|
||||
.BI \-i fields
|
||||
]
|
||||
[
|
||||
.BI \-p filename
|
||||
]
|
||||
[
|
||||
.BI \-t n
|
||||
]
|
||||
.IR key \|.\|.\|.
|
||||
.
|
||||
.PP
|
||||
It is possible to have whitespace between a command line option and its
|
||||
parameter.
|
||||
.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
.B lkbib
|
||||
searches bibliographic databases for references that contain the keys
|
||||
.IR key \|.\|.\|.\&
|
||||
and prints any references found on the standard output.
|
||||
.B lkbib
|
||||
will search any databases given by
|
||||
.B \-p
|
||||
options, and then a default database.
|
||||
The default database is taken from the
|
||||
.SB REFER
|
||||
environment variable if it is set,
|
||||
otherwise it is
|
||||
.BR /usr/dict/papers/Ind .
|
||||
For each database
|
||||
.I filename
|
||||
to be searched,
|
||||
if an index
|
||||
.IB filename .i
|
||||
created by
|
||||
.BR indxbib (1)
|
||||
exists, then it will be searched instead;
|
||||
each index can cover multiple databases.
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version number.
|
||||
.
|
||||
.TP
|
||||
.BI \-p filename
|
||||
Search
|
||||
.IR filename .
|
||||
Multiple
|
||||
.B \-p
|
||||
options can be used.
|
||||
.
|
||||
.TP
|
||||
.BI \-i string
|
||||
When searching files for which no index exists,
|
||||
ignore the contents of fields whose names are in
|
||||
.IR string .
|
||||
.
|
||||
.TP
|
||||
.BI \-t n
|
||||
Only require the first
|
||||
.I n
|
||||
characters of keys to be given.
|
||||
Initially
|
||||
.I n
|
||||
is\~6.
|
||||
.
|
||||
.
|
||||
.SH ENVIRONMENT
|
||||
.TP \w'\fBREFER'u+2n
|
||||
.SB REFER
|
||||
Default database.
|
||||
.
|
||||
.
|
||||
.SH FILES
|
||||
.Tp \w'\fB/usr/dict/papers/Ind'u+2n
|
||||
.B /usr/dict/papers/Ind
|
||||
Default database to be used if the
|
||||
.SB REFER
|
||||
environment variable is not set.
|
||||
.
|
||||
.TP
|
||||
.IB filename .i
|
||||
Index files.
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR refer (1),
|
||||
.BR lookbib (1),
|
||||
.BR indxbib (1)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,101 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.
|
||||
.TH LOOKBIB 1 "24 November 2004" "Groff Version 1.19.2"
|
||||
.
|
||||
.
|
||||
.SH NAME
|
||||
lookbib \- search bibliographic databases
|
||||
.
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B lookbib
|
||||
[
|
||||
.B \-v
|
||||
]
|
||||
[
|
||||
.BI \-i string
|
||||
]
|
||||
[
|
||||
.BI \-t n
|
||||
]
|
||||
.IR filename \|.\|.\|.
|
||||
.
|
||||
.PP
|
||||
It is possible to have whitespace between a command line option and its
|
||||
parameter.
|
||||
.
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
.B lookbib
|
||||
prints a prompt on the standard error (unless the standard input is not
|
||||
a terminal),
|
||||
reads from the standard input a line containing a set of keywords,
|
||||
searches the bibliographic databases
|
||||
.IR filename \|.\|.\|.\&
|
||||
for references containing those keywords,
|
||||
prints any references found on the standard output,
|
||||
and repeats this process until the end of input.
|
||||
For each database
|
||||
.I filename
|
||||
to be searched,
|
||||
if an index
|
||||
.IB filename .i
|
||||
created by
|
||||
.BR indxbib (1)
|
||||
exists, then it will be searched instead;
|
||||
each index can cover multiple databases.
|
||||
.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-v
|
||||
Print the version number.
|
||||
.
|
||||
.TP
|
||||
.BI \-i string
|
||||
When searching files for which no index exists,
|
||||
ignore the contents of fields whose names are in
|
||||
.IR string .
|
||||
.
|
||||
.TP
|
||||
.BI \-t n
|
||||
Only require the first
|
||||
.I n
|
||||
characters of keys to be given.
|
||||
Initially
|
||||
.I n
|
||||
is\~6.
|
||||
.
|
||||
.
|
||||
.SH FILES
|
||||
.TP \w'\fIfilename\fB.i'u+2n
|
||||
.IB filename .i
|
||||
Index files.
|
||||
.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR refer (1),
|
||||
.BR lkbib (1),
|
||||
.BR indxbib (1)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,49 +0,0 @@
|
||||
.\"
|
||||
.\" $Id: mmroff.man,v 2.2 2001/12/09 12:15:09 wlemb Exp $
|
||||
.\"
|
||||
.TH MMROFF 1 "1 March 2013" "Groff Version 1.19.2"
|
||||
.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 \fBmm\fP, see
|
||||
\fBgroff_mm(7)\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 /usr/share/groff/1.19.2/tmac/tmac.m
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/mm/*.cov
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/mm/*.MT
|
||||
.TP
|
||||
.B /usr/share/groff/1.19.2/tmac/mm/locale
|
||||
.SH "SEE ALSO"
|
||||
.BR groff_mm(7),
|
||||
.BR groff_mmse(7),
|
||||
.BR groff (1),
|
||||
.BR troff (1),
|
||||
.BR tbl (1),
|
||||
.BR pic (1),
|
||||
.BR eqn (1)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,43 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.TH NEQN 1 "27 June 2001" "Groff Version 1.19.2"
|
||||
.SH NAME
|
||||
neqn \- format equations for ascii output
|
||||
.SH SYNOPSIS
|
||||
.B neqn
|
||||
[eqn options]
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
.B neqn
|
||||
program is actually just a shell script which invokes the
|
||||
.BR eqn (1)
|
||||
command with the
|
||||
.B ascii
|
||||
output device.
|
||||
.LP
|
||||
Note that
|
||||
.B eqn
|
||||
does not support low-resolution, typewriter-like devices (although it may
|
||||
work adequately for very simple input).
|
||||
.SH "SEE ALSO"
|
||||
.BR eqn (1)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
@ -1,149 +0,0 @@
|
||||
.ig
|
||||
Copyright (C) 1989-2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
||||
|
||||
Permission is granted to copy and distribute translations of this
|
||||
manual into another language, under the above conditions for modified
|
||||
versions, except that this permission notice may be included in
|
||||
translations approved by the Free Software Foundation instead of in
|
||||
the original English.
|
||||
..
|
||||
.
|
||||
.TH NROFF 1 "12 April 2005" "Groff Version 1.19.2"
|
||||
.
|
||||
.SH NAME
|
||||
nroff \- emulate nroff command with groff
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.nr a \n(.j
|
||||
.ad l
|
||||
.nr i \n(.i
|
||||
.in +\w'\fBnroff 'u
|
||||
.ti \niu
|
||||
.B nroff
|
||||
.de OP
|
||||
.ie \\n(.$-1 .RI "[\ \fB\\$1\fP" "\\$2" "\ ]"
|
||||
.el .RB "[\ " "\\$1" "\ ]"
|
||||
..
|
||||
.
|
||||
.OP \-CchipStUv
|
||||
.OP \-d cs
|
||||
.OP \-M dir
|
||||
.OP \-m name
|
||||
.OP \-n num
|
||||
.OP \-o list
|
||||
.OP \-r cn
|
||||
.OP \-T name
|
||||
.RI "[\ " "file" "\ .\|.\|.\ ]"
|
||||
.br
|
||||
.ad \na
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
.B nroff
|
||||
script emulates the
|
||||
.B nroff
|
||||
command using groff.
|
||||
Only
|
||||
.BR ascii ,
|
||||
.BR latin1 ,
|
||||
.BR utf8 ,
|
||||
and
|
||||
.B cp1047
|
||||
are valid arguments for the
|
||||
.B -T
|
||||
option, selecting the output encoding emitted by
|
||||
.BR grotty ,
|
||||
groff's TTY output device.
|
||||
If an invalid or no
|
||||
.BR \-T
|
||||
option is given,
|
||||
.B nroff
|
||||
checks the current locale to select a default output device.
|
||||
It first tries the
|
||||
.B locale
|
||||
program, then the environment variables
|
||||
.BR LC_ALL ,
|
||||
.BR LC_CTYPE ,
|
||||
and
|
||||
.BR LANG ,
|
||||
and finally the
|
||||
.B LESSCHARSET
|
||||
environment variable.
|
||||
.PP
|
||||
The
|
||||
.B \-h
|
||||
and
|
||||
.B \-c
|
||||
options
|
||||
are equivalent to
|
||||
.BR grotty 's
|
||||
options
|
||||
.B \-h
|
||||
(using tabs in the output) and
|
||||
.B \-c
|
||||
(using the old output scheme instead of SGR escape sequences).
|
||||
The
|
||||
.BR \-d ,
|
||||
.BR \-C ,
|
||||
.BR \-i ,
|
||||
.BR \-M ,
|
||||
.BR \-m ,
|
||||
.BR \-n ,
|
||||
.BR \-o ,
|
||||
and
|
||||
.B \-r
|
||||
options have the effect described in
|
||||
.BR troff (1).
|
||||
In addition,
|
||||
.B nroff
|
||||
silently ignores the options
|
||||
.BR \-e ,
|
||||
.BR \-q ,
|
||||
and
|
||||
.BR \-s
|
||||
(which are not implemented in
|
||||
.BR troff ).
|
||||
Options
|
||||
.B \-p
|
||||
(pic),
|
||||
.B \-t
|
||||
(tbl),
|
||||
.B \-S
|
||||
(safer), and
|
||||
.B \-U
|
||||
(unsafe) are passed to
|
||||
.BR groff .
|
||||
.B \-v
|
||||
shows the version number.
|
||||
.
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.SM
|
||||
.B GROFF_BIN_PATH
|
||||
A colon separated list of directories in which to search for the
|
||||
.B groff
|
||||
executable before searching in PATH. If unset, `/usr/bin' is used.
|
||||
.SH NOTES
|
||||
This shell script is basically intended for use with
|
||||
.BR man (1),
|
||||
so warnings are suppressed.
|
||||
nroff-style character definitions (in the file tty-char.tmac) are also
|
||||
loaded to emulate unrepresentable glyphs.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR groff (1),
|
||||
.BR troff (1),
|
||||
.BR grotty (1)
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" End:
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user