Herbert Voss wrote:
>
> Leonid Kontorovich wrote:
> >
> > How do I make superscripts that appear DIRECTLY above a symbol (i.e., not
> > like an exponent, which appears in the upper-right corner). For example, if
> > I want an arrow with a symbol over it?..
>
> have a look at
>
> http://www.
Hi,
Thanks for reply.
> do you have layout->document->fontsize->standard ?
> it seems not to work when you choose any value there.
Yes, I have already noticed it (you mean "default" here, right ?).
> i have no problems with the sizes for the headings,
> look at attached ps-file for the first pag
Hi,
Many thanks.
> \AtBeginDocument{\addtolength{\arraycolsep}{-2pt}}
The following string (in the LaTeX Preamble) :
\AtBeginDocument{\addtolength{\arraycolsep}{-4pt}}
did the trick ("-2pt" is too few).
Jacek.
"Jacek M. Holeczek" wrote:
>
> Your ps-files are copies of Intro.lyx. By default it's class is
> "article" and not "article (koma-script)". I took the same test.
> When I leave the "Layout->Document Layout-> Class -> article" I get proper
> sizes. But, it is sufficient to change it into "article
Hi,
Many thanks.
> write in latex preamble
>
> \AtBeginDocument{
> \let\size@part\Huge
> \let\size@partnumber\huge
> \let\size@section\Large
> \let\size@subsection\large
> \let\size@subsubsection\normalsize
> \let\size@paragraph\normalsize
> \let\size@subparagraph\nor
Hello the dream team...
I've got problem compiling the 1.1.6fix1 release of lyx
here is the gcc compiler
[yann@noemi yann]$ gcc -v
Reading specs from /usr/lib/gcc-lib/alpha-redhat-linux/2.96/specs
gcc version 2.96 2731 (Red Hat Linux 7.0)
[yann@noemi yann]$
here is the linux box
[yann@noe
On Sun, Apr 22, 2001 at 10:38:26AM +0100, [EMAIL PROTECTED] wrote:
> I have just run ./configure with the extra library options:
>
> ./configure
> --with-extra-lib=/usr/lib:/usr/X11R6/lib:/usr/i386-slackware-linux-gnulibc1/lib
>
> It still does not recognise the libXpm and liforms libraries at
>
Unlike couple of people suggested, the EPS file is _not_ a bitmap image (I
can't understand where they got that...). So if you convert it to bitmap,
it works, but you shouldn't because it makes the image quality much worse.
Looking at the EPS file, I noticed that there was some strange binary dat
On Mon, 23 Apr 2001, Yann MORERE wrote:
> I've got problem compiling the 1.1.6fix1 release of lyx
> ../../src/gettext.h:46: warning: identifier name `_' conflicts with GNU
> C++ internal naming strategy
gettext is the Native Language Support library. If it is ok to use
english with LyX try to
> > Detlev Humann wrote:
> >
> > Hi!
> > As my list of tables is longer than 10 entries I tried to follow
> > Herbert Voss´ advice
> > (http://www.educat.hu-berlin.de/~voss/lyx/tocloft/) using "tocloft"
> > (in lyx-preamble: \usepackage{tocloft}
> > \addtolengt{\cftfignumwidth}{1em})
> > to cha
Hi!
I'm writing in book-koma-script-style and I´d
like to use fancyhdr, too.
Unfortunately it is obviously impossible to use the
koma-script-command \headfont while working with fancyhdr (no effects to
the header-style).
Is there any other possibility to change the
font (fonttype, -size) us
Lyx 1.1.6fix1, on Mandrake 8.0 does not show some math symbols in the
document. Same thing happens in the math panel too. Some of the menus in the
math panel are empty.
The symbols look okay in the dvi file though.
Any idea what may be the matter?
Remzi
Does putting a font command in one of \fancyhead{} or \fancyfoot{} not do what
you need? For instance, the docs tell you to do \fancyhead{\bfseries blahblah}.
It seems to me you could use any other font selection command just as well.
On Mon, 23 Apr 2001, you wrote:
>
> Hi!
> I'm writing in book
More specifically, I can not see any of the symbols on the lyx screen (not
even integration and summation!). I tried the rpms, and even compiling from
the source... Nothing works out. I wonder if it is a font problem somewhere?
thanks in advance
remzi
- Original Message -
From: "Remzi S
On Mon, 23 Apr 2001, Rem wrote:
> More specifically, I can not see any of the symbols on the lyx screen (not
> even integration and summation!). I tried the rpms, and even compiling from
> the source... Nothing works out. I wonder if it is a font problem somewhere?
Yes, I had similar problem mys
After reading a helpful suggestion from a member of this list, I have
managed to compile LyX successfully (or so I think) on Darwin/MacOSX.
The only problem, however, is that whenever I try to launch the program from
xterm (or anywhere else, for that matter), I get the following error:
X Error o
Try running your X sever with a different color depth.
---Kayvan
On Mon, Apr 23, 2001 at 04:51:54PM -0500, Tomoharu Nishino wrote:
> After reading a helpful suggestion from a member of this list, I have
> managed to compile LyX successfully (or so I think) on Darwin/MacOS
Hello,
I have recently installed RH6.2 and Lyx1.1.6fix1 on an old Compaq
laptop. Lyx's on-screen font is very strange (looks like a combination
or westminster and playbill fonts in Word2000) and is very hard on the
eyes. Is there a way that it can be corrected to a more readable font (I
prefer a
Edit->Preferences->Screen Fonts
On Mon, 23 Apr 2001, you wrote:
> Hello,
>
> I have recently installed RH6.2 and Lyx1.1.6fix1 on an old Compaq
> laptop. Lyx's on-screen font is very strange (looks like a combination
> or westminster and playbill fonts in Word2000) and is very hard on the
> eyes
On April 23 2001 16:50 Tuukka Toivonen wrote:
> I fixed the problem by editing /etc/XF86Config (or
> /etc/X11/XF86Config in redhat, it seems) by swapping the
> "FontPath" definitions in another order. Try that or
> commenting out all fontpaths which are not absolutely
> necessary.
Well, I feel ra
Dear Lyx-Seelsorger
what did I do wrong:
my list of figures shows correctly figure numbers numbered according to the
chapters
e.g.
2.6
2.7
etc
however in the text it is referred to as
figure 2.3.1
figure 2.3.2
I am using book style
and the recommended [short caption]{long caption} legends
in
Tuukka Toivonen wrote:
>
>
> gettext is the Native Language Support library. If it is ok to use
> english with LyX try to run configure with
>
> ./configure --disable-nls
>
> (that is what I do...)
Ok i tried this, but i got this problem :
/bin/sh ../../libtool --mode=compile g++ -DH
On Mon, 23 Apr 2001, Matej Cepl wrote:
> Well, I feel rather stupid, but I do not have any Math menu at
> all. What's wrong with me?
You have upgraded recently? I think the math menu is now in different
place: in lyx 1.1.6, it is in "Edit/Math Panel".
Hmm, i think older versions had really a m
23 matches
Mail list logo