Re: Backspacing at the start of an inset occupying a paragraph

2014-12-01 Thread Jean-Marc Lasgouttes

Le 28/11/2014 21:11, aparsloe a écrit :

If I recall correctly there was a somewhat desultory and confusing
discussion. I didn't know what to put on trac and so put nothing.


I think you can use your original description and maybe point to this 
discussion, for example here:

https://www.mail-archive.com/lyx-users@lists.lyx.org/msg99175.html

I think that the outco;e is that if one of the two paragraphs is not 
standard, then it should win. If both are not standard, then I do not 
know what to do :)


JMarc

PS: I learned a new word today: desultory :)



Zathura +Lyx

2014-12-01 Thread Oliver Sargent

Hi All,

For some reason I would like to use zathura to view .pdf files generated 
by clicking on the preview button in Lyx. I have edited the field 
preferencesfile format pdflatexviewer so that it now says custom and 
in the text box it says zathura. Now the problem is when I click the 
preview button zathura opens but does not display the correct file. 
Presumably Lyx has to pass some file name to zathura, I have tried $$f, 
$$r etc, but this didn't work either. When I try these options two 
instances of zathura open, one is empty and the other displays a 
'filetype not supported' message. I have tested zathura and it is 
perfectly able to open regular .pdf files. I have also searched online 
and I am unable to find a solution to this problem, does anyone have any 
suggestion?


Best wishes

Oli




Re: Title and Abstract dissappeared

2014-12-01 Thread Andrew Crampton
Hello Lyx Users
I updated lyx to 2.1.2.2 before I updated to yosemite and have updated all of 
my LaTeX files, i.e. I have MacTeX 2014 installed and have run TeX Live Utility 
for updates.  I also reconfigured Lyx and have reset my computer numerous 
times.  I attempted to make an elsevier document fresh and have the same issue; 
the title and abstract page does not appear.  I exported this to a .tex file 
and the same problem is still present.  Other document classes still work fine, 
so I think it may be a problem with elsarticle and the most recent versions of 
OS X and Lyx.
Drew



 On Dec 1, 2014, at 7:45 AM, Stephan Witt st.w...@gmx.net wrote:
 
 Am 01.12.2014 um 00:00 schrieb Richard Heck rgh...@lyx.org 
 mailto:rgh...@lyx.org:
 
 
 On Nov 30, 2014, at 10:39 PM, Richard Heck rgh...@lyx.org wrote:
 
 On 11/30/2014 03:57 PM, Andrew Crampton wrote:
 Dear lyx users,
 I recently upgraded to lyx version 2.1.2.2 and attempted to compile a lyx 
 file I made with an older version.  The pdf file is fine except that the 
 first page is missing.  This is where the abstract, title, authors etc. are 
 located.  I do a little TeX as well and could not find anything wrong with 
 the source code.  As it worked on an older version of lyx I am assuming 
 that something in the update is the issue.  I am running OS X Yosemite.
 
 Try exporting the TeX file and compiling manually. Does the problem persist?
 
 Richard
 
 
 On 11/30/2014 04:56 PM, Andrew Crampton wrote:
 Hi Richard,
 I exported it as a LaTeX file and compiled it in TeX Shop 3.18.  The pdf 
 again was missing the first page.  
 
 Hi, Drew,
 
 I copied the header code:
 
 %% LyX 2.1.2.2 created this file.  For more info, see http://www.lyx.org/.
 %% Do not edit unless you really know what you are doing.
 \documentclass[10pt,a4paper,american]{elsarticle}
 \renewcommand{\ttdefault}{cmtt}
 \usepackage[T1]{fontenc}
 \usepackage[latin9]{inputenc}
 \pagestyle{headings}
 \usepackage{float}
 \usepackage{amstext}
 \usepackage{graphicx}
 
 \makeatletter
 
 %% LyX specific LaTeX commands.
 \special{papersize=\the\paperwidth,\the\paperheight}
 
 
 %% User specified LaTeX commands.
 %\usepackage{cite}
 
 \@ifundefined{showcaptionsetup}{}{%
 \PassOptionsToPackage{caption=false}{subfig}}
 \usepackage{subfig}
 \AtBeginDocument{
  \def\labelitemi{\(\triangleright\)}
 }
 
 \makeatother
 
 \usepackage{babel}
 \begin{document}
 
 
 Maybe it is something with the document class and the new lyx version?  
 
 My first suggestion would be to create a simple elsarticle test file, 
 outside of LyX, compile it 
 manually, and see if that works. If not, then the problem is with your LaTeX 
 installation and
 not with LyX. I believe I saw a similar sort of problem once when upgrading 
 my OS, though
 that was on Linux.
 
 On an unrelated matter I tried opening up some older lyx files as well and 
 none of them work.  All have problems with .eps to .pdf conversion.  This 
 might be another problem but I though I should let you know.  
 
 Hi Andrew,
 
 to understand what happens tell us how you did the upgrade. Did you do the 
 upgrade
 to Yosemite and to LyX 2.1.2.2 at the same time? There are reports from other 
 users
 with TeX compilation problems solved by an update of there MacPorts 
 utilities. Are
 you using MacPorts too? What's the status of your LaTeX installation? Is it 
 updated
 too or not? Remember to reconfigure LyX after changing the system environment.
 
 Stephan



