untitle program

Documentation for the untitle program is below, with links to related programs in the "see also" section.

{version = 1.17; (* of untitle, 1988 july 2}

(* begin module describe.untitle *) 
(*
name
   untitle: remove titles from bbl file
  
synopsis
   untitle(input: in, output: out) 
  
files 
   input: a bbl file from bibtex.
   output: a bbl file without titles.

description 
   Titles are removed by deleting between the two copies of the
   '\newblock' strings, leaving the second one.  If the first '\newblock'
   contains the italics indicator, '{\it', then the program realizes
   that this must be a book title, and it keeps the title.

author
   Thomas D. Schneider 
  
*)
(* end module describe.untitle *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}