or: unknown argument: '-framework QtGui'
clang: error: unknown argument: '-framework QtCore'
make[4]: *** [lyx] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Does anyone have experience with this error, or binaries of lyx 2.2?
Thanks,
~David
Thanks Stephan.
When I launch this version of LyX, I got an error saying that textclasses could
not be found, which persisted even after I had updated the paths to match my
LyX 2.1 settings exactly. Are there any paths hardcoded into the build?
~David
On Sun, Sep 6, 2015 at 7:03 AM
n the roadmap either for LyX to become fully HiDPI aware? If so, is
there an estimated time frame for this to happen?
Thanks,
David
above, 2.1 below) are here: https://i.imgur.com/28XrGLg.png
Thanks,
~David
On Sun, Sep 13, 2015 at 3:00 AM, Stephan Witt wrote:
> Am 12.09.2015 um 23:01 schrieb da...@dinh.io:
>> Thanks Stephan.
>>
>> When I launch this version of LyX, I got an error saying that textclas
Thanks for the suggestion about the messages window. I’ve found the error:
there is a typo on line 169 of Contents/Resources/configure.py, where ‘True' is
mis-capitalized as ‘true’. Fixing that solves the problem.
~David
On Mon, Sep 14, 2015 at 2:07 PM, Stephan Witt wrote:
> Am 13
Hello, everyone.
I tried to create a new account to report a couple of bugs, but the system
told me to ask on the mailling list.
Regards.
Ardhan.
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel
Yes. Changing the theme fixes the problem. It seems that the "windows11"
theme is the only one with this issue.
On Mon, Jul 8, 2024 at 4:49 PM LyX Ticket Tracker wrote:
> #13082: Tools | Preferences | Look & Feel | Display graphics | Preview
> size box
> doesn't show the number
> -
Hi,
On KDE 4.3, when using a KDE widget style, Qt applications get KDE file dialogs
for free. That is not the case for Lyx. I guess it is because Lyx customizes
the file dialog. It would be great for Lyx to get the integration Qt
applications have in KDE 4.
I notice that lyx 1.6.3 leaves a zero-length file called "index" in
the working directory after exiting. Is this a leftover from some
debugging effort?
Dave Raymond
k schreef:
> >> On 07/30/2009 04:02 PM, David Raymond wrote:
> >>> I notice that lyx 1.6.3 leaves a zero-length file called "index" in
> >>> the working directory after exiting. Is this a leftover from some
> >>> debugging effort?
>
Yes, apparently every time. I am running on Debian Linux (Lenny)
if that helps. Maybe it is something in my preferences, which I
attach.
Dave
preferences
Description: Binary data
Pavel Sanda writes:
> David Raymond wrote:
> >
> > If you launch lyx, create and save t
Create a new Lyx file with
\newcommand{\sunit}[1]{\mbox{ #1}}
in the latex preamble. Then go into math mode and type
3\sunit{
Previous to 1.6.5, lyx adds a closing curly bracket and leaves the
cursor in the space between the brackets. In 1.6.5 the cursor is left
instead after the closing bra
If one imports a graphics file into a lyx document, close the
document, and then delete the graphics file, the next time that the
document is opened, lyx reports that the graphics file cannot be
found. Fair enough. However, if the graphics file is recreated while
lyx still has the document open,
ijn writes:
> David Raymond schreef:
> > If one imports a graphics file into a lyx document, close the
> > document, and then delete the graphics file, the next time that the
> > document is opened, lyx reports that the graphics file cannot be
> > found. Fair enou
Yes, the graphics reload command solves the problem!
Dave Raymond
Vincent van Ravesteijn writes:
> David Raymond schreef:
> > If one imports a graphics file into a lyx document, close the
> > document, and then delete the graphics file, the next time that the
> > do
I was just wondering if there might be plans to have LyX function as a
frontend to MathJax as well.
Thanks,
David Romano
Lyx window.
Lyx 2.3.4.2
MacOS Catalina 10.15.3
-David
On Feb 16, 2020, at 6:34 AM, Richard Kimberly Heck
mailto:rikih...@lyx.org>> wrote:
On 2/15/20 5:52 PM, David Pesetsky wrote:
I was using Lyx for Mac rather extensively to write a long-ish manuscript about
a year ago, but have been aw
be a good idea
if the wiki page simply pointed to that file.
Regards,
David
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel
Ah, I had tried previously, but misread the login page of the wiki as
saying I should ask on the list to get the password to be able to edit. I
have now updated the page. Sorry for the noise.
Regards,
David
Den lör 9 maj 2020 kl 19:45 skrev Richard Kimberly Heck :
> On 5/9/20 6:39 AM, Da
Den lör 9 maj 2020 kl 22:33 skrev Scott Kostyshak :
> On Sat, May 09, 2020 at 07:59:59PM +0200, David Belius wrote:
> > Ah, I had tried previously, but misread the login page of the wiki as
> > saying I should ask on the list to get the password to be able to edit. I
> > have
idea that it just might be possible.
I realize it will be a lot of work. But I think LyX for iPad could occupy a
useful niche in the iPad appverse. So tell me, am I wasting my time?
Thanks,
David
On Oct 25, 2010, at 4:51 AM, Richard Heck wrote:
> On 10/25/2010 03:52 AM, Abdelrazak Younes wrote:
>> On 10/24/2010 07:53 PM, Richard Heck wrote:
>>> On 10/24/2010 12:31 PM, David Whetstone wrote:
>>>> Hi, I'm new here. I only recently joined this list. I
Hello there,
Source code is
bool empty() const { return wid == 0 && asc == 0 && wid == 0; }
Maybe better code
bool empty() const { return wid == 0 && asc == 0 && des == 0; }
Regards
David Binderman
nalyser coverity looks more deeply at the code, but didn't
see this one.
I used another static analyser, cppcheck, to find this bug:
lyx-2.3.2/src/Dimension.h:36]: (style) Same expression on both sides of '&&'.
I recommend cppcheck for all C & C++ development work.
Regards
David Binderman
hink are pointless.
Regards
David Binderman
On 12/22/05 7:41 AM, "Jean-Marc Lasgouttes" <[EMAIL PROTECTED]>
wrote:
>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> Is crc32 invariant for character transposition?
>
> Sure.
Erm, crc32 should produce a different result when characters are transposed.
Dave
umber and depth
> and height information.
>
> A second problem that I noticed is that when a font is missing and
> mktexpk (or alike) gets called to generate it, its stdout gets intermixed
> with that of dvipng, causing a similar (but worse) confusion.
>
> Is it possible to have the stdout of those helper programs redirected to
> stderr?
The latter would actually be useful for preview-latex as well, only
that it would be nice to direct the output completely elsewhere (Emacs
does not capture stderr separately): I often have to run preview-latex
several times when new fonts get generated, because the font
generating output confuses it.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
\[([0-9]+) " part would only match BOP because of the
> trailing space and the "height=(-?[0-9]+)" would match EOP.
Uh, just forget I mentioned preview-latex in that context: we don't
parse the output of dvipng. The problem is with parsing the output of
LaTeX, not of dvipng.
So for now just LyX is the problem.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Hello,
I don't see how to set the document class with the default user
interface in 1.4.0. Am I missing something?
Dave Raymond
I'm running an Ubuntu Dapper system with Lyx 1.3.7 and noweb 2.10
installed from the archives. When I go to create a noweb article by
changing the document class to article (Noweb), I find it listed as
"Unavailable: article (Noweb)". I'm not sure which of the two
packages are causing the problem,
On my IBM X30 laptop (1.3 GHz P-III, 0.5 GB memory, ATI graphics) lyx
1.4.1 scrolling seems much less smooth than for lyx 1.3.7. I compiled
using the qt3 frontend. This occurs even on small, simple documents
without graphics. Do others share this perception?
Thanks a bunch for all your work on
After a resize of the lyx window, the font changes to a very large
bold font. Moving the cursor returns the font to the original value.
Version: lyx-1.4.1
OS: debian linux, i386
X-window manager: happens on both icewm and metacity
GUI: qt3.3.4
Dave Raymond
Physics Department
New Mexico Tech
Soc
Here is another bug, which may be hard to track down --
sorry, I don't know how to pin this down better...
In math mode typing \equiv should give the equals sign with
an extra line. When lyx first starts up, this works,
but after **extensive** editing, this stops working, yielding
nothing at all
Hi,
Thanks for the Intel OS X binary. A small nit:
The Intel binary that is linked to http://wiki.lyx.org/LyX/LyXOnMac has a
link to a LyX.app which internally (i.e. the splash screen) says 1.4.1 but
the OS X's Get Info returns 1.4.0.
Dave
--
David G. Green
UAB Electrical and Com
Hello,
I couldn't find a menu entry to convert latex to lyx in lyx-1.4.1.
Tex2lyx exists and works independently of lyx, but there seems to be
no entry in the files->import menu.
I'm probably doing something dumb as usual!
Best regards,
Dave Raymond
yX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.
[EMAIL PROTECTED]:/usr/local/src/lyx-1.4.1#
--
Paul A. Rubin writes:
> David Raymond wrote:
> > Hello,
> >
> > I couldn't find a menu entry
Hello,
Here is a rather odd bug in 1.4.1 running on Linux (Debian 3.1, i386)
with the qt interface (version 3.0.3 mt). Immediately after
maximizing the lyx window, the font changes to some very large, bold
font. Backspacing over these characters and then typing again returns
one to the original
Using 1.4.2 qt on debian linux (i386) I see this also.
Dave Raymond
Bo Peng writes:
> Hi,
>
> Can anyone confirm this bug?
>
> 1. new document
> 2. insert a
> 3. insert note->comment b
> 3. insert blank (important)
> 4. insert d
>
> The output is "ad", not "a d".
>
> Bo
On 7/18/06 9:11 AM, "Bennett Helm" <[EMAIL PROTECTED]> wrote:
> I've now succeeded in uploading LyX/Mac-1.4.2 to ftp.devel.lyx.org/
> pub/incoming. Could someone please place it where it belongs?
Thanks. Is this a universal version or PPC only?
Dave
More information on this bug, which has the number in bugzilla 2664:
It happens only on a horizontal window resize, not on a vertical
resize. It still exists in 1.4.2.
Dave Raymond
--- Begin Message ---
Hello,
Here is a rather odd bug in 1.4.1 running on Linux (Debian 3.1, i386)
with the qt i
Hi,
I need some help getting LyX working. I'm using 1.4.2 on Windows XP.
Loaded full install and keep getting
"The document uses a missing TeX class "".
Lyx will not be able to produce output. "
where classname varies depending on the file loaded.
At first, I couldn't get the user guide loaded
.
So hereby I'm sending the diff-file to you, hoping that it works ;) and by
stating that
I hereby grant permission to license my contributions to LyX
under the GNU General Public Licence (version 2 and later).
Best Regards,
Red*Star aka David Krebs
PS: I've also been informed by Christia
two LyX
users as simple and painless as possible. I have attached a file that
summarized my thoughts on the specification. Comments and constructive
criticism are welcome.
David
plyx
Description: Binary data
uch better formulated in my head that
what I've written down, so please feel free to ask if the specifics seem
dubious.
David
ber...? I've made a couple
of changes that should clear that up and attached the result.
David
Specification for the .plyx file format
===
.plyx, a zipped or tarred portable LyX file. Presently does not include style
or
class files, but could be extended for
idea any time soon anyway, so I really can't advocate
for it.
I guess I'll look forward to LyX 2.0 and embedding!
David
P.S. I still think it should have a .plyx file extension, but that's just
me.
ould be great. If I get some
good feedback, I may even try to contribute my findings to the wiki. :]
David
bably 90%
or more of what I need to know to feel good about messing around with svn
and LyX and the red book fills in the rest.
I'll start monkeying around and get back with more specific questions when
they arise.
David
I notice that going from lyx 1.5.7 to 1.6.1 the keyboard shortcut
"Alt+C B" has changed from \mathbf to \boldsymbol. This means, for
instance, that latin characters become bold italic rather than just
bold. Mostly when I want to use bold in math, it is plain bold
rather than bold italic. It woul
American Meteorological Society journals use bold roman for vectors.
However, the option outlined by Uwe works for me. -- Dave Raymond
PS -- The bold Greek symbols in \boldsymbol are helpful, so the
shortcut for that is welcome also.
Uwe Stöhr writes:
> > I notice that going from lyx 1.5.7 to
I use math a lot in lyx, and it would seem simpler to me to combine
the math toolbar and the math panel into a single, double-decker
toolbar. I find myself using the panel as much as the toolbar, and I
am not sure why they are separated.
One minor problem: When adding math to the end of a file,
I just wanted to reinforce the comments of Jean-Marc Lasgouttes
in reference to bug 5526 (broken screen-recenter) that this bug
is quite annoying to emacs users, and is a step backward from
the behavior of earlier versions (pre-1.6) of LyX.
Dave Raymond
Hello,
I notice that on 1.6.2 (compiled and run on Debian Linux), one cannot
print read-only documents directly from the Lyx print command. This
includes the documentation and anything that is set to read-only by
version control. The print button in the printing dialog is greyed
out and unrespo
I notice that the command to close split view and return
to single view in the "View" menu is "Close Tab Group".
This is obscure to me, and suggests something to do with
multiple tabs. How about changing it to something like
"Close Split View"?
Dave Raymond
Hi,
I have had lyx 1.3.3 using the libqt3 toolkit dump core a couple of
times while I am messing with displayed equations. I am operating on
debian linux on an i686 laptop from ibm. I am saving a core dump if
anybody wants it.
Dave Raymond
Jean-Marc Lasgouttes writes:
> >>>>> "David" == David Raymond <[EMAIL PROTECTED]> writes:
>
> David> Hi,
>
> David> I have had lyx 1.3.3 using the libqt3 toolkit dump core a
> David> couple of times while I am messing with displayed
Lyx just dumped core again while I was working in an offset
equation. Here is a backtrace.
Dave Raymond
---
(gdb) bt
#0 0x4076c561 in kill () from /lib/libc.so.6
#1 0x40a7f741 in pthread_kill () from /lib/libpthread.so.0
#2 0x40a7fa4b in raise () from /lib/libpthread.so.0
#3 0x
:59:56AM -0700, David Raymond wrote:
> >
> > Lyx just dumped core again while I was working in an offset
> > equation. Here is a backtrace.
>
> What version of LyX is that?
>
> [Well, in any case, chances for undo related crashs in anything but the
> cur
to send this to!
# espanol.kmap -- Type Spanish characters on an American keyboard.
# David J. Raymond <[EMAIL PROTECTED]>
# 14 February 2004
#
\kmod ' acute aeiouAEIOU
\kmod ~ tilde nN!?
\kmod : umlaut uU # The " doesn't work, even \"
Hi,
I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload them into
ftp.lyx.org:/pub/lyx/incoming.
Where could I put the files ?
David
[EMAIL PROTECTED]
Lyx 1.3.3 and 1.3.4 (and maybe previous versions) have odd behavior
when editing the last line before an offset equation. If you position
the cursor to add something to the end of this line, as soon as you
start to type the cursor jumps to the beginning of the line. The text
still appears in the
I have noticed a bug in spell checking under qt2 (v 2.3.2) on an i386
system running debian, mixed stable and unstable. (I can't yet use
qt3, because debian compiles the qt3 unstable package with the 3.3
compiler, and I am still using gcc 2.95.) The bug is there with both
aspell and ispell, and
r Opera from another site..
>
> So does anyone has any ideas here?
Look for odd characters (multi-byte, 8th bit set, etc.) in your
"content". I have posting issues with other implementations of Wiki
when I post with certain browsers (Opera being one of the problem
o
At the very last step of the LyX setup, just before the dialogue box that
says "Completing the LyX Setup Wizard Congratulations! LyX has been
installed successfully." I had a window appear which said the following:
"Microsoft Visual C++ Runtime Library
Program C:\miktex\main\miktex\bin\latex.e
>From the help menu, the only help file that opens is "LaTeX Configuration".
The files from "Introduction" - "Table of Contents" do not open; it thinks
about it for a while, but doesn't do anything.
I think this is more of a wish than a bug, but it would be cool if typing
C-Backspace and C-Delete would delete the previous and next word
respectively. If LyX is supposed to do this already, then the pre-release
version that I'm using doesn't do it.
t (I will this afternoon), but
I wanted to go on and ask some preemptive questions. I hope they're
not too dumb. Thanks,
David Wilson
Ooops. Thanks.
On 7/5/05, Angus Leeming <[EMAIL PROTECTED]> wrote:
>
>
>
>
> -- Forwarded message ------
> From: David Wilson <[EMAIL PROTECTED]>
> To: Angus Leeming <[EMAIL PROTECTED]>
> Date: Mon, 4 Jul 2005 16:27:13 -0400
> Subjec
I don't know about him, but I get executables of about the same size
using gcc-4.0.2 on Debian Unstable (90mb for lyx-qt, 11mb stripped).
-David
On 9/12/05, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> >>>>> "Paolo" == Paolo Pumilia <[EMAIL
Yes, on my Debian unstable box as well. Uses a _lot_ of memory as well.
-David
On 9/21/05, Angus Leeming <[EMAIL PROTECTED]> wrote:
> Since I'm whining about things being slow...
>
> The Debian unstable dist that I use at work currently ships with
> $ g++ --version
>
.
There is a export for noweb in the File | Export menu works so
the code generation path is still working but not the document
part.
I have done Edit | Reconfigure
I do have the view menu for other (non-literate programming)
documents.
Regards,
Dave
--
David G. Green
David Green <[EMAIL PROTECTED]> writes:
> LyX for OS X seems to have broke support for Literate Programming (or
> I need to reinitialize it by hand). I just installed from
> lyx-1.3.5-2macos_aqua.tgz
>
> Issue:
>
>The View menu is missing options. At 1.3.4, i
p the same contents, but call it
something different like preview-only-styles-0.7.9.tar.gz (we already
have some only-docs which is also optional). That's not a name I
would want for CTAN, though...
Thoughts?
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
ey really need it (and they won't need it if they
already downloaded the preview-latex tarball itself). I could also
offer to add uploading the tarball for the standalone LaTeX styles to
some LyX-related server, if you would prefer that.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
e that it
might incite a few of you to look into a particular way of improving
LyX in an area I personally would estimate to be well worth the
work to be invested.
I am not currently subscribed to the LyX developer's list, so it
would be a courtesy if you included me in the recipient list of
r
Angus Leeming <[EMAIL PROTECTED]> writes:
> On Tuesday 14 May 2002 9:47 am, Asger K. Alstrup Nielsen wrote:
> > On 12 May 2002, David Kastrup wrote:
> > > Several of you probably are already aware of the preview-latex
> > > project where I am head developer. I d
Andre Poenitz <[EMAIL PROTECTED]> writes:
> On Sun, May 12, 2002 at 04:59:09PM +0200, David Kastrup wrote:
> > [...] In contrast, I believe LyX to have the necessary infrastructure for
> > that kind of functionality.
>
> At least partially... I believe so, too.
>
d the file name to produce, and does the next graphic.
So one has to react to GhostScript producing a prompt, then feed it
the next item (actually, the next few: we allow for a few outstanding
requests in order not to let GhostScript idle unnecessarily). It's
not just termination that
t for its acceptance: does
> > LyX offer some sort of multithreading or asynchronicity or the like?
>
> We don't have proper multithreading, but some of the graphics stuff is
> (was?) rendered asynchronously already.
That sounds like the basic framework should be there. Emacs does not
have proper multithreading either, but that does not seem to impact
operation noticeably.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
Angus Leeming <[EMAIL PROTECTED]> writes:
> On Tuesday 14 May 2002 1:47 pm, David Kastrup wrote:
> > Angus Leeming <[EMAIL PROTECTED]> writes:
> > > On Tuesday 14 May 2002 12:47 pm, Andre Poenitz wrote:
> > > > We don't have proper multithreading,
typeset stuff. It is a nobrainer to let
GhostScript produce other image formats. Probably some TIF format
would fit the bill.
> Fortunately xforms is now LGPL-ed and modifiable, so native loading
> of PNG is an achievable target.
Would be a good idea, anyhow. libpng should make this re
t GhostScript's tiffpack device would
probably be the thing to use.
Except that for some reason or other, my Ghostscript generates just
junk when I use it. At least the usual programs using libtiff do not
seem comfortable with it.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
f you don't use antialiasing, pure B&W text will
render with 1 bit per pixel, while looking ugly).
But if you ask me: better to support PNG natively soon. After all, it
is _the_ standard free format for lossless compression of graphical
images.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
ipt does not support GIF anyway,
probably because of the patent issues.
This leaves PNM, and the above underlines that native PNG support
would not be the worst idea. A typical computer will be quite faster
reading 2640 byte from disk and uncompressing to 280kB than it could
be just reading in 280kB o
John Levon <[EMAIL PROTECTED]> writes:
> On Wed, May 15, 2002 at 12:05:00PM +0200, David Kastrup wrote:
>
> > least pnm will encode monochromatic images with 8 bits per pixel
> > instead of 24 (and if you don't use antialiasing, pure B&W text will
> > ren
hose images
that can be generated in a single LaTeX/DviPS run.
preview-latex started out with just the approach you describe. But
for the given reasons, reverting back to it will not be desirable even
in case the utterly broken EPS image implementation of Emacs gets
fixed one day.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
hould use for demonstrations: it should be a reasonably
stable version as long as all features to be demonstrated can be made
to work with it.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
Herbert Voss <[EMAIL PROTECTED]> writes:
> David Kastrup wrote:
>
> > I am digressing. Obviously, the math editor will be a big starting
> > help for some users. What other features would you find worth having
> > pointed out (apart from preview-LyX, in case it
STRICTLY CONFIDENTIAL & URGENT.
I am Mr. charles david a native of Cape Town in
South Africa and I am an Executive Accountant with
the
South Africa MINISTRY OF MINERAL RESOURCES AND ENERGY
First and foremost, I apologized using this medium to
reach you for a transaction/business of
le get used to it as well,
seemingly.
Your request is valid without the need for sweeping generalizations.
It may be that this is a sideeffect of the xforms library which I
have found to cause some other not exactly desirable effects.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
Juergen Vigna <[EMAIL PROTECTED]> writes:
> On 11-Jun-2002 David Kastrup wrote:
>
> > Please don't overgeneralize. Even many users that have had suffered
> > extended exposure to Microsoft Windows prefer focus following mouse.
>
> Well I have to disagree her
Juergen Vigna <[EMAIL PROTECTED]> writes:
> On 11-Jun-2002 David Kastrup wrote:
>
> > That is exactly the sort of overgeneralization that I was talking
> > about.
>
> But I didn't I just told you that "I'm" not one of your "many" us
licks continue to insert
into the main text would probably make sense regardless of focus
policy.
It's just the question whether LyX can recommend this to the toolkit...
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
uld be considered misleading?
Thanks for feedback,
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
Jules Bean <[EMAIL PROTECTED]> writes:
> On Tue, Jun 25, 2002 at 12:39:41PM +0200, David Kastrup wrote:
> >
> > On http://preview-latex.sourceforge.net/others.html> I outline
> > several WYSIWYG-related software pieces in connection with LaTeX.
> > Among o
Andre Poenitz <[EMAIL PROTECTED]> writes:
> On Tue, Jun 25, 2002 at 03:44:45PM +0200, David Kastrup wrote:
> > Did that. Considering the brevity of this overview, I troed squeezing
> > this into one sentence. I also don't know whether this special
> > mention is
brushing up for the final version to be delivered in July? Or that
maybe the Online demonstrations at the conference itself in September
could benefit from a LyX 1.3+ demo?
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
Angus Leeming <[EMAIL PROTECTED]> writes:
> On Tuesday 25 June 2002 10:21 pm, David Kastrup wrote:
> > Andre Poenitz <[EMAIL PROTECTED]> writes:
> > > On Tue, Jun 25, 2002 at 06:15:57PM +0200, David Kastrup wrote:
> > > > Considering the title of thi
user
> but will slow things down a little.
As long as the expansion of png into a format that xforms can handle
does not write back to disk again, I would not even be sure about
that: I/O performance can cause quite a bottleneck; it is often faster
to compress and decompress around file I/O rath
s not integrated into configure/autoconf, the
directory is more or less standalone. So emacs should not at all be
required.
Currently, it depends on libgd (I hope we may eventually remove this
dependency).
http://www.boutell.com/gd/>
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]
1 - 100 of 307 matches
Mail list logo