suscribe

2014-12-01 Thread Jesús López



Re: suscribe

2014-12-01 Thread Richard Heck


If you wish to subscribe, please send emali to 
lyx-users-subscr...@lists.lyx.org.


Richard



Re: Backspacing at the start of an inset occupying a paragraph

2014-12-01 Thread aparsloe


On 1/12/2014 9:44 p.m., Jean-Marc Lasgouttes wrote:

Le 28/11/2014 21:11, aparsloe a écrit :

If I recall correctly there was a somewhat desultory and confusing
discussion. I didn't know what to put on trac and so put nothing.


I think you can use your original description and maybe point to this 
discussion, for example here:

https://www.mail-archive.com/lyx-users@lists.lyx.org/msg99175.html

I think that the outco;e is that if one of the two paragraphs is not 
standard, then it should win. If both are not standard, then I do not 
know what to do :)


JMarc

PS: I learned a new word today: desultory :)

Ticket #9345.

Andrew (Glad to have enlarged the vocabulary.)



Re: Title and Abstract dissappeared

2014-12-01 Thread Stephan Witt
Am 01.12.2014 um 16:24 schrieb Andrew Crampton drew.cramp...@gmail.com:

 Hello Lyx Users
 I updated lyx to 2.1.2.2 before I updated to yosemite and have updated all of 
 my LaTeX files, i.e. I have MacTeX 2014 installed and have run TeX Live 
 Utility for updates.  I also reconfigured Lyx and have reset my computer 
 numerous times.  I attempted to make an elsevier document fresh and have the 
 same issue; the title and abstract page does not appear.  I exported this to 
 a .tex file and the same problem is still present.  Other document classes 
 still work fine, so I think it may be a problem with elsarticle and the most 
 recent versions of OS X and Lyx.
 Drew

Ok, thanks for the info. Are you able to provide a small example to reproduce 
your problem, please?
Ideally both files, the LyX- and the TeX-file.

Stephan

 On Dec 1, 2014, at 7:45 AM, Stephan Witt st.w...@gmx.net wrote:
 
 Am 01.12.2014 um 00:00 schrieb Richard Heck rgh...@lyx.org:
 
 
 On Nov 30, 2014, at 10:39 PM, Richard Heck rgh...@lyx.org wrote:
 
 On 11/30/2014 03:57 PM, Andrew Crampton wrote:
 Dear lyx users,
 I recently upgraded to lyx version 2.1.2.2 and attempted to compile a lyx 
 file I made with an older version.  The pdf file is fine except that the 
 first page is missing.  This is where the abstract, title, authors etc. 
 are located.  I do a little TeX as well and could not find anything wrong 
 with the source code.  As it worked on an older version of lyx I am 
 assuming that something in the update is the issue.  I am running OS X 
 Yosemite.
 
 Try exporting the TeX file and compiling manually. Does the problem persist?
 
 Richard
 
 
 On 11/30/2014 04:56 PM, Andrew Crampton wrote:
 Hi Richard,
 I exported it as a LaTeX file and compiled it in TeX Shop 3.18.  The pdf 
 again was missing the first page.  
 
 Hi, Drew,
 
 I copied the header code:
 
 %% LyX 2.1.2.2 created this file.  For more info, see http://www.lyx.org/.
 %% Do not edit unless you really know what you are doing.
 \documentclass[10pt,a4paper,american]{elsarticle}
 \renewcommand{\ttdefault}{cmtt}
 \usepackage[T1]{fontenc}
 \usepackage[latin9]{inputenc}
 \pagestyle{headings}
 \usepackage{float}
 \usepackage{amstext}
 \usepackage{graphicx}
 
 \makeatletter
 
 %% LyX specific LaTeX commands.
 \special{papersize=\the\paperwidth,\the\paperheight}
 
 
 %% User specified LaTeX commands.
 %\usepackage{cite}
 
 \@ifundefined{showcaptionsetup}{}{%
 \PassOptionsToPackage{caption=false}{subfig}}
 \usepackage{subfig}
 \AtBeginDocument{
  \def\labelitemi{\(\triangleright\)}
 }
 
 \makeatother
 
 \usepackage{babel}
 \begin{document}
 
 
 Maybe it is something with the document class and the new lyx version?  
 
 My first suggestion would be to create a simple elsarticle test file, 
 outside of LyX, compile it 
 manually, and see if that works. If not, then the problem is with your 
 LaTeX installation and
 not with LyX. I believe I saw a similar sort of problem once when upgrading 
 my OS, though
 that was on Linux.
 
 On an unrelated matter I tried opening up some older lyx files as well and 
 none of them work.  All have problems with .eps to .pdf conversion.  This 
 might be another problem but I though I should let you know.  
 
 Hi Andrew,
 
 to understand what happens tell us how you did the upgrade. Did you do the 
 upgrade
 to Yosemite and to LyX 2.1.2.2 at the same time? There are reports from 
 other users
 with TeX compilation problems solved by an update of there MacPorts 
 utilities. Are
 you using MacPorts too? What's the status of your LaTeX installation? Is it 
 updated
 too or not? Remember to reconfigure LyX after changing the system 
 environment.
 
 Stephan
 



Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread Ashok
I currently have Acrobat Pro 11. It's very unwieldy. The first time I view 
a document, it's fine, but then it gets stuck. Even exiting Acrobat 
doesn't help. I have to exit Lyx and get back!

