Re: Embedding movies

2020-04-21 Thread phil

Me too.


I have tried without success.


Can someone post a minimal working example?


Thanks


On 4/21/2020 11:48 AM, UD Kap wrote:


Sadly, it did not work, even after I added the missing { in your 
example.   Too bad that Lyx/latex/beamer are still behind 
(Libre)Office in this respect ;-(


I tried both pdfpc in Linux and Adobe Acrobat in Windows.

E. Kaplan




On 4/19/20 5:28 PM, Dr Eberhard Lisse wrote:

"multimedia" works for me very well.

You need to include

\usepackage{multimedia}

in the Preamble and then some centered ERT will do nicely

\movie[width=10cm, height=7cm, showcontrols{%
\includegraphics[width=10cm, height=7cm]{%
powerpoint.png
}
}{powerpoint.mov}


Needs to be presented with Acrobat, and it will ask for some permission
stuff the first time, which you don't see in full screen, so you must
remember to escape full screen, give the permission and return to full
screen.

I didn't try AVI but MP4 does not work, so conversion to MOV is
required.

Once the learning curve has flattened, this is trivial and works well.

greetings, el

On 2020-04-19 16:32 , UD Kap wrote:

Is there a way to embed movies (mpg, mp4, avi) in a lyx/beamer
presentation?  I have read the manuals and tried using multimedia,
movie15 and movie9-- none worked.

Thanks,

E. Kaplan





-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: table of contents font size

2019-01-21 Thread phil

My data is wide.  Maybe 100 characters in a fixed field format.

it's lab data, which I use a python script to bring into a .lyx doc.

My script automatically formats with lyxcode and breaks up the data into 
sections, then make a .pdf with TOC.


Since almost everyone has 8.5x11 printers, I use that size for the paper.

I have to make all the text footnote size with typewriter font to get 
everything to align and look pleasing to the reader.


I'm going to try what you mentioned.

Thank you for the suggestion.

Phil

On 1/21/2019 11:48 AM, Rich Shepard wrote:

On Mon, 21 Jan 2019, phil wrote:


I have all my sections in footnotesize. I do that because my document is
very wide and so I reduce the size of the text so that it will fit on 
8.5

x 11.


Phil,

I'm curious about the above.

Why is your document very wide?

Can you change the page layout to landscape (11 x 8.5)?

Many of my documents use a custom page size of 6 x 9.5 with default 10pt
body text fontsize. When printed on letter-size paper there are large
margins for ease of reading or writing notes. Perhaps changing your 
default

page size and orientation will allow you to use a readable fontsize,
especially for eyeballs with more than 40 years wear on them.

Regards,

Rich


Re: table of contents font size

2019-01-21 Thread phil

On 1/18/2019 2:13 PM, Ricardo Berlasso wrote:

El vie., 18 ene. 2019 a las 18:42, Phil (<mailto:philip_...@yahoo.com>>) escribió:



Hi LyXer's

My TOC font is too small.

I am using the article class with typewriter font.

How can I make the TOC font larger?

I tried to put ERT around the TOC as \being{LARGE} \end{LARGE} but
had no success.

Any tips?


You need to use a package like tocloft

https://ctan.org/pkg/tocloft

See if this example helps (I did not test it)

https://www.kronto.org/thesis/tips/format-toc.html


I was able to figure it out.

I didn't realize that the TOC used the font that is used the body of the 
document.


I have all my sections in footnotesize.   I do that because my document 
is very wide and so I reduce the size of the text so that it will fit on 
8.5 x 11.


The problem is that the TOC is too small to read.

So I just had to increase the font size for all my section titles.

Thanks for you suggestion on tocloft, that's helpful too for further 
customization.


Phil



table of contents font size

2019-01-18 Thread Phil

Hi LyXer's
My TOC font is too small.   

I am using the article class with typewriter font.
How can I make the TOC font larger?  

I tried to put ERT around the TOC as \being{LARGE} \end{LARGE} but had no 
success.
Any tips?


Branches and description environment

2014-04-30 Thread Phil Fong
I am trying to have items in the description environment that only appear in 
one branch,  If I select those items and then select insert branch, everything 
inside the branch becomes one be item without a description.  View source shows:
\begin{description} 
\item [{item}] explanation
\item [{branch\_only\_item explanation}]~\end{description}

If I set the environment inside the branch to be description, it ends up trying 
to nest the branch items into one item in the outer list.  This gives a latex 
error when I try to generate the pdf.  View source shows:
\begin{description}
\item [{item}] explanation
\item [{\begin{description}
\item [{branch\_only\_item}] explanation\end{description}
}]~\end{description}

How do I get a description list with some items that only appear in a branch?

Thanks,
Phil


Branches and description environment

2014-04-30 Thread Phil Fong
I am trying to have items in the description environment that only appear in 
one branch,  If I select those items and then select insert branch, everything 
inside the branch becomes one be item without a description.  View source shows:
\begin{description} 
\item [{item}] explanation
\item [{branch\_only\_item explanation}]~\end{description}

If I set the environment inside the branch to be description, it ends up trying 
to nest the branch items into one item in the outer list.  This gives a latex 
error when I try to generate the pdf.  View source shows:
\begin{description}
\item [{item}] explanation
\item [{\begin{description}
\item [{branch\_only\_item}] explanation\end{description}
}]~\end{description}

How do I get a description list with some items that only appear in a branch?

Thanks,
Phil


Branches and description environment

2014-04-30 Thread Phil Fong
I am trying to have items in the description environment that only appear in 
one branch,  If I select those items and then select insert branch, everything 
inside the branch becomes one be item without a description.  View source shows:
\begin{description} 
\item [{item}] explanation
\item [{branch\_only\_item explanation}]~\end{description}

If I set the environment inside the branch to be description, it ends up trying 
to nest the branch items into one item in the outer list.  This gives a latex 
error when I try to generate the pdf.  View source shows:
\begin{description}
\item [{item}] explanation
\item [{\begin{description}
\item [{branch\_only\_item}] explanation\end{description}
}]~\end{description}

How do I get a description list with some items that only appear in a branch?

Thanks,
Phil


thesaurus for lytex

2014-04-02 Thread Phil
Hi fellow Lyxer's:

I just installed portable LyTeX 2.0a and I'm pretty happy with it for my 
portable version.   I have been using LyX for awhile now and I was happy to see 
a portable version out there in the 2.0 series.   

The thesaurus though I can not get to work.   I guess that I have to install 
one.   

Could someone recommend a thesaurus to install?

I'm on Windows 7, 32bit with LyTeX-2.0a version.

Thanks,
Phil

thesaurus for lytex

2014-04-02 Thread Phil
Hi fellow Lyxer's:

I just installed portable LyTeX 2.0a and I'm pretty happy with it for my 
portable version.   I have been using LyX for awhile now and I was happy to see 
a portable version out there in the 2.0 series.   

The thesaurus though I can not get to work.   I guess that I have to install 
one.   

Could someone recommend a thesaurus to install?

I'm on Windows 7, 32bit with LyTeX-2.0a version.

Thanks,
Phil

thesaurus for lytex

2014-04-02 Thread Phil
Hi fellow Lyxer's:

I just installed portable LyTeX 2.0a and I'm pretty happy with it for my 
portable version.   I have been using LyX for awhile now and I was happy to see 
a portable version out there in the 2.0 series.   

The thesaurus though I can not get to work.   I guess that I have to install 
one.   

Could someone recommend a thesaurus to install?

I'm on Windows 7, 32bit with LyTeX-2.0a version.

Thanks,
Phil

Phil

2013-06-17 Thread Phil
 http://www.pasadena-weight-loss-center.com/fmsh/yzos/xdpkh/vkjp/kwo/qpgwfr.html
  Phil
 dkm/div

Phil

2013-06-17 Thread Phil
 http://www.pasadena-weight-loss-center.com/fmsh/yzos/xdpkh/vkjp/kwo/qpgwfr.html
  Phil
 dkm/div

Phil

2013-06-17 Thread Phil
 http://www.pasadena-weight-loss-center.com/fmsh/yzos/xdpkh/vkjp/kwo/qpgwfr.html
  Phil
 dkm/div>

Re: Graphics Tools

2012-07-16 Thread Phil
Try LatexDraw

Make your drawings with LatexDraw and capture the pstricks code from that.  
Insert in your LyX file.





 From: Ray Rashif schivmeis...@gmail.com
To: w...@wrbuckley.com 
Cc: lyx-users@lists.lyx.org 
Sent: Monday, July 16, 2012 1:16 PM
Subject: Re: Graphics Tools
 
On 16 July 2012 23:44, William R. Buckley w...@wrbuckley.com wrote:
 Working with TeX is a bit of a challenge, since it seems not to
 include much support for abstract drawing.  I have need for figures
 to appear in a paper, and am not familiar with the toolset usually
 employed for use to make drawn images suitable for use with TeX.

 Can you please make a few suggestions.

Virtually any kind of image would work, because you can convert around
if anything does not. I have PDF, JPEG and PNG images / drawings. As
long as you don't think integrated drawing, you're good to go (i.e.
use a separate program to draw and create an image file).


--
GPG/PGP ID: C0711BF1

Re: Graphics Tools

2012-07-16 Thread Phil
Try LatexDraw

Make your drawings with LatexDraw and capture the pstricks code from that.  
Insert in your LyX file.





 From: Ray Rashif schivmeis...@gmail.com
To: w...@wrbuckley.com 
Cc: lyx-users@lists.lyx.org 
Sent: Monday, July 16, 2012 1:16 PM
Subject: Re: Graphics Tools
 
On 16 July 2012 23:44, William R. Buckley w...@wrbuckley.com wrote:
 Working with TeX is a bit of a challenge, since it seems not to
 include much support for abstract drawing.  I have need for figures
 to appear in a paper, and am not familiar with the toolset usually
 employed for use to make drawn images suitable for use with TeX.

 Can you please make a few suggestions.

Virtually any kind of image would work, because you can convert around
if anything does not. I have PDF, JPEG and PNG images / drawings. As
long as you don't think integrated drawing, you're good to go (i.e.
use a separate program to draw and create an image file).


--
GPG/PGP ID: C0711BF1

Re: Graphics Tools

2012-07-16 Thread Phil
Try LatexDraw

Make your drawings with LatexDraw and capture the pstricks code from that.  
Insert in your LyX file.





 From: Ray Rashif 
To: w...@wrbuckley.com 
Cc: lyx-users@lists.lyx.org 
Sent: Monday, July 16, 2012 1:16 PM
Subject: Re: Graphics Tools
 
On 16 July 2012 23:44, William R. Buckley  wrote:
> Working with TeX is a bit of a challenge, since it seems not to
> include much support for abstract drawing.  I have need for figures
> to appear in a paper, and am not familiar with the toolset usually
> employed for use to make drawn images suitable for use with TeX.
>
> Can you please make a few suggestions.

Virtually any kind of image would work, because you can convert around
if anything does not. I have PDF, JPEG and PNG images / drawings. As
long as you don't think "integrated drawing", you're good to go (i.e.
use a separate program to draw and create an image file).


--
GPG/PGP ID: C0711BF1

Re: SVG files with linked bitmap

2011-12-12 Thread Phil
Guenter Milde milde at users.sf.net writes:

 
 LyX copies *all* required files into a temporary directory in order not
 to pollute the working directory. (Earlier versions had an option to
 use the working directory (giving an empty value as path to the
 tempdir).)

The problem here is that is does not know about all the required files.  The
linked bitmap in the SVG is required but Lyx doesn't / can't know about it.

 As there are several use cases where compiling in the pwd is
 preferable, you might consider filing a feature request.

Is there a feature request tracker or is it the same as the bug tracker?

Phil




Zooming of graphics

2011-12-12 Thread Phil Fong
When you zoom in and out by adjusting the zoom setting in 
Tools-Preferences-Look  Feel-Screen Fonts or use ctrl+mouse wheel, 
the on-screen text changes size but not the graphics previews.  Is there a way 
to zoom in and out the graphics as well?  I know that you can change the 
graphics on-screen scaling in the graphic property setting window but that is 
not a quick change, it does not coordinate with the text zoom, and it goes into 
the document file so if you are collaborating with others it affects them.

Phil


Re: SVG files with linked bitmap

2011-12-12 Thread Phil
Guenter Milde milde at users.sf.net writes:

 
 LyX copies *all* required files into a temporary directory in order not
 to pollute the working directory. (Earlier versions had an option to
 use the working directory (giving an empty value as path to the
 tempdir).)

The problem here is that is does not know about all the required files.  The
linked bitmap in the SVG is required but Lyx doesn't / can't know about it.

 As there are several use cases where compiling in the pwd is
 preferable, you might consider filing a feature request.

Is there a feature request tracker or is it the same as the bug tracker?

Phil




Zooming of graphics

2011-12-12 Thread Phil Fong
When you zoom in and out by adjusting the zoom setting in 
Tools-Preferences-Look  Feel-Screen Fonts or use ctrl+mouse wheel, 
the on-screen text changes size but not the graphics previews.  Is there a way 
to zoom in and out the graphics as well?  I know that you can change the 
graphics on-screen scaling in the graphic property setting window but that is 
not a quick change, it does not coordinate with the text zoom, and it goes into 
the document file so if you are collaborating with others it affects them.

Phil


Re: SVG files with linked bitmap

2011-12-12 Thread Phil
Guenter Milde  users.sf.net> writes:

> 
> LyX copies *all* required files into a temporary directory in order not
> to "pollute" the working directory. (Earlier versions had an option to
> use the working directory (giving an empty value as path to the
> "tempdir").)

The problem here is that is does not know about all the required files.  The
linked bitmap in the SVG is required but Lyx doesn't / can't know about it.

> As there are several use cases where compiling in the pwd is
> preferable, you might consider filing a feature request.

Is there a feature request tracker or is it the same as the bug tracker?

Phil




Zooming of graphics

2011-12-12 Thread Phil Fong
When you zoom in and out by adjusting the zoom setting in 
"Tools"->"Preferences"->"Look & Feel"->"Screen Fonts" or use ctrl+mouse wheel, 
the on-screen text changes size but not the graphics previews.  Is there a way 
to zoom in and out the graphics as well?  I know that you can change the 
graphics on-screen scaling in the graphic property setting window but that is 
not a quick change, it does not coordinate with the text zoom, and it goes into 
the document file so if you are collaborating with others it affects them.

Phil


Re: How to add vertical space in a table?

2011-12-08 Thread Phil
Try adding a row to the table and then removing the borders on that row. 



 From: Chi chipro...@gmail.com
To: lyx-users@lists.lyx.org 
Sent: Thursday, December 8, 2011 12:00 PM
Subject: How to add vertical space in a table?
 
Hi all,

does anyone know how to add vertical space between two rows in a table (without
changing the vertical spacing for tables in general)?

Thanks,
C

Re: How to add vertical space in a table?

2011-12-08 Thread Phil
Try adding a row to the table and then removing the borders on that row. 



 From: Chi chipro...@gmail.com
To: lyx-users@lists.lyx.org 
Sent: Thursday, December 8, 2011 12:00 PM
Subject: How to add vertical space in a table?
 
Hi all,

does anyone know how to add vertical space between two rows in a table (without
changing the vertical spacing for tables in general)?

Thanks,
C

Re: How to add vertical space in a table?

2011-12-08 Thread Phil
Try adding a row to the table and then removing the borders on that row. 



 From: Chi 
To: lyx-users@lists.lyx.org 
Sent: Thursday, December 8, 2011 12:00 PM
Subject: How to add vertical space in a table?
 
Hi all,

does anyone know how to add vertical space between two rows in a table (without
changing the vertical spacing for tables in general)?

Thanks,
C

SVG files with linked bitmap

2011-12-06 Thread Phil Fong
I'm not sure if this is a problem with Lyx, Inkscape, or their interaction.

I created a SVG file in Inkscape with a linked bitmap image in it. The SVG file 
and image are in the same directory as my Lyx file. I made sure the reference 
to the bitmap in the SVG does not have any path part in it by right clicking on 
the image and selecting Image properties.  This image is placed in a figure 
float in my Lyx file.

If I move all the files (Lyx, SVG, and PNG) to another directory or computer, 
the SVG file opens and displays correctly in Inkscape and Firefox, but in Lyx 
and in the generated PDF it shows linked bitmap not found instead of the bitmap 
image.  Lyx is configured to use Inkscape as the conversion program for SVG to 
PDF and SVG to PNG.  The problem occurs on both Windows 7 and Ubuntu.

What is Lyx doing differently when it calls Inkscape to convert the file than 
when I open the image in Inkscape?

Phil


Re: SVG files with linked bitmap

2011-12-06 Thread Phil
Pavel Sanda sanda at lyx.org writes:

 it copies svg into temporary directory and create the resulting pdf there. the
linked file is of course not
 copied so it is not found.
 the only simple fixes i see are either try to use absolute paths (but that
sucks in other scenarios) or do
 use embedded objects only.

Absolute paths definitely breaks one of my usage scenarios which is
collaboration via SVN.
Embedding is annoying if you want to edit the bitmap separately and it makes the
svg very big.

Why does lyx copy the SVG file to a temporary directory before doing the
conversion?

Phil



SVG files with linked bitmap

2011-12-06 Thread Phil Fong
I'm not sure if this is a problem with Lyx, Inkscape, or their interaction.

I created a SVG file in Inkscape with a linked bitmap image in it. The SVG file 
and image are in the same directory as my Lyx file. I made sure the reference 
to the bitmap in the SVG does not have any path part in it by right clicking on 
the image and selecting Image properties.  This image is placed in a figure 
float in my Lyx file.

If I move all the files (Lyx, SVG, and PNG) to another directory or computer, 
the SVG file opens and displays correctly in Inkscape and Firefox, but in Lyx 
and in the generated PDF it shows linked bitmap not found instead of the bitmap 
image.  Lyx is configured to use Inkscape as the conversion program for SVG to 
PDF and SVG to PNG.  The problem occurs on both Windows 7 and Ubuntu.

What is Lyx doing differently when it calls Inkscape to convert the file than 
when I open the image in Inkscape?

Phil


Re: SVG files with linked bitmap

2011-12-06 Thread Phil
Pavel Sanda sanda at lyx.org writes:

 it copies svg into temporary directory and create the resulting pdf there. the
linked file is of course not
 copied so it is not found.
 the only simple fixes i see are either try to use absolute paths (but that
sucks in other scenarios) or do
 use embedded objects only.

Absolute paths definitely breaks one of my usage scenarios which is
collaboration via SVN.
Embedding is annoying if you want to edit the bitmap separately and it makes the
svg very big.

Why does lyx copy the SVG file to a temporary directory before doing the
conversion?

Phil



SVG files with linked bitmap

2011-12-06 Thread Phil Fong
I'm not sure if this is a problem with Lyx, Inkscape, or their interaction.

I created a SVG file in Inkscape with a linked bitmap image in it. The SVG file 
and image are in the same directory as my Lyx file. I made sure the reference 
to the bitmap in the SVG does not have any path part in it by right clicking on 
the image and selecting "Image properties".  This image is placed in a figure 
float in my Lyx file.

If I move all the files (Lyx, SVG, and PNG) to another directory or computer, 
the SVG file opens and displays correctly in Inkscape and Firefox, but in Lyx 
and in the generated PDF it shows linked bitmap not found instead of the bitmap 
image.  Lyx is configured to use Inkscape as the conversion program for SVG to 
PDF and SVG to PNG.  The problem occurs on both Windows 7 and Ubuntu.

What is Lyx doing differently when it calls Inkscape to convert the file than 
when I open the image in Inkscape?

Phil


Re: SVG files with linked bitmap

2011-12-06 Thread Phil
Pavel Sanda  lyx.org> writes:

> it copies svg into temporary directory and create the resulting pdf there. the
linked file is of course not
> copied so it is not found.
> the only simple "fixes" i see are either try to use absolute paths (but that
sucks in other scenarios) or do
> use embedded objects only.

Absolute paths definitely breaks one of my usage scenarios which is
collaboration via SVN.
Embedding is annoying if you want to edit the bitmap separately and it makes the
svg very big.

Why does lyx copy the SVG file to a temporary directory before doing the
conversion?

Phil



Re: Neue portable LyTeX-Version!

2011-11-23 Thread Phil
 
I think this is precisely what I've been wishing for.    

thank you very much..

Re: Neue portable LyTeX-Version!

2011-11-23 Thread Phil
 
I think this is precisely what I've been wishing for.    

thank you very much..

Re: Neue portable LyTeX-Version!

2011-11-23 Thread Phil
 
I think this is precisely what I've been wishing for.    

thank you very much..

Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-30 Thread Phil Moors
On Sun, Oct 30, 2011 at 12:25:04PM +0100, Vincent van Ravesteijn wrote:
 Date: Sun, 30 Oct 2011 12:25:04 +0100
 From: Vincent van Ravesteijn v...@lyx.org
 Subject: Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined
 To: Phil Moors philip.mo...@comcast.net
 CC: lyx-users lyx-users@lists.lyx.org
 
 Are the dummy tags supposed to come over from the lyx doc? Is this
 a docbook toolchain misconfig on Fedora's part? TIA Phil
 
 This is: http://www.lyx.org/trac/ticket/7004.
 
 I already proposed a patch to fix this last year, but no-one has
 been around to verify the validity of the fix and to explain me how
 to handle things like footnotes.
 
 I think I will commit the fix anyway now.
 

Ah. Thank you. I'll look for it and test. I can then put in a ticket
with Fedora asking them to roll out an update.

Thanks,
Phil



Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-30 Thread Phil Moors
On Sun, Oct 30, 2011 at 12:25:04PM +0100, Vincent van Ravesteijn wrote:
 Date: Sun, 30 Oct 2011 12:25:04 +0100
 From: Vincent van Ravesteijn v...@lyx.org
 Subject: Re: lyx 2.0.1 export docbook-dvi error element DUMMY undefined
 To: Phil Moors philip.mo...@comcast.net
 CC: lyx-users lyx-users@lists.lyx.org
 
 Are the dummy tags supposed to come over from the lyx doc? Is this
 a docbook toolchain misconfig on Fedora's part? TIA Phil
 
 This is: http://www.lyx.org/trac/ticket/7004.
 
 I already proposed a patch to fix this last year, but no-one has
 been around to verify the validity of the fix and to explain me how
 to handle things like footnotes.
 
 I think I will commit the fix anyway now.
 

Ah. Thank you. I'll look for it and test. I can then put in a ticket
with Fedora asking them to roll out an update.

Thanks,
Phil



Re: lyx 2.0.1 export docbook->dvi error element DUMMY undefined

2011-10-30 Thread Phil Moors
On Sun, Oct 30, 2011 at 12:25:04PM +0100, Vincent van Ravesteijn wrote:
> Date: Sun, 30 Oct 2011 12:25:04 +0100
> From: Vincent van Ravesteijn <v...@lyx.org>
> Subject: Re: lyx 2.0.1 export docbook->dvi error element DUMMY undefined
> To: Phil Moors <philip.mo...@comcast.net>
> CC: lyx-users <lyx-users@lists.lyx.org>
> 
> >Are the dummy tags supposed to come over from the lyx doc? Is this
> >a docbook toolchain misconfig on Fedora's part? TIA Phil
> 
> This is: http://www.lyx.org/trac/ticket/7004.
> 
> I already proposed a patch to fix this last year, but no-one has
> been around to verify the validity of the fix and to explain me how
> to handle things like footnotes.
> 
> I think I will commit the fix anyway now.
> 

Ah. Thank you. I'll look for it and test. I can then put in a ticket
with Fedora asking them to roll out an update.

Thanks,
Phil



lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-29 Thread Phil Moors
OS: Fedora 15 (Linux)
Authoring and Publishing group installed from Fedora
lyx 2.0.1 installed from Fedora

To reproduce:
New from template-docbook_article.lyx
SaveAs test.lyx
export docbook  # this works without error
export dvi

# errors #
Using catalogs: /etc/sgml/sgml-docbook-4.2.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:17:E: element DUMMY 
undefined
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:56:E: element DUMMY 
undefined
Systemcall.cpp(259): Systemcall: 'db2dvi test.sgml' finished with exit code 8
Error: Cannot convert file

An error occurred while running:
db2dvi test.sgml
##

I get the same errors when running docbook2dvi on test.sgml.

Within test.lyx there is this (compacted):

\begin_layout Author
\begin_inset Flex Firstname
status collapsed
\begin_layout Plain Layout
Joe
\end_layout
\end_inset

\begin_inset Flex Surname
status collapsed
\begin_layout Plain Layout
Doe
\end_layout
\end_inset
\end_layout

The sgml generated looks like this:

!DOCTYPE article  PUBLIC -//OASIS//DTD DocBook V4.2//EN
 [ !ENTITY % output.print.png IGNORE
!ENTITY % output.print.pdf IGNORE
!ENTITY % output.print.eps IGNORE
!ENTITY % output.print.bmp IGNORE
 ]

!-- SGML file was created by LyX 2.0.1
  See http://www.lyx.org/ for more information --
article lang=en
articleinfo
titleTitle/title
dateDate /dateauthor
firstnamedummyJoe/dummy/firstnamesurnamedummyDoe/dummy/surname/authorabstract
paraAbstract/para
/abstract/articleinfosect1
titleFirst Section/title
paraFirst paragraph./para/sect1/article


Are the dummy tags supposed to come over from the lyx doc? Is this a
docbook toolchain misconfig on Fedora's part?

TIA
Phil








lyx 2.0.1 export docbook-dvi error element DUMMY undefined

2011-10-29 Thread Phil Moors
OS: Fedora 15 (Linux)
Authoring and Publishing group installed from Fedora
lyx 2.0.1 installed from Fedora

To reproduce:
New from template-docbook_article.lyx
SaveAs test.lyx
export docbook  # this works without error
export dvi

# errors #
Using catalogs: /etc/sgml/sgml-docbook-4.2.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:17:E: element DUMMY 
undefined
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:56:E: element DUMMY 
undefined
Systemcall.cpp(259): Systemcall: 'db2dvi test.sgml' finished with exit code 8
Error: Cannot convert file

An error occurred while running:
db2dvi test.sgml
##

I get the same errors when running docbook2dvi on test.sgml.

Within test.lyx there is this (compacted):

\begin_layout Author
\begin_inset Flex Firstname
status collapsed
\begin_layout Plain Layout
Joe
\end_layout
\end_inset

\begin_inset Flex Surname
status collapsed
\begin_layout Plain Layout
Doe
\end_layout
\end_inset
\end_layout

The sgml generated looks like this:

!DOCTYPE article  PUBLIC -//OASIS//DTD DocBook V4.2//EN
 [ !ENTITY % output.print.png IGNORE
!ENTITY % output.print.pdf IGNORE
!ENTITY % output.print.eps IGNORE
!ENTITY % output.print.bmp IGNORE
 ]

!-- SGML file was created by LyX 2.0.1
  See http://www.lyx.org/ for more information --
article lang=en
articleinfo
titleTitle/title
dateDate /dateauthor
firstnamedummyJoe/dummy/firstnamesurnamedummyDoe/dummy/surname/authorabstract
paraAbstract/para
/abstract/articleinfosect1
titleFirst Section/title
paraFirst paragraph./para/sect1/article


Are the dummy tags supposed to come over from the lyx doc? Is this a
docbook toolchain misconfig on Fedora's part?

TIA
Phil








lyx 2.0.1 export docbook->dvi error element DUMMY undefined

2011-10-29 Thread Phil Moors
OS: Fedora 15 (Linux)
"Authoring and Publishing" group installed from Fedora
lyx 2.0.1 installed from Fedora

To reproduce:
New from template->docbook_article.lyx
SaveAs test.lyx
export docbook  # this works without error
export dvi

# errors #
Using catalogs: /etc/sgml/sgml-docbook-4.2.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:17:E: element "DUMMY" 
undefined
jade:/tmp/lyx_tmpdir.TJ/lyx_tmpbuf2/test.sgml:14:56:E: element "DUMMY" 
undefined
Systemcall.cpp(259): Systemcall: 'db2dvi "test.sgml"' finished with exit code 8
Error: Cannot convert file

An error occurred while running:
db2dvi "test.sgml"
##

I get the same errors when running docbook2dvi on test.sgml.

Within test.lyx there is this (compacted):

\begin_layout Author
\begin_inset Flex Firstname
status collapsed
\begin_layout Plain Layout
Joe
\end_layout
\end_inset

\begin_inset Flex Surname
status collapsed
\begin_layout Plain Layout
Doe
\end_layout
\end_inset
\end_layout

The sgml generated looks like this:





 ]>




Title
Date 
JoeDoe
Abstract

First Section
First paragraph.


Are the dummy tags supposed to come over from the lyx doc? Is this a
docbook toolchain misconfig on Fedora's part?

TIA
Phil








Windows Binaries Wiki Page

2011-10-19 Thread Phil Fong
The Windows Binaries Wiki page linked from the main downloads page, 
http://www.lyx.org/Download, still shows 1.6.9 as the stable version for 
Windows. Is this intentional?
I know that there is no official 2.0.1 Windows binary but I have been using the 
official 2.0.0 build.

Phil


Windows Binaries Wiki Page

2011-10-19 Thread Phil Fong
The Windows Binaries Wiki page linked from the main downloads page, 
http://www.lyx.org/Download, still shows 1.6.9 as the stable version for 
Windows. Is this intentional?
I know that there is no official 2.0.1 Windows binary but I have been using the 
official 2.0.0 build.

Phil


Windows Binaries Wiki Page

2011-10-19 Thread Phil Fong
The Windows Binaries Wiki page linked from the main downloads page, 
http://www.lyx.org/Download, still shows 1.6.9 as the stable version for 
Windows. Is this intentional?
I know that there is no official 2.0.1 Windows binary but I have been using the 
official 2.0.0 build.

Phil


Re: Portable version of LyX? [solved]

2011-07-15 Thread Phil


 

 
 
 Just replace the LyX folder of the LyteX folder with the new one.
 
 Phil

 This is very easy and does its job fine. Why then this projekt ist
 abandoned? It should be easy to do and it ist very important for the . 


I use LyTeX for my LyX and it seems to be just fine, although it's version 
1.6.5 
and i haven't 

wanted to chance an upgrade to 2.0 for fear of compatibility problems..or 
completely knocking
out my LyX. 

So I might be willing to try this idea to make a new folder and renaming the 
old 
one.  That won't 

break anything and I could always go back if it doesn't work as I expect... or 
even .. I could just
copy and make two flash drives; one with 1.6.5 and one with 2.0.

Could you be specific on how you make a new lyx folder?.. I mean what do you 
download and install
to make just the folder and not install the full system with miktex, etc.  

Thanks,
Phil


Re: Portable version of LyX? [solved]

2011-07-15 Thread Phil


 

 
 
 Just replace the LyX folder of the LyteX folder with the new one.
 
 Phil

 This is very easy and does its job fine. Why then this projekt ist
 abandoned? It should be easy to do and it ist very important for the . 


I use LyTeX for my LyX and it seems to be just fine, although it's version 
1.6.5 
and i haven't 

wanted to chance an upgrade to 2.0 for fear of compatibility problems..or 
completely knocking
out my LyX. 

So I might be willing to try this idea to make a new folder and renaming the 
old 
one.  That won't 

break anything and I could always go back if it doesn't work as I expect... or 
even .. I could just
copy and make two flash drives; one with 1.6.5 and one with 2.0.

Could you be specific on how you make a new lyx folder?.. I mean what do you 
download and install
to make just the folder and not install the full system with miktex, etc.  

Thanks,
Phil


Re: Portable version of LyX? [solved]

2011-07-15 Thread Phil


 

 
>> 
>> Just replace the LyX folder of the LyteX folder with the new one.
>> 
>> Phil

> This is very easy and does its job fine. Why then this projekt ist
> abandoned? It should be easy to do and it ist very important for the . 


I use LyTeX for my LyX and it seems to be just fine, although it's version 
1.6.5 
and i haven't 

wanted to chance an upgrade to 2.0 for fear of compatibility problems..or 
completely knocking
out my LyX. 

So I might be willing to try this idea to make a new folder and renaming the 
old 
one.  That won't 

break anything and I could always go back if it doesn't work as I expect... or 
even .. I could just
copy and make two flash drives; one with 1.6.5 and one with 2.0.

Could you be specific on how you make a new lyx folder?.. I mean what do you 
download and install
to make just the folder and not install the full system with miktex, etc.  

Thanks,
Phil


Re: plotting over graph in Lyx / beamer presentation

2011-05-17 Thread Phil
 I will look into the pstricks solution, as it sounds also quite easy -
 could you post a small example?


attached example using pstricks  powerdot

pstricks_example_file.lyx
Description: Binary data


Re: plotting over graph in Lyx / beamer presentation

2011-05-17 Thread Phil
 I will look into the pstricks solution, as it sounds also quite easy -
 could you post a small example?


attached example using pstricks  powerdot

pstricks_example_file.lyx
Description: Binary data


Re: plotting over graph in Lyx / beamer presentation

2011-05-17 Thread Phil
> I will look into the pstricks solution, as it sounds also quite easy -
> could you post a small example?


attached example using pstricks & powerdot

pstricks_example_file.lyx
Description: Binary data


Re: plotting over graph in Lyx / beamer presentation

2011-05-16 Thread Phil
 

 I want to plot a square / circle over a graph (in pdf format) to
 highlight certain sections. I rmember that it is possible, but I do

maybe there is an easier way... but what I usually do is use pstricks with 
powerdot (I assume you can 

use the same technique with beamer) and then after I insert my graphic I add in 
a \psgrid to 

find the coordinates and then I put in a \psframebox or \psellipse where I want 
to highlight.   


Re: plotting over graph in Lyx / beamer presentation

2011-05-16 Thread Phil
 

 I want to plot a square / circle over a graph (in pdf format) to
 highlight certain sections. I rmember that it is possible, but I do

maybe there is an easier way... but what I usually do is use pstricks with 
powerdot (I assume you can 

use the same technique with beamer) and then after I insert my graphic I add in 
a \psgrid to 

find the coordinates and then I put in a \psframebox or \psellipse where I want 
to highlight.   


Re: plotting over graph in Lyx / beamer presentation

2011-05-16 Thread Phil
 

> I want to plot a square / circle over a graph (in pdf format) to
> highlight certain sections. I rmember that it is possible, but I do

maybe there is an easier way... but what I usually do is use pstricks with 
powerdot (I assume you can 

use the same technique with beamer) and then after I insert my graphic I add in 
a \psgrid to 

find the coordinates and then I put in a \psframebox or \psellipse where I want 
to highlight.   


Re: Portable version of LyX?

2011-03-19 Thread Phil

I used LyTeX (yes, it is easy to install) and it works good for me... I like 
it.



 is there a easy way (or is it generally possible) to install LyX at a 
 USB-Stick 
and use it at different computers? I have installed USBTeX 1.5, which included 

 MiKTeX 2.9, TeXMaker and Sumatra PDF (a PDF-viewer). Thank You.





Re: Portable version of LyX?

2011-03-19 Thread Phil

I used LyTeX (yes, it is easy to install) and it works good for me... I like 
it.



 is there a easy way (or is it generally possible) to install LyX at a 
 USB-Stick 
and use it at different computers? I have installed USBTeX 1.5, which included 

 MiKTeX 2.9, TeXMaker and Sumatra PDF (a PDF-viewer). Thank You.





Re: Portable version of LyX?

2011-03-19 Thread Phil

I used LyTeX (yes, it is easy to install) and it works good for me... I like 
it.



> is there a easy way (or is it generally possible) to install LyX at a 
> USB-Stick 
>and use it at different computers? I have installed USBTeX 1.5, which included 
>
> MiKTeX 2.9, TeXMaker and Sumatra PDF (a PDF-viewer). Thank You.





Re: Background Color

2011-01-01 Thread Phil
package colortbl may work 

http://wiki.lyx.org/LyX/Tables#toc7





From: Barak Shoshany bara...@gmail.com
To: lyx-users@lists.lyx.org
Sent: Fri, December 31, 2010 2:55:15 PM
Subject: Background Color


Hello everyone,

I'm making a formula sheet with 3 columns (and a vertical line between the 
columns), and would like to give the headings a solid background color so that 
they will be easier to find. Is there any way to do so?

Thanks, and a happy new year,
Barak


  

Re: Background Color

2011-01-01 Thread Phil
package colortbl may work 

http://wiki.lyx.org/LyX/Tables#toc7





From: Barak Shoshany bara...@gmail.com
To: lyx-users@lists.lyx.org
Sent: Fri, December 31, 2010 2:55:15 PM
Subject: Background Color


Hello everyone,

I'm making a formula sheet with 3 columns (and a vertical line between the 
columns), and would like to give the headings a solid background color so that 
they will be easier to find. Is there any way to do so?

