APA style manuscript? Please help format!

2010-06-16 Thread Aaron Hall
I'm trying to format an article class document for submission as an assignment 
which requires a running header, 1 inch margins, double spaces, etc... under 
APA format. 

Headings style is set to default, should I change it? I'd like to have a short 
title at the top middle, and my name at one edge...

I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
I'm using the natbib option in Document Settings, and the apalike2 style on 
the right click bibliography setting. Should I use apa style? It works too, 
and I'm not sure which one is best. Also, will I have problems using the natbib 
setting? According to 
http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
apacite may be the best implementation to date, but it's incompatible with 
natbib, and I think part of my problem is that I have very long abstracts, 
which are basically my notes on the works, and include %'s 's /'s and ()'s.  I 
erased the %'s but it still didn't work, and my notes heavily rely on the other 
symbols for diagrams and formulas...

To get rid of the huge gutter I had to unclick default margins and give it 1 
inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
wrong, I'm not sure what they do...)

My preamble in the document settings reads: 


p, li { white-space: pre-wrap; }

\usepackage{indentfirst}
%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}
The first line indents the first paragraph in section (which is usually not 
indented)
The commented code was an non-working attempt to create a running header. I 
really need a running header.

How do I center the level 1 heading? (I might not need to, but knowing would be 
great)

How do I number and label tables I made in Lyx? (or figures)? Can I insert a 
reference in the label?

Also, I need to insert diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex 

I need to answer these questions pretty soon, so anyone's help, as 
comprehensive as possible, would be greatly appreciated, and note I don't know 
much about LaTeX, so I'd like to stay above the hood if possible, though adding 
verbatim lines to the preamble is certainly ok.

Thanks!!!

Aaron



  

ANNOUNCE: LyX version 2.0.0 (alpha 4)

2010-06-16 Thread Pavel Sanda
Public release of LyX version 2.0.0 (alpha 4)
=

We are pleased to announce the fourth alpha release of LyX 2.0.0.

Please note that this release is for testing purposes only and
users are encouraged to use the current 1.6 stable release for any
serious work. We are, however, grateful for any feedback regarding
the bugs and problems you will report to us.

Tarballs can be found at
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/ .
Binaries should follow soon.

LyX 2.0.0 will be culmination of more than 19 months of hard work
and you can find an overview of the new features here:
http://wiki.lyx.org/LyX/NewInLyX20

Note that some of the features intended for 2.0 are still missing.

If you think you found a bug in LyX 2.0.0, either e-mail the LyX
developers' mailing list (lyx-devel at lists.lyx.org), or open a bug
report at http://www.lyx.org/trac/wiki/BugTrackerHome .
Please check that the bug was not already reported before you file
a new one.

We hope you will enjoy the result!

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


Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread Aaron Hall
Oops, 

I trailed off on a question near the end, it was: Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5) if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic, perhaps overlaid? might be very helpful, and I might like to use 
several of them in a row with words inside, but again, this is a low 
priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall aaronch...@yahoo.com wrote:

From: Aaron Hall aaronch...@yahoo.com
Subject: APA style manuscript? Please help format!
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 4:57 AM

I'm trying to format an article class document for submission as an assignment 
which requires a running header, 1 inch margins, double spaces, etc... under 
APA format. 

Headings style is set to default, should I change it? I'd like to have a short 
title at the top middle, and my name at one edge...

I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
I'm using the natbib option in Document Settings, and the apalike2 style on 
the right click bibliography setting. Should I use apa style? It works too, 
and I'm not sure which one is best. Also, will I have problems using the natbib 
setting? According to 
http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
apacite may be the best implementation to date, but it's incompatible with 
natbib, and I think part of my problem is that I have very long abstracts, 
which are basically my notes on the works, and include %'s 's /'s and ()'s.  I 
erased the %'s but it still didn't work, and my notes heavily rely on the other 
symbols for diagrams and formulas...

To get rid of the huge gutter I had to unclick default margins and give it 1 
inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
wrong, I'm not sure what they do...)

My preamble in the document settings reads: 


#yiv1358983027 p, #yiv1358983027 li {white-space:pre-wrap;}

\usepackage{indentfirst}
%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}
The first line indents the first paragraph in section (which is usually not 
indented)
The commented code was an non-working attempt to create a running header. I 
really need a running header.

How do I center the level 1 heading? (I might not need to, but knowing would be 
great)

How do I number and label tables I made in Lyx? (or figures)? Can I insert a 
reference in the label?

Also, I need to insert diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex 

I need to answer these questions pretty soon, so anyone's help, as 
comprehensive as possible, would be greatly appreciated, and note I don't know 
much about LaTeX, so I'd like to stay above the hood if possible, though adding 
verbatim lines to the preamble is certainly
 ok.

Thanks!!!

Aaron



  


  

Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread curtis osterhoudt
  You might try inkscape (www.inkscape.org) for the value chain diagrams. I 
used to use XFig for that sort of thing, but I'm learning inkscape more. Of 
course, it won't automatically generate the diagrams, but it'll be a lot easier 
to use (in my opinion) than GiMP.

   1) Running headers is no problem. You may have to modify the document 
preamble to get things just as you want; it'll be something like

   \lhead{}
   \chead{Short title here}
   \rhead{name}

   2) Numbering and labeling of figures and tables should be automatic. Once 
you've chosen to (for example) insert a figure (say by Insert - Float - 
Figure), and typed in the figure caption, you can place the cursor at the 
beginning of the caption and choose Insert - Label, and give it a short label. 
Then the cross-referencing will be fine if you want to refer to that figure or 
table or whatever. (The same applies to placing labels almost anywhere, as for 
Section heads.)

