AZ logo

CTAN directory: /support/wsuipa2tipa

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
wsuipa2tipa Translate wsuipa font commands into tipa font commands.

Files

Name Size* Date UTC Notes
README 481 bytes 2000-Feb-22 Shown below
wsu2tipa.c 87 KiB 2000-Feb-22
wsu2tipa.exe 16 KiB 2000-Feb-19
wsu2tipa.l 9 KiB 2000-Feb-19

  *File sizes in kibibytes.

Contents of README

The old wsuipa phonetic fonts often don't compile on newer TeX
installations. The wsuipa fonts were superseded by the tipa fonts. The
wsu2tipa program translates a LaTeX file with wsuipa font commands into
a file with tipa font commands.

To compile on Unix:

    flex -B -8 wsu2tipa.l
    gcc -s -Wall -o wsu2tipa lex.yy.c -lfl
    rm lex.yy.c

If you have a C compiler, but no Flex, you can use the pre-flexed file
wsu2tipa.c
 
-- 
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/