Is there a simpler alternative? And how to tell Lyx not to use Acrobat 
pro? (I have Acrobat Pro associated as the default pdf viewer on my 
Windows system; that's how I would like to continue for non-Lyx uses.)

TIA.



Re: Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread Liviu Andronic
On Tue, Dec 2, 2014 at 5:20 AM, Ashok adharesh...@hotmail.com wrote:
 I currently have Acrobat Pro 11. It's very unwieldy. The first time I view
 a document, it's fine, but then it gets stuck. Even exiting Acrobat
 doesn't help. I have to exit Lyx and get back!

I like sticking to Evince when forced to use Windows: it's slim,
quick, and makes sense for viewing PDF files. It also auto-loads
updated files gracefully, unlike Acrobat.

https://wiki.gnome.org/Apps/Evince/Downloads

Liviu


 Is there a simpler alternative? And how to tell Lyx not to use Acrobat
 pro? (I have Acrobat Pro associated as the default pdf viewer on my
 Windows system; that's how I would like to continue for non-Lyx uses.)

 TIA.




-- 
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: Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread aparsloe


On 2/12/2014 6:36 p.m., Liviu Andronic wrote:

On Tue, Dec 2, 2014 at 5:20 AM, Ashok adharesh...@hotmail.com wrote:

I currently have Acrobat Pro 11. It's very unwieldy. The first time I view
a document, it's fine, but then it gets stuck. Even exiting Acrobat
doesn't help. I have to exit Lyx and get back!


I like sticking to Evince when forced to use Windows: it's slim,
quick, and makes sense for viewing PDF files. It also auto-loads
updated files gracefully, unlike Acrobat.

https://wiki.gnome.org/Apps/Evince/Downloads

Liviu



Is there a simpler alternative? And how to tell Lyx not to use Acrobat
pro? (I have Acrobat Pro associated as the default pdf viewer on my
Windows system; that's how I would like to continue for non-Lyx uses.)

TIA.

I'm on Windows 7. Until earlier this year I used Adobe Reader, but over 
the years it has got more and more ponderous and LyX interacts with it 
somewhat clunkily. I've since installed Sumatra. It's much smaller and 
more responsive and I'm pleased with how it interacts with LyX. But for 
things like printing a pdf Adobe Reader has additional options (e.g. 
printing in reverse order) so I keep it on disk.


If you want Adobe Pro to be your default Windows pdf viewer and yet have 
Sumatra (or Evince or whatever) as your LyX pdf viewer, you need to go 
to Tools  Preferences  File Handling  File Formats and under the 
format PDF (pdflatex) go down to the Viewer: slot (where it may show 
pdfview) and choose Custom and in the right-hand slot enter e.g. 
SumatraPDF, then click Apply. Now in the larger window on the left 
select Paths. Second slot from the bottom on the right is PATH prefix. 
At the end of whatever is already there add (e.g.)


;C:\Program Files (x86)\SumatraPDF

(note the semicolon) or whatever the path is to the directory holding 
the .exe file of your chosen LyX pdf viewer. Now click Save.


Andrew


Re: Backspacing at the start of an inset occupying a paragraph

2014-12-01 Thread Jean-Marc Lasgouttes

Le 28/11/2014 21:11, aparsloe a écrit :

If I recall correctly there was a somewhat desultory and confusing
discussion. I didn't know what to put on trac and so put nothing.


I think you can use your original description and maybe point to this 
discussion, for example here:

https://www.mail-archive.com/lyx-users@lists.lyx.org/msg99175.html

I think that the outco;e is that if one of the two paragraphs is not 
standard, then it should win. If both are not standard, then I do not 
know what to do :)


JMarc

PS: I learned a new word today: desultory :)



Zathura +Lyx

2014-12-01 Thread Oliver Sargent

Hi All,

For some reason I would like to use zathura to view .pdf files generated 
by clicking on the preview button in Lyx. I have edited the field 
preferencesfile format pdflatexviewer so that it now says custom and 
in the text box it says zathura. Now the problem is when I click the 
preview button zathura opens but does not display the correct file. 
Presumably Lyx has to pass some file name to zathura, I have tried $$f, 
$$r etc, but this didn't work either. When I try these options two 
instances of zathura open, one is empty and the other displays a 
'filetype not supported' message. I have tested zathura and it is 
perfectly able to open regular .pdf files. I have also searched online 
and I am unable to find a solution to this problem, does anyone have any 
suggestion?


Best wishes

Oli




Re: Title and Abstract dissappeared

2014-12-01 Thread Andrew Crampton
Hello Lyx Users
I updated lyx to 2.1.2.2 before I updated to yosemite and have updated all of 
my LaTeX files, i.e. I have MacTeX 2014 installed and have run TeX Live Utility 
for updates.  I also reconfigured Lyx and have reset my computer numerous 
times.  I attempted to make an elsevier document fresh and have the same issue; 
the title and abstract page does not appear.  I exported this to a .tex file 
and the same problem is still present.  Other document classes still work fine, 
so I think it may be a problem with elsarticle and the most recent versions of 
OS X and Lyx.
Drew



 On Dec 1, 2014, at 7:45 AM, Stephan Witt st.w...@gmx.net wrote:
 
 Am 01.12.2014 um 00:00 schrieb Richard Heck rgh...@lyx.org 
 mailto:rgh...@lyx.org:
 
 
 On Nov 30, 2014, at 10:39 PM, Richard Heck rgh...@lyx.org wrote:
 
 On 11/30/2014 03:57 PM, Andrew Crampton wrote:
 Dear lyx users,
 I recently upgraded to lyx version 2.1.2.2 and attempted to compile a lyx 
 file I made with an older version.  The pdf file is fine except that the 
 first page is missing.  This is where the abstract, title, authors etc. are 
 located.  I do a little TeX as well and could not find anything wrong with 
 the source code.  As it worked on an older version of lyx I am assuming 
 that something in the update is the issue.  I am running OS X Yosemite.
 
 Try exporting the TeX file and compiling manually. Does the problem persist?
 
 Richard
 
 
 On 11/30/2014 04:56 PM, Andrew Crampton wrote:
 Hi Richard,
 I exported it as a LaTeX file and compiled it in TeX Shop 3.18.  The pdf 
 again was missing the first page.  
 
 Hi, Drew,
 
 I copied the header code:
 
 %% LyX 2.1.2.2 created this file.  For more info, see http://www.lyx.org/.
 %% Do not edit unless you really know what you are doing.
 \documentclass[10pt,a4paper,american]{elsarticle}
 \renewcommand{\ttdefault}{cmtt}
 \usepackage[T1]{fontenc}
 \usepackage[latin9]{inputenc}
 \pagestyle{headings}
 \usepackage{float}
 \usepackage{amstext}
 \usepackage{graphicx}
 
 \makeatletter
 
 %% LyX specific LaTeX commands.
 \special{papersize=\the\paperwidth,\the\paperheight}
 
 
 %% User specified LaTeX commands.
 %\usepackage{cite}
 
 \@ifundefined{showcaptionsetup}{}{%
 \PassOptionsToPackage{caption=false}{subfig}}
 \usepackage{subfig}
 \AtBeginDocument{
  \def\labelitemi{\(\triangleright\)}
 }
 
 \makeatother
 
 \usepackage{babel}
 \begin{document}
 
 
 Maybe it is something with the document class and the new lyx version?  
 
 My first suggestion would be to create a simple elsarticle test file, 
 outside of LyX, compile it 
 manually, and see if that works. If not, then the problem is with your LaTeX 
 installation and
 not with LyX. I believe I saw a similar sort of problem once when upgrading 
 my OS, though
 that was on Linux.
 
 On an unrelated matter I tried opening up some older lyx files as well and 
 none of them work.  All have problems with .eps to .pdf conversion.  This 
 might be another problem but I though I should let you know.  
 
 Hi Andrew,
 
 to understand what happens tell us how you did the upgrade. Did you do the 
 upgrade
 to Yosemite and to LyX 2.1.2.2 at the same time? There are reports from other 
 users
 with TeX compilation problems solved by an update of there MacPorts 
 utilities. Are
 you using MacPorts too? What's the status of your LaTeX installation? Is it 
 updated
 too or not? Remember to reconfigure LyX after changing the system environment.
 
 Stephan



suscribe

2014-12-01 Thread Jesús López



Re: suscribe

2014-12-01 Thread Richard Heck


If you wish to subscribe, please send emali to 
lyx-users-subscr...@lists.lyx.org.


Richard



Re: Backspacing at the start of an inset occupying a paragraph

2014-12-01 Thread aparsloe


On 1/12/2014 9:44 p.m., Jean-Marc Lasgouttes wrote:

Le 28/11/2014 21:11, aparsloe a écrit :

If I recall correctly there was a somewhat desultory and confusing
discussion. I didn't know what to put on trac and so put nothing.


I think you can use your original description and maybe point to this 
discussion, for example here:

https://www.mail-archive.com/lyx-users@lists.lyx.org/msg99175.html

I think that the outco;e is that if one of the two paragraphs is not 
standard, then it should win. If both are not standard, then I do not 
know what to do :)