3) I like using JabRef for bibliography management, though I've used 
Zotero, too, which is handy for pulling in papers and references 
semi-automatically from web-pages. 



 /**
As a species, we are forever sticking our fingers into the electric socket of 
the Universe to see what'll happen next. It's a trait that'll either save us or 
kill us, but by god it's what makes us human beings. I'd rather be in the 
company of people who look at Mars than people who contemplate humanity's navel 
-- other worlds are better than fluff. ~~Sir Terence David John Pratchett
***/





From: Aaron Hall aaronch...@yahoo.com
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Sent: Wed, June 16, 2010 10:18:35 AM
Subject: Re: APA style manuscript? Please help format! (follow up)


Oops, 

I trailed off on a question near the end, it was: Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5) if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic, perhaps overlaid? might be very helpful, and I might like to use 
several of them in a row with words inside, but again, this is a low 
priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall aaronch...@yahoo.com wrote:


From: Aaron Hall aaronch...@yahoo.com
Subject: APA style manuscript? Please help format!
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 4:57 AM


I'm trying to format an article class document for submission as an assignment 
which requires a running header, 1 inch margins, double spaces, etc... under 
APA format. 

Headings style is set to default, should I change it? I'd like to have a short 
title at the top middle, and my name at one edge...

I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
I'm using the natbib option in Document Settings, and the apalike2 style on 
the right click bibliography setting. Should I use apa style? It works too, 
and I'm not sure which one is best. Also, will I have problems using the 
natbib setting? According to 

http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
apacite may be the best implementation to date, but it's incompatible with 
natbib, and I think part of my problem is that I have very long abstracts, 
which are basically my notes on the works, and include %'s 's /'s and ()'s.  
I erased the %'s but it still didn't work, and my notes heavily rely on the 
other symbols for diagrams and formulas...

To get rid of the huge gutter I had to unclick default margins and give it 1 
inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
wrong, I'm not sure what they do...)

My preamble in the document settings reads: 
 
\usepackage{indentfirst}
%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}
The first line indents the first paragraph in section (which is usually not 
indented)
The commented code was an non-working attempt to create a running header. I 
really need a running header.

How do I center the level 1 heading? (I might not 

בעיה עם הדפסה ל-PDF

2010-06-16 Thread yogevd dahan
שלום וברכה
אני משתמש חדש ב- LYX
כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות שאין
שגיאת קומפילציה.
אני אשמח אם תוכלו לתת לי מענה לבעיה
בברכה
יוגב


Re: בעיה עם הדפסה ל-PDF

2010-06-16 Thread Richard Heck

On 06/16/2010 03:15 PM, yogevd dahan wrote:

שלום וברכה
אני משתמש חדש ב- LYX
כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות 
שאין שגיאת קומפילציה.

אני אשמח אם תוכלו לתת לי מענה לבעיה
בברכה
יוגב


This is an English list

Richard



Re: בעיה עם הדפסה ל-PDF

2010-06-16 Thread Aaron Hall
He wrote (according to Google translate)

Peace and blessings
I am a new user on LYX
When I compile the document and displays it large portions of the document did 
not appear although there is no compile error.
I would love if you can give me address this issue
Regards
Husbandman

Sounds maybe like a legitimate problem?

--- On Wed, 6/16/10, Richard Heck rgh...@comcast.net wrote:

From: Richard Heck rgh...@comcast.net
Subject: Re: בעיה עם הדפסה ל-PDF
To: yogevd dahan yog...@gmail.com
Cc: lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 3:26 PM




  
On 06/16/2010 03:15 PM, yogevd dahan wrote:

  
  שלום וברכה

  
  אני משתמש חדש ב- LYX 

כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות
שאין שגיאת קומפילציה.

אני אשמח אם תוכלו לתת לי מענה לבעיה

  
  בברכה 

יוגב

  
  



This is an English list



Richard



 



  

a quaדtion about lyx

2010-06-16 Thread yogevd dahan
hello
my name is yogev and I am a new lyx user
when I write my document in hebrew and compile it averything is all right
but in the pdf file produced some of the text is missing.

I tried to play with settins but found nothing

hope you can help me and thank you for your time

yogev


Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread Aaron Hall
Putting that code in my preamble makes my document give compile errors. I need 
the running header to be in all caps on the title page for an APA manuscript, 
can someone help me do this?

Perhaps the issue is using the Journal class?  See my issue 4) below for what 
I'm considering to fix it.

For my issue 2) I found a potential solution to inserting figures and tables, 
though I haven't tried it:
http://www.lyx.org/Walkthrough3
Does Float seem rather non-descriptive to anyone else?  I say that as a new 
user.

Also, on my issue 3) the question isn't Zotero v. Jabref, it's apa vs 
apalike2 vs any other workable apa style (and perhaps the requisite or 
exclusive natbib)

For my issue 4) I guess I'll just use what works.  However, there is an apa 
option when selecting new document from template. When selecting this, I get 
this error: 

p, li { white-space: pre-wrap; }

The layout file requested by this document,
apa.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available. See the Customization documentation
for more information.
LyX will not be able to produce output. 
So I would like to be able to use this if possible, but I don't know how.

For my issue 5) I think I'm going to use OpenOffice Draw. Should I export to or 
save as JPG or PNG or something else?

Aaron

--- On Wed, 6/16/10, curtis osterhoudt flutz...@yahoo.com wrote:

From: curtis osterhoudt flutz...@yahoo.com
Subject: Re: APA style manuscript? Please help format! (follow up)
To: Aaron Hall aaronch...@yahoo.com, lyx-users@lists.lyx.org 
lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 1:23 PM

  You might try inkscape (www.inkscape.org) for the value chain diagrams. I 