Thanks, and a happy new year,
Barak


  

Re: Background Color

2011-01-01 Thread Phil
package colortbl may work 

http://wiki.lyx.org/LyX/Tables#toc7





From: Barak Shoshany 
To: lyx-users@lists.lyx.org
Sent: Fri, December 31, 2010 2:55:15 PM
Subject: Background Color


Hello everyone,

I'm making a formula sheet with 3 columns (and a vertical line between the 
columns), and would like to give the headings a solid background color so that 
they will be easier to find. Is there any way to do so?

Thanks, and a happy new year,
Barak


  

Re: Help: Newbie writing a report- Help in drawing diagrams particularly circuits

2010-07-15 Thread Phil
 

 I particularly need to draw electrical ciruits.
 
You can try xcircuitI use it with LyX with good results.  

LTSpice is also pretty good fand can export to EPS,  LTSpice is free from 
Linear Technology.


  


Re: Help: Newbie writing a report- Help in drawing diagrams particularly circuits

2010-07-15 Thread Phil
 

 I particularly need to draw electrical ciruits.
 
You can try xcircuitI use it with LyX with good results.  

LTSpice is also pretty good fand can export to EPS,  LTSpice is free from 
Linear Technology.


  


Re: Help: Newbie writing a report- Help in drawing diagrams particularly circuits

