On Thursday 12 July 2007 09:16:18 [EMAIL PROTECTED] wrote:
> Done. I hope you didn't mean that I should have sent a patch to this
> lis first (I just did it). Here's the difference:
Small changes to documentation are OK. It does not hurt to give an warning in
advance but there is no need to wait
On Wed, 11 Jul 2007, José Matos wrote:
On Wednesday 11 July 2007 17:16:47 [EMAIL PROTECTED] wrote:
The text refers to LyX 1.4.4 in the beginning, should that be 1.4.5
instead?
/C
Yes. Feel free to fix issues like this. :-)
Done. I hope you didn't mean that I should have sent a patch to th
On Wednesday 11 July 2007 17:16:47 [EMAIL PROTECTED] wrote:
> The text refers to LyX 1.4.4 in the beginning, should that be 1.4.5
> instead?
>
> /C
Yes. Feel free to fix issues like this. :-)
> --
> Christian Ridderström, +46-8-768 39 44
> http://www.md.kth.se/~chr
--
José Abíli
On Wed, 11 Jul 2007, Abdelrazak Younes wrote:
OK?
The text refers to LyX 1.4.4 in the beginning, should that be 1.4.5
instead?
/C
--
Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr
On Jul 11, 2007, at 11:00 AM, Abdelrazak Younes wrote:
In fact, with a set of local layouts existing in 1.4.4 and needing
utf8 conversion, it's possible to copy from lyx-1.4.4/layouts to
lyx-1.5.0/layouts and do the conversion at the same time
(including format
upgrade). A bit complicated (as
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> > In fact, with a set of local layouts existing in 1.4.4 and needing
> > utf8 conversion, it's possible to copy from lyx-1.4.4/layouts to
> > lyx-1.5.0/layouts and do the conversion at the same time (including format
> > upgrade). A bit complicated
Jean-Pierre Chrétien wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
+
+cd /path/to/layouts
+for l in *
+do
+ cp $l tmp.txt
+ iconv -f latin1 -t utf8 tmp.txt -o $l
+done
+iconv -f latin1 -t utf8 tmp.txt -o $l
Seems that this last line should be deleted, or maybe
replaced by
rm tmp.txt
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>
> +
> +cd /path/to/layouts
> +for l in *
> +do
> + cp $l tmp.txt
> + iconv -f latin1 -t utf8 tmp.txt -o $l
> +done
> +iconv -f latin1 -t utf8 tmp.txt -o $l
Seems that this last line should be deleted, or maybe
replaced by
rm tmp.txt
In fact, with
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> OK?
OK
JMarc
OK?
Index: RELEASE-NOTES
===
--- RELEASE-NOTES (revision 19042)
+++ RELEASE-NOTES (working copy)
@@ -1,5 +1,5 @@
This file lists interface changes that might affect users in 1.5.0 and
-also some known problems in LyX 1.5.
10 matches
Mail list logo