used to use XFig for that sort of thing, but I'm learning inkscape more. Of 
course, it won't automatically generate the diagrams, but it'll be a lot easier 
to use (in my opinion) than GiMP.

   1) Running headers is no problem. You may have to modify the document 
preamble to get things just as you want; it'll be something like

   \lhead{}
   \chead{Short title here}
   \rhead{name}

   2) Numbering and labeling of figures and tables should be automatic. Once 
you've chosen to (for example) insert a figure (say
 by Insert - Float - Figure), and typed in the figure caption, you can place 
the cursor at the beginning of the caption and choose Insert - Label, and give 
it a short label. Then the cross-referencing will be fine if you want to refer 
to that figure or table or whatever. (The same applies to placing labels almost 
anywhere, as for Section heads.)

    3) I like using JabRef for bibliography management, though I've used 
Zotero, too, which is handy for pulling in papers and references 
semi-automatically from web-pages. 

    
 /**
As a species, we are forever sticking our fingers into the electric socket of 
the Universe to see what'll happen next. It's a trait that'll either save us or 
kill us, but by god it's what makes us human beings. I'd rather be in the 
company of people who look at Mars than people who contemplate humanity's navel 
-- other
 worlds are better than fluff. ~~Sir Terence David John Pratchett
***/

From: Aaron Hall aaronch...@yahoo.com
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Sent: Wed, June 16, 2010 10:18:35 AM
Subject: Re: APA style manuscript? Please help format! (follow up)


Oops, 

I trailed off on a question near the end, it was: Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5)
 if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic,
 perhaps overlaid? might be very helpful, and I might like to use several of 
them in a row with words inside, but again, this is a low priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall aaronch...@yahoo.com wrote:

From: Aaron Hall aaronch...@yahoo.com
Subject: APA style manuscript? Please help format!
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 4:57 AM

I'm trying to format an article class document for submission as an assignment
 which requires a running header, 1 inch 

Re: a quaדtion about lyx

2010-06-16 Thread Richard Heck

On 06/16/2010 03:35 PM, yogevd dahan wrote:

hello
my name is yogev and I am a new lyx user
when I write my document in hebrew and compile it averything is all right
but in the pdf file produced some of the text is missing.

Are you sure you have the right fonts installed on your machine? Is it 
just some of the text in the middle, or after a certain point, or ... ?


Richard



University of Utah Thesis Class

2010-06-16 Thread Rob Oakes
Dear LyX Users,

Sorry for the spam, but ...

I had a friend contact me today who was looking for a current University of 
Utah Thesis class, and wondering if I might be willing to help him create a 
layout file for it.  Before I go about updating the (very old) class available 
from the mathematics department, I wanted to query a few different mailing 
lists (here and a few TUG lists I'm a member of) to see if someone is aware of 
a more recent version. (The lady I talked to at the library didn't have any 
idea what LaTeX was which didn't give me much hope that they maintain a current 
version.)

Does anyone have a current (or more current than 1999) thesis class for the 
University of Utah?  After updating and verifying that it is compliant with 
formatting guidelines, I'd be happy to return the updated files and a valid LyX 
template.  (To be clear, though, I have no desire to end up as a maintainer.)

Cheers,

Rob

APA style manuscript? Please help format!

2010-06-16 Thread Aaron Hall
I'm trying to format an article class document for submission as an assignment 
which requires a running header, 1 inch margins, double spaces, etc... under 
APA format. 

Headings style is set to default, should I change it? I'd like to have a short 
title at the top middle, and my name at one edge...

I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
I'm using the natbib option in Document Settings, and the apalike2 style on 
the right click bibliography setting. Should I use apa style? It works too, 
and I'm not sure which one is best. Also, will I have problems using the natbib 
setting? According to 
http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
apacite may be the best implementation to date, but it's incompatible with 
natbib, and I think part of my problem is that I have very long abstracts, 
which are basically my notes on the works, and include %'s 's /'s and ()'s.  I 
erased the %'s but it still didn't work, and my notes heavily rely on the other 
symbols for diagrams and formulas...

To get rid of the huge gutter I had to unclick default margins and give it 1 
inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
wrong, I'm not sure what they do...)

My preamble in the document settings reads: 


p, li { white-space: pre-wrap; }

\usepackage{indentfirst}
%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}
The first line indents the first paragraph in section (which is usually not 
indented)
The commented code was an non-working attempt to create a running header. I 
really need a running header.

How do I center the level 1 heading? (I might not need to, but knowing would be 
great)

How do I number and label tables I made in Lyx? (or figures)? Can I insert a 
reference in the label?

Also, I need to insert diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex 

I need to answer these questions pretty soon, so anyone's help, as 
comprehensive as possible, would be greatly appreciated, and note I don't know 
much about LaTeX, so I'd like to stay above the hood if possible, though adding 
verbatim lines to the preamble is certainly ok.

Thanks!!!

Aaron



  

ANNOUNCE: LyX version 2.0.0 (alpha 4)

2010-06-16 Thread Pavel Sanda
Public release of LyX version 2.0.0 (alpha 4)
=

We are pleased to announce the fourth alpha release of LyX 2.0.0.

Please note that this release is for testing purposes only and
users are encouraged to use the current 1.6 stable release for any
serious work. We are, however, grateful for any feedback regarding
the bugs and problems you will report to us.

Tarballs can be found at
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/ .
Binaries should follow soon.

LyX 2.0.0 will be culmination of more than 19 months of hard work
and you can find an overview of the new features here:
http://wiki.lyx.org/LyX/NewInLyX20

Note that some of the features intended for 2.0 are still missing.