2010-07-15 Thread Phil
 

> I particularly need to draw electrical ciruits.
 
You can try xcircuitI use it with LyX with good results.  

LTSpice is also pretty good fand can export to EPS,  LTSpice is free from 
Linear Technology.


  


Re: Converting Lyx doc to word

2010-07-10 Thread Phil
Here is something that seems to work fairly well.  You send the pdf file and 
the 
converter will return the .doc file.  


http://www.pdftoword.com/
   



   there a way I can use to convert the lyx document or pdf to a word  
  






  

Re: Converting Lyx doc to word

2010-07-10 Thread Phil
Here is something that seems to work fairly well.  You send the pdf file and 
the 
converter will return the .doc file.  


http://www.pdftoword.com/
   



   there a way I can use to convert the lyx document or pdf to a word  
  






  

Re: Converting Lyx doc to word

2010-07-10 Thread Phil
Here is something that seems to work fairly well.  You send the pdf file and 
the 
converter will return the .doc file.  


http://www.pdftoword.com/
   



  > there a way I can use to convert the lyx document or pdf to a word  
  


>



  

JabRef and Lyx on Mac

2009-11-17 Thread Phil Underwood
Hi there,

I am having troubles with JabRef 2.5 and LyX 1.6.4.1 running with MacTex-2009
on Mac OS X 10.6.2. I am new to these tools and the Mac platform, so I haven't 
ruled out the possibility that I am doing something wrong. Are you able to tell
from the explanation of my problem below whether I have a technical or user 
fault:

