Re: add image in chapter title page

2016-08-14 Thread Michael Berger


On 08/15/2016 03:37 AM, edu Gpl wrote:


Thank you
But when i added the image. It's appeare in new page. Not in the 
chapter title page.

I used lyx2.2 with koma-script.

Regards


بتاريخ ١٤‏/٠٨‏/٢٠١٦ ٦:٠٩ م، كتب "Michael Berger" >:



On 08/14/2016 03:19 PM, edu Gpl wrote:

please how i can add image in the chapter title page
(koma-script):
my book:

https://sourceforge.net/projects/ohodquizgame/files/Books/Physics.pdf/download



the source:

https://sourceforge.net/projects/ohodquizgame/files/Books/physics_lyx_2.2.zip/download



regards

I am not very sure if I understand what you mean.
You may try this:

Put the cursor on the page in question at the point you want to
insert the image,
Then > Insert > Graphics the LyX Graphics Menu lets you browse for
the image to be inserted,
Fill in the scale percentage you think should fit nicely (e.g.
45%) and confirm

You can later adjust the size by right-klicking on the image then
left-klick Settings and rescale.

Hope that helps,
Michael


Please, always cc to the list!
Could the image be too large to fit onto that respective page?
Works here in KOMA-Script Book and should equally well work in any other 
document (KOMA-) class

Michael

PS: what exactly do you mean by a "_chapter_ title page" ?



Re: some symbols in Lyx 2.2.0 throw error

2016-08-14 Thread Richard Heck
On 08/14/2016 08:24 AM, Michael Berger wrote:
>
> Dear Lyx friends,
>
> in Lyx 2.1 I could use e.g. '\HandRight' in an ERT box to produce this
> symbol  ☞
>
> but in Lyx 2.2.0 I get an errorwhile other symbolse.g.
> '\textcopyright' just  work as before.
>
> How can one identify which symbols from the comprehensive list of
> latex symbols do / do not work in Lyx 2.2.0 ?

If this is in ERT, then the issue is with LaTeX. You may need to load
some package manually that was, for some reason, being loaded
automatically in 2.1.x.

Richard



Re: pseudocode

2016-08-14 Thread Richard Heck
On 08/14/2016 07:43 AM, Kiuhnm wrote:
> Hello,
>
> I'd like to insert some pseudocode in my paper using my own style. For
> instance, I don't like "endwhile", "endif", and similar.
> Here's an example of what I'd like (use a monospaced font):
>
>   for $I_1$:
> for $I_2$:
>   $X_{I_1}\leftarrow 
>
> I usually use the enumerate environment (with the enumitem module) for
> this but this time I got the error "nested too deep". And, frankly,
> enumerate is not very convenient for algorighms because one needs to
> change the spacing, hide the labels, etc...
>
> Basically, I just need a way to indent lines the way I like and be
> able to use math.

Doesn't the listings environment allow this?

Richard



Re: Reset review toolbar

2016-08-14 Thread Guillaume Munch

Le 14/08/2016 à 11:39, racoon a écrit :

Hi,

My review toolbar behaves strangely. It does not disappear when I stop
tracking changes even though it is set to auto and in default.ui I have

"review" "auto,review,top".

It is always visible. Setting it to

"review" "auto,math,top"

Makes it toggle automatically with math. But I can't get it to toggle
with track changes. I remember that the behavior started after I moved
the toolbar to the left of the work area.

Is there a way to reset the toolbar somehow? Deleting the line does not
seem to do the trick.




Hi, which version? In 2.3 the toolbar now stays as long as there are
tracked changes in the document (long standing requested feature).




Re: Open new window

2016-08-14 Thread Scott Kostyshak
On Sun, Aug 14, 2016 at 12:28:30PM +0200, racoon wrote:
> Hi,
> 
> I have the option "Open documents in tabs" enabled. However, from time to
> time I would like to open a file in a new window. Is there a command to open
> a new LyX window from within LyX?

File > New Window

or: window-new

Scott


signature.asc
Description: PGP signature


Re: Open new window

2016-08-14 Thread Kornel Benko
Am Sonntag, 14. August 2016 um 12:28:30, schrieb racoon 
> Hi,
> 
> I have the option "Open documents in tabs" enabled. However, from time 
> to time I would like to open a file in a new window. Is there a command 
> to open a new LyX window from within LyX?
> 
> Daniel