JMarc

PS: I learned a new word today: desultory :)

Ticket #9345.

Andrew (Glad to have enlarged the vocabulary.)



Re: Title and Abstract dissappeared

2014-12-01 Thread Stephan Witt
Am 01.12.2014 um 16:24 schrieb Andrew Crampton drew.cramp...@gmail.com:

 Hello Lyx Users
 I updated lyx to 2.1.2.2 before I updated to yosemite and have updated all of 
 my LaTeX files, i.e. I have MacTeX 2014 installed and have run TeX Live 
 Utility for updates.  I also reconfigured Lyx and have reset my computer 
 numerous times.  I attempted to make an elsevier document fresh and have the 
 same issue; the title and abstract page does not appear.  I exported this to 
 a .tex file and the same problem is still present.  Other document classes 
 still work fine, so I think it may be a problem with elsarticle and the most 
 recent versions of OS X and Lyx.
 Drew

Ok, thanks for the info. Are you able to provide a small example to reproduce 
your problem, please?
Ideally both files, the LyX- and the TeX-file.

Stephan

 On Dec 1, 2014, at 7:45 AM, Stephan Witt st.w...@gmx.net wrote:
 
 Am 01.12.2014 um 00:00 schrieb Richard Heck rgh...@lyx.org:
 
 
 On Nov 30, 2014, at 10:39 PM, Richard Heck rgh...@lyx.org wrote:
 
 On 11/30/2014 03:57 PM, Andrew Crampton wrote:
 Dear lyx users,
 I recently upgraded to lyx version 2.1.2.2 and attempted to compile a lyx 
 file I made with an older version.  The pdf file is fine except that the 
 first page is missing.  This is where the abstract, title, authors etc. 
 are located.  I do a little TeX as well and could not find anything wrong 
 with the source code.  As it worked on an older version of lyx I am 
 assuming that something in the update is the issue.  I am running OS X 
 Yosemite.
 
 Try exporting the TeX file and compiling manually. Does the problem persist?
 
 Richard
 
 
 On 11/30/2014 04:56 PM, Andrew Crampton wrote:
 Hi Richard,
 I exported it as a LaTeX file and compiled it in TeX Shop 3.18.  The pdf 
 again was missing the first page.  
 
 Hi, Drew,
 
 I copied the header code:
 
 %% LyX 2.1.2.2 created this file.  For more info, see http://www.lyx.org/.
 %% Do not edit unless you really know what you are doing.
 \documentclass[10pt,a4paper,american]{elsarticle}
 \renewcommand{\ttdefault}{cmtt}
 \usepackage[T1]{fontenc}
 \usepackage[latin9]{inputenc}
 \pagestyle{headings}
 \usepackage{float}
 \usepackage{amstext}
 \usepackage{graphicx}
 
 \makeatletter
 
 %% LyX specific LaTeX commands.
 \special{papersize=\the\paperwidth,\the\paperheight}
 
 
 %% User specified LaTeX commands.
 %\usepackage{cite}
 
 \@ifundefined{showcaptionsetup}{}{%
 \PassOptionsToPackage{caption=false}{subfig}}
 \usepackage{subfig}
 \AtBeginDocument{
  \def\labelitemi{\(\triangleright\)}
 }
 
 \makeatother
 
 \usepackage{babel}
 \begin{document}
 
 
 Maybe it is something with the document class and the new lyx version?  
 
 My first suggestion would be to create a simple elsarticle test file, 
 outside of LyX, compile it 
 manually, and see if that works. If not, then the problem is with your 
 LaTeX installation and
 not with LyX. I believe I saw a similar sort of problem once when upgrading 
 my OS, though
 that was on Linux.
 
 On an unrelated matter I tried opening up some older lyx files as well and 
 none of them work.  All have problems with .eps to .pdf conversion.  This 
 might be another problem but I though I should let you know.  
 
 Hi Andrew,
 
 to understand what happens tell us how you did the upgrade. Did you do the 
 upgrade
 to Yosemite and to LyX 2.1.2.2 at the same time? There are reports from 
 other users
 with TeX compilation problems solved by an update of there MacPorts 
 utilities. Are
 you using MacPorts too? What's the status of your LaTeX installation? Is it 
 updated
 too or not? Remember to reconfigure LyX after changing the system 
 environment.
 
 Stephan
 



Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread Ashok
I currently have Acrobat Pro 11. It's very unwieldy. The first time I view 
a document, it's fine, but then it gets stuck. Even exiting Acrobat 
doesn't help. I have to exit Lyx and get back!

