Re: Query about footnotes in Lyx: size appears too small

2015-03-09 Thread Richard Heck
On 03/09/2015 01:29 PM, Frederick FN Noronha * फ्रेड्रिक नोरोन्या * فريدريك نورونيا wrote: Dear all: I would be very grateful if anyone could give me a clue on how to universally enahance the font size of footnotes in a book. The current size I'm using appear too small. My document settings

Re: New version 2.1.3

2015-03-09 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I checked that the \protect bug is fixed, but now we have to deal with > another one, seen above in the caption. I do not know what caused this > actually, neither why LaTeX complains. Is it the \par? > Yes. I have not tested (and unfortunately no time to do so), bu

Query about footnotes in Lyx: size appears too small

2015-03-09 Thread Frederick FN Noronha * फ्रेड्रिक नोरोन्या * فريدريك نورونيا
Dear all: I would be very grateful if anyone could give me a clue on how to universally enahance the font size of footnotes in a book. The current size I'm using appear too small. My document settings are as follows: \usepackage{lettrine} %\usepackage{watermark} %\usepackage{draftcopy} \usep

Re: New version 2.1.3

2015-03-09 Thread Jean-Marc Lasgouttes
Le 09/03/2015 14:33, Scott Kostyshak a écrit : 47c47 < \protect\caption{{\small{}Enlargemen}} --- \protect\caption{{\small{}Enlargemen}{\small \par}} This seems to be related to http://www.lyx.org/trac/ticket/9421. However that bug is fixed in master but I still cannot compile the file on curr

Re: Can I specify the css file in output?

2015-03-09 Thread Jerry Bond
Thanks to both for the suggestions, will take a look at what works best in our context. Jerry On 03/09/2015 10:17 AM, Kornel Benko wrote: Am Montag, 9. März 2015 um 10:08:28, schrieb Richard Heck On 03/09/2015 06:44 AM, Jerry Bond wrote: Sure, but at that point I might just as well change i

Re: Can I specify the css file in output?

2015-03-09 Thread Kornel Benko
Am Montag, 9. März 2015 um 10:08:28, schrieb Richard Heck > On 03/09/2015 06:44 AM, Jerry Bond wrote: > > Sure, but at that point I might just as well change it manually with > > an editor. > > > > As I said in OP, I am looking for a way to do it inside LyX. > > It is possible to add additional

Re: Can I specify the css file in output?

2015-03-09 Thread Richard Heck
On 03/09/2015 06:44 AM, Jerry Bond wrote: Sure, but at that point I might just as well change it manually with an editor. As I said in OP, I am looking for a way to do it inside LyX. It is possible to add additional material to the HTML preamble (using the HTMLPremable or AddToHTMLPreamble l

Re: New version 2.1.3

2015-03-09 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:41 PM, Scott Kostyshak wrote: > On Tue, Feb 24, 2015 at 5:27 PM, Patrick Dupre wrote: >> Actually, it is due to the sub figure. >> In the previous version it was OK. > > Thanks for the MWE. I confirm that for LyX 2.1.0 the compilation > succeeds on tmp.lyx, but for 2.1.3

Re: RollApp

2015-03-09 Thread Scott Kostyshak
On Mon, Mar 2, 2015 at 10:59 AM, Francesco Menoncin wrote: > Dear LyXers, > > does anyone know whether there exists a project to add LyX to the "RollApp" > list? > https://www.rollapp.com/ Hi Francesco, I do not know of it and haven't heard of anyone around here talking about it so I do not thin

Re: problem with importing spreadsheet into Lyx

2015-03-09 Thread Scott Kostyshak
On Sat, Mar 7, 2015 at 3:39 PM, Oliver Frost wrote: > Hi Scott, > > if I try to open the pdf of "examples/spreadheet.lyx" the same errors arise. What OS are you using? Everything works well for me on Ubuntu 14.10 with TeX Live 2014. Can you try running the command on the command line? To see wh

Re: 'view' (Ctrl-R) is grayed-out for non-tex fonts

2015-03-09 Thread Kornel Benko
Am Montag, 9. März 2015 um 07:36:58, schrieb Neal Becker > I have a brand-new install of Fedora 21. If I choose 'use non-tex fonts > (via xetex-luatex)' You probably mean fonts xetex/luatex > then 'view' is grayed out. How can I fix this? I have > texlive-luatex (and I can export to pdf). >

'view' (Ctrl-R) is grayed-out for non-tex fonts

2015-03-09 Thread Neal Becker
I have a brand-new install of Fedora 21. If I choose 'use non-tex fonts (via xetex-luatex)' then 'view' is grayed out. How can I fix this? I have texlive-luatex (and I can export to pdf). -- Those who fail to understand recursion are doomed to repeat it

Re: Can I specify the css file in output?

2015-03-09 Thread Jerry Bond
Sure, but at that point I might just as well change it manually with an editor. As I said in OP, I am looking for a way to do it inside LyX. Thanks. Jerry On 03/09/2015 12:51 AM, Steve Litt wrote: Awk or sed shellscript, or simple Python program.