Re: LabelCounter with Beamer frame?

2021-11-11 Thread Doug Martin
people. On Thu, Nov 11, 2021 at 9:26 AM Scott Kostyshak wrote: > On Thu, Nov 11, 2021 at 08:12:57AM -0800, Doug Martin wrote: > > All, > > > > I wouldn't be able to work on this feature, but I am using Beamer all the > > time now, > > and it would be great

Re: LabelCounter with Beamer frame?

2021-11-11 Thread Doug Martin
All, I wouldn't be able to work on this feature, but I am using Beamer all the time now, and it would be great to have it. Doug On Thu, Nov 11, 2021 at 6:25 AM Scott Kostyshak wrote: > On Thu, Nov 11, 2021 at 08:44:30AM +0100, Daniel wrote: > > On 2021-11-11 08:38, Daniel wrote: > > > On 2021-

Mangification of pdf File Created by LYX

2021-10-22 Thread Doug Martin
Pavel and Paul, Thanks very much for your suggestions. As it turned out, pdfstartview did the trick. In particular, adding the following line to the LaTeX Preamble: \hypersetup{pdfstartview={XYZ null null 1.00}} gives my compiled pdf files at the percent magnification I set in Adobe Acrobat, n

Re: Magnification of pdf File Created by LYX

2021-09-29 Thread Doug Martin
On Wed, Sep 29, 2021 at 1:24 PM Andrew Parsloe wrote: > On 30/09/2021 9:03 am, Doug Martin wrote: > > Rasmus, > > Thanks for your quick response. > Of course one can do what you suggest, and I have done it. > > But I do a lot of editing of LYX files and compiling to

Re: Magnification of pdf File Created by LYX

2021-09-29 Thread Doug Martin
Try e.g. pressing the Ctrl and the + keys simultaneously, or holding Ctrl > while scrolling up on your mouse wheel, or clicking the field that says > 56.7% and see if you can change it there. > > Kind regards, > Rasmus > > > On Wed, 29 Sep 2021, 18:07 Doug Martin, wrote: &g

Magnification of pdf File Created by LYX

2021-09-29 Thread Doug Martin
My pdf files compiled from LYX always have 56.7% magnification, no matter whether I use different document classes such as Article versus svmono, and I want them larger by default, e.g., 125%. I have not found a solution in the User Guide, and wonder if anyone can explain how to do this? Doug

Re: A Little kableExtra Problem and its Fix

2021-04-14 Thread Doug Martin
On Wed, Apr 14, 2021 at 10:52 AM Scott Kostyshak wrote: > On Tue, Apr 13, 2021 at 03:54:43PM -0600, Doug Martin wrote: > > See the two attached LYX files, and first run "outerparErrorExample.lyx", > > and then > > run the other one. The first one compiles the pd

A Little kableExtra Problem and its Fix

2021-04-13 Thread Doug Martin
See the two attached LYX files, and first run "outerparErrorExample.lyx", and then run the other one. The first one compiles the pdf ok, but gives an annoying error message. Scott is a guy on the lyx-devel@lists.lyx.org list who responded the same day I posted the first file problem. He made the

Re: A Small Question

2021-04-12 Thread Doug Martin
rg/web/packages/kableExtra/index.html";, easier to use. (others might not agree). 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 you go. As you will see, the Table

Re: A Small Question

2021-04-12 Thread Doug Martin
helpful. Best, 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 you go. As you will see, the Table is fine, but we get the "knitr > > errors" message: &

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: > > Scot

Re: A Small Question

2021-04-11 Thread Doug Martin
le_styling. Of course if we ever find out how to directly import a data frame into the LYX table capability, we will probably use it a lot. On Sun, Apr 11, 2021 at 12:05 PM Scott Kostyshak wrote: > On Sun, Apr 11, 2021 at 09:12:15AM -0600, Doug Martin wrote: > > Tom Philips and I create

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

Re: Feature Request from Doug Martin and Tom Philips

2021-01-19 Thread Doug Martin
e the code some and recompile and you get the new table. Doug On Tue, Jan 19, 2021 at 10:27 AM Paul A. Rubin wrote: > On 1/19/21 12:03 PM, Doug Martin wrote: > > Scott (and all), > > I have attached the LYX segment from one of our book chapters, along with > a page from the comp

Re: Feature Request from Doug Martin and Tom Philips

2021-01-18 Thread Doug Martin
On Mon, Jan 18, 2021 at 10:41 AM Scott Kostyshak wrote: > On Mon, Jan 18, 2021 at 07:25:42PM +0100, Jean-Marc Lasgouttes wrote: > > Le 14/01/2021 à 05:34, Doug Martin a écrit : > > > JMarc and all, > > > > > > Tom and I use knitr extensively for R code chunks

Re: Feature Request from Doug Martin and Tom Philips

2021-01-13 Thread Doug Martin
/kableExtra solution for our tables (maybe I didn't make that clear in my earlier email). Then we would probably would drop use of kable/kableExtra. Thanks everyone for all the other comments. Doug On Wed, Jan 13, 2021 at 1:50 AM Jean-Marc Lasgouttes wrote: > Le 13/01/2021 à 00:04, Dou

Re: Feature Request from Doug Martin and Tom Philips

2021-01-13 Thread Doug Martin
Riki, Thanks for the suggestion, which we will take a look at. Doug On Tue, Jan 12, 2021 at 4:39 PM Richard Kimberly Heck wrote: > On 1/12/21 6:04 PM, Doug Martin wrote: > > Tom and I are using various R packages for the book Portfolio Construction > and Risk Management that we

Feature Request from Doug Martin and Tom Philips

2021-01-12 Thread Doug Martin
Tom and I are using various R packages for the book Portfolio Construction and Risk Management that we are writing using LYX. A LYX feature that would help us in that effort a lot would be the ability to import R data framesm and data.table objects created using the excellent data.table package. G

A Very Happy Pair of LYX Users

2021-01-12 Thread Doug Martin
I noticed the following at https://www.lyx.org/MailingLists#toc3 " Also, if you are a LyX user and have enjoyed using LyX for some purpose, it would be nice of you to email the developers to let us know.", and I am responding accordingly. I started using LYX in 2004 because one of my PhD studen

Test Email

2020-08-26 Thread Doug Martin
I just got subscribed to this list, thanks to the kind help of Riki Heck. And I just wanted to check that indeed I can send an email to the list. Doug -- R. Douglas Martin Professor Emeritus in Applied Mathematics and Statistics Founder and Former Director of MS-CFRM Program depts.washington.ed