If you think you found a bug in LyX 2.0.0, either e-mail the LyX
developers' mailing list (lyx-devel at lists.lyx.org), or open a bug
report at http://www.lyx.org/trac/wiki/BugTrackerHome .
Please check that the bug was not already reported before you file
a new one.

We hope you will enjoy the result!

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


Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread Aaron Hall
Oops, 

I trailed off on a question near the end, it was: Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5) if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic, perhaps overlaid? might be very helpful, and I might like to use 
several of them in a row with words inside, but again, this is a low 
priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall aaronch...@yahoo.com wrote:

From: Aaron Hall aaronch...@yahoo.com
Subject: APA style manuscript? Please help format!
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 4:57 AM

I'm trying to format an article class document for submission as an assignment 
which requires a running header, 1 inch margins, double spaces, etc... under 
APA format. 

Headings style is set to default, should I change it? I'd like to have a short 
title at the top middle, and my name at one edge...

I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
I'm using the natbib option in Document Settings, and the apalike2 style on 
the right click bibliography setting. Should I use apa style? It works too, 
and I'm not sure which one is best. Also, will I have problems using the natbib 
setting? According to 
http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
apacite may be the best implementation to date, but it's incompatible with 
natbib, and I think part of my problem is that I have very long abstracts, 
which are basically my notes on the works, and include %'s 's /'s and ()'s.  I 
erased the %'s but it still didn't work, and my notes heavily rely on the other 
symbols for diagrams and formulas...

To get rid of the huge gutter I had to unclick default margins and give it 1 
inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
wrong, I'm not sure what they do...)

My preamble in the document settings reads: 


#yiv1358983027 p, #yiv1358983027 li {white-space:pre-wrap;}

\usepackage{indentfirst}
%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}
The first line indents the first paragraph in section (which is usually not 
indented)
The commented code was an non-working attempt to create a running header. I 
really need a running header.

How do I center the level 1 heading? (I might not need to, but knowing would be 
great)

How do I number and label tables I made in Lyx? (or figures)? Can I insert a 
reference in the label?

Also, I need to insert diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex 

I need to answer these questions pretty soon, so anyone's help, as 
comprehensive as possible, would be greatly appreciated, and note I don't know 
much about LaTeX, so I'd like to stay above the hood if possible, though adding 
verbatim lines to the preamble is certainly
 ok.

Thanks!!!

Aaron



  


  

Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread curtis osterhoudt
  You might try inkscape (www.inkscape.org) for the value chain diagrams. I 
used to use XFig for that sort of thing, but I'm learning inkscape more. Of 
course, it won't automatically generate the diagrams, but it'll be a lot easier 
to use (in my opinion) than GiMP.

   1) Running headers is no problem. You may have to modify the document 
preamble to get things just as you want; it'll be something like

   \lhead{}
   \chead{Short title here}
   \rhead{name}

   2) Numbering and labeling of figures and tables should be automatic. Once 
you've chosen to (for example) insert a figure (say by Insert - Float - 
Figure), and typed in the figure caption, you can place the cursor at the 
beginning of the caption and choose Insert - Label, and give it a short label. 
Then the cross-referencing will be fine if you want to refer to that figure or 
table or whatever. (The same applies to placing labels almost anywhere, as for 
Section heads.)

3) I like using JabRef for bibliography management, though I've used 
Zotero, too, which is handy for pulling in papers and references 
semi-automatically from web-pages. 



 /**
As a species, we are forever sticking our fingers into the electric socket of 
the Universe to see what'll happen next. It's a trait that'll either save us or 
kill us, but by god it's what makes us human beings. I'd rather be in the 
company of people who look at Mars than people who contemplate humanity's navel 
-- other worlds are better than fluff. ~~Sir Terence David John Pratchett
***/





From: Aaron Hall aaronch...@yahoo.com
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Sent: Wed, June 16, 2010 10:18:35 AM
Subject: Re: APA style manuscript? Please help format! (follow up)


Oops, 

I trailed off on a question near the end, it was: Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5) if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic, perhaps overlaid? might be very helpful, and I might like to use 
several of them in a row with words inside, but again, this is a low 
priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall aaronch...@yahoo.com wrote:


From: Aaron Hall aaronch...@yahoo.com
Subject: APA style manuscript? Please help format!
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 4:57 AM


I'm trying to format an article class document for submission as an assignment 
which requires a running header, 1 inch margins, double spaces, etc... under 
APA format. 

Headings style is set to default, should I change it? I'd like to have a short 
title at the top middle, and my name at one edge...

I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
I'm using the natbib option in Document Settings, and the apalike2 style on 
the right click bibliography setting. Should I use apa style? It works too, 
and I'm not sure which one is best. Also, will I have problems using the 
natbib setting? According to 

http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
apacite may be the best implementation to date, but it's incompatible with 
natbib, and I think part of my problem is that I have very long abstracts, 
which are basically my notes on the works, and include %'s 's /'s and ()'s.  
I erased the %'s but it still didn't work, and my notes heavily rely on the 
other symbols for diagrams and formulas...

To get rid of the huge gutter I had to unclick default margins and give it 1 
inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
wrong, I'm not sure what they do...)

My preamble in the document settings reads: 
 
\usepackage{indentfirst}
%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}
The first line indents the first paragraph in section (which is usually not 
indented)
The commented code was an non-working attempt to create a running header. I 
really need a running header.