Is there a simpler alternative? And how to tell Lyx not to use Acrobat 
pro? (I have Acrobat Pro associated as the default pdf viewer on my 
Windows system; that's how I would like to continue for non-Lyx uses.)

TIA.



Re: Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread Liviu Andronic
On Tue, Dec 2, 2014 at 5:20 AM, Ashok adharesh...@hotmail.com wrote:
 I currently have Acrobat Pro 11. It's very unwieldy. The first time I view
 a document, it's fine, but then it gets stuck. Even exiting Acrobat
 doesn't help. I have to exit Lyx and get back!

I like sticking to Evince when forced to use Windows: it's slim,
quick, and makes sense for viewing PDF files. It also auto-loads
updated files gracefully, unlike Acrobat.

https://wiki.gnome.org/Apps/Evince/Downloads

Liviu


 Is there a simpler alternative? And how to tell Lyx not to use Acrobat
 pro? (I have Acrobat Pro associated as the default pdf viewer on my
 Windows system; that's how I would like to continue for non-Lyx uses.)

 TIA.




-- 
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: Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread aparsloe


On 2/12/2014 6:36 p.m., Liviu Andronic wrote:

On Tue, Dec 2, 2014 at 5:20 AM, Ashok adharesh...@hotmail.com wrote:

I currently have Acrobat Pro 11. It's very unwieldy. The first time I view
a document, it's fine, but then it gets stuck. Even exiting Acrobat
doesn't help. I have to exit Lyx and get back!


I like sticking to Evince when forced to use Windows: it's slim,
quick, and makes sense for viewing PDF files. It also auto-loads
updated files gracefully, unlike Acrobat.

https://wiki.gnome.org/Apps/Evince/Downloads

Liviu



Is there a simpler alternative? And how to tell Lyx not to use Acrobat
pro? (I have Acrobat Pro associated as the default pdf viewer on my
Windows system; that's how I would like to continue for non-Lyx uses.)

TIA.

I'm on Windows 7. Until earlier this year I used Adobe Reader, but over 
the years it has got more and more ponderous and LyX interacts with it 
somewhat clunkily. I've since installed Sumatra. It's much smaller and 
more responsive and I'm pleased with how it interacts with LyX. But for 
things like printing a pdf Adobe Reader has additional options (e.g. 
printing in reverse order) so I keep it on disk.


If you want Adobe Pro to be your default Windows pdf viewer and yet have 
Sumatra (or Evince or whatever) as your LyX pdf viewer, you need to go 
to Tools  Preferences  File Handling  File Formats and under the 
format PDF (pdflatex) go down to the Viewer: slot (where it may show 
pdfview) and choose Custom and in the right-hand slot enter e.g. 
SumatraPDF, then click Apply. Now in the larger window on the left 
select Paths. Second slot from the bottom on the right is PATH prefix. 
At the end of whatever is already there add (e.g.)


;C:\Program Files (x86)\SumatraPDF

(note the semicolon) or whatever the path is to the directory holding 
the .exe file of your chosen LyX pdf viewer. Now click Save.


Andrew


Re: Backspacing at the start of an inset occupying a paragraph

2014-12-01 Thread Jean-Marc Lasgouttes

Le 28/11/2014 21:11, aparsloe a écrit :

If I recall correctly there was a somewhat desultory and confusing
discussion. I didn't know what to put on trac and so put nothing.


I think you can use your original description and maybe point to this 
discussion, for example here:

https://www.mail-archive.com/lyx-users@lists.lyx.org/msg99175.html

I think that the outco;e is that if one of the two paragraphs is not 
standard, then it should win. If both are not standard, then I do not 
know what to do :)


JMarc

PS: I learned a new word today: "desultory" :)



Zathura +Lyx

2014-12-01 Thread Oliver Sargent

Hi All,

For some reason I would like to use zathura to view .pdf files generated 
by clicking on the preview button in Lyx. I have edited the field 
preferences>file format> pdflatex>viewer so that it now says custom and 
in the text box it says zathura. Now the problem is when I click the 
preview button zathura opens but does not display the correct file. 
Presumably Lyx has to pass some file name to zathura, I have tried $$f, 
$$r etc, but this didn't work either. When I try these options two 
instances of zathura open, one is empty and the other displays a 
'filetype not supported' message. I have tested zathura and it is 
perfectly able to open regular .pdf files. I have also searched online 
and I am unable to find a solution to this problem, does anyone have any 
suggestion?


Best wishes

Oli




Re: Title and Abstract dissappeared

2014-12-01 Thread Andrew Crampton
Hello Lyx Users
I updated lyx to 2.1.2.2 before I updated to yosemite and have updated all of 
my LaTeX files, i.e. I have MacTeX 2014 installed and have run TeX Live Utility 
for updates.  I also reconfigured Lyx and have reset my computer numerous 
times.  I attempted to make an elsevier document fresh and have the same issue; 
the title and abstract page does not appear.  I exported this to a .tex file 
and the same problem is still present.  Other document classes still work fine, 
so I think it may be a problem with elsarticle and the most recent versions of 
OS X and Lyx.
Drew



> On Dec 1, 2014, at 7:45 AM, Stephan Witt  wrote:
> 
> Am 01.12.2014 um 00:00 schrieb Richard Heck  >:
> 
>> 
>> On Nov 30, 2014, at 10:39 PM, Richard Heck  wrote:
>> 
>> On 11/30/2014 03:57 PM, Andrew Crampton wrote:
>>> Dear lyx users,
>>> I recently upgraded to lyx version 2.1.2.2 and attempted to compile a lyx 
>>> file I made with an older version.  The pdf file is fine except that the 
>>> first page is missing.  This is where the abstract, title, authors etc. are 
>>> located.  I do a little TeX as well and could not find anything wrong with 
>>> the source code.  As it worked on an older version of lyx I am assuming 
>>> that something in the update is the issue.  I am running OS X Yosemite.
>> 
>> Try exporting the TeX file and compiling manually. Does the problem persist?
>> 
>> Richard
>> 
>> 
>> On 11/30/2014 04:56 PM, Andrew Crampton wrote:
>>> Hi Richard,
>>> I exported it as a LaTeX file and compiled it in TeX Shop 3.18.  The pdf 
>>> again was missing the first page.  
>> 
>> Hi, Drew,
>> 
>>> I copied the header code:
>>> 
>>> %% LyX 2.1.2.2 created this file.  For more info, see http://www.lyx.org/.
>>> %% Do not edit unless you really know what you are doing.
>>> \documentclass[10pt,a4paper,american]{elsarticle}
>>> \renewcommand{\ttdefault}{cmtt}
>>> \usepackage[T1]{fontenc}
>>> \usepackage[latin9]{inputenc}
>>> \pagestyle{headings}
>>> \usepackage{float}
>>> \usepackage{amstext}
>>> \usepackage{graphicx}
>>> 
>>> \makeatletter
>>> 
>>> %% LyX specific LaTeX commands.
>>> \special{papersize=\the\paperwidth,\the\paperheight}
>>> 
>>> 
>>> %% User specified LaTeX commands.
>>> %\usepackage{cite}
>>> 
>>> \@ifundefined{showcaptionsetup}{}{%
>>> \PassOptionsToPackage{caption=false}{subfig}}
>>> \usepackage{subfig}
>>> \AtBeginDocument{
>>>  \def\labelitemi{\(\triangleright\)}
>>> }
>>> 
>>> \makeatother
>>> 
>>> \usepackage{babel}
>>> \begin{document}
>>> 
>>> 
>>> Maybe it is something with the document class and the new lyx version?  
>> 
>> My first suggestion would be to create a simple elsarticle test file, 
>> outside of LyX, compile it 
>> manually, and see if that works. If not, then the problem is with your LaTeX 
>> installation and
>> not with LyX. I believe I saw a similar sort of problem once when upgrading 
>> my OS, though
>> that was on Linux.
>> 
>>> On an unrelated matter I tried opening up some older lyx files as well and 
>>> none of them work.  All have problems with .eps to .pdf conversion.  This 
>>> might be another problem but I though I should let you know.  
> 
> Hi Andrew,
> 
> to understand what happens tell us how you did the upgrade. Did you do the 
> upgrade
> to Yosemite and to LyX 2.1.2.2 at the same time? There are reports from other 
> users
> with TeX compilation problems solved by an update of there MacPorts 
> utilities. Are
> you using MacPorts too? What's the status of your LaTeX installation? Is it 
> updated
> too or not? Remember to reconfigure LyX after changing the system environment.
> 
> Stephan



suscribe

2014-12-01 Thread Jesús López



Re: suscribe

2014-12-01 Thread Richard Heck


If you wish to subscribe, please send emali to 
lyx-users-subscr...@lists.lyx.org.


Richard



Re: Backspacing at the start of an inset occupying a paragraph

2014-12-01 Thread aparsloe


On 1/12/2014 9:44 p.m., Jean-Marc Lasgouttes wrote:

Le 28/11/2014 21:11, aparsloe a écrit :

If I recall correctly there was a somewhat desultory and confusing
discussion. I didn't know what to put on trac and so put nothing.


I think you can use your original description and maybe point to this 
discussion, for example here:

https://www.mail-archive.com/lyx-users@lists.lyx.org/msg99175.html

I think that the outco;e is that if one of the two paragraphs is not 
standard, then it should win. If both are not standard, then I do not 
know what to do :)