I have configured my LyXServer path in LyX and Path to LyX pipe in JabRef 
both to: /Applications/LyX.app/Contents/Resources/lyxpipe

I then start a new *.lyx file in LyX.

I then highlight the references I would like to push to LyX and click the 
Push selection to LyX/Kile button in JabRef.

At this point it is confirmed that the two are communicating with each other as 
the predefined 'Bibtexkey' appears in square brackets on the new *.lyx 
document, i.e.  [Author2009] . However, when I view the file in any format
(PDF or PostScript) the reference appears on the document to be simply a
question mark in square brackets -  [?] , and not the full reference as 
expected.

Any thoughts?

Cheers,
Phil



Re: JabRef and Lyx on Mac

2009-11-17 Thread Phil Underwood
Hi Rob,

I'm still having the same issue, even after Julio's suggestion and so am now 
entertaining your suggestion.

BibDesk is the same one that came with MacTex? Do you have a preferred tool? 
The screenshots of Mendeley look nice. Is it a native Mac application?

Also, do you know if there's an easy way to import my existing JabRef *.bib 
database with either tool?

Cheers,
Phil

On 17 Nov 2009, at 15:31, Rob Oakes wrote:

 Hi Phil,
 
 I've long had similar problems.  I was never able to figure out the problem,
 though I believe it had something to do with the Java VM on Mac.  (Which is
 a strange creature.)  I finally had to move to another program.
 
 I understand that Change Programs is a poor solution, but nevertheless,
 you might want to take a look at BibDesk or at Mendeley (which can sync
 references to a BibTeX reference file).
 
 http://bibdesk.sourceforge.net/
 http://www.mendeley.com/
 
 I use both programs and I've been very happy with them.  They also instantly
 solved by JabRef problems.
 
 Cheers,
 
 Rob Oakes
 
 -Original Message-
 From: news [mailto:n...@ger.gmane.org] On Behalf Of Phil Underwood
 Sent: Tuesday, November 17, 2009 7:27 AM
 To: lyx-users@lists.lyx.org
 Subject: JabRef and Lyx on Mac
 
 Hi there,
 
 I am having troubles with JabRef 2.5 and LyX 1.6.4.1 running with
 MacTex-2009
 on Mac OS X 10.6.2. I am new to these tools and the Mac platform, so I
 haven't 
 ruled out the possibility that I am doing something wrong. Are you able to
 tell
 from the explanation of my problem below whether I have a technical or user 
 fault:
 
 I have configured my LyXServer path in LyX and Path to LyX pipe in
 JabRef 
 both to: /Applications/LyX.app/Contents/Resources/lyxpipe
 
 I then start a new *.lyx file in LyX.
 
 I then highlight the references I would like to push to LyX and click the 
 Push selection to LyX/Kile button in JabRef.
 
 At this point it is confirmed that the two are communicating with each other
 as 
 the predefined 'Bibtexkey' appears in square brackets on the new *.lyx 
 document, i.e.  [Author2009] . However, when I view the file in any format
 (PDF or PostScript) the reference appears on the document to be simply a
 question mark in square brackets -  [?] , and not the full reference as 
 expected.
 
 Any thoughts?
 
 Cheers,
 Phil
 
 



