Re: A Small Question

2021-04-12 Thread Scott Kostyshak
On Mon, Apr 12, 2021 at 01:30:26PM -0600, Doug Martin wrote: > P.S. Some time ago I tried using xtable, but I found use of kable > (included in > the knitr package) enhanced with the kableExtra package and its > documentation, e.g., > "Create Awesome LaTeX Table with knitr::kable and kableExtra" a

Re: A Small Question

2021-04-12 Thread Doug Martin
P.S. Some time ago I tried using xtable, but I found use of kable (included in the knitr package) enhanced with the kableExtra package and its documentation, e.g., "Create Awesome LaTeX Table with knitr::kable and kableExtra" as of 2021-02-19, at CRAN "https://cran.r-project.org/web/packages/kable

Re: A Small Question

2021-04-12 Thread Doug Martin
Scott, Thanks for your suggestions, both of which work, without resulting in the error message we were getting. This is simpler than adding the LaTeX code lines for every table, so we will use it. We will suggest the change needed to the kableExtra author Hao Zhu, who has previously been very hel

Re: A Small Question

2021-04-11 Thread Scott Kostyshak
On Sun, Apr 11, 2021 at 03:19:56PM -0600, Doug Martin wrote: > Scott, > > Thanks for the quick response and suggested solutions. > I will check it out later today or first thing tomorrow, and get back to > you. Sounds good! Scott signature.asc Description: PGP signature -- lyx-devel mailing l

Re: A Small Question

2021-04-11 Thread Doug Martin
Scott, Thanks for the quick response and suggested solutions. I will check it out later today or first thing tomorrow, and get back to you. Doug On Sun, Apr 11, 2021 at 2:55 PM Scott Kostyshak wrote: > On Sun, Apr 11, 2021 at 02:07:51PM -0600, Doug Martin wrote: > > Scott and all, > > > > Here

Re: A Small Question

2021-04-11 Thread Scott Kostyshak
On Sun, Apr 11, 2021 at 02:07:51PM -0600, Doug Martin wrote: > Scott and all, > > Here you go. As you will see, the Table is fine, but we get the "knitr > errors" message: > LaTeX Error: Not in outer par mode. > > Doug > > P.S. We like various capabilities that the kableExtra package provides u

Re: A Small Question

2021-04-11 Thread Doug Martin
Scott and all, Here you go. As you will see, the Table is fine, but we get the "knitr errors" message: LaTeX Error: Not in outer par mode. Doug P.S. We like various capabilities that the kableExtra package provides us with, e.g., in this simple example the add_header_above via kable_styling. Of

Re: A Small Question

2021-04-11 Thread Scott Kostyshak
On Sun, Apr 11, 2021 at 09:12:15AM -0600, Doug Martin wrote: > Tom Philips and I create tables in LYX using the knitr package function > kable (with the package kableExtra) in the > following way: > > > >1. Insert > Float > Table >2. In the float, enter a name and header for the table in

A Small Question

2021-04-11 Thread Doug Martin
Tom Philips and I create tables in LYX using the knitr package function kable (with the package kableExtra) in the following way: 1. Insert > Float > Table 2. In the float, enter a name and header for the table in the space provided 3. Just below the name, *but still inside the float

Small question about Compare result

2010-09-07 Thread Pavel Sanda
hi, i think that the result comparison of two documents should have enabled both change tracking and showing changes in the output (the first thing which one does is "show next tchange" or typeset the output). this is however little bit in contradiction with the copying of buffer params from the

Re: small question

2001-07-31 Thread Andre Poenitz
> what do people think of things like : > > - if (inset && inset->editable() == Inset::HIGHLY_EDITABLE) { > + if (isHighlyEditableInset(inset)) { > > where it's some small inline function ? > > I personally think things like this improve readability a lot, especially

small question

2001-07-31 Thread John Levon
what do people think of things like : - if (inset && inset->editable() == Inset::HIGHLY_EDITABLE) { + if (isHighlyEditableInset(inset)) { where it's some small inline function ? I personally think things like this improve readability a lot, especially in things like