how to obtain header and footer to insert in word document

2014-10-30 Thread Renato Pontefice
Hi,
I've created a good header and footer for my business card. I would create
a model (.dot) on MS Word (and Libre(open office), because some people use
it instead of Lyx :-( .

So, I would capture the header and footer , save them as a jpg (or
whathever image) then create a model where to insert the two images.

Can someone help me?

TIA

Renato


Beamer

2014-10-30 Thread Patrick Dupre
Hello,

Maybe you could answer to my question.

I use beamer and the table of contents.

\AtBeginSection[]{
  \framebeamer{ 
\frametitle{\textcolor{yellow}{Outline}}
\tableofcontents[currentsection]%,currentsubsection]
  }
}

The Outline is OK,
Every time that I pass from a Section to the next one I get the section Title

However, I would like that it also shows the subsections at that time
only (ie not in the TOC)!
Can I have a tableofcontents of subsections for each section?


Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
From:  Renato Pontefice renato.pontef...@gmail.com
Date:  Thursday 30 October 2014 12:21
To:  lyx-users@lists.lyx.org
Subject:  how to obtain header and footer to insert in word document

 Hi,
 I've created a good header and footer for my business card. I would create a
 model (.dot) on MS Word (and Libre(open office), because some people use it
 instead of Lyx :-( .
 
 So, I would capture the header and footer , save them as a jpg (or whathever
 image) then create a model where to insert the two images.
 
 Can someone help me?
 
 TIA
 
 Renato

Try to include
\cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
(and similar for the head)
in Document  Settings  LaTeX Preamble
Don¹t forget to put Document  Settings  Page Layout ­ Page style: to fancy

/Anders





[ANNOUNCE] LyX 2.1.2.1 Released

2014-10-30 Thread Richard Heck


Public release of LyX version 2.1.2.1
=

We are proud to announce the release of LyX 2.1.2.1.

This is an emergency release for OSX only. It resolves problems that affect
LyX on OSX 10.10 (Yosemite) and, indeed, any program that depends upon the
passing of environment variables to sub-processes. Only users of OSX 10.10
should upgrade to this version.

LyX is a document processor that encourages an approach to writing based
on the structure of your documents and not simply their appearance. It is
released under a Free and Open Source Software license.

You can download LyX 2.1.2.1 from http://www.lyx.org/Download/.

The remainder of this file describes the 2.1.2 release, which was the
second maintenance release in the 2.1.x series.

LyX 2.1.2 is the result of on-going efforts to make our stable version
even more reliable and stable. We have fixed a number of bugs and made
a number of improvements. These are detailed below. We strongly encourage
all LyX users to upgrade to this version.

The most important fix here is that we believe we have resolved the problem
that led several users to experience seemingly random crashes with 2.1.0,
sometimes resulting in dataloss. (This was bug 9049.) These crashes 
generally
happened when the user attempted to save a file containing a table, 
usually a
fairly complex table. A seemingly unrelated bug report concerning a 
crash when
trying to save a default template (bug 9236) led to the solution. That 
bug has

also been fixed.

Do report your bugs, then! It really does help make LyX better, often in 
ways

you might not expect.

So, if you think you have found a bug in LyX 2.1.2, open a bug report at
http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel
at lists.lyx.org) and ask.

If you have trouble using LyX or have a question, consult the
documentation that comes with LyX and the LyX wiki, which lives at
http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX
users' list (lyx-users at lists.lyx.org).

We hope you enjoy using LyX 2.1.2.

The LyX team.
http://www.lyx.org


What's new
==

** Updates:
***

* USER INTERFACE

- Detect some additional postscript and pdf viewers when they are on the
  system PATH (AcroRd32, SumatraPDF, gsview and qpdfview).


* DOCUMENTATION AND LOCALIZATION

- Update docs explaining how to activate reverse search in qpdfview.

- New French translations of the beamer examples.


* BUILD/INSTALLATION

- On Cygwin, use getent instead of grepping /etc/passwd for determining
  the user's home directory when launching LyX through the gui wrapper.



** Bug fixes:
*

* DOCUMENT INPUT/OUTPUT

- Fix crash when saving certain documents with tables (bug 9049).

- Fix crash when saving default template (bug 9236).

- Do not sort advanced listings settings, since their insertion order is
  relevant (bug 5203).

- Fix import of latex documents with scaled fonts.


* LYX2LYX

- Fix warning Missing \use_indices when converting from 1.6.x format
  or older.

- Fix several conversion problems of beamer box arguments when the
  arguments use multiple ERTs (part of bug 9208, bug 9225, bug 9144).

- Fix conversion of beamer overlay arguments when the module
  beamer-resenumerate is used (part of bug 9208).


* USER INTERFACE

- Do not forget last words of paragraphs in completion possibilities.

- Select word on double click even when at boundary (bug 9159).

- Fix listings inset parameter validation when font size is selected
  (bug 8144).

- Fix listings validator with regard to aboveskip and belowskip (bug 7373).

- Fix reverse search in insets (figures, tables, branches, etc.) (bug 9151).

- Fix on-screen display of images whose type is not known to LyX (bug 9146).

- Fix the -geometry command line argument for Windows.


* INTERNALS

- Improve thread-safety.

- Fix potential bug spotted by cppcheck.

- Fix problems arising when converting floating point values to the
  corresponding string representation (bugs 9190 and 9193).


* BUILD/INSTALLATION

- Fix compatibility issue with 64-bit cygwin.



Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
Aah, my mistake!
Then you have to do a little detective work and find the file in your file
system I guess (or create a pdf and open in Inkscape).
Sorry for that.
/Anders

From:  renato renato.pontef...@gmail.com
Date:  Thursday 30 October 2014 17:44
To:  Anders Ekberg a...@mac.com
Subject:  Re: how to obtain header and footer to insert in word document

 Hi Anders,
 
 maybe, there are a mistake. I want an image FROM the Latex (lyx) template. Not
 to insert an image on my footer (or header)
 
  
 
 Renato 
 
  
 
 On Thursday 30 October 2014 14:52:00 you wrote:
 
 From: Renato Pontefice renato.pontef...@gmail.com
 mailto:renato.pontef...@gmail.com 
 
 Date: Thursday 30 October 2014 12:21
 To: lyx-users@lists.lyx.org mailto:lyx-users@lists.lyx.org 
 Subject: how to obtain header and footer to insert in word document
 
 
 
 Hi,
 
 I've created a good header and footer for my business card. I would create a
 model (.dot) on MS Word (and Libre(open office), because some people use it
 instead of Lyx :-( .
 
 
 So, I would capture the header and footer , save them as a jpg (or whathever
 image) then create a model where to insert the two images.
 
 
 Can someone help me?
 
 
 TIA
 
 
 Renato
 
 
 
 Try to include
 
 \cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
 
 (and similar for the head)
 
 in Document  Settings  LaTeX Preamble
 
 Don¹t forget to put Document  Settings  Page Layout ­ Page style: to fancy
 
 
 
 /Anders
 
 
 
 
 




Beamer/short title

2014-10-30 Thread Patrick Dupre
Hello,

I use the option ShortTitle of Title. but the math formula are wrong.
Typically, the super- and under-script are at the same size than the
normal characters!
Is it an issue with lyx or beamer?

Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Problem in starting Lyx

2014-10-30 Thread Atanu Ghosh
Hi,

I am a user of Lyx ( in Ubuntu 12.04) for a year. My lyx was working fine
but suddenly it got crashed and when I tried to restart it , the program
did not respond. I unistalled Lyx and reinstalled it following the
instructions in http://wiki.lyx.org/LyX/LyXOnUbuntu.

But now when I am attempting to start Lyx, in the terminal it shows the
following error message:

Warning: Could not read configuration file

Error while reading the configuration file
preferences.
Please check your installation.

Please help me. I do not much about ubuntu and lyx. Please help me to solve
this issue.

Thanks in advance


-Atanu


Lyx window exceeds screen size

2014-10-30 Thread Atanu Ghosh
Hi

I am a user of Lyx in my netbook for the past one year. But recently I
noticed that many windows in Lyx launch to a size that is larger than my
netbook screen. As a result I cannot use the Ok button to confirm my
changes/ customizations. Further these windows does not allow resizing.

I faced it specially with the preferences  option in Tool menu   and
when I want to insert any citation from the Insert -Citation  option.

Please suggest me some way so that I can insert citation in the documents
or can resize that window.


Thanks in advance
-Atanu


Re: Problem in starting Lyx

2014-10-30 Thread David L. Johnson

On 10/30/2014 07:59 AM, Atanu Ghosh wrote:

Hi,

I am a user of Lyx ( in Ubuntu 12.04) for a year. My lyx was working 
fine but suddenly it got crashed and when I tried to restart it , the 
program did not respond. I unistalled Lyx and reinstalled it following 
the instructions in http://wiki.lyx.org/LyX/LyXOnUbuntu.


But now when I am attempting to start Lyx, in the terminal it shows 
the following error message:


Warning: Could not read configuration file

Error while reading the configuration file
preferences.
Please check your installation.
My guess would be that somehow your configuration file got corrupted.  
LyX will generate a new one, though, if you just get rid of, or rename, 
the directory $(HOME)/.lyx  Then it should start and search your system, 
setting up your configuration based on what programs and defaults you have.



--
 
David L. Johnson

Department of Mathematics
Lehigh University



Re: Lyx window exceeds screen size

2014-10-30 Thread David L. Johnson

On 10/30/2014 01:42 PM, Atanu Ghosh wrote:

Hi

I am a user of Lyx in my netbook for the past one year. But recently I 
noticed that many windows in Lyx launch to a size that is larger than 
my netbook screen. As a result I cannot use the Ok button to confirm 
my changes/ customizations. Further these windows does not allow 
resizing.
You probably had opened that file on a machine with a larger screen 
earlier.  It will often open in that same size the next time it is run.  
But there is a trick to use on your laptop (this may vary with your 
GUI).  Click on the window while holding down the ALT key, then move the 
mouse.  The window should move.  Then you can find the OK button and 
resizing tabs.


I faced it specially with the preferences  option in Tool menu   
and when I want to insert any citation from the Insert -Citation  
option.
Ah, these never allow resizing.  Again, ALT+Left click-hold and drag 
should work.


Please suggest me some way so that I can insert citation in the 
documents or can resize that window.



Thanks in advance
-Atanu



--
 
David L. Johnson

Department of Mathematics
Lehigh University



Re: Xubuntu 14.10

2014-10-30 Thread Liviu Andronic
Dear Francesco,

On Wed, Oct 29, 2014 at 2:22 PM, Francesco Menoncin
francesco.menon...@unibs.it wrote:
 I have recently upgraded from Xubuntu 14.04 to Xubuntu 14.10.
 In the old version I manually installed the repository (PPA) for having the
 latest version of LyX (2.1.2), but the repositories have been erased during
 the upgrade.
 Now, I am not able to find a suitable repository for (X)ubuntu 14.10.
 Actually, I see there

 https://launchpad.net/~lyx-devel/+archive/ubuntu/release

 that only 14.04 is supported.
 Do you plan to add utopic repositories soon?

I've now added packages for Utopic. Please test if it installs
correctly and report back.

Regards,
Liviu


 Thanks,

 Francesco

 --
 
 Francesco Menoncin
 Università degli Studi di Brescia
 Dipartimento di Economia e Management
 Via S. Faustino, 74/B
 25122 Brescia
 Tel: 0039-030-2988806
 Fax: 0039-030-2988837
 E-mail:francesco.menon...@unibs.it
 Web:https://sites.google.com/site/francescomenoncin/
 





 --
 Informativa sulla Privacy: http://www.unibs.it/node/8155



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
You can open pdf in inkscape and cut the footer and/or export that part to a
png-file.
There are also other programs that can translate from pdf to e.g. png. Which
depends on your platform.

All the best!
Anders

From:  renato renato.pontef...@gmail.com
Date:  Thursday 30 October 2014 20:44
To:  Anders Ekberg a...@mac.com
Subject:  Re: how to obtain header and footer to insert in word document

  
 
 
 So, it is not possible to get a different format of pdf. i.e a bitmap format,
 where do I can open it with inkscape (or another program like Gimp) to cut the
 footer (and the header)
 
 TIA
 
 
 RenatoOn Thursday 30 October 2014 19:42:43 you wrote:
 
 Aah, my mistake!
 
 Then you have to do a little detective work and find the file in your file
 system I guess (or create a pdf and open in Inkscape).
 
 Sorry for that.
 
 /Anders
 
 
 
 From:  renato renato.pontef...@gmail.com mailto:renato.pontef...@gmail.com
 
 Date:  Thursday 30 October 2014 17:44
 To:  Anders Ekberg a...@mac.com mailto:a...@mac.com 
 Subject:  Re: how to obtain header and footer to insert in word document
 
 
 
 Hi Anders,
 
 maybe, there are a mistake. I want an image FROM the Latex (lyx) template. Not
 to insert an image on my footer (or header)
 
  
 
 Renato 
 
  
 
 On Thursday 30 October 2014 14:52:00 you wrote:
 
 From: Renato Pontefice renato.pontef...@gmail.com
 mailto:renato.pontef...@gmail.com 
 
 Date: Thursday 30 October 2014 12:21
 To: lyx-users@lists.lyx.org mailto:lyx-users@lists.lyx.org 
 Subject: how to obtain header and footer to insert in word document
 
 
 
 Hi,
 
 I've created a good header and footer for my business card. I would create a
 model (.dot) on MS Word (and Libre(open office), because some people use it
 instead of Lyx :-( .
 
 
 So, I would capture the header and footer , save them as a jpg (or whathever
 image) then create a model where to insert the two images.
 
 
 Can someone help me?
 
 So, it is not possible to get a different format of pdf. i.e a bitmap format,
 where do I can open it with inkscape (or another program like Gimp) to cut the
 footer (and the header)
 
 TIA
 
 
 Renato
 
 
 
 Try to include
 
 \cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
 
 (and similar for the head)
 
 in Document  Settings  LaTeX Preamble
 
 Don¹t forget to put Document  Settings  Page Layout ­ Page style: to fancy
 
 
 
 /Anders
 
 
 
 
 
 
 
 




Re: Lyx window exceeds screen size

2014-10-30 Thread Jerry

On Oct 30, 2014, at 11:46 AM, David L. Johnson david.john...@lehigh.edu wrote:

 On 10/30/2014 01:42 PM, Atanu Ghosh wrote:
 Hi
 
 I am a user of Lyx in my netbook for the past one year. But recently I 
 noticed that many windows in Lyx launch to a size that is larger than my 
 netbook screen. As a result I cannot use the Ok button to confirm my 
 changes/ customizations. Further these windows does not allow resizing.
 You probably had opened that file on a machine with a larger screen earlier.  
 It will often open in that same size the next time it is run.  But there is a 
 trick to use on your laptop (this may vary with your GUI).  Click on the 
 window while holding down the ALT key, then move the mouse.  The window 
 should move.  Then you can find the OK button and resizing tabs.
 
 I faced it specially with the preferences  option in Tool menu   and 
 when I want to insert any citation from the Insert -Citation  option.
 Ah, these never allow resizing.  Again, ALT+Left click-hold and drag should 
 work.

FWIW, these are both resizable on OS X.

This thread reminded me of a problem with the size of the dialog box for Insert 
- Cross-reference, so I filed a ticket for it.

Ticket URL: http://www.lyx.org/trac/ticket/9316

Jerry
 
 Please suggest me some way so that I can insert citation in the documents or 
 can resize that window.
 
 
 Thanks in advance
 -Atanu
 
 
 -- 
 David L. Johnson
 Department of Mathematics
 Lehigh University
 



how to obtain header and footer to insert in word document

2014-10-30 Thread Renato Pontefice
Hi,
I've created a good header and footer for my business card. I would create
a model (.dot) on MS Word (and Libre(open office), because some people use
it instead of Lyx :-( .

So, I would capture the header and footer , save them as a jpg (or
whathever image) then create a model where to insert the two images.

Can someone help me?

TIA

Renato


Beamer

2014-10-30 Thread Patrick Dupre
Hello,

Maybe you could answer to my question.

I use beamer and the table of contents.

\AtBeginSection[]{
  \framebeamer{ 
\frametitle{\textcolor{yellow}{Outline}}
\tableofcontents[currentsection]%,currentsubsection]
  }
}

The Outline is OK,
Every time that I pass from a Section to the next one I get the section Title

However, I would like that it also shows the subsections at that time
only (ie not in the TOC)!
Can I have a tableofcontents of subsections for each section?


Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
From:  Renato Pontefice renato.pontef...@gmail.com
Date:  Thursday 30 October 2014 12:21
To:  lyx-users@lists.lyx.org
Subject:  how to obtain header and footer to insert in word document

 Hi,
 I've created a good header and footer for my business card. I would create a
 model (.dot) on MS Word (and Libre(open office), because some people use it
 instead of Lyx :-( .
 
 So, I would capture the header and footer , save them as a jpg (or whathever
 image) then create a model where to insert the two images.
 
 Can someone help me?
 
 TIA
 
 Renato

Try to include
\cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
(and similar for the head)
in Document  Settings  LaTeX Preamble
Don¹t forget to put Document  Settings  Page Layout ­ Page style: to fancy

/Anders





[ANNOUNCE] LyX 2.1.2.1 Released

2014-10-30 Thread Richard Heck


Public release of LyX version 2.1.2.1
=

We are proud to announce the release of LyX 2.1.2.1.

This is an emergency release for OSX only. It resolves problems that affect
LyX on OSX 10.10 (Yosemite) and, indeed, any program that depends upon the
passing of environment variables to sub-processes. Only users of OSX 10.10
should upgrade to this version.

LyX is a document processor that encourages an approach to writing based
on the structure of your documents and not simply their appearance. It is
released under a Free and Open Source Software license.

You can download LyX 2.1.2.1 from http://www.lyx.org/Download/.

The remainder of this file describes the 2.1.2 release, which was the
second maintenance release in the 2.1.x series.

LyX 2.1.2 is the result of on-going efforts to make our stable version
even more reliable and stable. We have fixed a number of bugs and made
a number of improvements. These are detailed below. We strongly encourage
all LyX users to upgrade to this version.

The most important fix here is that we believe we have resolved the problem
that led several users to experience seemingly random crashes with 2.1.0,
sometimes resulting in dataloss. (This was bug 9049.) These crashes 
generally
happened when the user attempted to save a file containing a table, 
usually a
fairly complex table. A seemingly unrelated bug report concerning a 
crash when
trying to save a default template (bug 9236) led to the solution. That 
bug has

also been fixed.

Do report your bugs, then! It really does help make LyX better, often in 
ways

you might not expect.

So, if you think you have found a bug in LyX 2.1.2, open a bug report at
http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel
at lists.lyx.org) and ask.

If you have trouble using LyX or have a question, consult the
documentation that comes with LyX and the LyX wiki, which lives at
http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX
users' list (lyx-users at lists.lyx.org).

We hope you enjoy using LyX 2.1.2.

The LyX team.
http://www.lyx.org


What's new
==

** Updates:
***

* USER INTERFACE

- Detect some additional postscript and pdf viewers when they are on the
  system PATH (AcroRd32, SumatraPDF, gsview and qpdfview).


* DOCUMENTATION AND LOCALIZATION

- Update docs explaining how to activate reverse search in qpdfview.

- New French translations of the beamer examples.


* BUILD/INSTALLATION

- On Cygwin, use getent instead of grepping /etc/passwd for determining
  the user's home directory when launching LyX through the gui wrapper.



** Bug fixes:
*

* DOCUMENT INPUT/OUTPUT

- Fix crash when saving certain documents with tables (bug 9049).

- Fix crash when saving default template (bug 9236).

- Do not sort advanced listings settings, since their insertion order is
  relevant (bug 5203).

- Fix import of latex documents with scaled fonts.


* LYX2LYX

- Fix warning Missing \use_indices when converting from 1.6.x format
  or older.

- Fix several conversion problems of beamer box arguments when the
  arguments use multiple ERTs (part of bug 9208, bug 9225, bug 9144).

- Fix conversion of beamer overlay arguments when the module
  beamer-resenumerate is used (part of bug 9208).


* USER INTERFACE

- Do not forget last words of paragraphs in completion possibilities.

- Select word on double click even when at boundary (bug 9159).

- Fix listings inset parameter validation when font size is selected
  (bug 8144).

- Fix listings validator with regard to aboveskip and belowskip (bug 7373).

- Fix reverse search in insets (figures, tables, branches, etc.) (bug 9151).

- Fix on-screen display of images whose type is not known to LyX (bug 9146).

- Fix the -geometry command line argument for Windows.


* INTERNALS

- Improve thread-safety.

- Fix potential bug spotted by cppcheck.

- Fix problems arising when converting floating point values to the
  corresponding string representation (bugs 9190 and 9193).


* BUILD/INSTALLATION

- Fix compatibility issue with 64-bit cygwin.



Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
Aah, my mistake!
Then you have to do a little detective work and find the file in your file
system I guess (or create a pdf and open in Inkscape).
Sorry for that.
/Anders

From:  renato renato.pontef...@gmail.com
Date:  Thursday 30 October 2014 17:44
To:  Anders Ekberg a...@mac.com
Subject:  Re: how to obtain header and footer to insert in word document

 Hi Anders,
 
 maybe, there are a mistake. I want an image FROM the Latex (lyx) template. Not
 to insert an image on my footer (or header)
 
  
 
 Renato 
 
  
 
 On Thursday 30 October 2014 14:52:00 you wrote:
 
 From: Renato Pontefice renato.pontef...@gmail.com
 mailto:renato.pontef...@gmail.com 
 
 Date: Thursday 30 October 2014 12:21
 To: lyx-users@lists.lyx.org mailto:lyx-users@lists.lyx.org 
 Subject: how to obtain header and footer to insert in word document
 
 
 
 Hi,
 
 I've created a good header and footer for my business card. I would create a
 model (.dot) on MS Word (and Libre(open office), because some people use it
 instead of Lyx :-( .
 
 
 So, I would capture the header and footer , save them as a jpg (or whathever
 image) then create a model where to insert the two images.
 
 
 Can someone help me?
 
 
 TIA
 
 
 Renato
 
 
 
 Try to include
 
 \cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
 
 (and similar for the head)
 
 in Document  Settings  LaTeX Preamble
 
 Don¹t forget to put Document  Settings  Page Layout ­ Page style: to fancy
 
 
 
 /Anders
 
 
 
 
 




Beamer/short title

2014-10-30 Thread Patrick Dupre
Hello,

I use the option ShortTitle of Title. but the math formula are wrong.
Typically, the super- and under-script are at the same size than the
normal characters!
Is it an issue with lyx or beamer?

Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Problem in starting Lyx

2014-10-30 Thread Atanu Ghosh
Hi,

I am a user of Lyx ( in Ubuntu 12.04) for a year. My lyx was working fine
but suddenly it got crashed and when I tried to restart it , the program
did not respond. I unistalled Lyx and reinstalled it following the
instructions in http://wiki.lyx.org/LyX/LyXOnUbuntu.

But now when I am attempting to start Lyx, in the terminal it shows the
following error message:

Warning: Could not read configuration file

Error while reading the configuration file
preferences.
Please check your installation.

Please help me. I do not much about ubuntu and lyx. Please help me to solve
this issue.

Thanks in advance


-Atanu


Lyx window exceeds screen size

2014-10-30 Thread Atanu Ghosh
Hi

I am a user of Lyx in my netbook for the past one year. But recently I
noticed that many windows in Lyx launch to a size that is larger than my
netbook screen. As a result I cannot use the Ok button to confirm my
changes/ customizations. Further these windows does not allow resizing.

I faced it specially with the preferences  option in Tool menu   and
when I want to insert any citation from the Insert -Citation  option.

Please suggest me some way so that I can insert citation in the documents
or can resize that window.


Thanks in advance
-Atanu


Re: Problem in starting Lyx

2014-10-30 Thread David L. Johnson

On 10/30/2014 07:59 AM, Atanu Ghosh wrote:

Hi,

I am a user of Lyx ( in Ubuntu 12.04) for a year. My lyx was working 
fine but suddenly it got crashed and when I tried to restart it , the 
program did not respond. I unistalled Lyx and reinstalled it following 
the instructions in http://wiki.lyx.org/LyX/LyXOnUbuntu.


But now when I am attempting to start Lyx, in the terminal it shows 
the following error message:


Warning: Could not read configuration file

Error while reading the configuration file
preferences.
Please check your installation.
My guess would be that somehow your configuration file got corrupted.  
LyX will generate a new one, though, if you just get rid of, or rename, 
the directory $(HOME)/.lyx  Then it should start and search your system, 
setting up your configuration based on what programs and defaults you have.



--
 
David L. Johnson

Department of Mathematics
Lehigh University



Re: Lyx window exceeds screen size

2014-10-30 Thread David L. Johnson

On 10/30/2014 01:42 PM, Atanu Ghosh wrote:

Hi

I am a user of Lyx in my netbook for the past one year. But recently I 
noticed that many windows in Lyx launch to a size that is larger than 
my netbook screen. As a result I cannot use the Ok button to confirm 
my changes/ customizations. Further these windows does not allow 
resizing.
You probably had opened that file on a machine with a larger screen 
earlier.  It will often open in that same size the next time it is run.  
But there is a trick to use on your laptop (this may vary with your 
GUI).  Click on the window while holding down the ALT key, then move the 
mouse.  The window should move.  Then you can find the OK button and 
resizing tabs.


I faced it specially with the preferences  option in Tool menu   
and when I want to insert any citation from the Insert -Citation  
option.
Ah, these never allow resizing.  Again, ALT+Left click-hold and drag 
should work.


Please suggest me some way so that I can insert citation in the 
documents or can resize that window.



Thanks in advance
-Atanu



--
 
David L. Johnson

Department of Mathematics
Lehigh University



Re: Xubuntu 14.10

2014-10-30 Thread Liviu Andronic
Dear Francesco,

On Wed, Oct 29, 2014 at 2:22 PM, Francesco Menoncin
francesco.menon...@unibs.it wrote:
 I have recently upgraded from Xubuntu 14.04 to Xubuntu 14.10.
 In the old version I manually installed the repository (PPA) for having the
 latest version of LyX (2.1.2), but the repositories have been erased during
 the upgrade.
 Now, I am not able to find a suitable repository for (X)ubuntu 14.10.
 Actually, I see there

 https://launchpad.net/~lyx-devel/+archive/ubuntu/release

 that only 14.04 is supported.
 Do you plan to add utopic repositories soon?

I've now added packages for Utopic. Please test if it installs
correctly and report back.

Regards,
Liviu


 Thanks,

 Francesco

 --
 
 Francesco Menoncin
 Università degli Studi di Brescia
 Dipartimento di Economia e Management
 Via S. Faustino, 74/B
 25122 Brescia
 Tel: 0039-030-2988806
 Fax: 0039-030-2988837
 E-mail:francesco.menon...@unibs.it
 Web:https://sites.google.com/site/francescomenoncin/
 





 --
 Informativa sulla Privacy: http://www.unibs.it/node/8155



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
You can open pdf in inkscape and cut the footer and/or export that part to a
png-file.
There are also other programs that can translate from pdf to e.g. png. Which
depends on your platform.

All the best!
Anders

From:  renato renato.pontef...@gmail.com
Date:  Thursday 30 October 2014 20:44
To:  Anders Ekberg a...@mac.com
Subject:  Re: how to obtain header and footer to insert in word document

  
 
 
 So, it is not possible to get a different format of pdf. i.e a bitmap format,
 where do I can open it with inkscape (or another program like Gimp) to cut the
 footer (and the header)
 
 TIA
 
 
 RenatoOn Thursday 30 October 2014 19:42:43 you wrote:
 
 Aah, my mistake!
 
 Then you have to do a little detective work and find the file in your file
 system I guess (or create a pdf and open in Inkscape).
 
 Sorry for that.
 
 /Anders
 
 
 
 From:  renato renato.pontef...@gmail.com mailto:renato.pontef...@gmail.com
 
 Date:  Thursday 30 October 2014 17:44
 To:  Anders Ekberg a...@mac.com mailto:a...@mac.com 
 Subject:  Re: how to obtain header and footer to insert in word document
 
 
 
 Hi Anders,
 
 maybe, there are a mistake. I want an image FROM the Latex (lyx) template. Not
 to insert an image on my footer (or header)
 
  
 
 Renato 
 
  
 
 On Thursday 30 October 2014 14:52:00 you wrote:
 
 From: Renato Pontefice renato.pontef...@gmail.com
 mailto:renato.pontef...@gmail.com 
 
 Date: Thursday 30 October 2014 12:21
 To: lyx-users@lists.lyx.org mailto:lyx-users@lists.lyx.org 
 Subject: how to obtain header and footer to insert in word document
 
 
 
 Hi,
 
 I've created a good header and footer for my business card. I would create a
 model (.dot) on MS Word (and Libre(open office), because some people use it
 instead of Lyx :-( .
 
 
 So, I would capture the header and footer , save them as a jpg (or whathever
 image) then create a model where to insert the two images.
 
 
 Can someone help me?
 
 So, it is not possible to get a different format of pdf. i.e a bitmap format,
 where do I can open it with inkscape (or another program like Gimp) to cut the
 footer (and the header)
 
 TIA
 
 
 Renato
 
 
 
 Try to include
 
 \cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
 
 (and similar for the head)
 
 in Document  Settings  LaTeX Preamble
 
 Don¹t forget to put Document  Settings  Page Layout ­ Page style: to fancy
 
 
 
 /Anders
 
 
 
 
 
 
 
 




Re: Lyx window exceeds screen size

2014-10-30 Thread Jerry

On Oct 30, 2014, at 11:46 AM, David L. Johnson david.john...@lehigh.edu wrote:

 On 10/30/2014 01:42 PM, Atanu Ghosh wrote:
 Hi
 
 I am a user of Lyx in my netbook for the past one year. But recently I 
 noticed that many windows in Lyx launch to a size that is larger than my 
 netbook screen. As a result I cannot use the Ok button to confirm my 
 changes/ customizations. Further these windows does not allow resizing.
 You probably had opened that file on a machine with a larger screen earlier.  
 It will often open in that same size the next time it is run.  But there is a 
 trick to use on your laptop (this may vary with your GUI).  Click on the 
 window while holding down the ALT key, then move the mouse.  The window 
 should move.  Then you can find the OK button and resizing tabs.
 
 I faced it specially with the preferences  option in Tool menu   and 
 when I want to insert any citation from the Insert -Citation  option.
 Ah, these never allow resizing.  Again, ALT+Left click-hold and drag should 
 work.

FWIW, these are both resizable on OS X.

This thread reminded me of a problem with the size of the dialog box for Insert 
- Cross-reference, so I filed a ticket for it.

Ticket URL: http://www.lyx.org/trac/ticket/9316

Jerry
 
 Please suggest me some way so that I can insert citation in the documents or 
 can resize that window.
 
 
 Thanks in advance
 -Atanu
 
 
 -- 
 David L. Johnson
 Department of Mathematics
 Lehigh University
 



how to obtain header and footer to insert in word document

2014-10-30 Thread Renato Pontefice
Hi,
I've created a good header and footer for my business card. I would create
a model (.dot) on MS Word (and Libre(open office), because some people use
it instead of Lyx :-( .

So, I would capture the header and footer , save them as a jpg (or
whathever image) then create a model where to insert the two images.

Can someone help me?

TIA

Renato


Beamer

2014-10-30 Thread Patrick Dupre
Hello,

Maybe you could answer to my question.

I use beamer and the table of contents.

\AtBeginSection[]{
  \frame{ 
\frametitle{\textcolor{yellow}{Outline}}
\tableofcontents[currentsection]%,currentsubsection]
  }
}

The Outline is OK,
Every time that I pass from a Section to the next one I get the section Title

However, I would like that it also shows the subsections at that time
only (ie not in the TOC)!
Can I have a tableofcontents of subsections for each section?


Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
From:  Renato Pontefice 
Date:  Thursday 30 October 2014 12:21
To:  
Subject:  how to obtain header and footer to insert in word document

> Hi,
> I've created a good header and footer for my business card. I would create a
> model (.dot) on MS Word (and Libre(open office), because some people use it
> instead of Lyx :-( .
> 
> So, I would capture the header and footer , save them as a jpg (or whathever
> image) then create a model where to insert the two images.
> 
> Can someone help me?
> 
> TIA
> 
> Renato

Try to include
\cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
(and similar for the head)
in Document > Settings > LaTeX Preamble
Don¹t forget to put Document > Settings > Page Layout ­ Page style: to fancy

/Anders





[ANNOUNCE] LyX 2.1.2.1 Released

2014-10-30 Thread Richard Heck


Public release of LyX version 2.1.2.1
=

We are proud to announce the release of LyX 2.1.2.1.

This is an emergency release for OSX only. It resolves problems that affect
LyX on OSX 10.10 (Yosemite) and, indeed, any program that depends upon the
passing of environment variables to sub-processes. Only users of OSX 10.10
should upgrade to this version.

LyX is a document processor that encourages an approach to writing based
on the structure of your documents and not simply their appearance. It is
released under a Free and Open Source Software license.

You can download LyX 2.1.2.1 from http://www.lyx.org/Download/.

The remainder of this file describes the 2.1.2 release, which was the
second maintenance release in the 2.1.x series.

LyX 2.1.2 is the result of on-going efforts to make our stable version
even more reliable and stable. We have fixed a number of bugs and made
a number of improvements. These are detailed below. We strongly encourage
all LyX users to upgrade to this version.

The most important fix here is that we believe we have resolved the problem
that led several users to experience seemingly random crashes with 2.1.0,
sometimes resulting in dataloss. (This was bug 9049.) These crashes 
generally
happened when the user attempted to save a file containing a table, 
usually a
fairly complex table. A seemingly unrelated bug report concerning a 
crash when
trying to save a default template (bug 9236) led to the solution. That 
bug has

also been fixed.

Do report your bugs, then! It really does help make LyX better, often in 
ways

you might not expect.

So, if you think you have found a bug in LyX 2.1.2, open a bug report at
http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel
 lists.lyx.org) and ask.

If you have trouble using LyX or have a question, consult the
documentation that comes with LyX and the LyX wiki, which lives at
http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX
users' list (lyx-users  lists.lyx.org).

We hope you enjoy using LyX 2.1.2.

The LyX team.
http://www.lyx.org


What's new
==

** Updates:
***

* USER INTERFACE

- Detect some additional postscript and pdf viewers when they are on the
  system PATH (AcroRd32, SumatraPDF, gsview and qpdfview).


* DOCUMENTATION AND LOCALIZATION

- Update docs explaining how to activate reverse search in qpdfview.

- New French translations of the beamer examples.


* BUILD/INSTALLATION

- On Cygwin, use getent instead of grepping /etc/passwd for determining
  the user's home directory when launching LyX through the gui wrapper.



** Bug fixes:
*

* DOCUMENT INPUT/OUTPUT

- Fix crash when saving certain documents with tables (bug 9049).

- Fix crash when saving default template (bug 9236).

- Do not sort advanced listings settings, since their insertion order is
  relevant (bug 5203).

- Fix import of latex documents with scaled fonts.


* LYX2LYX

- Fix warning "Missing \use_indices" when converting from 1.6.x format
  or older.

- Fix several conversion problems of beamer box arguments when the
  arguments use multiple ERTs (part of bug 9208, bug 9225, bug 9144).

- Fix conversion of beamer overlay arguments when the module
  "beamer-resenumerate" is used (part of bug 9208).


* USER INTERFACE

- Do not forget last words of paragraphs in completion possibilities.

- Select word on double click even when at boundary (bug 9159).

- Fix listings inset parameter validation when font size is selected
  (bug 8144).

- Fix listings validator with regard to aboveskip and belowskip (bug 7373).

- Fix reverse search in insets (figures, tables, branches, etc.) (bug 9151).

- Fix on-screen display of images whose type is not known to LyX (bug 9146).

- Fix the -geometry command line argument for Windows.


* INTERNALS

- Improve thread-safety.

- Fix potential bug spotted by cppcheck.

- Fix problems arising when converting floating point values to the
  corresponding string representation (bugs 9190 and 9193).


* BUILD/INSTALLATION

- Fix compatibility issue with 64-bit cygwin.



Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
Aah, my mistake!
Then you have to do a little detective work and find the file in your file
system I guess (or create a pdf and open in Inkscape).
Sorry for that.
/Anders

From:  renato 
Date:  Thursday 30 October 2014 17:44
To:  Anders Ekberg 
Subject:  Re: how to obtain header and footer to insert in word document

> Hi Anders,
> 
> maybe, there are a mistake. I want an image FROM the Latex (lyx) template. Not
> to insert an image on my footer (or header)
> 
>  
> 
> Renato 
> 
>  
> 
> On Thursday 30 October 2014 14:52:00 you wrote:
> 
> From: Renato Pontefice   >
> 
> Date: Thursday 30 October 2014 12:21
> To:  >
> Subject: how to obtain header and footer to insert in word document
> 
> 
> 
> Hi,
> 
> I've created a good header and footer for my business card. I would create a
> model (.dot) on MS Word (and Libre(open office), because some people use it
> instead of Lyx :-( .
> 
> 
> So, I would capture the header and footer , save them as a jpg (or whathever
> image) then create a model where to insert the two images.
> 
> 
> Can someone help me?
> 
> 
> TIA
> 
> 
> Renato
> 
> 
> 
> Try to include
> 
> \cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
> 
> (and similar for the head)
> 
> in Document > Settings > LaTeX Preamble
> 
> Don¹t forget to put Document > Settings > Page Layout ­ Page style: to fancy
> 
> 
> 
> /Anders
> 
> 
> 
> 
> 




Beamer/short title

2014-10-30 Thread Patrick Dupre
Hello,

I use the option ShortTitle of Title. but the math formula are wrong.
Typically, the super- and under-script are at the same size than the
normal characters!
Is it an issue with lyx or beamer?

Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Problem in starting Lyx

2014-10-30 Thread Atanu Ghosh
Hi,

I am a user of Lyx ( in Ubuntu 12.04) for a year. My lyx was working fine
but suddenly it got crashed and when I tried to restart it , the program
did not respond. I unistalled Lyx and reinstalled it following the
instructions in http://wiki.lyx.org/LyX/LyXOnUbuntu.

But now when I am attempting to start Lyx, in the terminal it shows the
following error message:

Warning: Could not read configuration file

Error while reading the configuration file
preferences.
Please check your installation.

Please help me. I do not much about ubuntu and lyx. Please help me to solve
this issue.

Thanks in advance


-Atanu


Lyx window exceeds screen size

2014-10-30 Thread Atanu Ghosh
Hi

I am a user of Lyx in my netbook for the past one year. But recently I
noticed that many windows in Lyx launch to a size that is larger than my
netbook screen. As a result I cannot use the "Ok" button to confirm my
changes/ customizations. Further these windows does not allow resizing.

I faced it specially with the "preferences " option in "Tool" menu   and
when I want to insert any citation from the "Insert -Citation " option.

Please suggest me some way so that I can insert citation in the documents
or can resize that window.


Thanks in advance
-Atanu


Re: Problem in starting Lyx

2014-10-30 Thread David L. Johnson

On 10/30/2014 07:59 AM, Atanu Ghosh wrote:

Hi,

I am a user of Lyx ( in Ubuntu 12.04) for a year. My lyx was working 
fine but suddenly it got crashed and when I tried to restart it , the 
program did not respond. I unistalled Lyx and reinstalled it following 
the instructions in http://wiki.lyx.org/LyX/LyXOnUbuntu.


But now when I am attempting to start Lyx, in the terminal it shows 
the following error message:


Warning: Could not read configuration file

Error while reading the configuration file
preferences.
Please check your installation.
My guess would be that somehow your configuration file got corrupted.  
LyX will generate a new one, though, if you just get rid of, or rename, 
the directory $(HOME)/.lyx  Then it should start and search your system, 
setting up your configuration based on what programs and defaults you have.



--
 
David L. Johnson

Department of Mathematics
Lehigh University



Re: Lyx window exceeds screen size

2014-10-30 Thread David L. Johnson

On 10/30/2014 01:42 PM, Atanu Ghosh wrote:

Hi

I am a user of Lyx in my netbook for the past one year. But recently I 
noticed that many windows in Lyx launch to a size that is larger than 
my netbook screen. As a result I cannot use the "Ok" button to confirm 
my changes/ customizations. Further these windows does not allow 
resizing.
You probably had opened that file on a machine with a larger screen 
earlier.  It will often open in that same size the next time it is run.  
But there is a trick to use on your laptop (this may vary with your 
GUI).  Click on the window while holding down the ALT key, then move the 
mouse.  The window should move.  Then you can find the OK button and 
resizing tabs.


I faced it specially with the "preferences " option in "Tool" menu   
and when I want to insert any citation from the "Insert -Citation " 
option.
Ah, these never allow resizing.  Again, ALT+Left click-hold and drag 
should work.


Please suggest me some way so that I can insert citation in the 
documents or can resize that window.



Thanks in advance
-Atanu



--
 
David L. Johnson

Department of Mathematics
Lehigh University



Re: Xubuntu 14.10

2014-10-30 Thread Liviu Andronic
Dear Francesco,

On Wed, Oct 29, 2014 at 2:22 PM, Francesco Menoncin
 wrote:
> I have recently upgraded from Xubuntu 14.04 to Xubuntu 14.10.
> In the old version I manually installed the repository (PPA) for having the
> latest version of LyX (2.1.2), but the repositories have been erased during
> the upgrade.
> Now, I am not able to find a suitable repository for (X)ubuntu 14.10.
> Actually, I see there
>
> https://launchpad.net/~lyx-devel/+archive/ubuntu/release
>
> that only 14.04 is supported.
> Do you plan to add "utopic" repositories soon?
>
I've now added packages for Utopic. Please test if it installs
correctly and report back.

Regards,
Liviu


> Thanks,
>
> Francesco
>
> --
> 
> Francesco Menoncin
> Università degli Studi di Brescia
> Dipartimento di Economia e Management
> Via S. Faustino, 74/B
> 25122 Brescia
> Tel: 0039-030-2988806
> Fax: 0039-030-2988837
> E-mail:francesco.menon...@unibs.it
> Web:https://sites.google.com/site/francescomenoncin/
> 
>
>
>
>
>
> --
> Informativa sulla Privacy: http://www.unibs.it/node/8155



-- 
Do you think you know what math is?
http://www.ideasroadshow.com/issues/ian-stewart-2013-08-02
Or what it means to be intelligent?
http://www.ideasroadshow.com/issues/john-duncan-2013-08-30
Think again:
http://www.ideasroadshow.com/library


Re: how to obtain header and footer to insert in word document

2014-10-30 Thread Anders Ekberg
You can open pdf in inkscape and cut the footer and/or export that part to a
png-file.
There are also other programs that can translate from pdf to e.g. png. Which
depends on your platform.

All the best!
Anders

From:  renato 
Date:  Thursday 30 October 2014 20:44
To:  Anders Ekberg 
Subject:  Re: how to obtain header and footer to insert in word document

>  
> 
> 
> So, it is not possible to get a different format of pdf. i.e a bitmap format,
> where do I can open it with inkscape (or another program like Gimp) to cut the
> footer (and the header)
> 
> TIA
> 
> 
> RenatoOn Thursday 30 October 2014 19:42:43 you wrote:
> 
> Aah, my mistake!
> 
> Then you have to do a little detective work and find the file in your file
> system I guess (or create a pdf and open in Inkscape).
> 
> Sorry for that.
> 
> /Anders
> 
> 
> 
> From:  renato 
> >
> Date:  Thursday 30 October 2014 17:44
> To:  Anders Ekberg  >
> Subject:  Re: how to obtain header and footer to insert in word document
> 
> 
> 
> Hi Anders,
> 
> maybe, there are a mistake. I want an image FROM the Latex (lyx) template. Not
> to insert an image on my footer (or header)
> 
>  
> 
> Renato 
> 
>  
> 
> On Thursday 30 October 2014 14:52:00 you wrote:
> 
> From: Renato Pontefice   >
> 
> Date: Thursday 30 October 2014 12:21
> To:  >
> Subject: how to obtain header and footer to insert in word document
> 
> 
> 
> Hi,
> 
> I've created a good header and footer for my business card. I would create a
> model (.dot) on MS Word (and Libre(open office), because some people use it
> instead of Lyx :-( .
> 
> 
> So, I would capture the header and footer , save them as a jpg (or whathever
> image) then create a model where to insert the two images.
> 
> 
> Can someone help me?
> 
> So, it is not possible to get a different format of pdf. i.e a bitmap format,
> where do I can open it with inkscape (or another program like Gimp) to cut the
> footer (and the header)
> 
> TIA
> 
> 
> Renato
> 
> 
> 
> Try to include
> 
> \cfoot{{\includegraphics{Nameofyourpicturefile.png}}}
> 
> (and similar for the head)
> 
> in Document > Settings > LaTeX Preamble
> 
> Don¹t forget to put Document > Settings > Page Layout ­ Page style: to fancy
> 
> 
> 
> /Anders
> 
> 
> 
> 
> 
> 
> 
> 




Re: Lyx window exceeds screen size

2014-10-30 Thread Jerry

On Oct 30, 2014, at 11:46 AM, David L. Johnson  wrote:

> On 10/30/2014 01:42 PM, Atanu Ghosh wrote:
>> Hi
>> 
>> I am a user of Lyx in my netbook for the past one year. But recently I 
>> noticed that many windows in Lyx launch to a size that is larger than my 
>> netbook screen. As a result I cannot use the "Ok" button to confirm my 
>> changes/ customizations. Further these windows does not allow resizing.
> You probably had opened that file on a machine with a larger screen earlier.  
> It will often open in that same size the next time it is run.  But there is a 
> trick to use on your laptop (this may vary with your GUI).  Click on the 
> window while holding down the ALT key, then move the mouse.  The window 
> should move.  Then you can find the OK button and resizing tabs.
>> 
>> I faced it specially with the "preferences " option in "Tool" menu   and 
>> when I want to insert any citation from the "Insert -Citation " option.
> Ah, these never allow resizing.  Again, ALT+Left click-hold and drag should 
> work.

FWIW, these are both resizable on OS X.

This thread reminded me of a problem with the size of the dialog box for Insert 
-> Cross-reference, so I filed a ticket for it.

Ticket URL: 

Jerry
>> 
>> Please suggest me some way so that I can insert citation in the documents or 
>> can resize that window.
>> 
>> 
>> Thanks in advance
>> -Atanu
> 
> 
> -- 
> David L. Johnson
> Department of Mathematics
> Lehigh University
>