How do I center the level 1 heading? (I might not 

בעיה עם הדפסה ל-PDF

2010-06-16 Thread yogevd dahan
שלום וברכה
אני משתמש חדש ב- LYX
כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות שאין
שגיאת קומפילציה.
אני אשמח אם תוכלו לתת לי מענה לבעיה
בברכה
יוגב


Re: בעיה עם הדפסה ל-PDF

2010-06-16 Thread Richard Heck

On 06/16/2010 03:15 PM, yogevd dahan wrote:

שלום וברכה
אני משתמש חדש ב- LYX
כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות 
שאין שגיאת קומפילציה.

אני אשמח אם תוכלו לתת לי מענה לבעיה
בברכה
יוגב


This is an English list

Richard



Re: בעיה עם הדפסה ל-PDF

2010-06-16 Thread Aaron Hall
He wrote (according to Google translate)

Peace and blessings
I am a new user on LYX
When I compile the document and displays it large portions of the document did 
not appear although there is no compile error.
I would love if you can give me address this issue
Regards
Husbandman

Sounds maybe like a legitimate problem?

--- On Wed, 6/16/10, Richard Heck rgh...@comcast.net wrote:

From: Richard Heck rgh...@comcast.net
Subject: Re: בעיה עם הדפסה ל-PDF
To: yogevd dahan yog...@gmail.com
Cc: lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 3:26 PM




  
On 06/16/2010 03:15 PM, yogevd dahan wrote:

  
  שלום וברכה

  
  אני משתמש חדש ב- LYX 

כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות
שאין שגיאת קומפילציה.

אני אשמח אם תוכלו לתת לי מענה לבעיה

  
  בברכה 

יוגב

  
  



This is an English list



Richard



 



  

a quaדtion about lyx

2010-06-16 Thread yogevd dahan
hello
my name is yogev and I am a new lyx user
when I write my document in hebrew and compile it averything is all right
but in the pdf file produced some of the text is missing.

I tried to play with settins but found nothing

hope you can help me and thank you for your time

yogev


Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread Aaron Hall
Putting that code in my preamble makes my document give compile errors. I need 
the running header to be in all caps on the title page for an APA manuscript, 
can someone help me do this?

Perhaps the issue is using the Journal class?  See my issue 4) below for what 
I'm considering to fix it.

For my issue 2) I found a potential solution to inserting figures and tables, 
though I haven't tried it:
http://www.lyx.org/Walkthrough3
Does Float seem rather non-descriptive to anyone else?  I say that as a new 
user.

Also, on my issue 3) the question isn't Zotero v. Jabref, it's apa vs 
apalike2 vs any other workable apa style (and perhaps the requisite or 
exclusive natbib)

For my issue 4) I guess I'll just use what works.  However, there is an apa 
option when selecting new document from template. When selecting this, I get 
this error: 

p, li { white-space: pre-wrap; }

The layout file requested by this document,
apa.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available. See the Customization documentation
for more information.
LyX will not be able to produce output. 
So I would like to be able to use this if possible, but I don't know how.

For my issue 5) I think I'm going to use OpenOffice Draw. Should I export to or 
save as JPG or PNG or something else?

Aaron

--- On Wed, 6/16/10, curtis osterhoudt flutz...@yahoo.com wrote:

From: curtis osterhoudt flutz...@yahoo.com
Subject: Re: APA style manuscript? Please help format! (follow up)
To: Aaron Hall aaronch...@yahoo.com, lyx-users@lists.lyx.org 
lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 1:23 PM

  You might try inkscape (www.inkscape.org) for the value chain diagrams. I 
used to use XFig for that sort of thing, but I'm learning inkscape more. Of 
course, it won't automatically generate the diagrams, but it'll be a lot easier 
to use (in my opinion) than GiMP.

   1) Running headers is no problem. You may have to modify the document 
preamble to get things just as you want; it'll be something like

   \lhead{}
   \chead{Short title here}
   \rhead{name}

   2) Numbering and labeling of figures and tables should be automatic. Once 
you've chosen to (for example) insert a figure (say
 by Insert - Float - Figure), and typed in the figure caption, you can place 
the cursor at the beginning of the caption and choose Insert - Label, and give 
it a short label. Then the cross-referencing will be fine if you want to refer 
to that figure or table or whatever. (The same applies to placing labels almost 
anywhere, as for Section heads.)

    3) I like using JabRef for bibliography management, though I've used 
Zotero, too, which is handy for pulling in papers and references 
semi-automatically from web-pages. 

    
 /**
As a species, we are forever sticking our fingers into the electric socket of 
the Universe to see what'll happen next. It's a trait that'll either save us or 
kill us, but by god it's what makes us human beings. I'd rather be in the 
company of people who look at Mars than people who contemplate humanity's navel 
-- other
 worlds are better than fluff. ~~Sir Terence David John Pratchett
***/

From: Aaron Hall aaronch...@yahoo.com
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Sent: Wed, June 16, 2010 10:18:35 AM
Subject: Re: APA style manuscript? Please help format! (follow up)


Oops, 

I trailed off on a question near the end, it was: Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5)
 if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic,
 perhaps overlaid? might be very helpful, and I might like to use several of 
them in a row with words inside, but again, this is a low priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall aaronch...@yahoo.com wrote:

From: Aaron Hall aaronch...@yahoo.com
Subject: APA style manuscript? Please help format!
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 4:57 AM

I'm trying to format an article class document for submission as an assignment
 which requires a running header, 1 inch 

Re: a quaדtion about lyx

2010-06-16 Thread Richard Heck

On 06/16/2010 03:35 PM, yogevd dahan wrote:

hello
my name is yogev and I am a new lyx user
when I write my document in hebrew and compile it averything is all right
but in the pdf file produced some of the text is missing.

Are you sure you have the right fonts installed on your machine? Is it 
just some of the text in the middle, or after a certain point, or ... ?


Richard



University of Utah Thesis Class

2010-06-16 Thread Rob Oakes
Dear LyX Users,

Sorry for the spam, but ...

