Search found 9 matches

by kvaso
Thu May 02, 2013 3:47 pm
Forum: LyX
Topic: subimages - one below another
Replies: 2
Views: 4196

subimages - one below another

Hi,
could you help me to place subimages one below another? By default all subimages are placed side by side, but I need to place them below each other.

thanks a lot
by kvaso
Wed Aug 29, 2012 2:42 pm
Forum: Page Layout
Topic: not enough space for chapter
Replies: 8
Views: 4198

Re: not enough space for chapter

thanks a lot - the wonderful world of latex keeps me amazed all the time :D
by kvaso
Wed Aug 29, 2012 2:21 pm
Forum: Page Layout
Topic: not enough space for chapter
Replies: 8
Views: 4198

not enough space for chapter

needspace looks like it is what I want, but is there any way, how to define it once in preamble, so I don't need to use needspace before each section?

thanks a lot
by kvaso
Wed Aug 29, 2012 1:38 pm
Forum: Page Layout
Topic: not enough space for chapter
Replies: 8
Views: 4198

Re: not enough space for chapter

unfortunately I am not able to create an example of this behaviour...
but here is a sample document with my preamble and it shows what I want to change in latex settings - there is a section with only 2 lines of content and then a page break
by kvaso
Wed Aug 29, 2012 1:11 pm
Forum: Page Layout
Topic: not enough space for chapter
Replies: 8
Views: 4198

Re: not enough space for chapter

yes, sorry - I meant section
by kvaso
Wed Aug 29, 2012 12:59 pm
Forum: Page Layout
Topic: not enough space for chapter
Replies: 8
Views: 4198

not enough space for chapter

Hi,
sometimes happens to me, that a chapter title is at the very bottom of the page and the content of the chapter is on the new page.
This does not look nice. Is there any way, how to tell latex to move the whole chapter to the new page, if there is not enough space in the current page?

I can use ...
by kvaso
Sun Apr 24, 2011 5:38 pm
Forum: Text Formatting
Topic: change appendix label
Replies: 3
Views: 18659

change appendix label

my fault...

I just need to read better - you hava already written that
Stefan_K wrote:After loading babel by \usepackage{babel}, use this line for modifying the appendix name:
thanks again
by kvaso
Sun Apr 24, 2011 5:36 pm
Forum: Text Formatting
Topic: change appendix label
Replies: 3
Views: 18659

Re: change appendix label

unfortunately I can't make it work
could you please give a your working example :)

I've put it right after \appendix command
(I am using code I provided earlier, so English is used)
thx
by kvaso
Sun Apr 24, 2011 4:52 pm
Forum: Text Formatting
Topic: change appendix label
Replies: 3
Views: 18659

change appendix label

Hi,
could you please help me, how to rename appendix label?
e.g.:
Appendix A This is my appendix chapter
into
MyAppx A This is my appendix chapter

(there is some weird Slovak translation of word appendix, so I want to change it)

thanks a lot

working example:
\documentclass[oneside,english ...