language other than english

1999-08-29 Thread Aleksandr Konstantinov

  Hello.

I'm having problem trying to use russian language with LyX.  It looks
like I need
/usepackage[koi8-r]{inputenc} before /usepackage{babel} but how to make
LyX
to put something other than /usepackage[latinX]{inputenc}? Is it any way

to customize
encoding name ? The same is for font encoding. Can LyX use anything
other than T1 ?
Or maybe there is a way to control where user preamble will be put ?
Or should I patch LyX ? (wouldn't want to reinvent bicycle)

   Thanks in advance.


A. K.





Re: language other than english

1999-08-30 Thread Aleksandr Konstantinov



Lars Gullik Bjønnes wrote:

> Aleksandr Konstantinov <[EMAIL PROTECTED]> writes:
>
> What happens if you set Encoding to default, and language to default,
> and then enter:
>
> \usepackage[koi8-r]{inputenc}
> \usepackage{babel}
>
> In the preaamble?

   Thanks. It works.

> You should also put "russian" in the extra options box in
> Layout->Document
>
> I think we should add some new input encoding so the popup.

  Sorry if this is wrong, but maybe this could be made user-defined (list
defined in config file or edit boxin Encoding )



A.K.



unsupported languages

2000-05-08 Thread Aleksandr Konstantinov

Hello

 I think LyX is great. But I'm missing few features (I'm using LyX
1.1.4fix3).
 I need to write in language not suppoted by standard babel
(lithuanian). 
 So I added nonstandard language to babel package on my computer.  
Unfortunately LyX has all languages and input encodings compiled in.
Are any plans to add such feature ?  
I made a patch (attached below) to make possible to add languages and
input encodings in configuraton file with commands
/add_language language
/add_input_encoding input_encoding
but not sure if this doesn't violate spirit of LyX in some way ?

Another feature I'm missing is support for multilanguge documents 
(something what would automatically change screen fonts and 
add /selectlanguage into tex file). Are there any plans for such feature
?

  Thanks for any answer

  Sorry for bad english.


A.K.
 lyx_add_language.patch


Integral subscripts - how to ?

2000-06-10 Thread Aleksandr Konstantinov

Hello, All.

  My knoweldge of latex is poor. So I'm sorry if this question looks
stupid.
When in LyX I put subscripts and superscripts after sign of summation ,
in final outpup I get then below and above that sign (for display
equation, of course).
But when I use subscript/superscript after integral sign - they are
lowered/rised and put
to the right of integral.
 How can I make them appear below/above the sign ? 
 How can I make my own sign with behavior like summ sign ?

Thanks in advance.

A.K.



Re: Integral subscripts - how to ?

2000-06-12 Thread Aleksandr Konstantinov

> > When in LyX I put subscripts and superscripts after sign of summation ,
> > in final outpup I get then below and above that sign (for display
> > equation, of course).
> > But when I use subscript/superscript after integral sign - they are
> > lowered/rised and put
> > to the right of integral.
> >  How can I make them appear below/above the sign ?
> >  How can I make my own sign with behavior like summ sign ?
> 
> remeber that super/supscript always appear, when your formula
> is in a textline. this differs from displaying in lyx-window, where
> they are always above and below.
Actually, in LyX window for integral sign they appear to rhe right(like
superscript/subscript) , not below/above both for display and inline
equations.
> are you sure, that you have chosen displaymath for both?
> 
 Yes, I am.
Could You, please,look at example file I attached (lyx and ps , dvi
looks the same as ps).

I'm using 
  Linux 2.2.9, 
  LyX 1.1.4fix3, 
  tetex - TeX (Web2C 7.3beta6)3.14159 kpathsea version 3.3beta6



  Thanks for reply.



A.K.
 newfile.lyx
 newfile.ps


Re: Integral subscripts - how to ?

2000-06-12 Thread Aleksandr Konstantinov

> \limits   <-- for limits above/under
><-- end for command limits
> ^12   <-- above limit 12
> _0<-- down limit 0

 Thanks a lot.


A.K.



Re: Integral subscripts - how to ?

2000-06-13 Thread Aleksandr Konstantinov

> as an alternative you might want to use LyX's internal math-limits
> command, which is bound to "M-m l" for my installation. Just put the
> cursor in front of the integral sign, press Meta-m l and see the limits
> swap their position...

I feel stupid, I just found this in User Guide - I must RTFM. 
But I still 1 question, How to make any symbol of my choice to 
behave in that way ?