I had a friend contact me today who was looking for a current University of 
Utah Thesis class, and wondering if I might be willing to help him create a 
layout file for it.  Before I go about updating the (very old) class available 
from the mathematics department, I wanted to query a few different mailing 
lists (here and a few TUG lists I'm a member of) to see if someone is aware of 
a more recent version. (The lady I talked to at the library didn't have any 
idea what LaTeX was which didn't give me much hope that they maintain a current 
version.)

Does anyone have a current (or more current than 1999) thesis class for the 
University of Utah?  After updating and verifying that it is compliant with 
formatting guidelines, I'd be happy to return the updated files and a valid LyX 
template.  (To be clear, though, I have no desire to end up as a maintainer.)

Cheers,

Rob

APA style manuscript? Please help format!

2010-06-16 Thread Aaron Hall
I'm trying to format an article class document for submission as an assignment 
which requires a running header, 1 inch margins, double spaces, etc... under 
APA format. 

Headings style is set to default, should I change it? I'd like to have a short 
title at the top middle, and my name at one edge...

I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
I'm using the natbib option in Document Settings, and the "apalike2" style on 
the right click bibliography setting. Should I use "apa" style? It works too, 
and I'm not sure which one is best. Also, will I have problems using the natbib 
setting? According to 
http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
apacite may be the best implementation to date, but it's incompatible with 
natbib, and I think part of my problem is that I have very long abstracts, 
which are basically my notes on the works, and include %'s >'s /'s and ()'s.  I 
erased the %'s but it still didn't work, and my notes heavily rely on the other 
symbols for diagrams and formulas...

To get rid of the huge gutter I had to unclick default margins and give it 1 
inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
wrong, I'm not sure what they do...)

My preamble in the document settings reads: "


p, li { white-space: pre-wrap; }

\usepackage{indentfirst}
%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}"
The first line indents the first paragraph in section (which is usually not 
indented)
The commented code was an non-working attempt to create a running header. I 
really need a running header.

How do I center the level 1 heading? (I might not need to, but knowing would be 
great)

How do I number and label tables I made in Lyx? (or figures)? Can I insert a 
reference in the label?

Also, I need to insert diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex 

I need to answer these questions pretty soon, so anyone's help, as 
comprehensive as possible, would be greatly appreciated, and note I don't know 
much about LaTeX, so I'd like to stay above the hood if possible, though adding 
verbatim lines to the preamble is certainly ok.

Thanks!!!

Aaron



  

ANNOUNCE: LyX version 2.0.0 (alpha 4)

2010-06-16 Thread Pavel Sanda
Public release of LyX version 2.0.0 (alpha 4)
=

We are pleased to announce the fourth alpha release of LyX 2.0.0.

Please note that this release is for testing purposes only and
users are encouraged to use the current 1.6 stable release for any
serious work. We are, however, grateful for any feedback regarding
the bugs and problems you will report to us.

Tarballs can be found at
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/ .
Binaries should follow soon.

LyX 2.0.0 will be culmination of more than 19 months of hard work
and you can find an overview of the new features here:
http://wiki.lyx.org/LyX/NewInLyX20

Note that some of the features intended for 2.0 are still missing.

If you think you found a bug in LyX 2.0.0, either e-mail the LyX
developers' mailing list (lyx-devel at lists.lyx.org), or open a bug
report at http://www.lyx.org/trac/wiki/BugTrackerHome .
Please check that the bug was not already reported before you file
a new one.

We hope you will enjoy the result!

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


Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread Aaron Hall
Oops, 

I trailed off on a question near the end, it was: "Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex" and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5) if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic, perhaps overlaid? might be very helpful, and I might like to use 
several of them in a row with words inside, but again, this is a low 
priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall  wrote:

From: Aaron Hall 
Subject: APA style manuscript? Please help format!
To: "lyx-users@lists.lyx.org" 
Date: Wednesday, June 16, 2010, 4:57 AM

I'm trying to format an article class document for submission as an assignment 
which requires a running header, 1 inch margins, double spaces, etc... under 
APA format. 

Headings style is set to default, should I change it? I'd like to have a short 
title at the top middle, and my name at one edge...

I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
I'm using the natbib option in Document Settings, and the "apalike2" style on 
the right click bibliography setting. Should I use "apa" style? It works too, 
and I'm not sure which one is best. Also, will I have problems using the natbib 
setting? According to 
http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
apacite may be the best implementation to date, but it's incompatible with 
natbib, and I think part of my problem is that I have very long abstracts, 
which are basically my notes on the works, and include %'s >'s /'s and ()'s.  I 
erased the %'s but it still didn't work, and my notes heavily rely on the other 
symbols for diagrams and formulas...

To get rid of the huge gutter I had to unclick default margins and give it 1 
inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
wrong, I'm not sure what they do...)

My preamble in the document settings reads: "


#yiv1358983027 p, #yiv1358983027 li {white-space:pre-wrap;}

\usepackage{indentfirst}
%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}"
The first line indents the first paragraph in section (which is usually not 
indented)
The commented code was an non-working attempt to create a running header. I 
really need a running header.

How do I center the level 1 heading? (I might not need to, but knowing would be 
great)

How do I number and label tables I made in Lyx? (or figures)? Can I insert a 
reference in the label?

Also, I need to insert diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex 

I need to answer these questions pretty soon, so anyone's help, as 
comprehensive as possible, would be greatly appreciated, and note I don't know 
much about LaTeX, so I'd like to stay above the hood if possible, though adding 
verbatim lines to the preamble is certainly
 ok.

Thanks!!!

Aaron



  


  

Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread curtis osterhoudt
  You might try inkscape (www.inkscape.org) for the value chain diagrams. I 
