/common.am:11: USE_INCLUDED_BOOST does not appear in AM_CONDITIONAL
P.S.
lyx from branch 1.3.x
--
Lav
Vitaly Lipatov
Saint Petersburg
GNU! ALT Linux Team! LaTeX! LyX!
not know about it.
Thank you for explain.
--
Lav
Vitaly Lipatov
Saint-Petersburg
GNU! ALT Linux Team! LaTeX! LyX!
On 8 ÑÑ 2004 19:46, Lars Gullik BjÃnnes wrote:
> Are you sure you don't want to try a 1.31 release candidate
> instead... :-)
>
> I could apply that in about five minutes ...
>
> Or.. I'll just do the 1.30.2 for now...
Tell me please,
can I build LyX without insided boost? I'd like to use syste
Please add in lib/doc/TOP_top attached file
--
Lav
Vitaly Lipatov
GNU! ALT Linux Team! LaTeX! LyX!
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language russian
\inputencoding koi8-r
\fontscheme default
\graphics default
\paperfontsize
lyxerr[Debug::GRAPHICS]
<< "\tchanged to: " << temp_file << endl;
--
Lav
Vitaly Lipatov
GNU! ALT Linux Team! LaTeX! LyX!
Can anyone see at my patch for latex2rtf support?
It is attached.
--
Lav
Vitaly Lipatov
GNU! ALT Linux Team! LaTeX! LyX!
--- /home/lav/RPM/BUILD/lyx-1.3.3/lib/configure.m4 2003-09-30 23:55:17 +0400
+++ lib/configure.m4 2003-10-06 03:07:02 +0400
@@ -219,8 +219,16 @@
SEARCH_PROG([for the
I have a trouble with open files named in my local charset
(ru_RU) and made a patch for it.
Now I can open file with non-latin1 filenames.
Check attached patch, please.
--
Lav
GNU! ALT Linux Team! LaTeX! LyX!
--- FileDialog.C.orig 2003-10-01 02:53:46 +0400
+++ src/frontends/qt2/FileDialog.C 2003
I can't build new lyx.
If case
test -f xfonts/PSres.upr && $(INSTALL_DATA) xfonts/PSres.upr
fails in lib/Makefile (file PSres.upr) does not exist, build rpm
fails too.
Any suggestions?
Will I add "|| true" to this line?
--
Lav
GNU! ALT Linux Team! LaTeX! LyX!
Please commit update of russian translation for LyX 1.3.1
File ru.po.bz2 is attached.
--
Lav
GNU! ALT Linux Team! LaTeX! LyX!
ru.po.bz2
Description: BZip2 compressed data
On Воскресенье 15 Декабрь 2002 14:57, Juergen Spitzmueller wrote:
> Vitaly Lipatov wrote:
> > Please pay attention for incorrect letters in discussed
> > screenshot. I underlined such letters in attached file.
>
> Vitaly,
> can you dig a bit further if and which characte
Why anyone does not interesting in
automatic encoding selecting when LyX is configuring?
:(
-- Forwarded Message --
Subject: Patch for cyrillic locale
Date: þÅÔ×ÅÒÇ 05 äÅËÁÂÒØ 2002 03:07
From: Vitaly Lipatov <[EMAIL PROTECTED]>
To: LyX developers <[EMAIL PROTECTED]&g
On Четверг 12 Декабрь 2002 23:42, Juergen Spitzmueller wrote:
> Kornel Benko wrote:
> > Yes I knew this. I am regularly testing with both frontends.
> > I was answering to Johns: "...and qt shows '?'"
> > which in my case is not valid.
>
> I have similar experiences. In xforms, ru_intro is displaye
On Четверг 12 Декабрь 2002 23:42, Juergen Spitzmueller wrote:
> Kornel Benko wrote:
> > Yes I knew this. I am regularly testing with both frontends.
> > I was answering to Johns: "...and qt shows '?'"
> > which in my case is not valid.
>
> I have similar experiences. In xforms, ru_intro is displaye
On ЧеÑвеÑг 05 ÐекабÑÑ 2002 02:46, Lars Gullik Bjønnes wrote:
> Vitaly Lipatov <[EMAIL PROTECTED]> writes:
> | Hello,
> | I have checkout files CVS from Thu Dec 5 02:25:24 MSK 2002
> | autogen.sh produced too many errors until I do not comment
> | AM_FUNC_E
Hello,
Please commit ru.po for LyX 1.2.2 (BRANCH-1_2_X I hope :)
File is attached.
--
Lav
GNU! ALT Linux Team! LaTeX! LyX!
ru.po.bz2
Description: BZip2 compressed data
Hello,
I attached patch to configure script running when LyX
"reconfiguring".
It knowns Russia, Ukrainian have more than one locale with
various encoding in them. Attached patch do tuning LyX in
depends from user's locale setting. We is using it in ALT Linux
for two years and have not problem.
Hello,
I have checkout files CVS from Thu Dec 5 02:25:24 MSK 2002
autogen.sh produced too many errors until I do not comment
AM_FUNC_ERROR_AT_LINE
$ diff -urN gnome.m4.old gnome.m4
--- gnome.m4.old2002-12-01 15:56:22 +0300
+++ gnome.m42002-12-05 02:30:09 +0300
@@ -1701,7 +1701,7 @@
On 13 îÏÑÂÒØ 2002 01:00, John Levon wrote:
> On Tue, Nov 12, 2002 at 10:51:03PM +0100, Pierre-Olivier
Gaillard wrote:
> > Also, I use a Debian testing distribution so that my tools
> > should not be too old :
> >
> > automake (GNU automake) 1.4-p6
>
> It's too old. automake 1.5 required
If I have
Hello,
Please commit ru.po for LyX 1.2.1.
File is attached.
--
Lav
Vitaly Lipatov, Saint-Petersburg
GNU! ALT Linux Team! LaTeX! LyX!
ru.po.bz2
Description: BZip2 compressed data
Please add _() for vertical fill. It is not translated now.
--- /src/text.C.old 2002-10-05 00:55:04 +040
+++ src/text.C 2002-10-06 23:07:09 +0400
@@ -3281,7 +3281,7 @@
break;
}
case VSpace:: VFILL:
- str = prefix + " (vertical fill)";
+ str = prefix + _(" (vertical
Please pay attention for 'Greek' in the Math Panel.
It word have not to translate in this context. I think
following patch resolve the problem.
--- form_maths_panel.C.old 2002-10-05 21:21:28 +0400
+++ form_maths_panel.C 2002-10-06 22:31:07 +0400
@@ -37,7 +37,7 @@
fl_set_object_lalign(o
Hello!
Can you explain my in a couple words how
CharacterSet::encodeString planed to use?
I see it encoding input string from second column to first column
of .cdef file.
Why I see with lyx -dbg 64
Reading character set file iso8859-1.cdef
Chardef: 160 to [\nobreakspace{}]
I got following errors.
frontends/.libs/libfrontends.a(FormBase.o): In function
`FormBase::hide(void)':
/home/lav/work/maintain/LyX/lyx121/src/frontends/xforms/FormBase.C:169:
undefined reference to `fl_hide_tooltip'
frontends/.libs/libfrontends.a(FormBaseDeprecated.o): In function
`FormBase
When I try to compile LyX from CVS I get the error
"No rule to make target configure.in".
There is no configure.in in CVS!!!
What will I do?
--
Lav
GNU! ALT Linux! LaTeX! LyX!
On 18 éÀÎØ 2002 14:05, Jean-Marc Lasgouttes wrote:
> >>>>> "Vitaly" == Vitaly Lipatov <[EMAIL PROTECTED]> writes:
>
> Vitaly> When someone runs LyX built without it patch he see not
> Vitaly> correct characters on screen and Intro does not readable
On 16 éÀÎØ 2002 10:55, Herbert Voss wrote:
> Vitaly Lipatov wrote:
> > I try nest minipage environment in the table.
> > Then I set enumerate for one paragraph in minipage. Enumeration
> > print out of table cell on screen. In PostScript it seems normally.
>
> a
I try nest minipage environment in the table.
Then I set enumerate for one paragraph in minipage. Enumeration
print out of table cell on screen. In PostScript it seems normally.
--
Lav
GNU! ALT Linux! LaTeX! LyX!
On 15 éÀÎØ 2002 19:35, Vitaly Lipatov wrote:
> When someone runs LyX built without it patch he see not
> correct characters on screen and Intro does not readable.
Sorry again. This patch does some defaults setting for
cyrillic encoding koi8-r, cp1251, pt154...
How it does you can see in
When someone runs LyX built without it patch he see not
correct characters on screen and Intro does not readable.
See attached patch.
There is some addition for browsers search in this patch.
Now configure searchs only for netscape it is very restricted by my mind.
Sorry for my ugly English. :(
On 12 éÀÎØ 2002 19:54, Jean-Marc Lasgouttes wrote:
> >>>>> "Vitaly" == Vitaly Lipatov <[EMAIL PROTECTED]> writes:
>
> Vitaly> I think Andrew's patches is better than I sent you before
> Vitaly> release. I should like to remember about follo
needed fixes are
> Andrew> quite small, so I will attach them to this letter.
>
> Hello Andrew, and thanks for the fixes. First, I'd like to point out
> that we received before 1.2.0 release another set of fixes from Vitaly
> Lipatov and that it would probably be nice to me
Please commit attached update ru.po in CVS (and head branch too).
--
Lav
GNU! ALT Linux! LaTeX! LyX!
ru.po.bz2
Description: BZip2 compressed data
Hi!
Some patches for last cvs version of 1.2.0:
1. cyrillic.bind.patch (sorted cyrillic.bind)
2. insetquotes.patch for correctly draw << quotes >>
3. languages.patch adds support for kazakh and belarusian languages
and turn on input cyrillic letters (kbmap.C did not content support
for cyrillic pa
On 4 May 2002 17:31, Vitaly Lipatov wrote:
> I try to compile CVS version and get follow error
> g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../../boost
...
> /usr/include/sys/types.h:87: declaration does not declare anything
Sorry it is problem with autoconf on my system.
I try to compile CVS version and get follow error
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../../boost
-isystem /usr/X11R6/include -O -fno-exceptions -Wp,-MD,.deps/formulabase.pp
-c formulabase.C
In file included from /usr/include/stdlib.h:390,
from /usr/include
There is buffer-new.xpm icon for toolbar in attachment.
--
Lav
GNU! Linux! LaTeX! LyX!
buffer-new.xpm
Description: X pixmap
On 4 May 2002 02:40, Lars Gullik Bjønnes wrote:
> This prelease can be found at:
>
> ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.2.0pre5.tar.gz
Sorry for the silly question but I cannot clean my
CVS snapshot after compile. I try
$make distclean
[lav@lav lyx-cvs-1.2.0pre]$ make distclean
Making distcl
On 28 April 2002 19:22, Philipp Reichmuth wrote:
> VL> Filter on the size or the file name extension will be enough?
> VL> I think some antivirus is more problematic.
>
> Extension would do. Size is bad, sometimes there are really big
> screenshots getting passed around.
We need kill files with s
On 5 March 2002 19:22, Jean-Marc Lasgouttes wrote:
> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
>
> Garst> Thanks, I figured it might be, but the wizards prevail so
> Garst> often, I asked. The skip form of paragraphing seems to work
> Garst> now. It didn't for awhile. How about a
I think ascii text is incorrect term in LyX.
ASCII is 7bit text like Latin1, but we use it word for
unstructured plain text.
I suggest plain text is more correctly.
--
Lav
Vitaly Lipatov
GNU! Linux! LaTeX! LyX!
On 19 February 2002 21:43, Toni Moreno Giménez wrote:
> Hay , Im not subscribed to the list, please , send me directly to me, your
> answers , thanks.
>
> I'm automatizing documentacion creation and web updating process, by using
> bash scripting ,from LyX based documents, but I need a command to
Attached files contains:
1. diff for lyx-1.1.6fix4 with corrected translate
2. ru.po for cvs version of LyX (it is not diff for too many changes in it)
Please commit this files.
--
Lav
Vitaly Lipatov, Saint-Petersburg
GNU! Linux! LaTeX! LyX!
ru.po.bz2
Description: BZip2 compressed data
lyx
manually in file, the table works correctly.
This bug exist and in a 1.2.0CVS version I tested.
Example in attachment.
By the way in latest CVS I can't check Head, Food in menu.
It blink but not save its state.
Thank you.
--
Lav
Vitaly Lipatov
GNU! Linux! LaTeX! LyX!
testlongtable.l
map at
http://null.ru/people/lyx/koi8-r.kmap.gz
It corrected for last standart "de facto" of russian keyboard layout.
--
Lav
GNU! Linux! LaTeX! LyX!
--
Lav
Vitaly Lipatov
GNU! Linux! LaTeX! LyX!
Hi!
I have a default.ui translated in Russian.
Can I commit it? Can I send it anywhere?
--
Lav
Vitaly Lipatov
GNU! Linux! LaTeX! LyX!
45 matches
Mail list logo