Hallo.
Ingo Schwarze wrote:
|Steffen Nurpmeso wrote on Mon, Oct 10, 2016 at 01:41:43PM +0200:
|> Having a definition list with some few first words in a different
|> style, e.g., bold or emphasized, than directly following text in
|> the same paragraph block, i.e., term and definition, or tag
Hi Steffen,
Steffen Nurpmeso wrote on Mon, Oct 10, 2016 at 01:41:43PM +0200:
> Having a definition list with some few first words in a different
> style, e.g., bold or emphasized, than directly following text in
> the same paragraph block, i.e., term and definition, or tag and
> text, in the same
Ingo Schwarze wrote:
|Carsten Kunze Heirloom wrote on Mon, Oct 03, 2016 at 12:31:02PM +0200:
|> the problem in the document is the missing "-width" argument for .Bl.
|> From groff_mdoc:
|>
|> If a width is not specified for the tag list
|> type, every time ?.It? is invoked, an attempt
..
Hi,
Carsten Kunze Heirloom wrote on Mon, Oct 03, 2016 at 12:31:02PM +0200:
> the problem in the document is the missing "-width" argument for .Bl.
> From groff_mdoc:
>
> If a width is not specified for the tag list
> type, every time ?.It? is invoked, an attempt
> is made to determine an appropr
Hello,
the problem in the document is the missing "-width" argument for .Bl.
>From groff_mdoc:
If a width is not specified for the tag list
type, every time .It is invoked, an attempt
is made to determine an appropriate width.
If the first argument to .It is a callable
macro, the default widt
> Carsten, can you post a complete self-contained example with .It arguments,
> .El etc.?
>
> Marcin
The not-minimum example would be
https://raw.githubusercontent.com/n-t-roff/vddiff/master/vddiff.1
If you view this with
nroff -mdoc vddiff.1 | less
You see the different indentation.
--Carste
> Carsten, can you post a complete self-contained example with .It arguments,
> .El etc.?
.Dd October 2, 2016
.Dt TOOL 1
.Sh NAME
.Nm tool
.Nd tool which does something
.Sh SYNOPSYS
.Nm
.Ar argument
.Sh DESCRIPTION
.Bl -tag
.It Fl ab
Command ab.
.It Oo Ar n Oc Ns Dq Li dd
Command dd.
.It cd
Comman
Dnia 02.10.2016 Carsten Kunze napisał/a:
> Hello,
>
> for generating
>
> [n]"dd"
>
> which means "an optional number followed by string dd" in a list I use
>
> .Bl -tag
> .It ...
>
> .It Oo Ar n Oc Ns Dq Li dd
>
> .It ...
>
Carsten, can you post a complete self-contained example with .It argument