head	1.1;
branch	1.1.1;
access;
symbols
	KOREAN:1.1.1.1.0.2
	PYTHON_20040204:1.1.1.1
	PYTHON:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2004.02.05.09.49.46;	author perky;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.02.05.09.49.46;	author perky;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#! /bin/sh
#  -*- ksh -*-

# This script *helps* locate lines of normal content that end in '}';
# this is useful since LaTeX2HTML (at least the old version that we
# use) breaks on many lines that end that way.
#
# Usage: cklatex files... | less
#
# *Read* the output looking for suspicious lines!

grep -n "[^ 	]}\$" $@@ | \
 grep -v '\\begin{' | \
 grep -v '\\end{' | \
 grep -v '\\input{' | \
 grep -v '\\documentclass{' | \
 grep -v '\\title{' | \
 grep -v '\\chapter{' | \
 grep -v '\\chapter\*{' | \
 grep -v '\\section{' | \
 grep -v '\\subsection{' | \
 grep -v '\\subsubsection{' | \
 grep -v '\\sectionauthor{' | \
 grep -v '\\moduleauthor{'

exit $?
@


1.1.1.1
log
@Import python documentation as of 2004 02 04
@
text
@@
