Hi,

Duncan Murdoch wrote on 2019-06-12 01:15:
you should have

 \describe{
   \item{bar}{
     \tabular{ll}{
     ...
   }

Sorry, I have to come back. As I wrote before, no more errors/warnings, manual built.
\itemize{
  \item example
  \describe{
    \item{foo}{
        \tabular{ll}{
          ...
        }
      }
    \item{bar}{}
  }
}

where both foo and bar /may/ be long lines.
Gives the table
/below/
foo but intended paragraph in bold (possibly overrunning the margin)
/below)
bar but intended paragraph in bold (possibly overrunning the margin)

Removed the second pair of curly brackets at the end, i.e., to \item{bar}
Warning: bad markup (extra space?) at expl.Rd:x:y
where x:y is the location of the closing curly bracket in \item{bar}
PDF as before

Removed the curly brackets at the end, i.e., to \item bar
Warning:
prepare_Rd: man/TR.RT.TT.RR.Rd:x: unexpected TEXT 'bar
   ', expecting '{'
PDF:
table
below foo as before
then /without a new line/ bar in a normal font

What I want:
bar in a normal paragraph & font
table
foo in a normal paragraph & font

Is that possible at all?

Helmut

--
Ing. Helmut Schütz
BEBAC – Consultancy Services for
Bioequivalence and Bioavailability Studies
Neubaugasse 36/11
1070 Vienna, Austria
T +43 1 2311746
M +43 699 10792458
E helmut.schu...@bebac.at
W https://bebac.at/
C https://bebac.at/Contact.htm
F https://forum.bebac.at/

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to