JabRef and Lyx on Mac

2009-11-17 Thread Phil Underwood
Hi there,

I am having troubles with JabRef 2.5 and LyX 1.6.4.1 running with MacTex-2009
on Mac OS X 10.6.2. I am new to these tools and the Mac platform, so I haven't 
ruled out the possibility that I am doing something wrong. Are you able to tell
from the explanation of my problem below whether I have a technical or user 
fault:

I have configured my LyXServer path in LyX and Path to LyX pipe in JabRef 
both to: /Applications/LyX.app/Contents/Resources/lyxpipe

I then start a new *.lyx file in LyX.

I then highlight the references I would like to push to LyX and click the 
Push selection to LyX/Kile button in JabRef.

At this point it is confirmed that the two are communicating with each other as 
the predefined 'Bibtexkey' appears in square brackets on the new *.lyx 
document, i.e.  [Author2009] . However, when I view the file in any format
(PDF or PostScript) the reference appears on the document to be simply a
question mark in square brackets -  [?] , and not the full reference as 
expected.

Any thoughts?

Cheers,
Phil



Re: JabRef and Lyx on Mac

2009-11-17 Thread Phil Underwood
Hi Rob,

I'm still having the same issue, even after Julio's suggestion and so am now 
entertaining your suggestion.

BibDesk is the same one that came with MacTex? Do you have a preferred tool? 
The screenshots of Mendeley look nice. Is it a native Mac application?

