From: John Kohl Date: Mon, 4 Jun 1990 14:05:54 +0000 (+0000) Subject: add ifdraft stuff & \sloppy X-Git-Tag: krb5-1.0-alpha2~415 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd130a6cc959e22de3b939cb071b97542c43029f;p=krb5.git add ifdraft stuff & \sloppy git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@996 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/library.tex b/doc/api/library.tex index ee1617344..280b86e12 100644 --- a/doc/api/library.tex +++ b/doc/api/library.tex @@ -8,6 +8,9 @@ \setlength{\textwidth}{6.25in} \makeindex \pagestyle{headings} +\newif\ifdraft +\drafttrue +\typein{Draft flag? (type /draftfalse if not draft...)} \begin{document} \begin{center} {\Huge Kerberos V5 application programming library} \\ @@ -17,6 +20,9 @@ This section describes the functions provided in the \libname{libkrb5.a} library. The library is built from several pieces, mostly for convenience in programming, maintenance, and porting. + +\ifdraft\sloppy\fi + \subsection{Main functions} \input{krb5.tex} diff --git a/doc/implement/implement.tex b/doc/implement/implement.tex index ee1617344..280b86e12 100644 --- a/doc/implement/implement.tex +++ b/doc/implement/implement.tex @@ -8,6 +8,9 @@ \setlength{\textwidth}{6.25in} \makeindex \pagestyle{headings} +\newif\ifdraft +\drafttrue +\typein{Draft flag? (type /draftfalse if not draft...)} \begin{document} \begin{center} {\Huge Kerberos V5 application programming library} \\ @@ -17,6 +20,9 @@ This section describes the functions provided in the \libname{libkrb5.a} library. The library is built from several pieces, mostly for convenience in programming, maintenance, and porting. + +\ifdraft\sloppy\fi + \subsection{Main functions} \input{krb5.tex}