What about File->New Window ?

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: add image in chapter title page

2016-08-14 Thread Michael Berger


On 08/14/2016 03:19 PM, edu Gpl wrote:

please how i can add image in the chapter title page (koma-script):
my book:
https://sourceforge.net/projects/ohodquizgame/files/Books/Physics.pdf/download

the source:
https://sourceforge.net/projects/ohodquizgame/files/Books/physics_lyx_2.2.zip/download

regards

I am not very sure if I understand what you mean.
You may try this:

Put the cursor on the page in question at the point you want to insert 
the image,
Then > Insert > Graphics the LyX Graphics Menu lets you browse for the 
image to be inserted,
Fill in the scale percentage you think should fit nicely (e.g. 45%) and 
confirm


You can later adjust the size by right-klicking on the image then 
left-klick Settings and rescale.


Hope that helps,
Michael


add image in chapter title page

2016-08-14 Thread edu Gpl
please how i can add image in the chapter title page (koma-script):
my book:
https://sourceforge.net/projects/ohodquizgame/files/Books/Physics.pdf/download

the source:
https://sourceforge.net/projects/ohodquizgame/files/Books/physics_lyx_2.2.zip/download

regards


some symbols in Lyx 2.2.0 throw error

2016-08-14 Thread Michael Berger

Dear Lyx friends,

in Lyx 2.1 I could use e.g. '\HandRight' in an ERT box to produce this 
symbol☞


but in Lyx 2.2.0 I get an errorwhile other symbolse.g. '\textcopyright' 
just work as before.


How can one identify which symbols from the comprehensive list of latex 
symbols do / do not work in Lyx 2.2.0 ?


PS: the hand symbol is neither listed in > Insert > Special characters > 
Symbols nor is it found under

> View > Toolbars ... Other Toolbars

Thanks for any help,
Michael


pseudocode

2016-08-14 Thread Kiuhnm

Hello,

I'd like to insert some pseudocode in my paper using my own style. For 
instance, I don't like "endwhile", "endif", and similar.

Here's an example of what I'd like (use a monospaced font):

  for $I_1$:
for $I_2$:
  $X_{I_1}\leftarrow 

I usually use the enumerate environment (with the enumitem module) for 
this but this time I got the error "nested too deep". And, frankly, 
enumerate is not very convenient for algorighms because one needs to 
change the spacing, hide the labels, etc...


Basically, I just need a way to indent lines the way I like and be able 
to use math.


Kiuhnm



Reset review toolbar

2016-08-14 Thread racoon

Hi,

My review toolbar behaves strangely. It does not disappear when I stop 
tracking changes even though it is set to auto and in default.ui I have


"review" "auto,review,top".

It is always visible. Setting it to

"review" "auto,math,top"

Makes it toggle automatically with math. But I can't get it to toggle 
with track changes. I remember that the behavior started after I moved 
the toolbar to the left of the work area.


Is there a way to reset the toolbar somehow? Deleting the line does not 
seem to do the trick.


Daniel



Open new window

2016-08-14 Thread racoon

Hi,

I have the option "Open documents in tabs" enabled. However, from time 
to time I would like to open a file in a new window. Is there a command 
to open a new LyX window from within LyX?


Daniel



Re: problem with creating layout file for some class

2016-08-14 Thread Bieniasz Leslaw
I am attaching also the LyX file.
Leslaw

> On 08/13/2016 02:17 PM, Bieniasz Leslaw wrote:
>> Thank you. I did as you suggested, and there is some progress, as the
>> title
>> is now visible in the pdf file, but some other details (abstract, author
>> names, addresses, etc.) are still wrong. I am attaching the
>> ijnam.tex file which is compiled to the seemingly correct
>> ijnam_TexWorks.pdf
>> file (also attached) when using TexWorks, and the result of compiling
>> using LyX (file ijnam.pdf).
>
> Can you also post whatever LyX file you are trying to use?
>
>> PS. Is there any way to view messages in the list via www, as this was
>> possible some time ago? The links indicated in your (LyX) web pages do
>> not work.
>
> Will this
> https://www.mail-archive.com/lyx-users@lists.lyx.org/
> do?
>
> Richard
>
>



ijnam.lyx
Description: application/lyx