Also, do you know if there's an easy way to import my existing JabRef *.bib 
database with either tool?

Cheers,
Phil

On 17 Nov 2009, at 15:31, Rob Oakes wrote:

 Hi Phil,
 
 I've long had similar problems.  I was never able to figure out the problem,
 though I believe it had something to do with the Java VM on Mac.  (Which is
 a strange creature.)  I finally had to move to another program.
 
 I understand that Change Programs is a poor solution, but nevertheless,
 you might want to take a look at BibDesk or at Mendeley (which can sync
 references to a BibTeX reference file).
 
 http://bibdesk.sourceforge.net/
 http://www.mendeley.com/
 
 I use both programs and I've been very happy with them.  They also instantly
 solved by JabRef problems.
 
 Cheers,
 
 Rob Oakes
 
 -Original Message-
 From: news [mailto:n...@ger.gmane.org] On Behalf Of Phil Underwood
 Sent: Tuesday, November 17, 2009 7:27 AM
 To: lyx-users@lists.lyx.org
 Subject: JabRef and Lyx on Mac
 
 Hi there,
 
 I am having troubles with JabRef 2.5 and LyX 1.6.4.1 running with
 MacTex-2009
 on Mac OS X 10.6.2. I am new to these tools and the Mac platform, so I
 haven't 
 ruled out the possibility that I am doing something wrong. Are you able to
 tell
 from the explanation of my problem below whether I have a technical or user 
 fault:
 
 I have configured my LyXServer path in LyX and Path to LyX pipe in
 JabRef 
 both to: /Applications/LyX.app/Contents/Resources/lyxpipe
 
 I then start a new *.lyx file in LyX.
 
 I then highlight the references I would like to push to LyX and click the 
 Push selection to LyX/Kile button in JabRef.
 
 At this point it is confirmed that the two are communicating with each other
 as 
 the predefined 'Bibtexkey' appears in square brackets on the new *.lyx 
 document, i.e.  [Author2009] . However, when I view the file in any format
 (PDF or PostScript) the reference appears on the document to be simply a
 question mark in square brackets -  [?] , and not the full reference as 
 expected.
 
 Any thoughts?
 
 Cheers,
 Phil
 
 