JMarc

PS: I learned a new word today: "desultory" :)

Ticket #9345.

Andrew (Glad to have enlarged the vocabulary.)



Re: Title and Abstract dissappeared

2014-12-01 Thread Stephan Witt
Am 01.12.2014 um 16:24 schrieb Andrew Crampton :

> Hello Lyx Users
> I updated lyx to 2.1.2.2 before I updated to yosemite and have updated all of 
> my LaTeX files, i.e. I have MacTeX 2014 installed and have run TeX Live 
> Utility for updates.  I also reconfigured Lyx and have reset my computer 
> numerous times.  I attempted to make an elsevier document fresh and have the 
> same issue; the title and abstract page does not appear.  I exported this to 
> a .tex file and the same problem is still present.  Other document classes 
> still work fine, so I think it may be a problem with elsarticle and the most 
> recent versions of OS X and Lyx.
> Drew

Ok, thanks for the info. Are you able to provide a small example to reproduce 
your problem, please?
Ideally both files, the LyX- and the TeX-file.

Stephan

>> On Dec 1, 2014, at 7:45 AM, Stephan Witt  wrote:
>> 
>> Am 01.12.2014 um 00:00 schrieb Richard Heck :
>> 
>>> 
>>> On Nov 30, 2014, at 10:39 PM, Richard Heck  wrote:
>>> 
>>> On 11/30/2014 03:57 PM, Andrew Crampton wrote:
 Dear lyx users,
 I recently upgraded to lyx version 2.1.2.2 and attempted to compile a lyx 
 file I made with an older version.  The pdf file is fine except that the 
 first page is missing.  This is where the abstract, title, authors etc. 
 are located.  I do a little TeX as well and could not find anything wrong 
 with the source code.  As it worked on an older version of lyx I am 
 assuming that something in the update is the issue.  I am running OS X 
 Yosemite.
