citation style

2014-10-03 Thread Wolfgang Engelmann
Hello, a nice feature of recent lyx versions is that one can choose the type of citation by right-clicking on the citation. What I am missing here is, however, this type: authors et al. 2010 (no comma!) there is only authors et al., 2010 The first one is demanded by a Springer Publ style. Is t

Re: msvcr100.dll error for a fresh lyx 2.1 installation on windows 8.1

2014-10-03 Thread Frank
Frank gmail.com> writes: Update. Solution found on http://miktex.10937.n7.nabble.com/problem-installing-miktex-2-9-td8130.html This time I installed MikTeX in C:\MikTeX 2.9 instead of C:\Program Files (x86)\MiKTeX 2.9. and the installation completes. Nice.

msvcr100.dll error for a fresh lyx 2.1 installation on windows 8.1

2014-10-03 Thread Frank
Hello, I tried to install Lyx on my PC, but MikTeX installation failed. Attached is the setup log from MikTeX installation. I googled 'msvcr100.dll' and checked that Microsoft Visual C++ x86 and x64 Redistributables are installed on my PC. How can I solve this issue? Thx. Frank --- setup log

Re: copy and paste of latex insert

2014-10-03 Thread Scott Kostyshak
On Fri, Oct 3, 2014 at 4:05 PM, Scott Kostyshak wrote: > On Fri, Oct 3, 2014 at 2:40 PM, emile lunardon > wrote: >> LyX 2.1.2 has forgotten how to copy and paste a LaTeX insert properly. Only >> the text information is pasted ans the surrounding insert is missing. > > Thanks for the report. > >

Failed compilation succeeds from command line: two problems

2014-10-03 Thread stefano franchi
Dear all, I have encountered an annoying problem: compilation of a luatex+biblatex+biber document from within lyx fails with the following error: > Missing number: treated as zero Compilation from the command line succeeds, even though Luatex does indeed report the same error. However, it seems

Re: copy and paste of latex insert

2014-10-03 Thread Scott Kostyshak
On Fri, Oct 3, 2014 at 2:40 PM, emile lunardon wrote: > LyX 2.1.2 has forgotten how to copy and paste a LaTeX insert properly. Only > the text information is pasted ans the surrounding insert is missing. Thanks for the report. Can you please be more specific. 2.1.2 compared to what? 2.1.1? 2.0.8

copy and paste of latex insert

2014-10-03 Thread emile lunardon
LyX 2.1.2 has forgotten how to copy and paste a LaTeX insert properly. Only the text information is pasted ans the surrounding insert is missing.

Re: How To Turn Off Auto-fill in Table Cells?

2014-10-03 Thread Rich Shepard
On Fri, 3 Oct 2014, Jürgen Spitzmüller wrote: Not possible, AFAIK: http://www.lyx.org/trac/ticket/9207 Jürgen, That's too bad. Something changed in version 2.1.x that took tab movement away from tables. Perhaps that change can be identified and reversed. Also, after completing text (such

Re: How To Turn Off Auto-fill in Table Cells?

2014-10-03 Thread Jürgen Spitzmüller
Am Freitag 03 Oktober 2014, 08:09:05 schrieb Rich Shepard: >I have preferences set to not automatically complete text as I type. > However, in some table cells pressing the Tab key adds extraneous characters > to the single-digit I entered. Sometimes it's a date, other times a number > in expon

Re: Center All Graphics

2014-10-03 Thread Chris Rackauckas
Thanks. That worked well. However, it still shows up in Lyx as left aligned. Is there some way to grab the graphics in Lyx to do something like for styles? For example, for styles I know I can Style Chapter Align Left End But is there a way to instead grab any graphics obj

Re: extsizes

2014-10-03 Thread Jürgen Spitzmüller
Am Freitag 03 Oktober 2014, 18:02:51 schrieb Patrick Dupre: > Hello, > > How to use the documentclass extsizes > with latex? Select either of the classes "Article/Report/Book (Standard Class with Extra Font Sizes)" Jürgen

extsizes

2014-10-03 Thread Patrick Dupre
Hello, How to use the documentclass extsizes with latex? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'

How To Turn Off Auto-fill in Table Cells?

2014-10-03 Thread Rich Shepard
I have preferences set to not automatically complete text as I type. However, in some table cells pressing the Tab key adds extraneous characters to the single-digit I entered. Sometimes it's a date, other times a number in exponential notation, and other times some other digits. Where do I t

Re: xfig drawing in LyX 2.1.0 does not work

2014-10-03 Thread Helge Hafting
Den 03. okt. 2014 01:22, skrev Jens Nellesen: I checked all settings in Tools->Preferences->File Handling in a native Win7 LyX installation (version 2.1.2) but I could not find any mistake. These are the converter commands: for FIG->EPS: fig2dev -L eps $$i $$o for FIG->PDFTEX: python -tt $$s/

Enumitem and IEEETran

2014-10-03 Thread Anders Host-Madsen
It seems enumitem and IEEETran.cls are not compatible. I found the following solution on the web. Insert \let\labelindent\relax BEFORE enuitem is included. That works. The issue is that in LyX, the latex preamble comes after enumitem is called. Any way to include the above statement before enumit

Re: Wrapped figure

2014-10-03 Thread Anders Host-Madsen
Unfortunately, wrapfig in latex works very poorly. Even when letting wrapped figures float, they are often placed unfortunate. What I do is in the final version of a document, I manually move wrapped figures around, reduce spaces etc. so that it looks right. This is of course against the latex phil

Re: Finding cause of error preventing preview [FIXED]

2014-10-03 Thread Rich Shepard
On Thu, 2 Oct 2014, Rich Shepard wrote: You need to provide a definition with \DeclareInputText or \DeclareInputMath before using this key. Fixed. Changed settings -> language from 'use language default' to 'use language default (no inputenc)'. Rich

Re: File no longer compiles with Luatex 2014

2014-10-03 Thread Daniel CLEMENT
Le mardi 16 septembre 2014 à 11:55 +0200, Daniel CLEMENT a écrit : > Dear list members, > > One of my PCs (running Linux Debian) has received a Texlive update (2013 > to 2014) as part of a more general update. LyX is still 2.0.6; I > reconfigured it after the upgrade. > > Most documents compile f

Re: Matching math font with TG Pagella

2014-10-03 Thread Daniel CLEMENT
Le vendredi 03 octobre 2014 à 08:58 +, Guenter Milde a écrit : > On 2014-09-27, Daniel CLEMENT wrote: > > Hello, > > > I like to use the TexGyre Pagella font in many documents, better that > > Palatino which lacks ligatures. > > > However, Palatino triggers a nice matching font for maths, and

Re: Center All Graphics

2014-10-03 Thread Rainer M Krug
Chris Rackauckas writes: > Centering the graphics in floats automatically is easy: Just add > \usepackage{floatrow} > to the preamble. I just made a module that does this and it's a quick fix > to everything. However, for this lab notebook I am making, I want to > quickly add graphics and not wor

Space around section title

2014-10-03 Thread Patrick Dupre
Hello, I wish to reduce the vertical spacing around the section and sub-section Title. I tried: \usepackage[compact]{titlesec} but it create a mess with the wrapped figures! Can I avoid it? or are there other alternatives? Thank ==

Re: Matching math font with TG Pagella

2014-10-03 Thread Guenter Milde
On 2014-09-27, Daniel CLEMENT wrote: > Hello, > I like to use the TexGyre Pagella font in many documents, better that > Palatino which lacks ligatures. > However, Palatino triggers a nice matching font for maths, and I was > never able to get it with TG Pagella, at least under LyX 2.0.6. > Now t