Re: Help: Could not find LaTeX command for character '' (code point 0x2028)

2010-02-15 Thread Jürgen Spitzmüller
Mike Scroggs/Connie Graham wrote:
 I just imported a novel in plain text to LyX on my iMac.  It looks  
 fine but when I try to view the PDF it gives this error message:
 
 Could not find LaTeX command for character '
 ' (code point 0x2028)

This is the LINE SEPARATOR character:
http://www.unicode.org/charts/PDF/U2000.pdf

It could probably be supported by LyX, although qt doesn't seem to render it 
on the screen properly as well

 It says changing the encoding to UTF8 could help, but that's what I  
 already chose.
 
 Thanks in advance for any help you can provide,

For now, your best bet is to open View  Source, search for the character (it 
is marked in red in the source), and remove it.

 Mike

Jürgen


Re: memoir class/ book/ first page blank

2010-02-15 Thread Louis A. Turk
Hi Leo or anybody,

On Fri, 2009-12-11 at 10:47 +0100, Leo Gürtler wrote:
 Dear lyx-list,
 
 using memoir class (book) _before_ the title page a blank page is inserted.
 
 How can I get rid of this blank page before the title page so that the
 document (book) starts directly with the title page?
 
 thanks,
 
 best wishes
 leo

Did you figure out how to do this? I am having the same problem --- the
first page of the pdf file is blank. 

Or is the blank page there by design?

Louis




Re: memoir-titlepages.lyx

2010-02-15 Thread Louis A. Turk
Hi Typhoon,