JabRef and Lyx on Mac

2009-11-17 Thread Phil Underwood
Hi there,

I am having troubles with JabRef 2.5 and LyX 1.6.4.1 running with MacTex-2009
on Mac OS X 10.6.2. I am new to these tools and the Mac platform, so I haven't 
ruled out the possibility that I am doing something wrong. Are you able to tell
from the explanation of my problem below whether I have a technical or user 
fault:

I have configured my "LyXServer path" in LyX and "Path to LyX pipe" in JabRef 
both to: /Applications/LyX.app/Contents/Resources/lyxpipe

I then start a new *.lyx file in LyX.

I then highlight the references I would like to push to LyX and click the 
"Push selection to LyX/Kile" button in JabRef.

At this point it is confirmed that the two are communicating with each other as 
the predefined 'Bibtexkey' appears in square brackets on the new *.lyx 
document, i.e. " [Author2009] ". However, when I view the file in any format
(PDF or PostScript) the reference appears on the document to be simply a
question mark in square brackets - " [?] ", and not the full reference as 
expected.

Any thoughts?

Cheers,
Phil



Re: JabRef and Lyx on Mac

2009-11-17 Thread Phil Underwood
Hi Rob,

I'm still having the same issue, even after Julio's suggestion and so am now 
entertaining your suggestion.

BibDesk is the same one that came with MacTex? Do you have a preferred tool? 
The screenshots of Mendeley look nice. Is it a native Mac application?

Also, do you know if there's an easy way to import my existing JabRef *.bib 
database with either tool?

Cheers,
Phil

On 17 Nov 2009, at 15:31, Rob Oakes wrote:

> Hi Phil,
> 
> I've long had similar problems.  I was never able to figure out the problem,
> though I believe it had something to do with the Java VM on Mac.  (Which is
> a strange creature.)  I finally had to move to another program.
> 
> I understand that "Change Programs" is a poor solution, but nevertheless,
> you might want to take a look at BibDesk or at Mendeley (which can sync
> references to a BibTeX reference file).
> 
> http://bibdesk.sourceforge.net/
> http://www.mendeley.com/
> 
> I use both programs and I've been very happy with them.  They also instantly
> solved by JabRef problems.
> 
> Cheers,
> 
> Rob Oakes
> 
> -Original Message-
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Phil Underwood
> Sent: Tuesday, November 17, 2009 7:27 AM
> To: lyx-users@lists.lyx.org
> Subject: JabRef and Lyx on Mac
> 
> Hi there,
> 
> I am having troubles with JabRef 2.5 and LyX 1.6.4.1 running with
> MacTex-2009
> on Mac OS X 10.6.2. I am new to these tools and the Mac platform, so I
> haven't 
> ruled out the possibility that I am doing something wrong. Are you able to
> tell
> from the explanation of my problem below whether I have a technical or user 
> fault:
> 
> I have configured my "LyXServer path" in LyX and "Path to LyX pipe" in
> JabRef 
> both to: /Applications/LyX.app/Contents/Resources/lyxpipe
> 
> I then start a new *.lyx file in LyX.
> 
> I then highlight the references I would like to push to LyX and click the 
> "Push selection to LyX/Kile" button in JabRef.
> 
> At this point it is confirmed that the two are communicating with each other
> as 
> the predefined 'Bibtexkey' appears in square brackets on the new *.lyx 
> document, i.e. " [Author2009] ". However, when I view the file in any format
> (PDF or PostScript) the reference appears on the document to be simply a
> question mark in square brackets - " [?] ", and not the full reference as 
> expected.
> 
> Any thoughts?
> 
> Cheers,
> Phil
> 
> 



Re: Instant preview

2009-11-09 Thread Phil

XCircuit is also a drawing tool that plays well with LyX


  


Re: Instant preview

2009-11-09 Thread Phil

XCircuit is also a drawing tool that plays well with LyX


  


Re: Instant preview

2009-11-09 Thread Phil

XCircuit is also a drawing tool that plays well with LyX


  


How to change color of shaded background of minipage

2009-10-06 Thread Phil
Lyx 1.6.4
Windows XP

Is there an easy way to change the color of the background of a shaded box?   

Mine is coming up bright red and I'd like to change it to a more subdued color 
shade. 

Any suggestions?

Phil



  


