For more details, and talks in past semesters, consult the full schedule of talks.
Past topics can (and should) be repeated occasionally. In addition, here are some topics people might like to hear about:
To give a talk, please contact swig@math.arizona.edu.
cp /usr/common/starts/RUS/xinitrc.rus
~/.xinitrc.xinitrc
file: /usr/bin/X11/xset fp+
/usr/local/lib/X11/fonts/CYR,/usr/local/lib/X11/fonts/OW
&
{This will append the above directories to the current
font path for your X applications. Each font directory
contains the font definitions and two files,
fonts.dir and fonts.alias.
The fonts.dir file consists of two
columns, the first is the name of the font file, the
second is the name by which you would reference it in
your X applications (more on this below). The
fonts.alias file contains aliases for the
very long names by which we reference the fonts (in fact,
you can define your own fonts.alias file.
More on this below). }
/usr/bin/X11/xmodmap
/usr/local/lib/X11/CYR/jcuken.iso.xmm &
{This defines a keyboard map for font defined in the
file specified. In this example, we use the map file
jcuken.iso.xmm , which allows the keyboard
to emulate a Russioan typewritter by hitting the CAPS
LOCK key, once we have executed an application which is
to use the Cyrillic font we have chosen.}
.profile file (if using ksh; if using csh, add
to your .cshrc file):
stty pass8
On an SGI, add the following line instead:
stty cs8 -istrip
To check that your terminal has the cs8 and
-istrip settings, type
stty -a
which will display your terminal settings.
cp /usr/common/starts/RUS/Xdefaults.rus
~/.Xdefaults
OR add the following lines to the end of your
.Xdefaults file:
Netscape*documentFonts.latin1*registry: koi8r
Netscape*documentFonts.latin1*encoding: *
{This adds the Cyrillic fonts to Netscape's repetoire of fonts.}
xterm -fn bob &
where "bob" is an alias defined by our favorite system
administrator in the file
/usr/local/lib/X11/fonts/CYR/fonts.alias. This
will pop up a window. To activate the Cyrillic keyboard, hit
the CAPS LOCK key, and type away!
netscape, run
netscape_rus. Check out the Russia On-Line or Moscow Sate University web
sites, both of which support Cyrillic fonts.
fonts.dir file. For example, I'd like to define my
own alias myfont for the font
cronyxcorrmdmnrml8807575m50k8r18.pcf
in the directory /usr/local/lib/X11/fonts/CYR. I
would do the following:
-cronyx-courier-medium-o-normal--8-80-75-75-m-50-koi8r-1-8
myfontdir (it can be named anything I
like). In this directory I create a file called fonts.alias with one
line in it:
myfont -cronyx-courier-medium-o-normal--8-80-75-75-m-50-koi8r-1-8
xset fp+ /aplm/rao/myfontdir
xset fp rehash
To display the new current fontpath, type
xset -q
xterm -fn myfont &
will pop up an xterm that will use myfont when the CAPS LOCK key as been activated.