Hi Ralph,
Le jeudi 15 août 2013 à 12:55 +0100, Ralph Corderoy a écrit :
> Hi Grégoire,
>
> > > troff takes ISO-8859-1 as its default input. If you want to feed it
> > > UTF-8 then look at groff's -k option. Try
> > >
> > > printf 'testé\n' | groff -k -me -X
> >
> > thanks a lot for your a
On Sat, Aug 24, 2013, Ulrich Lauther wrote:
> The groff manual says:
>
> .rs Restore spacing; turn no-space mode off.
>
> However,
> .rs
> .sp 3
> does not work; one has to output some text first, to get .sp to work.
>
> Is this a bug in groff, or in its documentation?
I wonder about
Hi Grégoire,
> If you use gedit the -k option takes any special signs like
> é,à,è,ö,ü,ç,%,&,æ . It works fine. Only for € I didn't find a solution
> yet. OK, if you don't want to write about money, you have no problem
> :-)
It sounds as if the X font used by gxditview(1) for troff's font TR
doe
Hi Ralph,
yes, if you go directly to .ps or .pdf, € is no problem!
Thanks a lot
Grégoire
Le dimanche 25 août 2013 à 19:44 +0100, Ralph Corderoy a écrit :
> Hi Grégoire,
>
> > If you use gedit the -k option takes any special signs like
> > é,à,è,ö,ü,ç,%,&,æ . It works fine. Only for € I didn't
On Sun, Aug 25, 2013 at 02:00:08PM -0400, Peter Schaffter wrote:
> >
> > Is this a bug in groff, or in its documentation?
>
> I wonder about that, too. The info manual says very clearly
>
> "This mode [.ns] ends when actual text is output or the `rs'
> request is encountered..."
>
> Logica
On 25/08/13 20:55, Ulrich Lauther wrote:
>>> About the .nop request:
>>>
>>> .nop anything
>>> Always process anything.
>>>
>>> What is this request good for?
>>
>> It's good for things like
>>
>>.rs
>>.nop \&
>>.sp 3
>>
>> which is offers a solution to the .r
>> The groff manual says:
>>
>> .rs Restore spacing; turn no-space mode off.
>>
>> However,
>> .rs
>> .sp 3
>> does not work; one has to output some text first, to get .sp to
>> work.
I don't understand the problem. Can you please give a complete
example which I can directly compile