On Mon, 2010-02-15 at 13:09 +1100, Typhoon wrote:
 On Mon, 15 Feb 2010 08:14:27 +0800
 Louis A. Turk l...@dayspringpublisher.com wrote:
 
  Hi fellow lyx users,
  
  I have the body of a book formatted beautifully with lyx using the
  Memoir Class, but I'm having many problems formatting the front
  matter. The first page is blank (is this normal?), the even numbered
  folios are missing, and there is one too many pages between the front
  matter and main body.
  
  http://wiki.lyx.org/LyX/UsingMemoirInLyX links to the following two
  documents that are supposed to help, but for some reason I can't get
  them to download. And I haven't been able to find them anywhere else.
  
  http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.lyx
  http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.pdf
  
  Does anyone know of a different source for these documents?
  
  Are there other sample documents or instructions available that show
  how to format the front matter when using Memoir?
 
 Hi Louis,
 There are discussions in the archives about this. Two schools of
 thought, but mine is to completely handcraft the front pages of a
 book whether using the Memoir class or the book class (never used Koma).
 
 I'm attaching a template that I have worked on. It's not perfect, but
 the intention is that you replace a few variables in the front (like
 surname, etc) and it should build you a fairly nice frontmatter. 
 
 The adjustable \newcommands are all at the top. (you
 will need to cut the \documentclass definition from the top for use with
 LyX.
 
 As I say, it isn't completely finished, so you will want to check
 carefully if you decide to use it.
 
 Again, there are two schools of though on this, and I haven't used a
 pure LyX approach to building the frontmatter in any recent version
 of LyX, so things might have improved.
 
 Cheers,
 Alan
 
  
  Louis
  
  
  
 
 

Thanks! I'm studying your code.

Louis




Re: memoir-titlepages.lyx

2010-02-15 Thread Louis A. Turk
Hi Charlie,

On Mon, 2010-02-15 at 13:46 +1100, M-L wrote:
 On Mon, 15 Feb 2010 08:14:27 +0800 Louis A. Turk
 l...@dayspringpublisher.com shared this with is all on the Lyx users
 list:
 
 Hi fellow lyx users,
 
 I have the body of a book formatted beautifully with lyx using the
 Memoir Class, but I'm having many problems formatting the front matter.
 The first page is blank (is this normal?), the even numbered folios are
 missing, and there is one too many pages between the front matter and
 main body.
 
 http://wiki.lyx.org/LyX/UsingMemoirInLyX links to the following two
 documents that are supposed to help, but for some reason I can't get
 them to download. And I haven't been able to find them anywhere else.
 
 http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.lyx 
 
 Just for reference can download the .pdf version of the above, so
 wonder what might be the problem for you? 
 
 As for the one above, the LyX file: just copy it into a plain text
 editor save it with the .lyx extension and then open it in LyX and view
 it as a .pdf document if you wish.
 
 Hope that helps,
 Charlie

Thanks for responding. But I still can't download either document. The
server times out. And I've tried probably 50 times.

Louis 




Re: change subject alignment in letter koma-script v.2

2010-02-15 Thread Jean-Marie Pacquet

Le 14/02/2010 22:49, Giovanni Bacci a écrit :

   domenica 14 febbraio 2010, 22:26, Jean-Marie Pacquet:

   

Default subject (i.e. beforeopening and untitled) is left justified.
Only the title (if selected) is centered. This can be seen on figure
6.1: Schematic of letter paper's pseudo lengths.
So I don't really understand your request: do you want the title to
be left justified?
 

   I've attached an example. As you can see, setting
subject=afteropening cause the object to be centered in the page. What
i'd like to have is a left-aligned subject line, exactly as it's with
subject=beforeopening
   
You are right and I don't know how to change that within Lyx. The Latex 
gurus may have a solution.

--
jmp


problem_with_hypcap_and_figure_environment

2010-02-15 Thread Kamran SHAFQAT

Hi,

I using lyx1.6.5 with miktex 2.7. I have redefine the figure environment 
so that all the figure are automatically  centred on the page using the 
following code


\renewenvironment{figure}[1][\...@figure]{%

\ed...@tempa{\noexpand\@float{figure}[#1]} %

\...@tempa\centering%

}{%

\...@float

}


while this works fine but I am having problem with hycap now because of 
the redefinition. I can't use hypcap after these statements it gives error



TeX capacity exceeded, sorry [input stack size=5000].

and when hypcap is used before the environment definition than it 
doesn't work. The figure links just show the figure caption not the 
figure as it suppose to do.


any idea how this could be solved. Thanks for the help.


Regards,
Kamran


EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon
I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. I have a
document with PDF and EPS files for figures. The preview shows both, but when I
try View - PDF (pdflatex) the resulting PDF file only includes the PDF
images, and the EPS files show up as empty boxes with nothing inside.

If I export to PostScript and view the *.ps file, the PDF and EPS graphics all
show up fine.

Any idea why this is happening with PDF?


Thanks.

Todd



Re: EPS files not displaying in PDF

2010-02-15 Thread Paul Rubin
Todd Salamon tsala...@... writes:

 
 I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. I have a
 document with PDF and EPS files for figures. The preview shows both, but when 
 I
 try View - PDF (pdflatex) the resulting PDF file only includes the PDF
 images, and the EPS files show up as empty boxes with nothing inside.
 
 If I export to PostScript and view the *.ps file, the PDF and EPS graphics all
 show up fine.
 
 Any idea why this is happening with PDF?
 

First question:  do you have ImageMagick installed?  LyX will try to convert EPS
files to PDF for inclusion in a PDF document, and it will need ImageMagick to do
so.  (See the Embedded Objects manual for details.)

/Paul






Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon

I have ImageMagick 6.2.9 Q16 installed.

Todd






Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon


I just tried updating to ImageMagick 6.5.9-5-Q16 and that didn't make any
difference.

Todd

P.S. FYI - in the process of installing Lyx there was an error related to
writing a file. Any of the ... below are too long for me to write.

Error opening file for writing:

MiKTeX 2.5SystemAdmin yesPowerUser noSharedSetup BinDir... binOS... Root0...
Root1... Root2... UserData... UserConfig... fndb0... fndb1... fndb2... 
fndbmpm C\Documents and Sett\dvipost.sty

I had the option of choosing Abort, Retry and Ignore. Retry would give
the same error, so I went ahead with Ignore.









Re: EPS files not displaying in PDF

2010-02-15 Thread Paul Rubin
Todd Salamon tsala...@... writes:

 
 
 I have ImageMagick 6.2.9 Q16 installed.
 

What happens if, in a command window (DOS prompt), you run 'convert whatever.eps
whatever.pdf' against one of your EPS files?  I'm wondering if maybe there's
something in them that is causing ImageMagick heartburn.

/Paul



Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon

The convert command does work ok. I went ahead and tried

convert filename.eps filename.pdf

The PDF is a bit grainy and unresolved, but there is definitely an image there,
whereas in the document it's an empty bounding box.

I also tried opening filename.eps in Adobe Illustrator and it complained about
the following fonts

CMMI7:
  Default font substituted for missing font.

and the same message for CMR7, CMSY7, CMMI10.

My colleagues is running Lyx 1.5.xx, with MiKTeX 2.7, and he doesn't seem to
have an issue with creating the PDF.

Todd







Re: EPS files not displaying in PDF

2010-02-15 Thread M-L
On Mon, 15 Feb 2010 22:26:20 + (UTC) Todd Salamon
tsala...@alcatel-lucent.com shared this with is all on the Lyx users
list:

The convert command does work ok. 

This is probably of no consequence, but I specified that the Gimp
should be used in LyX and it worked a treat. However the Gimp is a bit
of overkill if you're not using it anyway for most other things.

Just a thought.
Charlie
-- 
Registered Linux User:- 329524
***
To have done anything just for money is to have been truly
idle. ...Henry David Thoreau

***
Debian GNU/Linux - just the best way to create magic
___


Re: EPS files not displaying in PDF

2010-02-15 Thread Liang

compile it using PS method, not dvi

Liang


M-L wrote:

On Mon, 15 Feb 2010 22:26:20 + (UTC) Todd Salamon
tsala...@alcatel-lucent.com shared this with is all on the Lyx users
list:

  
The convert command does work ok. 



This is probably of no consequence, but I specified that the Gimp
should be used in LyX and it worked a treat. However the Gimp is a bit
of overkill if you're not using it anyway for most other things.

Just a thought.
Charlie
  




Incremental Search in Lyx

2010-02-15 Thread willie.zeng
Hi fellow lyx users,

Is there a way to do the incremental search in the Lyx editor (just like the
Emacs style)?

Sincerely,
Weiliang Zeng






Re: Help: Could not find LaTeX command for character '' (code point 0x2028)

2010-02-15 Thread Jürgen Spitzmüller
Mike Scroggs/Connie Graham wrote:
 I just imported a novel in plain text to LyX on my iMac.  It looks  
 fine but when I try to view the PDF it gives this error message:
 
 Could not find LaTeX command for character '
 ' (code point 0x2028)

This is the LINE SEPARATOR character:
http://www.unicode.org/charts/PDF/U2000.pdf

It could probably be supported by LyX, although qt doesn't seem to render it 
on the screen properly as well

 It says changing the encoding to UTF8 could help, but that's what I  
 already chose.
 
 Thanks in advance for any help you can provide,

For now, your best bet is to open View  Source, search for the character (it 
is marked in red in the source), and remove it.

 Mike

Jürgen


Re: memoir class/ book/ first page blank

2010-02-15 Thread Louis A. Turk
Hi Leo or anybody,

On Fri, 2009-12-11 at 10:47 +0100, Leo Gürtler wrote:
 Dear lyx-list,
 
 using memoir class (book) _before_ the title page a blank page is inserted.
 
 How can I get rid of this blank page before the title page so that the
 document (book) starts directly with the title page?
 
 thanks,
 
 best wishes
 leo

Did you figure out how to do this? I am having the same problem --- the
first page of the pdf file is blank. 

Or is the blank page there by design?

Louis




Re: memoir-titlepages.lyx

2010-02-15 Thread Louis A. Turk
Hi Typhoon,

On Mon, 2010-02-15 at 13:09 +1100, Typhoon wrote:
 On Mon, 15 Feb 2010 08:14:27 +0800
 Louis A. Turk l...@dayspringpublisher.com wrote:
 
  Hi fellow lyx users,
  
  I have the body of a book formatted beautifully with lyx using the
  Memoir Class, but I'm having many problems formatting the front
  matter. The first page is blank (is this normal?), the even numbered
  folios are missing, and there is one too many pages between the front
  matter and main body.
  
  http://wiki.lyx.org/LyX/UsingMemoirInLyX links to the following two
  documents that are supposed to help, but for some reason I can't get
  them to download. And I haven't been able to find them anywhere else.
  
  http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.lyx
  http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.pdf
  
  Does anyone know of a different source for these documents?
  
  Are there other sample documents or instructions available that show
  how to format the front matter when using Memoir?
 
 Hi Louis,
 There are discussions in the archives about this. Two schools of
 thought, but mine is to completely handcraft the front pages of a
 book whether using the Memoir class or the book class (never used Koma).
 
 I'm attaching a template that I have worked on. It's not perfect, but
 the intention is that you replace a few variables in the front (like
 surname, etc) and it should build you a fairly nice frontmatter. 
 
 The adjustable \newcommands are all at the top. (you
 will need to cut the \documentclass definition from the top for use with
 LyX.
 
 As I say, it isn't completely finished, so you will want to check
 carefully if you decide to use it.
 
 Again, there are two schools of though on this, and I haven't used a
 pure LyX approach to building the frontmatter in any recent version
 of LyX, so things might have improved.
 
 Cheers,
 Alan
 
  
  Louis
  
  
  
 
 

Thanks! I'm studying your code.

Louis




Re: memoir-titlepages.lyx

2010-02-15 Thread Louis A. Turk
Hi Charlie,

On Mon, 2010-02-15 at 13:46 +1100, M-L wrote:
 On Mon, 15 Feb 2010 08:14:27 +0800 Louis A. Turk
 l...@dayspringpublisher.com shared this with is all on the Lyx users
 list:
 
 Hi fellow lyx users,
 
 I have the body of a book formatted beautifully with lyx using the
 Memoir Class, but I'm having many problems formatting the front matter.
 The first page is blank (is this normal?), the even numbered folios are
 missing, and there is one too many pages between the front matter and
 main body.
 
 http://wiki.lyx.org/LyX/UsingMemoirInLyX links to the following two
 documents that are supposed to help, but for some reason I can't get
 them to download. And I haven't been able to find them anywhere else.
 
 http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.lyx 
 
 Just for reference can download the .pdf version of the above, so
 wonder what might be the problem for you? 
 
 As for the one above, the LyX file: just copy it into a plain text
 editor save it with the .lyx extension and then open it in LyX and view
 it as a .pdf document if you wish.
 
 Hope that helps,
 Charlie

Thanks for responding. But I still can't download either document. The
server times out. And I've tried probably 50 times.

Louis 




Re: change subject alignment in letter koma-script v.2

2010-02-15 Thread Jean-Marie Pacquet

Le 14/02/2010 22:49, Giovanni Bacci a écrit :

   domenica 14 febbraio 2010, 22:26, Jean-Marie Pacquet:

   

Default subject (i.e. beforeopening and untitled) is left justified.
Only the title (if selected) is centered. This can be seen on figure
6.1: Schematic of letter paper's pseudo lengths.
So I don't really understand your request: do you want the title to
be left justified?
 

   I've attached an example. As you can see, setting
subject=afteropening cause the object to be centered in the page. What
i'd like to have is a left-aligned subject line, exactly as it's with
subject=beforeopening
   
You are right and I don't know how to change that within Lyx. The Latex 
gurus may have a solution.

--
jmp


problem_with_hypcap_and_figure_environment

2010-02-15 Thread Kamran SHAFQAT

Hi,

I using lyx1.6.5 with miktex 2.7. I have redefine the figure environment 
so that all the figure are automatically  centred on the page using the 
following code


\renewenvironment{figure}[1][\...@figure]{%

\ed...@tempa{\noexpand\@float{figure}[#1]} %

\...@tempa\centering%

}{%

\...@float

}


while this works fine but I am having problem with hycap now because of 
the redefinition. I can't use hypcap after these statements it gives error



TeX capacity exceeded, sorry [input stack size=5000].

and when hypcap is used before the environment definition than it 
doesn't work. The figure links just show the figure caption not the 
figure as it suppose to do.


any idea how this could be solved. Thanks for the help.


Regards,
Kamran


EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon
I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. I have a
document with PDF and EPS files for figures. The preview shows both, but when I
try View - PDF (pdflatex) the resulting PDF file only includes the PDF
images, and the EPS files show up as empty boxes with nothing inside.

If I export to PostScript and view the *.ps file, the PDF and EPS graphics all
show up fine.

Any idea why this is happening with PDF?


Thanks.

Todd



Re: EPS files not displaying in PDF

2010-02-15 Thread Paul Rubin
Todd Salamon tsala...@... writes:

 
 I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. I have a
 document with PDF and EPS files for figures. The preview shows both, but when 
 I
 try View - PDF (pdflatex) the resulting PDF file only includes the PDF
 images, and the EPS files show up as empty boxes with nothing inside.
 
 If I export to PostScript and view the *.ps file, the PDF and EPS graphics all
 show up fine.
 
 Any idea why this is happening with PDF?
 

First question:  do you have ImageMagick installed?  LyX will try to convert EPS
files to PDF for inclusion in a PDF document, and it will need ImageMagick to do
so.  (See the Embedded Objects manual for details.)

/Paul






Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon

I have ImageMagick 6.2.9 Q16 installed.

Todd






Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon


I just tried updating to ImageMagick 6.5.9-5-Q16 and that didn't make any
difference.

Todd

P.S. FYI - in the process of installing Lyx there was an error related to
writing a file. Any of the ... below are too long for me to write.

Error opening file for writing:

MiKTeX 2.5SystemAdmin yesPowerUser noSharedSetup BinDir... binOS... Root0...
Root1... Root2... UserData... UserConfig... fndb0... fndb1... fndb2... 
fndbmpm C\Documents and Sett\dvipost.sty

I had the option of choosing Abort, Retry and Ignore. Retry would give
the same error, so I went ahead with Ignore.









Re: EPS files not displaying in PDF

2010-02-15 Thread Paul Rubin
Todd Salamon tsala...@... writes:

 
 
 I have ImageMagick 6.2.9 Q16 installed.
 

What happens if, in a command window (DOS prompt), you run 'convert whatever.eps
whatever.pdf' against one of your EPS files?  I'm wondering if maybe there's
something in them that is causing ImageMagick heartburn.

/Paul



Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon

The convert command does work ok. I went ahead and tried

convert filename.eps filename.pdf

The PDF is a bit grainy and unresolved, but there is definitely an image there,
whereas in the document it's an empty bounding box.

I also tried opening filename.eps in Adobe Illustrator and it complained about
the following fonts

CMMI7:
  Default font substituted for missing font.

and the same message for CMR7, CMSY7, CMMI10.

My colleagues is running Lyx 1.5.xx, with MiKTeX 2.7, and he doesn't seem to
have an issue with creating the PDF.

Todd







Re: EPS files not displaying in PDF

2010-02-15 Thread M-L
On Mon, 15 Feb 2010 22:26:20 + (UTC) Todd Salamon
tsala...@alcatel-lucent.com shared this with is all on the Lyx users
list:

The convert command does work ok. 

This is probably of no consequence, but I specified that the Gimp
should be used in LyX and it worked a treat. However the Gimp is a bit
of overkill if you're not using it anyway for most other things.

Just a thought.
Charlie
-- 
Registered Linux User:- 329524
***
To have done anything just for money is to have been truly
idle. ...Henry David Thoreau

***
Debian GNU/Linux - just the best way to create magic
___


Re: EPS files not displaying in PDF

2010-02-15 Thread Liang

compile it using PS method, not dvi

Liang


M-L wrote:

On Mon, 15 Feb 2010 22:26:20 + (UTC) Todd Salamon
tsala...@alcatel-lucent.com shared this with is all on the Lyx users
list:

  
The convert command does work ok. 



This is probably of no consequence, but I specified that the Gimp
should be used in LyX and it worked a treat. However the Gimp is a bit
of overkill if you're not using it anyway for most other things.

Just a thought.
Charlie
  




Incremental Search in Lyx

2010-02-15 Thread willie.zeng
Hi fellow lyx users,

Is there a way to do the incremental search in the Lyx editor (just like the
Emacs style)?

Sincerely,
Weiliang Zeng






Re: Help: Could not find LaTeX command for character '' (code point 0x2028)

2010-02-15 Thread Jürgen Spitzmüller
Mike Scroggs/Connie Graham wrote:
> I just imported a novel in plain text to LyX on my iMac.  It looks  
> fine but when I try to view the PDF it gives this error message:
> 
> Could not find LaTeX command for character '
> ' (code point 0x2028)

This is the LINE SEPARATOR character:
http://www.unicode.org/charts/PDF/U2000.pdf

It could probably be supported by LyX, although qt doesn't seem to render it 
on the screen properly as well

> It says changing the encoding to UTF8 could help, but that's what I  
> already chose.
> 
> Thanks in advance for any help you can provide,

For now, your best bet is to open View > Source, search for the character (it 
is marked in red in the source), and remove it.

> Mike

Jürgen


Re: memoir class/ book/ first page blank

2010-02-15 Thread Louis A. Turk
Hi Leo or anybody,

On Fri, 2009-12-11 at 10:47 +0100, Leo Gürtler wrote:
> Dear lyx-list,
> 
> using memoir class (book) _before_ the title page a blank page is inserted.
> 
> How can I get rid of this blank page before the title page so that the
> document (book) starts directly with the title page?
> 
> thanks,
> 
> best wishes
> leo

Did you figure out how to do this? I am having the same problem --- the
first page of the pdf file is blank. 

Or is the blank page there by design?

Louis




Re: memoir-titlepages.lyx

2010-02-15 Thread Louis A. Turk
Hi Typhoon,

On Mon, 2010-02-15 at 13:09 +1100, Typhoon wrote:
> On Mon, 15 Feb 2010 08:14:27 +0800
> "Louis A. Turk"  wrote:
> 
> > Hi fellow lyx users,
> > 
> > I have the body of a book formatted beautifully with lyx using the
> > Memoir Class, but I'm having many problems formatting the front
> > matter. The first page is blank (is this normal?), the even numbered
> > folios are missing, and there is one too many pages between the front
> > matter and main body.
> > 
> > http://wiki.lyx.org/LyX/UsingMemoirInLyX links to the following two
> > documents that are supposed to help, but for some reason I can't get
> > them to download. And I haven't been able to find them anywhere else.
> > 
> > http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.lyx
> > http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.pdf
> > 
> > Does anyone know of a different source for these documents?
> > 
> > Are there other sample documents or instructions available that show
> > how to format the front matter when using Memoir?
> 
> Hi Louis,
> There are discussions in the archives about this. Two schools of
> thought, but mine is to completely "handcraft" the front pages of a
> book whether using the Memoir class or the book class (never used Koma).
> 
> I'm attaching a template that I have worked on. It's not perfect, but
> the intention is that you replace a few variables in the front (like
> surname, etc) and it should build you a fairly nice frontmatter. 
> 
> The "adjustable" \newcommands are all at the top. (you
> will need to cut the \documentclass definition from the top for use with
> LyX.
> 
> As I say, it isn't completely finished, so you will want to check
> carefully if you decide to use it.
> 
> Again, there are two schools of though on this, and I haven't used a
> "pure" LyX approach to building the frontmatter in any recent version
> of LyX, so things might have improved.
> 
> Cheers,
> Alan
> 
> > 
> > Louis
> > 
> > 
> > 
> 
> 

Thanks! I'm studying your code.

Louis




Re: memoir-titlepages.lyx

2010-02-15 Thread Louis A. Turk
Hi Charlie,

On Mon, 2010-02-15 at 13:46 +1100, M-L wrote:
> On Mon, 15 Feb 2010 08:14:27 +0800 "Louis A. Turk"
>  shared this with is all on the Lyx users
> list:
> 
> >Hi fellow lyx users,
> >
> >I have the body of a book formatted beautifully with lyx using the
> >Memoir Class, but I'm having many problems formatting the front matter.
> >The first page is blank (is this normal?), the even numbered folios are
> >missing, and there is one too many pages between the front matter and
> >main body.
> >
> >http://wiki.lyx.org/LyX/UsingMemoirInLyX links to the following two
> >documents that are supposed to help, but for some reason I can't get
> >them to download. And I haven't been able to find them anywhere else.
> >
> >http://www.unet.univie.ac.at/~a0303098/public/lyx/memoir-titlepages.lyx 
> 
> Just for reference can download the .pdf version of the above, so
> wonder what might be the problem for you? 
> 
> As for the one above, the LyX file: just copy it into a plain text
> editor save it with the .lyx extension and then open it in LyX and view
> it as a .pdf document if you wish.
> 
> Hope that helps,
> Charlie

Thanks for responding. But I still can't download either document. The
server times out. And I've tried probably 50 times.

Louis 




Re: change subject alignment in letter koma-script v.2

2010-02-15 Thread Jean-Marie Pacquet

Le 14/02/2010 22:49, Giovanni Bacci a écrit :

   domenica 14 febbraio 2010, 22:26, Jean-Marie Pacquet:

   

Default subject (i.e. beforeopening and untitled) is left justified.
Only the title (if selected) is centered. This can be seen on figure
6.1: Schematic of letter paper's pseudo lengths.
So I don't really understand your request: do you want the title to
be left justified?
 

   I've attached an example. As you can see, setting
subject=afteropening cause the object to be centered in the page. What
i'd like to have is a left-aligned subject line, exactly as it's with
subject=beforeopening
   
You are right and I don't know how to change that within Lyx. The Latex 
gurus may have a solution.

--
jmp


problem_with_hypcap_and_figure_environment

2010-02-15 Thread Kamran SHAFQAT

Hi,

I using lyx1.6.5 with miktex 2.7. I have redefine the figure environment 
so that all the figure are automatically  centred on the page using the 
following code


\renewenvironment{figure}[1][\...@figure]{%

\ed...@tempa{\noexpand\@float{figure}[#1]} %

\...@tempa\centering%

}{%

\...@float

}


while this works fine but I am having problem with hycap now because of 
the redefinition. I can't use hypcap after these statements it gives error



TeX capacity exceeded, sorry [input stack size=5000].

and when hypcap is used before the environment definition than it 
doesn't work. The figure links just show the figure caption not the 
figure as it suppose to do.


any idea how this could be solved. Thanks for the help.


Regards,
Kamran


EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon
I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. I have a
document with PDF and EPS files for figures. The preview shows both, but when I
try "View -> PDF (pdflatex)" the resulting PDF file only includes the PDF
images, and the EPS files show up as empty boxes with nothing inside.

If I export to PostScript and view the *.ps file, the PDF and EPS graphics all
show up fine.

Any idea why this is happening with PDF?


Thanks.

Todd



Re: EPS files not displaying in PDF

2010-02-15 Thread Paul Rubin
Todd Salamon  writes:

> 
> I am running Lyx 1.5.7 on Windows XP SP2 with MiKTeX 2.5 installed. I have a
> document with PDF and EPS files for figures. The preview shows both, but when 
> I
> try "View -> PDF (pdflatex)" the resulting PDF file only includes the PDF
> images, and the EPS files show up as empty boxes with nothing inside.
> 
> If I export to PostScript and view the *.ps file, the PDF and EPS graphics all
> show up fine.
> 
> Any idea why this is happening with PDF?
> 

First question:  do you have ImageMagick installed?  LyX will try to convert EPS
files to PDF for inclusion in a PDF document, and it will need ImageMagick to do
so.  (See the Embedded Objects manual for details.)

/Paul






Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon

I have ImageMagick 6.2.9 Q16 installed.

Todd






Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon


I just tried updating to ImageMagick 6.5.9-5-Q16 and that didn't make any
difference.

Todd

P.S. FYI - in the process of installing Lyx there was an error related to
writing a file. Any of the "..." below are too long for me to write.

Error opening file for writing:

MiKTeX 2.5SystemAdmin yesPowerUser noSharedSetup BinDir... binOS... Root0...
Root1... Root2... UserData... UserConfig... fndb0... fndb1... fndb2... 
fndbmpm C\Documents and Sett\dvipost.sty

I had the option of choosing "Abort", "Retry" and "Ignore". "Retry" would give
the same error, so I went ahead with "Ignore".









Re: EPS files not displaying in PDF

2010-02-15 Thread Paul Rubin
Todd Salamon  writes:

> 
> 
> I have ImageMagick 6.2.9 Q16 installed.
> 

What happens if, in a command window (DOS prompt), you run 'convert whatever.eps
whatever.pdf' against one of your EPS files?  I'm wondering if maybe there's
something in them that is causing ImageMagick heartburn.

/Paul



Re: EPS files not displaying in PDF

2010-02-15 Thread Todd Salamon

The convert command does work ok. I went ahead and tried

convert filename.eps filename.pdf

The PDF is a bit grainy and unresolved, but there is definitely an image there,
whereas in the document it's an empty bounding box.

I also tried opening filename.eps in Adobe Illustrator and it complained about
the following fonts

CMMI7:
  Default font substituted for missing font.

and the same message for CMR7, CMSY7, CMMI10.

My colleagues is running Lyx 1.5.xx, with MiKTeX 2.7, and he doesn't seem to
have an issue with creating the PDF.

Todd







Re: EPS files not displaying in PDF

2010-02-15 Thread M-L
On Mon, 15 Feb 2010 22:26:20 + (UTC) Todd Salamon
 shared this with is all on the Lyx users
list:

>The convert command does work ok. 

This is probably of no consequence, but I specified that the Gimp
should be used in LyX and it worked a treat. However the Gimp is a bit
of overkill if you're not using it anyway for most other things.

Just a thought.
Charlie
-- 
Registered Linux User:- 329524
***
To have done anything just for money is to have been truly
idle. ...Henry David Thoreau

***
Debian GNU/Linux - just the best way to create magic
___


Re: EPS files not displaying in PDF

2010-02-15 Thread Liang

compile it using PS method, not dvi

Liang


M-L wrote:

On Mon, 15 Feb 2010 22:26:20 + (UTC) Todd Salamon
 shared this with is all on the Lyx users
list:

  
The convert command does work ok. 



This is probably of no consequence, but I specified that the Gimp
should be used in LyX and it worked a treat. However the Gimp is a bit
of overkill if you're not using it anyway for most other things.

Just a thought.
Charlie
  




Incremental Search in Lyx

2010-02-15 Thread willie.zeng
Hi fellow lyx users,

Is there a way to do the incremental search in the Lyx editor (just like the
Emacs style)?

Sincerely,
Weiliang Zeng