used to use XFig for that sort of thing, but I'm learning inkscape more. Of 
course, it won't automatically generate the diagrams, but it'll be a lot easier 
to use (in my opinion) than GiMP.

   1) Running headers is no problem. You may have to modify the document 
preamble to get things just as you want; it'll be something like

   \lhead{}
   \chead{Short title here}
   \rhead{name}

   2) Numbering and labeling of figures and tables should be automatic. Once 
you've chosen to (for example) insert a figure (say by Insert -> Float -> 
Figure), and typed in the figure caption, you can place the cursor at the 
beginning of the caption and choose Insert -> Label, and give it a short label. 
Then the cross-referencing will be fine if you want to refer to that figure or 
table or whatever. (The same applies to placing labels almost anywhere, as for 
Section heads.)

3) I like using JabRef for bibliography management, though I've used 
Zotero, too, which is handy for pulling in papers and references 
semi-automatically from web-pages. 



 /**
As a species, we are forever sticking our fingers into the electric socket of 
the Universe to see what'll happen next. It's a trait that'll either save us or 
kill us, but by god it's what makes us human beings. I'd rather be in the 
company of people who look at Mars than people who contemplate humanity's navel 
-- other worlds are better than fluff. ~~Sir Terence David John Pratchett
***/





From: Aaron Hall 
To: "lyx-users@lists.lyx.org" 
Sent: Wed, June 16, 2010 10:18:35 AM
Subject: Re: APA style manuscript? Please help format! (follow up)


Oops, 

I trailed off on a question near the end, it was: "Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex" and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5) if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic, perhaps overlaid? might be very helpful, and I might like to use 
several of them in a row with words inside, but again, this is a low 
priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall  wrote:


>From: Aaron Hall 
>Subject: APA style manuscript? Please help format!
>To: "lyx-users@lists.lyx.org" 
>Date: Wednesday, June 16, 2010, 4:57 AM
>
>
>I'm trying to format an article class document for submission as an assignment 
>which requires a running header, 1 inch margins, double spaces, etc... under 
>APA format. 
>
>Headings style is set to default, should I change it? I'd like to have a short 
>title at the top middle, and my name at one edge...
>
>I'm using Lyz and Zotero to handle my bibliography (fyi, seems to work), and 
>I'm using the natbib option in Document Settings, and the "apalike2" style on 
>the right click bibliography setting. Should I use "apa" style? It works too, 
>and I'm not sure which one is best. Also, will I have problems using the 
>natbib setting? According to 
>
>http://tug.ctan.org/tex-archive/biblio/bibtex/contrib/apacite/apacite.pdf
>apacite may be the best implementation to date, but it's incompatible with 
>natbib, and I think part of my problem is that I have very long abstracts, 
>which are basically my notes on the works, and include %'s >'s /'s and ()'s.  
>I erased the %'s but it still didn't work, and my notes heavily rely on the 
>other symbols for diagrams and formulas...
>
>To get rid of the huge gutter I had to unclick default margins and give it 1 
>inch margins. I'm not sure what the other defaults are, so I said 1mm for head 
>sep, and 1cm for head hight and 1cm for foot skip (please correct these if 
>wrong, I'm not sure what they do...)
>
>My preamble in the document settings reads: "
> 
>\usepackage{indentfirst}
>%\rhead{\textsc{Financial Services Operations Management} ~ \thepage}"
>The first line indents the first paragraph in section (which is usually not 
>indented)
>The commented code was an non-working attempt to create a running header. I 
>really need a 

בעיה עם הדפסה ל-PDF

2010-06-16 Thread yogevd dahan
שלום וברכה
אני משתמש חדש ב- LYX
כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות שאין
שגיאת קומפילציה.
אני אשמח אם תוכלו לתת לי מענה לבעיה
בברכה
יוגב


Re: בעיה עם הדפסה ל-PDF

2010-06-16 Thread Richard Heck

On 06/16/2010 03:15 PM, yogevd dahan wrote:

שלום וברכה
אני משתמש חדש ב- LYX
כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות 
שאין שגיאת קומפילציה.

אני אשמח אם תוכלו לתת לי מענה לבעיה
בברכה
יוגב


This is an English list

Richard



Re: בעיה עם הדפסה ל-PDF

2010-06-16 Thread Aaron Hall
He wrote (according to Google translate)

"Peace and blessings
I am a new user on LYX
When I compile the document and displays it large portions of the document did 
not appear although there is no compile error.
I would love if you can give me address this issue
Regards
Husbandman"

Sounds maybe like a legitimate problem?

--- On Wed, 6/16/10, Richard Heck  wrote:

From: Richard Heck 
Subject: Re: בעיה עם הדפסה ל-PDF
To: "yogevd dahan" 
Cc: lyx-users@lists.lyx.org
Date: Wednesday, June 16, 2010, 3:26 PM




  
On 06/16/2010 03:15 PM, yogevd dahan wrote:

  
  שלום וברכה

  
  אני משתמש חדש ב- LYX 

כשאני מקמפל את המסמך ומציג אותו חלקים גדולים מהמסמך לא מופיעים למרות
שאין שגיאת קומפילציה.

אני אשמח אם תוכלו לתת לי מענה לבעיה

  
  בברכה 

יוגב

  
  



This is an English list



Richard



 



  

a quaדtion about lyx

2010-06-16 Thread yogevd dahan
hello
my name is yogev and I am a new lyx user
when I write my document in hebrew and compile it averything is all right
but in the pdf file produced some of the text is missing.

I tried to play with settins but found nothing

hope you can help me and thank you for your time

yogev


Re: APA style manuscript? Please help format! (follow up)

2010-06-16 Thread Aaron Hall
Putting that code in my preamble makes my document give compile errors. I need 
the running header to be in all caps on the title page for an APA manuscript, 
can someone help me do this?

Perhaps the issue is using the Journal class?  See my issue 4) below for what 
I'm considering to fix it.

