Re: [Groff] typesetting Czech with custom fonts

2012-03-29 Thread Petr Man
Dear Werner, On Thu, Mar 29, 2012 at 06:53, Werner LEMBERG wrote: > >  # generate.pe > >  Open($1); >  Generate($fontname + ".pfa"); # this also generates the .afm file >  Generate($fontname + ".t42"); > > Call this with e.g. > >  fontforge -script generate.pe GS_CE_.TTF > Fontforge worked like

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

2012-03-29 Thread Holger Herrlich
Hi, I have a problem setting a line of rotated text (test.groff). Output device is post script. Here is some processing (test.sh) that all succeeds but finally on a call to ps2pdf the page containing the rotated line itself is rotated by 180deg. Reasons unclear. A preceeding "void" helped, dropp

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

2012-03-29 Thread Tadziu Hoffmann
> Since post script is ok, it seems to be a problem of gs at > producing pdf. It's "collateral damage". The default is for gs to try to look at the orientation of the text, and then rotate the page so that the majority of the text is horizontal. You can prevent this by setting "AutoRotatePages

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

2012-03-29 Thread Tadziu Hoffmann
> > 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 following code: \X'ps: def \ systemdict /setdistillerparams known \ { << /AutoRotatePages /None >> setdisti