Hello Lyx Developers,
It appears as though ftp://ftp.lyx.org/pub/lyx/bin/ is unreachable
right now. Hopefully this is only temporary however I'm notifying you
in case this is something that might be fixable from your end. I hope
to download and try out Lyx soon.
Thanks,
Joseph Pecoraro
Angus Leeming wrote:
Uwe Stöhr wrote:
take this attached correct patch.
regards Uwe
Shouldn't global variables be declared in tex2lyx.h and defined in
tex2lyx.cpp?
I'd like to add that finding a solution without additional global
variables is *much* preferred.
Abdel.
Jürgen Spitzmüller wrote:
4346 cri Synchronizing insets crash when two windows open
http://bugzilla.lyx.org/show_bug.cgi?id=4346
As I understand Abdel's explanations, this bug is not easy to fix. So we have
to postpone it (is it a WONTFIX in branch?)
Basically, yes.
Abdel.
Uwe Stöhr wrote:
take this attached correct patch.
regards Uwe
Shouldn't global variables be declared in tex2lyx.h and defined in
tex2lyx.cpp?
Angus
[EMAIL PROTECTED] wrote:
// special columntypes
extern std::map special_columns;
@@ -218,8 +220,17 @@
h_font_sans = name;
if (!opts.empty()) {
scale = opts;
- pos = scale.find(".");
- h_font_sf_s
Uwe Stöhr wrote:
I'm still a bloody C++ beginner and lost when looking into your code.
No need to be lost. Let's see if I can explain.
The best thing would be to provide a patch tho make the void
"handle_opt" work without the need to have a "delete_void" called
afterwards.
It's best to kee
take this attached correct patch.
regards Uwe
Index: preamble.cpp
===
--- preamble.cpp (revision 22027)
+++ preamble.cpp (working copy)
@@ -48,6 +48,9 @@
// special columntypes
extern std::map special_columns;
+// store the docum
I've added the progress view of Systemcalls.
The dock widget could be enabled by the menu entry in 'View'.
Like SignalSlotPrivate the name of the Qt
specific code is SystemcallPrivate.
Hope I've fixed correctly the other build systems.
Peter
The attached patch adds support for the German babel hyphenation command:
"=
regards Uwe
Index: preamble.cpp
===
--- preamble.cpp (revision 22027)
+++ preamble.cpp (working copy)
@@ -48,6 +48,9 @@
// special columntypes
extern std:
Attached is a test TeX-file to test my patch.
\documentclass[ngerman]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\makeatletter
\usepackage{babel}
\makeatother
\begin{document}
\fg{} \frqq \guillemotright >>test<< \flqq{} \guillemotleft \og
\grqq{}{}``test''
\glqq{},,test
The attached patch introduces support for the missing quotations.
It furthermore fixes a bug that the roundtrip of french quotations (guillemets)
failed.
Jürgen, OK also for branch?
regards Uwe
Index: text.cpp
===
--- text.cpp (re
Jürgen Spitzmüller schrieb:
Developers, please let me know if you have pending patches
I unfortunately introduced a crash bug in tex2lyx that should be fixed. For more infos and patch for
this, see
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133020.html
regards Uwe
On Sat, Dec 08, 2007 at 03:56:20PM +, [EMAIL PROTECTED] wrote:
> Author: spitz
> Date: Sat Dec 8 16:56:19 2007
> New Revision: 22022
>
> URL: http://www.lyx.org/trac/changeset/22022
> Log:
> * lib/lyx2lyx/lyx_1_1.py (revert_latexcommand_index):
Surely lyx_1_6.py?
> - umlauts must be r
1.5.3 has been delayed by many crash reports that came in during the last
weeks. Since most of the crashes are now fixed and we have an impressive
status.15x, I'd like get 1.5.3 out of the door. Developers, please let me
know if you have pending patches; translators, please prepare for the relea
I had to modify "development/cmake/config.h.cmake" in order to get it compile.
Kornel
--
Kornel Benko
[EMAIL PROTECTED]
Index: development/cmake/config.h.cmake
===
--- development/cmake/config.h.cmake (Revision 22011)
+++ dev
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
OK, first part of the bug is fixed (LyXErr was not disabled during the
encoding table initialisation).
Is there a second part?
I guess not. Your fix works for me.
Cool!
Abdel.
Abdelrazak Younes wrote:
> OK, first part of the bug is fixed (LyXErr was not disabled during the
> encoding table initialisation).
>
> Is there a second part?
I guess not. Your fix works for me. Many thanks.
Jürgen
José Matos wrote:
On Friday 07 December 2007 20:15:21 Richard Heck wrote:
This is definitely a bug. I'm posting it to lyx-devel.
Which version?
I fixed this for 1.5.3, or at least I had a patch floating before I have
been sidetracked with other issues.
I've asked the reporter
Abdelrazak Younes wrote:
> I guess I need to install something?
Yes. CJK fonts (as described here:
http://wiki.lyx.org/LyX/Unicode#toc2).
I'm currently rebuilding and report back later.
Jürgen
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
I fixed this.
Doesn't fix the CJK problem. Try to export the attached file to DVI (or open
the view source dialog).
View source now behave correctly but trying to compile to DVI generates
those errors:
Running makemf...
makemf: The jsso
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
I fixed this.
Doesn't fix the CJK problem. Try to export the attached file to DVI (or open
the view source dialog).
OK, first part of the bug is fixed (LyXErr was not disabled during the
encoding table initialisation).
Is there a second
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
I fixed this.
Doesn't fix the CJK problem. Try to export the attached file to DVI (or open
the view source dialog).
I just fixed bug 4413 (which is about dialogs, not LateX), nothing else.
I'll have a look at this file.
Abdel.
Abdelrazak Younes wrote:
> I fixed this.
Doesn't fix the CJK problem. Try to export the attached file to DVI (or open
the view source dialog).
Jürgen
cjk.lyx
Description: application/lyx
Jürgen Spitzmüller wrote:
spitz wrote:
URL: http://www.lyx.org/trac/changeset/22011
Log:
Sanitize CJK support (fix bug 3561, 4349 and 4337):
I have forwardported this to trunk, because the branch patch got intensive
testing from Koji Yokota and Uwe, and seems to work very well. The branch
ve
> Can't you use std::remove multiple times and then perform only one erase?
> Should be much more efficient, no?
I don't know. For me the most efficient way would be to reset the "what" char pointer to the
beginning after running the for loop in the void "handle_opt". The I don't need the "delet
spitz wrote:
> URL: http://www.lyx.org/trac/changeset/22011
> Log:
> Sanitize CJK support (fix bug 3561, 4349 and 4337):
I have forwardported this to trunk, because the branch patch got intensive
testing from Koji Yokota and Uwe, and seems to work very well. The branch
version is postponed to 1.
Uwe Stöhr wrote:
> > If so, then should we remove it?
>
> As I remember this, some voted for this.
I disagree. I'm still using it in all my documents.
> > Is there something newer and better?
>
> I don't know.
No, there isn't (yet). That's the problem.
Jürgen
Bernhard Reiter wrote:
> The attached adds basic \nocite functionality (as citation style option)
> to the citation dialog; the inset then actually reads \nocite{key} (as I
> wasn't able to come up with anything better; suggestions welcome)
> the citation style option in the dialog is "Add to bibli
On Friday 07 December 2007 20:15:21 Richard Heck wrote:
>
> This is definitely a bug. I'm posting it to lyx-devel.
Which version?
I fixed this for 1.5.3, or at least I had a patch floating before I have
been sidetracked with other issues.
> Richard
--
José Abílio
29 matches
Mail list logo