For my issue 2) I found a potential solution to inserting figures and tables, 
though I haven't tried it:
http://www.lyx.org/Walkthrough3
Does "Float" seem rather non-descriptive to anyone else?  I say that as a new 
user.

Also, on my issue 3) the question isn't Zotero v. Jabref, it's "apa" vs 
"apalike2" vs any other workable apa style (and perhaps the requisite or 
exclusive natbib)

For my issue 4) I guess I'll just use what works.  However, there is an apa 
option when selecting new document from template. When selecting this, I get 
this error: "

p, li { white-space: pre-wrap; }

The layout file requested by this document,
apa.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available. See the Customization documentation
for more information.
LyX will not be able to produce output." 
So I would like to be able to use this if possible, but I don't know how.

For my issue 5) I think I'm going to use OpenOffice Draw. Should I export to or 
save as JPG or PNG or something else?

Aaron

--- On Wed, 6/16/10, curtis osterhoudt  wrote:

From: curtis osterhoudt 
Subject: Re: APA style manuscript? Please help format! (follow up)
To: "Aaron Hall" , "lyx-users@lists.lyx.org" 

Date: Wednesday, June 16, 2010, 1:23 PM

  You might try inkscape (www.inkscape.org) for the value chain diagrams. I 
used to use XFig for that sort of thing, but I'm learning inkscape more. Of 
course, it won't automatically generate the diagrams, but it'll be a lot easier 
to use (in my opinion) than GiMP.

   1) Running headers is no problem. You may have to modify the document 
preamble to get things just as you want; it'll be something like

   \lhead{}
   \chead{Short title here}
   \rhead{name}

   2) Numbering and labeling of figures and tables should be automatic. Once 
you've chosen to (for example) insert a figure (say
 by Insert -> Float -> Figure), and typed in the figure caption, you can place 
the cursor at the beginning of the caption and choose Insert -> Label, and give 
it a short label. Then the cross-referencing will be fine if you want to refer 
to that figure or table or whatever. (The same applies to placing labels almost 
anywhere, as for Section heads.)

    3) I like using JabRef for bibliography management, though I've used 
Zotero, too, which is handy for pulling in papers and references 
semi-automatically from web-pages. 

    
 /**
As a species, we are forever sticking our fingers into the electric socket of 
the Universe to see what'll happen next. It's a trait that'll either save us or 
kill us, but by god it's what makes us human beings. I'd rather be in the 
company of people who look at Mars than people who contemplate humanity's navel 
-- other
 worlds are better than fluff. ~~Sir Terence David John Pratchett
***/

From: Aaron Hall 
To: "lyx-users@lists.lyx.org" 
Sent: Wed, June 16, 2010 10:18:35 AM
Subject: Re: APA style manuscript? Please help format! (follow up)


Oops, 

I trailed off on a question near the end, it was: "Also, I need to insert 
diagrams that look like 
this:http://en.wikipedia.org/wiki/File:Porter_Value_Chain.png
My options: Latex" and I forgot to add the GiMP, MAYBE scribus, or just using a 
table in Lyx...

Anyways, the Latex for something as complex as my example appears to be REALLY 
complicated. I'm guessing the GiMP is probably what I'll have to use.

If it helps, here's my priorities, highest = 1, lowest = 5: 
1) ***running header***
2) **numbering and labeling tables and figures (numbered separately). 
3) *best bibliography recommendation
4) if I used a bad approach to workaround any of my other issues
5)
 if you can recommend an easy approach to getting a similar diagram (I'm 
actually using a table inside of Lyx at the moment, but a pgf/TikZ signal type 
graphic,
 perhaps overlaid? might be very helpful, and I might like to use several of 
them in a row with words inside, but again, this is a low priority...)

Again, thanks so much for your attention!  I'm going to stop researching Lyx 
and Latex for a bit and get back to writing.  Should I cross post this in the 
Latex Lyx forums?

Aaron

--- On Wed, 6/16/10, Aaron Hall  wrote:

From: Aaron Hall 
Subject: APA style manuscript? Please help format!
To: "lyx-users@lists.lyx.org" 
Date: Wednesday, June 16, 2010, 4:57 AM

I'm trying to format an article class document for submission as an assignment
 

Re: a quaדtion about lyx

2010-06-16 Thread Richard Heck

On 06/16/2010 03:35 PM, yogevd dahan wrote:

hello
my name is yogev and I am a new lyx user
when I write my document in hebrew and compile it averything is all right
but in the pdf file produced some of the text is missing.

Are you sure you have the right fonts installed on your machine? Is it 
just some of the text in the middle, or after a certain point, or ... ?


Richard



University of Utah Thesis Class

2010-06-16 Thread Rob Oakes
Dear LyX Users,

Sorry for the spam, but ...

I had a friend contact me today who was looking for a current University of 
Utah Thesis class, and wondering if I might be willing to help him create a 
layout file for it.  Before I go about updating the (very old) class available 
from the mathematics department, I wanted to query a few different mailing 
lists (here and a few TUG lists I'm a member of) to see if someone is aware of 
a more recent version. (The lady I talked to at the library didn't have any 
idea what LaTeX was which didn't give me much hope that they maintain a current 
version.)

Does anyone have a current (or more current than 1999) thesis class for the 
University of Utah?  After updating and verifying that it is compliant with 
formatting guidelines, I'd be happy to return the updated files and a valid LyX 
template.  (To be clear, though, I have no desire to end up as a maintainer.)

Cheers,

Rob