Rotated multirow table cell

2008-06-25 Thread D . Zorig
Hello LyX users,

Is there anyway to have rotated text span multiple rows in LyX?
90° rotated text should span multiple rows in a table.
I tried ERT
\multirow{2}{2cm}{text} then make the cell rotate 90° but didn't get it to
work.

Thank you in advance for your suggestions and solutions.


Zorigtkhuu Davaanyam


Re: How reduce number of hyphenation per page

2008-06-01 Thread D . Zorig
RH, thank you for your help.  The language is Russian.  There are quite a
lot of long words. I have tried different numerical arguments and following
seems to work well in my case.
\hyphenpenalty=2000

\exhyphenpenalty=2000

\sloppy


Do you know any way to mix different paper formats?  My document is A4 paper
size but I need a few pages of A3 paper format for large flowsheet diagrams.

Kind regards,

Zorig

On Fri, May 30, 2008 at 10:33 PM, rgheck <[EMAIL PROTECTED]> wrote:

> D.Zorig wrote:
>
>> Hi all,
>>
>> I'm using LyX 1.5.5 on Windows XP.  My document has utf8 encoding and
>> Cyrillic font.  I'm getting about 10 hyphenation per page and doesn't look
>> pretty.  Unfortunately microtype package doesn't work with Cyrillic font.
>> So no protrusion and expansion available.
>> By googling, I got a understanding that hyphenation could be controlled
>> with
>> following commands. But I can't find their definition.
>> \hyphenpenalty=
>> \exhyphenpenalty=
>> \righthyphenmin=
>> \lefthyphenmin=
>> \emergencystretch=
>> \tolerance=
>> I don't want to completely turn off hyphenation just reduce the number of
>> hyphenation per page.  I don't want to leave just 2 or 3 letters on the
>> upper line and hyphenate.  Preferably just stretch spaces or justify such
>> line.
>>
>>
>>
> These commands all just take numerical arguments. Usually something like
> 1 makes it impossible. So
>
> \hyphenpenalty=1
>
> would basically make hyphentation impossible. It seems to default to 50, so
> increasing it to 100 ought to give you fewer hyphens.
>
> That said, is your page narrow relative to your font size? Or something
> along those lines? Or are you using a lot of big words?
>
> rh
>
>


How reduce number of hyphenation per page

2008-05-29 Thread D . Zorig
Hi all,

I'm using LyX 1.5.5 on Windows XP.  My document has utf8 encoding and
Cyrillic font.  I'm getting about 10 hyphenation per page and doesn't look
pretty.  Unfortunately microtype package doesn't work with Cyrillic font.
So no protrusion and expansion available.
By googling, I got a understanding that hyphenation could be controlled with
following commands. But I can't find their definition.
\hyphenpenalty=
\exhyphenpenalty=
\righthyphenmin=
\lefthyphenmin=
\emergencystretch=
\tolerance=
I don't want to completely turn off hyphenation just reduce the number of
hyphenation per page.  I don't want to leave just 2 or 3 letters on the
upper line and hyphenate.  Preferably just stretch spaces or justify such
line.

Thank you in advance for you help.

-- 
Zorigtkhuu Davaanyam


Float placement

2008-05-19 Thread D . Zorig
Hi all,

I'm trying to place a float on top of next page (I'm using default
placement).  But what I get is a page with float vertically centered.
By reading Embedded objects manual I understood that if a float occupies
more than 70% of the page then float is placed alone on the next page
vertically centered which I'm getting now. But if I write following command
in my preamble the float should be placed on top of next page. Is my
understanding correct?
\renewcommand{\bottomfraction}{0.5}

\renewcommand{\topfraction}{1}


My float occupies about 80% of the page so I want some text to continue on
the bottom 20% of the page.

When I change default placement to Top of Page the float is placed 10 pages
later and still vertically centered.

What am I missing?  Please suggest a solution for me.  Thank you very much
in advance.

-- 
Zorigtkhuu Davaanyam


Aspell Russian Dictionary corrupt

2008-05-13 Thread D . Zorig
Hi all,