How to change color of shaded background of minipage

2009-10-06 Thread Phil
Lyx 1.6.4
Windows XP

Is there an easy way to change the color of the background of a shaded box?   

Mine is coming up bright red and I'd like to change it to a more subdued color 
shade. 

Any suggestions?

Phil



  


How to change color of shaded background of minipage

2009-10-06 Thread Phil
Lyx 1.6.4
Windows XP

Is there an easy way to change the color of the background of a shaded box?   

Mine is coming up bright red and I'd like to change it to a more subdued color 
shade. 

Any suggestions?

Phil



  


Re: Presentations in lyx

2009-09-27 Thread Phil
Try powerdot... see wiki

 
 But now,  i need to make a presentation. Could you tell me how i can prepare
 the presentation?


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: Powerdot slides off screen--no control of orientation?

2009-09-27 Thread Phil
For me, it works only if remove option.nopsheader
 

 I've tried putting nopsheader, orient=landscape, mode=present,
 paper=screen into the class options to no avail.  Page layout is greyed
 out as well.



  


Re: Presentations in lyx

2009-09-27 Thread Phil
Try powerdot... see wiki

 
 But now,  i need to make a presentation. Could you tell me how i can prepare
 the presentation?


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: Powerdot slides off screen--no control of orientation?

2009-09-27 Thread Phil
For me, it works only if remove option.nopsheader
 

 I've tried putting nopsheader, orient=landscape, mode=present,
 paper=screen into the class options to no avail.  Page layout is greyed
 out as well.



  


Re: Presentations in lyx

2009-09-27 Thread Phil
Try powerdot... see wiki

 
> But now,  i need to make a presentation. Could you tell me how i can prepare
> the presentation?


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: Powerdot slides off screen--no control of orientation?

2009-09-27 Thread Phil
For me, it works only if remove option.nopsheader
 

> I've tried putting nopsheader, orient=landscape, mode=present,
> paper=screen into the class options to no avail.  Page layout is greyed
> out as well.



  


exporting HTML - elyxer error

2009-09-22 Thread Phil
LyX 1.6.4, Windows XP

Anyone have any idea why my HTML export does not work...?

I get an error saying ... error occurred whilst running elyxer.py -Directory 
C:/Documents Settings... 


  


Re: exporting HTML - elyxer error

2009-09-22 Thread Phil
I don't recall how I setup the elyxer.py converter.It was awhile back when 
elyxer was first mentioned.

I just upgraded my 1.6.3 to 1.6.4 this week and it was recognized (I guess) 
during the install.

Anyway,  I modified the converter line to read elyxer.py $$i $$o and it is 
now working..

Phil

  Can you tell us how you configured LyX to recognize eLyXer? Depending
 on the method there are various things that could have gone wrong.



  


exporting HTML - elyxer error

2009-09-22 Thread Phil
LyX 1.6.4, Windows XP

Anyone have any idea why my HTML export does not work...?

I get an error saying ... error occurred whilst running elyxer.py -Directory 
C:/Documents Settings... 


  


Re: exporting HTML - elyxer error

2009-09-22 Thread Phil
I don't recall how I setup the elyxer.py converter.It was awhile back when 
elyxer was first mentioned.

I just upgraded my 1.6.3 to 1.6.4 this week and it was recognized (I guess) 
during the install.

Anyway,  I modified the converter line to read elyxer.py $$i $$o and it is 
now working..

Phil

  Can you tell us how you configured LyX to recognize eLyXer? Depending
 on the method there are various things that could have gone wrong.



  


exporting HTML - elyxer error

2009-09-22 Thread Phil
LyX 1.6.4, Windows XP

Anyone have any idea why my HTML export does not work...?

I get an error saying "... error occurred whilst running elyxer.py -Directory 
C:/Documents Settings... "


  


Re: exporting HTML - elyxer error

2009-09-22 Thread Phil
I don't recall how I setup the elyxer.py converter.It was awhile back when 
elyxer was first mentioned.

I just upgraded my 1.6.3 to 1.6.4 this week and it was recognized (I guess) 
during the install.

Anyway,  I modified the converter line to read "elyxer.py $$i $$o" and it is 
now working..

Phil

>  Can you tell us how you configured LyX to recognize eLyXer? Depending
> on the method there are various things that could have gone wrong.



  


Re: How to embed a spreadsheet in LyX or LaTeX?

2009-08-11 Thread Phil

You might also try excel2latex


  


Re: How to embed a spreadsheet in LyX or LaTeX?

2009-08-11 Thread Phil

You might also try excel2latex


  


Re: How to embed a spreadsheet in LyX or LaTeX?

2009-08-11 Thread Phil

You might also try excel2latex


  


Re: How do i plot a function?

2009-06-25 Thread Phil
   i would like to plot a simple function like
 f(x)=3x^2.  

I found an example I had to make a graph using pstricks.   



  

pstricks_simple_graphing.lyx
Description: application/lyx


Re: sciposter layout

2009-06-25 Thread Phil

 message that reconfiguration had failed.   

Make sure this line is in the layout file.  I believe the copy and paste 
removed the end of line feed after the #.   The line should look like this and 
then you should be able to reconfigure.

#  
\DeclareLaTeXClass[sciposter,sectionbox.sty,multicol.sty,wallpaper.sty]{SciPoster}






Re: How do i plot a function?

2009-06-25 Thread Phil
   i would like to plot a simple function like
 f(x)=3x^2.  

I found an example I had to make a graph using pstricks.   



  

pstricks_simple_graphing.lyx
Description: application/lyx


Re: sciposter layout

2009-06-25 Thread Phil

 message that reconfiguration had failed.   

Make sure this line is in the layout file.  I believe the copy and paste 
removed the end of line feed after the #.   The line should look like this and 
then you should be able to reconfigure.

#  
\DeclareLaTeXClass[sciposter,sectionbox.sty,multicol.sty,wallpaper.sty]{SciPoster}






Re: How do i plot a function?

2009-06-25 Thread Phil
> >>  i would like to plot a simple function like
> f(x)=3x^2.  

I found an example I had to make a graph using pstricks.   



  

pstricks_simple_graphing.lyx
Description: application/lyx


Re: >sciposter layout

2009-06-25 Thread Phil

> message that reconfiguration had failed.   

Make sure this line is in the layout file.  I believe the copy and paste 
removed the end of line feed after the #.   The line should look like this and 
then you should be able to reconfigure.

#  
\DeclareLaTeXClass[sciposter,sectionbox.sty,multicol.sty,wallpaper.sty]{SciPoster}






Re: How do i plot a function?

2009-06-24 Thread Phil

 
 i would like to plot a simple function  

I would try to use pstricks package for this.I have not used it recently 
but I do recall that I generated the data points for my function and then used 
pstricks code in ERT to include the datafile in my LyX doc.




  


Re: How do i plot a function?

2009-06-24 Thread Phil

 
 i would like to plot a simple function  

I would try to use pstricks package for this.I have not used it recently 
but I do recall that I generated the data points for my function and then used 
pstricks code in ERT to include the datafile in my LyX doc.




  


Re: How do i plot a function?

2009-06-24 Thread Phil

> 
> i would like to plot a simple function  

I would try to use pstricks package for this.I have not used it recently 
but I do recall that I generated the data points for my function and then used 
pstricks code in ERT to include the datafile in my LyX doc.




  


  1   2   >