Re: [Groff] My way to run preprosessors and to set options

2014-06-20 Thread Peter Schaffter
On Thu, Jun 19, 2014, Ulrich Lauther wrote: > On Wed, Jun 18, 2014 at 10:48:51AM +0200, Bernd Warken wrote: > > > No, I am not (yet?) a groff contributer. But I could publish > > > my script, if there is general interest. > > > > Please publish your script! The implementation in `grog' would > >

Re: [Groff] My way to run preprosessors and to set options

2014-06-19 Thread Ulrich Lauther
On Thu, Jun 19, 2014 at 10:33:01PM +0200, Bernd Warken wrote: > > Von: "Ulrich Lauther" > > > .\" tbl eqn lnd > > I understand that `lnd' has to do with `landscape'. > Is that something useful for `groff' or `mm'? > Where did you get this idea? > yes, it stands for landscape and I use it when

Re: [Groff] My way to run preprosessors and to set options

2014-06-19 Thread Bernd Warken
> Von: "Ulrich Lauther" > .\" tbl eqn lnd I understand that `lnd' has to do with `landscape'. Is that something useful for `groff' or `mm'? Where did you get this idea? Bernd Warken

Re: [Groff] My way to run preprosessors and to set options

2014-06-19 Thread Ulrich Lauther
On Wed, Jun 18, 2014 at 10:48:51AM +0200, Bernd Warken wrote: > > No, I am not (yet?) a groff contributer. But I could publish my script, if > > there is general interest. > > Please publish your script! The implementation in `grog' would be very easy. > But `groff.cpp' > needs C++, which is s

Re: [Groff] My way to run preprosessors and to set options

2014-06-18 Thread Bernd Warken
> Von: "Ulrich Lauther" > > The way I handle preprocessors and other options, is, to put them into a > (pseudo-) comment > in the first line of a document, like e.g.: > > .\" tbl eqn lnd > > This line is interpreted by my groff shell script and I can never forget to > run the required > prep

Re: [Groff] My way to run preprosessors and to set options

2014-06-18 Thread Bernd Warken
> Von: "Ulrich Lauther" > > > > > > The way I handle preprocessors and other options, is, to put them into a > > > (pseudo-) comment > > > in the first line of a document, like e.g.: > > > > > > .\" tbl eqn lnd > > > > > > This line is interpreted by my groff shell script and I can never forg