On Wed, 10 Apr 2002 13:46:30 -0400 wrote "David R. F. Love" <[EMAIL PROTECTED]>:
> Andre' Poenitz wrote.
>
> > Ah... but it's in Insert again in 1.2.0
>
> That's still in beta isn't it?
Worse, it's in cvs.
Guenter
--
[EMAIL PROTECTED]
On Wed, Apr 10, 2002 at 11:43:23PM +0300, Robin Turner wrote:
>
> I'd say perl, given the massive user base and the wide availability of
> existing modules. OK, it's not the most aesthetic language around (generally
> looks like a spider's been tap-dancing on my punctuation keys) but it's
> f
On Wednesday 10 April 2002 17:55, Ronald Florence wrote:
> Matej Cepl writes:
> > One more reason for Python support in LyX.
>
> Hear, hear!!! (frenetic applause)
>
> No thank you. Some of us are too old to learn yet another minor
> programming language. I'm sure python, like tcl or icon (fr
Guenter Milde wrote:
> >
> > No, just a different location: Did you try Edit>Math (or Edit>Math Symbols,
> > my LyX is German)?
>
Thanks all for your helpful responses.
Working too late, I missed it.
Sure enough its in Edit>Math Panel (some of
the widgets are messed up but its all there)
On Wed, Apr 10, 2002 at 12:36:46PM +0200, Herbert Voss wrote:
> On Wed, 10 Apr 2002, Nick Burgan wrote:
> > My problem is with converting my eps figures to pdf.
> > I have tried using "convert", but this puts my small figure in the middle of
> > an A4 page, so when it gets included in my document
Yes, I use brazil2.kmap
Thanks, Alexandre Gonçalves Jacarandá
> > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes:
>
> adrien> On Tue, Apr 09, 2002 at 11:55:24AM -0300, Alexandre Jacarandá
> adrien> wrote:
> >> > 2. You said that previously, ' + c resulted in c-cedilla. Try ,
> >> +
On Wed, Apr 10, 2002 at 08:55:31AM +0200, Andre Poenitz wrote:
> On Wed, Apr 10, 2002 at 12:23:59AM -0400, David R. F. Love wrote:
> > I installed Lyx version 1.1.6fix3 and found that large parts of my math
> > expressions (built in 1.1.4) where not being displayed. Worse, there was
> > no Math M
Herbert Voss Spoke Thusly:
> On Wed, 10 Apr 2002, James Lindenschmidt wrote:
> > I use double-spaced documents, with the preamble
> > modification Herbert has posted on his website
> > ( http://www.lyx.org/help/space/space.php#quote )
> > to produce single-spaced quote, quotation, and verse
> > en
Matej Cepl writes:
> One more reason for Python support in LyX.
Hear, hear!!! (frenetic applause)
No thank you. Some of us are too old to learn yet another minor
programming language. I'm sure python, like tcl or icon (from the
University of Arizona), has its strong points, just as s
On Wed, Apr 10, 2002 at 09:30:13AM +0200, Guenter Milde wrote:
> On Tue, 9 Apr 2002 12:00:48 -0500 wrote Peter Clark <[EMAIL PROTECTED]>:
>
> > If I knew an ounce of C++, I'd actually get started on this myself.
> > Alas, I'm still working on Python. :)
>
> One more reason for Python support in
On Wed, Apr 10, 2002 at 12:36:46PM +0200, Herbert Voss wrote:
> > I have also tried using "epstopdf", this gives a nicely bound figure (ie
> > there is no white space around my figure) but the fonts also are bad on
> > screen (not as bad as with convert though). I looked at the document
> > info o
On Wed, Apr 10, 2002 at 12:32:06PM +0200, Herbert Voss wrote:
> does this not work?
> \begin{spacing}{1}\small ...
Maybe, \begin{spacing}{1}\begin{small} ... with \end{small} in
corresponding end of the environemnt position would be better in
terms of the maintance of the command.
Roberto Hernandez wrote:
> There are a couple more definitions with tocloft, but they are defined
> where the appendix starts, which is after the pages that are giving me
> problems, so that shouldn't make any difference.
>
> I am also using the fancyheader, bibentry (for full bibliography en
On Wed, Apr 10, 2002 at 02:05:52PM +0200, DUVAL Laurent wrote:
> But there is a risk you modify words like "circonference"
> Using regular expressions, you could change only
> circ after a number
> perl -pi.bak -e 's|([1-9])circ|$1°|g'
I'd rather use 's|([1-9])circi\b|$1°|g'
'\b' matches a 'wo
Herbert Voss wrote:
> Roberto Hernandez wrote:
>
>> Something very strange happened to me today. I turned in the final
>> copy of my school project, including the source code listing it was
>> about 500 pages.
>>
>> Before turning it in, I verified that the pages on the ToC were
>> correct. To
On Wed, 10 Apr 2002 13:54:35 +0200 wrote Yannick <[EMAIL PROTECTED]>:
> How can i use LyX to remplace those "circ" with this caracter : "°" ?
> I need something automatic, because there is many occurences and i cannot
> even find them expect by using my eyes only...
>
> I've tried the find and
You may try the following perl command
perl -pi.bak -e 's|circ|°|g' yourfile
But there is a risk you modify words like "circonference"
Using regular expressions, you could change only
circ after a number
perl -pi.bak -e 's|([1-9])circ|$1°|g'
Use it at your own risks ;-)
The .bak keep a back-
Yannick writes:
How can i use LyX to remplace those "circ" with this caracter : "°" ?
It isn't a pure LyX solution, but sometimes it is easiest to use a
text editor like emacs or xemacs on the lyx file. M-x replace-string
will make the changes automatically or M-% will query you about each
Hello,
In one big LyX document (1.8 Mo), i've translated from HTML to LaTeX, then
import to LyX, i have those strings :
1circ
2circ
...
insted of
1°
2°
...
the "circ" is a TeX command who produce the rigth "°" when exporting to PDF,
but when exporting to HTML (that i want too) it produce an i
> "jbw" == jbw <[EMAIL PROTECTED]> writes:
jbw> I'm trying to install lyx 1.1.6.4 on (FreeBSD 4.5) but keep
jbw> getting the following error message.
You are using autoconf 2.53 and/or automake 1.6, from what I see. LyX
1.1.6fix4 has not be ported to use autoconf 2.5x syntax (mostly to
avoi
I'm trying to install lyx 1.1.6.4 on (FreeBSD 4.5) but keep
getting the following error message.
gmake[1]: Leaving directory `/usr/ports/print/lyx/work/lyx-1.1.6/sigc++'
Making all in boost
gmake[1]: Entering directory `/usr/ports/print/lyx/work/lyx-1.1.6/boost'
gmake[1]: Nothing to be done for `
Hi,
I am using the document class report (Koma) to write a report. I
thought it would be very nice to have fancyheadings, and decided to use
the ones provided by Lyx directly (rather than get into the LaTeX code
if at all possible :D). However, the resulting documents "don't look
nice"
On Wed, 10 Apr 2002, Nick Burgan wrote:
> As pdflatex can't handle eps figures I have converted my figures to PDF and
> put a copy of them in the same directory as the eps figure, so that within
> LyX the eps is used and when pdflatex is called it uses the pdf files.
>
> My problem is with conver
On Wed, 10 Apr 2002, James Lindenschmidt wrote:
> I use double-spaced documents, with the preamble
> modification Herbert has posted on his website
> ( http://www.lyx.org/help/space/space.php#quote )
> to produce single-spaced quote, quotation, and verse
> environments.
>
> This gives me *almost*
Am Mit, 2002-04-10 um 10.33 schrieb
[EMAIL PROTECTED]:
> Wow!
> Thanks Gerhard.
>
> I checked this web page, and found it's great!
> I'm now downloading SuSE 7.1-ja. ^_^
> I chose RH because it's famous in Japan... I'm a Plan 9 guy, and have
> not so much information on various Linux distributio
> "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes:
adrien> On Tue, Apr 09, 2002 at 11:55:24AM -0300, Alexandre Jacarandá
adrien> wrote:
>> > 2. You said that previously, ' + c resulted in c-cedilla. Try ,
>> + c and see > what that does. I get ,c
>>
adrien> Did you use a kmap file (i
Hello All,
This is not explicitly a LyX question but it's related.
I want to use pdflatex to create a PDF of my LyX document (I have tried many
things but this seems to be the only way to get equations to look nice
on-screen, also I want to use hyperrefs).
As pdflatex can't handle eps figures
On Wed, Apr 10, 2002 at 09:51:50AM +0200, Guenter Milde wrote:
> > The help manuals seem to assume this stuff will all work. Seems like a
> > configuration problem but I can't track it down.
>
> No, just a different location: Did you try Edit>Math (or Edit>Math Symbols,
> my LyX is German)?
David R. F. Love wrote:
> I installed Lyx version 1.1.6fix3 ... there was
> no Math Menu although some of the M^m^? commands worked, and NO Math
> Panel, Ah!.
>
> There are entries for Math Formula and Display Formula in the Insert
> Menu, and superscript and subscript under Insert>Special C
On Tue, 09 Apr 2002 20:51:16 -0300 wrote Roberto Hernandez <[EMAIL PROTECTED]>:
> Something very strange happened to me today.
> ...
> After a few passes I decided to check the output and
> the results were something like this:
>
> ToC:
> ...
> Part III 148
>
>
On Tue, 9 Apr 2002 12:00:48 -0500 wrote Peter Clark <[EMAIL PROTECTED]>:
> If I knew an ounce of C++, I'd actually get started on this myself.
> Alas, I'm still working on Python. :)
One more reason for Python support in LyX.
(Think on all the emacs extensions in Lisp to imagine what would be
31 matches
Mail list logo