problems with xetex and polyglossia

2014-08-26 Thread stefano franchi
I am having some serious problem with a document that uses both xetex and
polyglossia. Compilation breaks with the following error (from the log):

! Undefined control sequence.

 blx@lng@\bbl@main@language


The document compiled perfectly last year (It is a grant application, so I
can pinpoint exactly when I successfully compiled it last: 8/15/2013)
I was using TeXLive 2013 at the time, I am now on TL 2014.


A Google searche [1]  seems to indicate that this is sometimes due to a
recent problem in biblatex---when the polyglossia command
\selectdefaultlanguage is missing, biblatex fails silently and result in
the quoted message in the log.
However, this is not the case for my document: LyX correctly inserts a
\selectdefaultlanguage in the exported (Xe)LaTeX file. Yet the error
results.

I tried exporting to LaTeX and compiling from the command line and of
course I got the same error message.

 *However*:

if I hit 's' and force XeLaTeX to continue, everything goes fine, and the
resulting pdf is perfect.

Anyone has a clue of what may be wrong?

Stefano





[1] https://github.com/plk/biblatex/issues/260
-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies Ph:   +1 (979) 845-2125
Texas A&M University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Re: Changing key bindings in the GUI

2014-08-26 Thread Maria Gouskova
On Mon, Aug 25, 2014 at 4:40 PM, Maria Gouskova  wrote:
> Hi all,
>
> I want to check whether this is a bug or I'm just missing something. I
> am using a custom bindings file that calls two other files. The file
> looks like this:
> ##
>
> \bind_file aqua.bind
> \bind_file mac.bind
>
> \bind "C-y""layout Numbered Examples (consecutive)"
> \bind"C-~S-a""layout Subexample"
> \bind"C-/""inset-vspace-bigskip"
>
>
> ##
>
> These three custom key bindings work without a problem. The problem is
> with the daughter bindings files, and I tried to change it through the
> GUI but to no avail.
>
> One of the key bindings in the mac.bind file in the lyx.app folder
> defines the depth-decrement key binding as:
>
> \bind "M-C-Right""depth-increment"
>
> But this does not show up when I look in the LyX: Preferences editing
> shortcuts. There, depth-decrement is not shown to have any key
> bindings associated with it, and when I clicked on 'modify', the cell
> for entering the key binding is grayed out. I thought it was a key
> combination conflict between the aqua and mac bindings files, but I
> don't see one when I inspect the files.
>
> So, I guess I wonder why the mac.bind definition is not working, and
> why the GUI menu for changing the key bindings is not available.
>
> Maria

P.S. I figured out how to change the key bindings through the GUI menu
(for anyone as dense as me, you just select the command you want from
the options, click 'modify', and then hit the key combo you want to be
associated with the command. Then hit 'apply'. It even allows you to
override existing key bindings.) Still wondering, though, why the
mac.bind definitions are not working when called from a custom
bindings file.


Re: Copying a hebrew text from word

2014-08-26 Thread Itai Shaked
Hello Avraham,
This works fine for me. Please give more information about your setup -
your LyX version, and if possible an example document.


On Tue, Aug 26, 2014 at 1:27 PM, HardDisc348 דיסק קשיח - חיוך וצמיחה <
hd...@neto.net.il> wrote:

>
> Dear members of the lyx users team!
> I sent you this mail a week ago. What I meant is that : when I try to copy
> the word "אבן" for example, I get "ןבא" instead.
> Please answer me soon:
> If you know a way to do it properly, please tell me. If you don't know,
> please tell me that you don't know. And please do it as soon as you can,
> and thanks a lot.
> Avraham
>
>  הודעה מקורית   נושא: Copying a hebrew text from word  תאריך:
> Sun, 17 Aug 2014 20:54:21 +0300  מאת: HardDisc348 דיסק קשיח - חיוך וצמיחה
>אל: lyx users
>  
>
>
> Hello!
> I will thank you for answering me:
> I tried to copy a hebrew language text from word to lyx, and I got it in
> opposite order.
> How can I do it a correct order?
> Thanks a lot
> Avraham Shenkar
>
>
>
>
>


Fwd: Copying a hebrew text from word

2014-08-26 Thread HardDisc348 דיסק קשיח - חיוך וצמיחה


Dear members of the lyx users team!
I sent you this mail a week ago. What I meant is that : when I try to 
copy the word "אבן" for example, I get "ןבא" instead.

Please answer me soon:
If you know a way to do it properly, please tell me. If you don't know, 
please tell me that you don't know. And please do it as soon as you can, 
and thanks a lot.

Avraham

 הודעה מקורית 
נושא:   Copying a hebrew text from word
תאריך:  Sun, 17 Aug 2014 20:54:21 +0300
מאת:HardDisc348 דיסק קשיח - חיוך וצמיחה 
אל: lyx users 



Hello!
I will thank you for answering me:
I tried to copy a hebrew language text from word to lyx, and I got it in
opposite order.
How can I do it a correct order?
Thanks a lot
Avraham Shenkar





Change font size of inline citations

2014-08-26 Thread karthikeya
I want the inline citations to appear as font size 'smaller', so that they
don't break the flow of text much. The only way I can do it now is select
each citation, and set the font size individually. Is it possible to make
all inline citations (author year) smaller font by any single switch or
command? It would be nice if it can be done from withing lyx, or


One workaround i could think of is replacing


\citet{bibkey} or \citep{bibkey}


with


{\footnotesize \citet{bibkey}}

using sed, but I am not good at reg exps, especially with so many special
characters.