#!/bin/sh
#
# $XORP: xorp/docs/user_manual/tab.sh,v 1.1 2006/03/08 10:12:30 atanu Exp $
#
# Convert a XORP configuration file into the tabbing form that we are using
# for latex.

expand | sed -e 's/    /\\>/g' -e 's/{/\\&/' -e 's/}/\\&/' -e 's/$/\\\\/'
