Sebastian Zschernig wrote:
> Vorschläge für Verbesserungen:
> 1. Es fehlt (oder ich finde nicht) für LyX eine Verzeichnis aller LyX
> Befehle.
http://wiki.lyx.org/LyX/LyxFunctions
> 2. Was auch schön wäre: ein shortcut (bzw. bind-barer Befehl), der ein
> aufgeklapptes ert-Fenster, in dem der Cur
On Tue, Apr 12, 2005 at 11:05:52PM +0300, Martin Vermeer wrote:
> On Tue, Apr 12, 2005 at 10:46:35AM +0200, Alfredo Braunstein wrote:
> > Martin Vermeer wrote:
> >
> > > BTW is the code added in this patch on the critical path for timing? I
> > > remember seeing people discussing the lyxfont copy
Angus Leeming wrote:
I guess that I should rewrite it now in python for Windoze eejits
without `sh` or `sed` and shove it on the wiki.
Now done.
http://wiki.lyx.org/LaTeX/LatexFilesWithSpaces
Angus
Vorschläge für Verbesserungen:
1. Es fehlt (oder ich finde nicht) für LyX eine Verzeichnis aller LyX
Befehle.
Was ich damit meine:
Die verschiedenen Dateien in .../lyx/bind/ enthalten ja jeweils "in der
zweiten Spalte" sehr viele Befehle. Aber eben nicht alle. Und dabei
wäre eine solche Übersic
On Tue, Apr 12, 2005 at 10:46:35AM +0200, Alfredo Braunstein wrote:
> Martin Vermeer wrote:
>
> > BTW is the code added in this patch on the critical path for timing? I
> > remember seeing people discussing the lyxfont copy c'tor.
>
> Yes, it may well be that adding a couple of lyxfont constructi
> Georg Baum wrote:
> It seems that dvips is a bit behind and does not understand
> quoted filenames.
Angus Leeming wrote:
> Yes, I say this last night.
>
> It's possible that a wrapper to dvips could get around this problem.
> Check out DTL (http://www.ctan.org/tex-archive/dviware/dtl/)
>
> It con
Jean-Marc Lasgouttes wrote:
> Angus> Can you explain to me what is meant to happen to the \include
> Angus> and \input entries in the presence of spaces? At the moement,
> Angus> without applying the patch, LyX 1.3.x creates the following
> Angus> LaTeX file from trial.lyx.
>
> Angus> I know that
Angus Leeming wrote:
> Georg wrote:
>> It seems that dvips is a bit behind and does not understand
>> quoted filenames.
>
> Yes, I say this last night.
>
> It's possible that a wrapper to dvips could get around this problem.
> Check out DTL (http://www.ctan.org/tex-archive/dviware/dtl/)
Ok, as
Georg Baum wrote:
> Yesterday evening I played a bit with weird filenames and
> \includegraphics.
Georg, this is awesome!
> Works mean that latex runs without error and writes the correct filenames
> into the .dvi file. It seems that dvips is a bit behind and does not
> understand quoted filenam
Jean-Marc Lasgouttes wrote:
> Angus> Polish 2324 114 373 2003-04-05 Tomasz Luczak
>
> Angus> yet the ChangeLog says:
>
> Angus> 2003-04-08 Jean-Marc Lasgouttes
>
> What is the problem? That there are 3 days between the two dates?
Oops. My bad. I guess I was reading what I wanted to read, n
John Levon wrote:
On Sun, Apr 10, 2005 at 01:40:03PM +0200, Helge Hafting wrote:
I inserted a table, and made it a longtable.
I made the first row a header row, by checking that box. Then I made
a mistake, and checked "footer" as well. It turned out to
be impossible to uncheck that box. Neith
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Actually, it's not. We'd have to define additional variables
Angus> for $$FName, $$Basename, $$FPath, $$Tempname and $$Sysdir
Angus> That's just too error prone and confusing. Much better to pass
Angus> an additional argument to th
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> It is sufficient to "shift" part one step up in my case
Juergen> (i.e., to the chapter position, when there is no chapter).
Juergen> tocdepth and secnumdepth are using the same values for
Juergen> section--subparagraph in
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
>> - If we wanted to be really smart, we should get the name of the
>> sections for each level from the layout file (LyXLayout::toclevel).
>> We could put in the QListView all the layouts that have a nonzero
>> toclevel.
Juergen>
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> JMarc, taking a look at http://www.devel.lyx.org/i18n.php3,
Angus> isn't the Polish entry a little wrong? The entry says:
Angus> Polish 2324 114 373 2003-04-05 Tomasz Luczak
Angus> yet the ChangeLog says:
Angus> 2003-04-08 J
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Can you explain to me what is meant to happen to the \include
Angus> and \input entries in the presence of spaces? At the moement,
Angus> without applying the patch, LyX 1.3.x creates the following
Angus> LaTeX file from trial.lyx.
[This is the second try. The first time I wanted to be friendly to people
who want to try this on windows and used a zip archive, but that is not
allowed.]
Angus Leeming wrote:
> ATM the ~ in the file names is sufficient to ascertain the veracity of the
> approach I think, but feel free to sugges
Angus Leeming wrote:
>> Instead of the use_latex_path bool
>> - result = subst(s, "$$FName", params_.filename);
>> + string subst_path = use_latex_path ?
>> + latex_path(params_.filename) : params_.filename;
>> + result = subst(s, "$$FName", subst_path);
>> you could also de
On Tue, 2005-04-12 at 14:33, Jose' Matos wrote:
> On Tuesday 12 April 2005 11:52, Martin Vermeer wrote:
> > Alfredo,
> >
> > here's an improved and cleaner patch, with some documentation added.
>
> Where? ;-)
Don't get hung up on details...
- Martin
Index: lyxtext.h
===
On Tuesday 12 April 2005 11:52, Martin Vermeer wrote:
> Alfredo,
>
> here's an improved and cleaner patch, with some documentation added.
Where? ;-)
--
Josà AbÃlio
On Tue, 2005-04-12 at 13:53, Jean-Marc Lasgouttes wrote:
> > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> Andre> On Mon, Apr 11, 2005 at 10:09:03PM +0300, Martin Vermeer wrote:
> >> In lyxtext.h there are no fewer than four locally stored fonts.
>
> Andre> The historical reason is
On Tue, 2005-04-12 at 13:52, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> Of the lyxtext fonts that do mean something, we have
>
> Martin> defaultfont_: apparently the default textclass font, made
> Martin> available here.
>
> I do not s
Jean-Marc Lasgouttes wrote:
> Angus> The attached patch to LyX 1.3.x allows View->DVI to succeed.
> Angus> Obviously, I should test out the changes to InsetExternal and
> Angus> InsetBib too, but now it's late and I'm tired and, anyway, I'd
> Angus> like to check that what I've done looks reasonabl
[EMAIL PROTECTED] wrote:
> CVSROOT: /usr/local/lyx/cvsroot
> Module name: lyx-devel
> Repository: lyx-devel/po/
> Changes by: [EMAIL PROTECTED] 05/04/12 12:23:49
>
> Modified files:
> lyx-devel/po/: Tag: BRANCH_1_3_X ChangeLog da.po
>
> Log message:
> update Danish l10n
JMarc, tak
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Mon, Apr 11, 2005 at 10:09:03PM +0300, Martin Vermeer wrote:
>> In lyxtext.h there are no fewer than four locally stored fonts.
Andre> The historical reason is that in the 1.4 cycle two approcaches
Andre> to font handling where
On Tue, 2005-04-12 at 11:46, Alfredo Braunstein wrote:
> Martin Vermeer wrote:
>
> > BTW is the code added in this patch on the critical path for timing? I
> > remember seeing people discussing the lyxfont copy c'tor.
>
> Yes, it may well be that adding a couple of lyxfont constructions on char
>
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Of the lyxtext fonts that do mean something, we have
Martin> defaultfont_: apparently the default textclass font, made
Martin> available here.
I do not see any place where LyXText::defaultfont_ is given a value.
Do you?
JMarc
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> The attached patch to LyX 1.3.x allows View->DVI to succeed.
Angus> Obviously, I should test out the changes to InsetExternal and
Angus> InsetBib too, but now it's late and I'm tired and, anyway, I'd
Angus> like to check that what I
Martin Vermeer wrote:
> BTW is the code added in this patch on the critical path for timing? I
> remember seeing people discussing the lyxfont copy c'tor.
Yes, it may well be that adding a couple of lyxfont constructions on char
drawing will have some impact on speed. But don't worry about that f
29 matches
Mail list logo