>>> 
>>> Try exporting the TeX file and compiling manually. Does the problem persist?
>>> 
>>> Richard
>>> 
>>> 
>>> On 11/30/2014 04:56 PM, Andrew Crampton wrote:
 Hi Richard,
 I exported it as a LaTeX file and compiled it in TeX Shop 3.18.  The pdf 
 again was missing the first page.  
>>> 
>>> Hi, Drew,
>>> 
 I copied the header code:
 
 %% LyX 2.1.2.2 created this file.  For more info, see http://www.lyx.org/.
 %% Do not edit unless you really know what you are doing.
 \documentclass[10pt,a4paper,american]{elsarticle}
 \renewcommand{\ttdefault}{cmtt}
 \usepackage[T1]{fontenc}
 \usepackage[latin9]{inputenc}
 \pagestyle{headings}
 \usepackage{float}
 \usepackage{amstext}
 \usepackage{graphicx}
 
 \makeatletter
 
 %% LyX specific LaTeX commands.
 \special{papersize=\the\paperwidth,\the\paperheight}
 
 
 %% User specified LaTeX commands.
 %\usepackage{cite}
 
 \@ifundefined{showcaptionsetup}{}{%
 \PassOptionsToPackage{caption=false}{subfig}}
 \usepackage{subfig}
 \AtBeginDocument{
  \def\labelitemi{\(\triangleright\)}
 }
 
 \makeatother
 
 \usepackage{babel}
 \begin{document}
 
 
 Maybe it is something with the document class and the new lyx version?  
