Re: Adding a draft option to InsetExternal
On Thursday 11 December 2003 00:06, Angus Leeming wrote: > See attached. I'd appreciate it if the LaTeX-savvy would cast an eye > over this: > > int InsetExternal::latex(Buffer const & buf, ostream & os, > OutputParams const & runparams) const > { > + if (params_.dr
Adding a draft option to InsetExternal
See attached. I'd appreciate it if the LaTeX-savvy would cast an eye over this: int InsetExternal::latex(Buffer const & buf, ostream & os, OutputParams const & runparams) const { + if (params_.draft) { + os << "\\fbox{\\ttfamily{}" +