Has anyone tried to install Aspell Russian Dictionary with standard
installation of LyX 1.5.5 on Windows XP?
After downloading the russian spellchecker the following error message
appears.

The installer you are trying to use is corrupted or incomplete.
This could be the result of a damaged disk, a failed download or a virus.
You may want to contact the author of this installer to obtain a new copy.

It may be possible to skip this check using the \NCRC command line switch
(NOT RECOMMENDED)

-- 
Zorigtkhuu Davaanyam


Period after chapter number

2008-05-13 Thread D . Zorig
Hi all,

How do you place a period after a chapter number and section number.
I'm using KOMA script book class.  The default is
# Chapter heading
#.# Section heading

What I need is
#. Chapter heading
#.#. Section heading

Thank you in advance for your help.



-- 
Zorigtkhuu Davaanyam


Homepage error

2008-05-11 Thread D . Zorig
Hi all,

Has anyone experienced following by trying to load Lyx homepage?  Or is it
just from where I'm.

*Fatal error*: Call to undefined function news_data() in *
/home/lyx/www/www-user/test/pmwiki/cookbook/LyX/news.php* on line *28*

I wanted to try new LyX 1.5.5.
-- 
Zorigtkhuu Davaanyam


Again table caption issue

2008-04-27 Thread D . Zorig
Hi all,

I'm sorry to keep bothering with same issue.
With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
label and centered caption text in the next line with following code.

\usepackage{caption}

\DeclareCaptionFormat{custom}{\raggedleft\bfseries#1\par\centerlast\slshape#3\par}

\captionsetup[table]{format=custom}


But I couldn't change fonts of caption label to bold and caption text to
slanted as it supposed to.
I tried KOMA Script book class' own

\setkomafont{captionlabel}{\bfseries}

but couldn't get it change.
It doesn't give any error just doesn't change font.
I tried using regular book class but it didn't help.
What could cause caption font being so stubborn?

Thank you in advance
-- 
Zorigtkhuu Davaanyam


Table caption label customization

2008-04-25 Thread D . Zorig
Hi all,

I've read KOMA Script manual.  But I couldn't figure out how to customize
table caption.
Now I understand table caption consists of following four parts.
1. Caption label
2. Caption number
3. Caption delimiter
4. Caption text

I want to leave figure captions as they are and change table captions to
have right aligned Caption label with number but without delimiter and page
break then centered caption text.
\setcapindent*{xindent} produces page break and indentation.
\renewcommand*{\captionformat}{~} gets rid of delimiter which was colon.
\setcapwidth[justification]{width} is used to change caption text alignment.
But I think it changes figure and table and I have set width each time.

Please help me on this.
Thank you in advance.


-- 
Zorigtkhuu Davaanyam


Russian style custom table heading

2008-04-24 Thread D . Zorig
Hi all,

In KOMA Script book, table headings are like following.
Table #.#: Table heading
But in most Russian language books are like following.
Table #.#
Table heading
How can I customize such behavior in LYX?
Thank you in advance for solutions.

Respectfully,

-- 
Zorigtkhuu Davaanyam


Copy and paste from MS Word

2008-04-22 Thread D . Zorig
Hi all,

How can I copy and paste from MS Word file to LYX while preserving paragraph
breaks.  I'm going to copy and paste 308 page MS Word file to LYX 1.5.4 and
put the formatting back in.  When I copy and paste from MS Word to LYX
paragraph breaks gets lost and I have to find paragraph ends and hit enter
in LYX that is too much work it seems.

Thanks in advance.

-- 
Zorigtkhuu Davaanyam


Help with part name indentation in TOC

2007-10-01 Thread D . Zorig
Hi all,

Please help me with TOC.  I have 2 rows of Part name (ctrl+enter). But in
pdf output 2nd row of part name is not indented to align with first row.
Multiple row Chapter names are indented and aligned just fine.  How can I
have multiple row part name indented and aligned in TOC.  In DVI output
multiple row part and chapter name are shown in one row in TOC.
I have Lyx 1.5.1, MikTex 2.6 on Windows XP Pro.
Thank you in advance for your help.

-- 
Zorigtkhuu Davaanyam