>>> 
>>> My first suggestion would be to create a simple elsarticle test file, 
>>> outside of LyX, compile it 
>>> manually, and see if that works. If not, then the problem is with your 
>>> LaTeX installation and
>>> not with LyX. I believe I saw a similar sort of problem once when upgrading 
>>> my OS, though
>>> that was on Linux.
>>> 
 On an unrelated matter I tried opening up some older lyx files as well and 
 none of them work.  All have problems with .eps to .pdf conversion.  This 
 might be another problem but I though I should let you know.  
>> 
>> Hi Andrew,
>> 
>> to understand what happens tell us how you did the upgrade. Did you do the 
>> upgrade
>> to Yosemite and to LyX 2.1.2.2 at the same time? There are reports from 
>> other users
>> with TeX compilation problems solved by an update of there MacPorts 
>> utilities. Are
>> you using MacPorts too? What's the status of your LaTeX installation? Is it 
>> updated
>> too or not? Remember to reconfigure LyX after changing the system 
>> environment.
>> 
>> Stephan
> 



Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread Ashok
I currently have Acrobat Pro 11. It's very unwieldy. The first time I view 
a document, it's fine, but then it gets stuck. Even exiting Acrobat 
doesn't help. I have to exit Lyx and get back!

Is there a simpler alternative? And how to tell Lyx not to use Acrobat 
pro? (I have Acrobat Pro "associated" as the default pdf viewer on my 
Windows system; that's how I would like to continue for non-Lyx uses.)

TIA.



Re: Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread Liviu Andronic
On Tue, Dec 2, 2014 at 5:20 AM, Ashok  wrote:
> I currently have Acrobat Pro 11. It's very unwieldy. The first time I view
> a document, it's fine, but then it gets stuck. Even exiting Acrobat
> doesn't help. I have to exit Lyx and get back!
>
I like sticking to Evince when forced to use Windows: it's slim,
quick, and makes sense for viewing PDF files. It also auto-loads
updated files gracefully, unlike Acrobat.

https://wiki.gnome.org/Apps/Evince/Downloads

Liviu


> Is there a simpler alternative? And how to tell Lyx not to use Acrobat
> pro? (I have Acrobat Pro "associated" as the default pdf viewer on my
> Windows system; that's how I would like to continue for non-Lyx uses.)
>
> TIA.
>



-- 
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: Newbie question: which pdf reader to use with Windows 8.1?

2014-12-01 Thread aparsloe


On 2/12/2014 6:36 p.m., Liviu Andronic wrote:

On Tue, Dec 2, 2014 at 5:20 AM, Ashok  wrote:

I currently have Acrobat Pro 11. It's very unwieldy. The first time I view
a document, it's fine, but then it gets stuck. Even exiting Acrobat
doesn't help. I have to exit Lyx and get back!


I like sticking to Evince when forced to use Windows: it's slim,
quick, and makes sense for viewing PDF files. It also auto-loads
updated files gracefully, unlike Acrobat.

https://wiki.gnome.org/Apps/Evince/Downloads

Liviu



Is there a simpler alternative? And how to tell Lyx not to use Acrobat
pro? (I have Acrobat Pro "associated" as the default pdf viewer on my
Windows system; that's how I would like to continue for non-Lyx uses.)

TIA.

I'm on Windows 7. Until earlier this year I used Adobe Reader, but over 
the years it has got more and more ponderous and LyX interacts with it 
somewhat clunkily. I've since installed Sumatra. It's much smaller and 
more responsive and I'm pleased with how it interacts with LyX. But for 
things like printing a pdf Adobe Reader has additional options (e.g. 
printing in reverse order) so I keep it on disk.


If you want Adobe Pro to be your default Windows pdf viewer and yet have 
Sumatra (or Evince or whatever) as your LyX pdf viewer, you need to go 
to Tools > Preferences > File Handling > File Formats and under the 
format PDF (pdflatex) go down to the Viewer: slot (where it may show 
pdfview) and choose Custom and in the right-hand slot enter e.g. 
SumatraPDF, then click Apply. Now in the larger window on the left 
select Paths. Second slot from the bottom on the right is PATH prefix. 
At the end of whatever is already there add (e.g.)


;C:\Program Files (x86)\SumatraPDF

(note the semicolon) or whatever the path is to the directory holding 
the .exe file of your chosen LyX pdf viewer. Now click Save.


Andrew