A.K.



Re: Integral subscripts - how to ?

2000-06-13 Thread Aleksandr Konstantinov

> \sum \int \oint \prod \coprod
> 
> the following are in bigsize too:  e.g. \bigoplus
> \cap \cup \sqcup \vee \wedge \odot \otimes \oplus \uplus
> 
> for \sum and \prod there is a \nolimits, if you prefere
> the limits as super/supscript.
> 
 Sorry, I wasn't clear . I mean, how can I put limits above/below 
any arbitrary symbol ? Something like this:

 12
my_operator
 i=0

A.K.



Re: Lyx and PS export from StarOffice

2000-07-04 Thread Aleksandr Konstantinov

Fred C wrote:
> I tried to copy/paste that Starcalc graphic into Stardraw to eventually
> export it in Postscript but the result could neither be opened by Gimp
> nor by Ghostview :-((

  Hello.

What version of ghostscript do you use (gs -v) ?
I had similar problem with staroffice postscripts and gs5.x . 
I had to downgrade it to gs4.03 .
Maybe it's fixed in 6.x . I didn't try yet.


A.K.



Floats vertical placement

2000-08-05 Thread Aleksandr Konstantinov

Hello

  I have problem trying make picture floats in my text look pretty. 
I put them mostly at dedicated pages (using [p]). It look ok if
page is filled. But when, for example, I have 3 pictures to place on two 
pages they are put 2 on first and 1 on second. Last picture is centered
vertically on page. When those two pages are viewed simultaneously it
looks
ugly. 
 I looked for solution foe whole day and found nothing (probaly looking
in wrong
place). Is it any way to make floats not vertically centered ?

 I understand, my questionis is more about Latex than Lyx, so sorry.

Thanks in advance.


A.K.



Call for feature

2000-09-04 Thread Aleksandr Konstantinov

Hello, All.

 I finally moved from lyx-1.1.4 to lyx-1.1.5fix1  and liked it very
much.
 Especially I liked the possibility to create multilingual documents.
But
this feature is not full without possibility to change inputencoding as
well.
Is it possible to include such feature in upcoming version ? 
For 1.1.5 i can suggest the patch to add this feature and also to
provide the 
possibility to add more encoding and languages than precompiled in LyX.



A.K.



Itemize in Enumerate, how to ?

2000-10-24 Thread Aleksandr Konstantinov

Hello


 I want to write following in LyX (using lix1.1.4):


 1. Enumerated string 1
  * Itemized string 1  
  * Itemized string 2
Continuation of enumerated string 1
 2. Enumerated strig 2
...

But can't find how. Can anybody help me ?


Thanks in advance.


A.K.



Re: what about T2 fonts?

2000-10-25 Thread Aleksandr Konstantinov

> Just starting with LyX and LaTex , I learned for T2 font package that allows using 
>of cyrillic fonts.


AFAIK cyrilic works well even without T2 (I use it in that way). Am I wrong ?  


> There was not difficult to make simple tex file using this package an to print a 
>good optput page with
> cyrillic text on it. Could I do it with LyX?



[Fwd: Spelling mistake - 3rd attempt]

2000-10-26 Thread Aleksandr Konstantinov

 


On Thu, 26 Oct 2000, you wrote:
> > the document using figure-floats. The captions look like "Figure 3.4:" on
> > screen, but when printed, they all come out "Fogure 3.4:", etc. This is
> 
>  Are You sure You did not redefine \thefigure or \caption command ?
> 
>  Don't You use some brain-damaged package ?
> 
>  Does it happen if You just create plain new file and insert floating figure in
> it ?
> 
>  Isn't Your latex instalation broken ?
> 
> 
> 
> A.K

Thanks for the suggestions. I probably would have found it if I'd continued
digging, but it was 11pm and I was getting a bit stressed. The problem is with
the 'report' class, and is a typo in report.cls under the latex/base directory.
Who should I inform? I can't post to the list at the moment, so perhaps you
could psas this on...

Thanks again,

Dave.





Re: Suitable vector graphics program?

2001-01-04 Thread Aleksandr Konstantinov



James Sinnamon wrote:

> I feel as if I am at my wit's end trying to find a vector drwaing
> program which allow me to create drawings which I can export as eps
> files for
> inclusion in a LyX document.  I may have no alternative, but to use
> xfig, but it seems
> very unwieldy and it seems to take me forever to draw anything.

I like tgif.
http://bourbon.cs.umd.edu:8001/tgif/



A.K.