Skip to content
FrancisBond edited this page Mar 24, 2009 · 8 revisions

Overview

This page describes the use of LaTeX/PostScript with the DELPH-IN tools.

LKB

The [wiki:LkbTop LKB] allows you to print postscript snapshots of many windows. This may not work for non-ascii scripts.

LUI

You can export postscript from the Linguistic User Interface ([wiki:LkbLui LUI]) by pressing p and LaTeX by pressing l. The postscript may not work for non-ascii scripts.

The LaTeX export from LUI uses [http://nlp.stanford.edu/~manning/tex/avm.sty avm.sty] for AVMs, and [http://www.ctan.org/tex-archive/macros/latex/contrib/qtree/ qtree.sty] for trees.

LOGON web demonstrator

The [wiki:LogonOnline LOGON web demonstrator] allows you to export LaTeX parse and derivation trees, as well as MRS.

The LaTeX export from these demonstrators assumes a set of [http://svn.emmtee.net/trunk/lingo/lkb/tex/mrs.sty custom macros] for MRS formatting (mrs.sty), and further the standard LaTeX package [http://www.ctan.org/tex-archive/macros/latex/contrib/qtree/ qtree.sty], for the syntax trees. Further, qtree.sty requires pict2e.sty (which it will load automatically) and mrs.sty assumes relsize.sty has been loaded, and some commands use pstricks.

delphin.sty

A vain attempt to gather some macros that may be generally useful for describing systems.

e.g.:  \newcommand{\itsdb}{\textsf{\lbrack incr tsdb()\rbrack}}  for itsdb.

Clone this wiki locally