Re: [Groff] rotating a line of text turns a hole page

2012-03-31 Thread Holger Herrlich
Thank you, that single line does the job. Lg Holger On 03/30/2012 12:30 AM, Tadziu Hoffmann wrote: > > >>> However, is it possible to fix it at the groff level. > >> I don't think so. > > Have to correct myself. If device escapes count as "at the > groff level" then it is possible with the

Re: [Groff] Automating truetype font installation

2012-03-31 Thread Peter Schaffter
On Sat, Mar 31, 2012, James K. Lowden wrote: > On Fri, 30 Mar 2012 16:20:28 -0400 > Peter Schaffter wrote: > > > Please check for obvious errors. > > Obvious errors corrected. :-) > > * set -e to exit on first error > * report missing filename with $1 because $FILE not set > * consistently

Re: [Groff] Automating truetype font installation

2012-03-31 Thread James K. Lowden
On Fri, 30 Mar 2012 16:20:28 -0400 Peter Schaffter wrote: > Please check for obvious errors. Obvious errors corrected. :-) * set -e to exit on first error * report missing filename with $1 because $FILE not set * consistently redirect error messages >&2 * use more lines and fewer columns f