Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 09:24 am, Morgan Kelly wrote:
 On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote:
  checking for Qt library name... failed
  configure: error: Cannot compile a simple Qt executable. Check you have
  the right $QTDIR !
  error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)

 This is a problem in building with Mandrake linux that was not present with
 lyx-1.3.0pre2 but appeared with 1.3.0.

 Instead of commenting out a lot of lines in the configure script, you need
 to set more options telling it exactly where all the qt things live

 ./configure --with-frontend=qt --with-qt-dir=/usr/lib/qt3
 --with-qt-includes=/usr/lib/qt3/include
 --with-qt-libraries=/usr/lib/qt3/lib

Thanks!  I tried again using your recommended additional switches but the 
build STILL fails with:

checking for moc... /usr/lib/qt3//bin/moc
checking for uic... /usr/lib/qt3//bin/uic
checking for Qt library name... failed
configure: error: Cannot compile a simple Qt executable. Check you have the 
right $QTDIR !
error: Bad exit status from /var/tmp/rpm-tmp.58102 (%build)

The script is still looking for something in the wrong place  (I have ALL the 
required qt3 libs/includes needed to build any qt-based app, nothing is 
missing).  I have looked through the config.log and config.status files.  
Nothing in either to indicate any problems/missing elements.


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:00 am, Jean-Marc Lasgouttes wrote:
  Praedor == Praedor Atrebates [EMAIL PROTECTED] writes:

 Praedor Thanks! I tried again using your recommended additional
 Praedor switches but the build STILL fails with:
[...]
 So, can we see you config.log? There has to be something interesting
 at the place where it says Cannot compile a simple Qt executable.

Well, the config.log that currently exists literally contains NOTHING about 
Cannot compile a simple...  I'm dead serious.  I am re-running configure 
again to see if something shows up this time.  When I have that, I will send 
it.

praedor


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
OK, I found entries in the latest config.log refering to the qt compile fail.  
It is looking for qt2 libs/includes?!  Surely this isn't a qt2-based 
frontend?  I have specifically pointed it at /usr/lib/qt3 by setting 
QTDIR=/usr/lib/qt3 and using the configure switches specifically telling it 
to go to /usr/lib/qt3/includes and /usr/lib/qt3/libs for all the qt devel 
files.  

Here are the offending config.log entries:

configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt2 5
/usr/bin/ld: cannot find -lqt2
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 configure
#include confdefs.h

#include qglobal.h
#include qstring.h

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern C
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s(mangle_failure);
#if (QT_VERSION  221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt 5
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 configure
#include confdefs.h

#include qglobal.h
#include qstring.h

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern C
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s(mangle_failure);
#if (QT_VERSION  221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt-mt 5
/tmp/cc4TX2WQ.o: In function `main':
/tmp/cc4TX2WQ.o(.text+0x11): undefined reference to `QString::QString(char 
const *)'
/tmp/cc4TX2WQ.o(.text+0x29): undefined reference to `QString::shared_null'
/tmp/cc4TX2WQ.o(.text+0x31): undefined reference to `QString::shared_null'
/tmp/cc4TX2WQ.o(.text+0x3f): undefined reference to 
`QStringData::deleteSelf(void)'
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 configure
#include confdefs.h

#include qglobal.h
#include qstring.h

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern C
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s(mangle_failure);
#if (QT_VERSION  221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11850: result: failed
configure:11853: error: Cannot compile a simple Qt executable. Check you have 
the right $QTDIR !


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:25 am, John Levon wrote:
 On Thu, Mar 20, 2003 at 10:22:12AM -0500, Praedor Atrebates wrote:
  -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib
  -isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm
  -L/usr/X11R6/lib -lX11  -lqt-mt 5
  /tmp/cc4TX2WQ.o: In function `main':
  /tmp/cc4TX2WQ.o(.text+0x11): undefined reference to
  `QString::QString(char const *)'

 You must use a compiler version that matches the one that compiled your
 Qt library.

 If you had just given us your config.log in the first place you would
 have saved everyone a lot of time.

What information in the log fragment above indicates a problem with the 
compiler version?  

praedor


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:38 am, John Levon wrote:
 On Thu, Mar 20, 2003 at 10:35:29AM -0500, Praedor Atrebates wrote:
  What information in the log fragment above indicates a problem with the
  compiler version?
 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm
-L/usr/X11R6/lib -lX11  -lqt-mt 5
/tmp/cc4TX2WQ.o: In function `main':
/tmp/cc4TX2WQ.o(.text+0x11): undefined reference to `QString::QString(char 
const *)'
 
 

 That.

OK, thank you.  However, changing my compiler hasn't helped.  This is Mandrake 9.0.  
The qt3
libs installed are the stock rpms (qt-3.0.5).  Since the default compiler on a stock 
9.0 install is set
to gcc-3.2, I would assume that the qt3 rpms were built with gcc-3.2.  I WAS using 
2.96 (because 3.2
will not successfully compile the 2.4.19 and 2.4.2* kernels with XFS support (at 
least).  In any case,
I have only 2 options: 2.96 or 3.2.  Switching to 3.2 and trying to rebuild the rpm 
again still fails 
as before.  

praedor


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 09:24 am, Morgan Kelly wrote:
 On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote:
  checking for Qt library name... failed
  configure: error: Cannot compile a simple Qt executable. Check you have
  the right $QTDIR !
  error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)

 This is a problem in building with Mandrake linux that was not present with
 lyx-1.3.0pre2 but appeared with 1.3.0.

 Instead of commenting out a lot of lines in the configure script, you need
 to set more options telling it exactly where all the qt things live

 ./configure --with-frontend=qt --with-qt-dir=/usr/lib/qt3
 --with-qt-includes=/usr/lib/qt3/include
 --with-qt-libraries=/usr/lib/qt3/lib

Thanks!  I tried again using your recommended additional switches but the 
build STILL fails with:

checking for moc... /usr/lib/qt3//bin/moc
checking for uic... /usr/lib/qt3//bin/uic
checking for Qt library name... failed
configure: error: Cannot compile a simple Qt executable. Check you have the 
right $QTDIR !
error: Bad exit status from /var/tmp/rpm-tmp.58102 (%build)

The script is still looking for something in the wrong place  (I have ALL the 
required qt3 libs/includes needed to build any qt-based app, nothing is 
missing).  I have looked through the config.log and config.status files.  
Nothing in either to indicate any problems/missing elements.


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:00 am, Jean-Marc Lasgouttes wrote:
  Praedor == Praedor Atrebates [EMAIL PROTECTED] writes:

 Praedor Thanks! I tried again using your recommended additional
 Praedor switches but the build STILL fails with:
[...]
 So, can we see you config.log? There has to be something interesting
 at the place where it says Cannot compile a simple Qt executable.

Well, the config.log that currently exists literally contains NOTHING about 
Cannot compile a simple...  I'm dead serious.  I am re-running configure 
again to see if something shows up this time.  When I have that, I will send 
it.

praedor


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
OK, I found entries in the latest config.log refering to the qt compile fail.  
It is looking for qt2 libs/includes?!  Surely this isn't a qt2-based 
frontend?  I have specifically pointed it at /usr/lib/qt3 by setting 
QTDIR=/usr/lib/qt3 and using the configure switches specifically telling it 
to go to /usr/lib/qt3/includes and /usr/lib/qt3/libs for all the qt devel 
files.  

Here are the offending config.log entries:

configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt2 5
/usr/bin/ld: cannot find -lqt2
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 configure
#include confdefs.h

#include qglobal.h
#include qstring.h

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern C
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s(mangle_failure);
#if (QT_VERSION  221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt 5
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 configure
#include confdefs.h

#include qglobal.h
#include qstring.h

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern C
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s(mangle_failure);
#if (QT_VERSION  221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt-mt 5
/tmp/cc4TX2WQ.o: In function `main':
/tmp/cc4TX2WQ.o(.text+0x11): undefined reference to `QString::QString(char 
const *)'
/tmp/cc4TX2WQ.o(.text+0x29): undefined reference to `QString::shared_null'
/tmp/cc4TX2WQ.o(.text+0x31): undefined reference to `QString::shared_null'
/tmp/cc4TX2WQ.o(.text+0x3f): undefined reference to 
`QStringData::deleteSelf(void)'
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 configure
#include confdefs.h

#include qglobal.h
#include qstring.h

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern C
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s(mangle_failure);
#if (QT_VERSION  221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11850: result: failed
configure:11853: error: Cannot compile a simple Qt executable. Check you have 
the right $QTDIR !


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:25 am, John Levon wrote:
 On Thu, Mar 20, 2003 at 10:22:12AM -0500, Praedor Atrebates wrote:
  -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib
  -isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm
  -L/usr/X11R6/lib -lX11  -lqt-mt 5
  /tmp/cc4TX2WQ.o: In function `main':
  /tmp/cc4TX2WQ.o(.text+0x11): undefined reference to
  `QString::QString(char const *)'

 You must use a compiler version that matches the one that compiled your
 Qt library.

 If you had just given us your config.log in the first place you would
 have saved everyone a lot of time.

What information in the log fragment above indicates a problem with the 
compiler version?  

praedor


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:38 am, John Levon wrote:
 On Thu, Mar 20, 2003 at 10:35:29AM -0500, Praedor Atrebates wrote:
  What information in the log fragment above indicates a problem with the
  compiler version?
 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm
-L/usr/X11R6/lib -lX11  -lqt-mt 5
/tmp/cc4TX2WQ.o: In function `main':
/tmp/cc4TX2WQ.o(.text+0x11): undefined reference to `QString::QString(char 
const *)'
 
 

 That.

OK, thank you.  However, changing my compiler hasn't helped.  This is Mandrake 9.0.  
The qt3
libs installed are the stock rpms (qt-3.0.5).  Since the default compiler on a stock 
9.0 install is set
to gcc-3.2, I would assume that the qt3 rpms were built with gcc-3.2.  I WAS using 
2.96 (because 3.2
will not successfully compile the 2.4.19 and 2.4.2* kernels with XFS support (at 
least).  In any case,
I have only 2 options: 2.96 or 3.2.  Switching to 3.2 and trying to rebuild the rpm 
again still fails 
as before.  

praedor


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 09:24 am, Morgan Kelly wrote:
> On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote:
> > checking for Qt library name... failed
> > configure: error: Cannot compile a simple Qt executable. Check you have
> > the right $QTDIR !
> > error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)
>
> This is a problem in building with Mandrake linux that was not present with
> lyx-1.3.0pre2 but appeared with 1.3.0.
>
> Instead of commenting out a lot of lines in the configure script, you need
> to set more options telling it exactly where all the qt things live
>
> ./configure --with-frontend=qt --with-qt-dir=/usr/lib/qt3
> --with-qt-includes=/usr/lib/qt3/include
> --with-qt-libraries=/usr/lib/qt3/lib

Thanks!  I tried again using your recommended additional switches but the 
build STILL fails with:

checking for moc... /usr/lib/qt3//bin/moc
checking for uic... /usr/lib/qt3//bin/uic
checking for Qt library name... failed
configure: error: Cannot compile a simple Qt executable. Check you have the 
right $QTDIR !
error: Bad exit status from /var/tmp/rpm-tmp.58102 (%build)

The script is still looking for something in the wrong place  (I have ALL the 
required qt3 libs/includes needed to build any qt-based app, nothing is 
missing).  I have looked through the config.log and config.status files.  
Nothing in either to indicate any problems/missing elements.


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:00 am, Jean-Marc Lasgouttes wrote:
> >>>>> "Praedor" == Praedor Atrebates <[EMAIL PROTECTED]> writes:
>
> Praedor> Thanks! I tried again using your recommended additional
> Praedor> switches but the build STILL fails with:
[...]
> So, can we see you config.log? There has to be something interesting
> at the place where it says "Cannot compile a simple Qt executable".

Well, the config.log that currently exists literally contains NOTHING about 
"Cannot compile a simple..."  I'm dead serious.  I am re-running configure 
again to see if something shows up this time.  When I have that, I will send 
it.

praedor


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
OK, I found entries in the latest config.log refering to the qt compile fail.  
It is looking for qt2 libs/includes?!  Surely this isn't a qt2-based 
frontend?  I have specifically pointed it at /usr/lib/qt3 by setting 
QTDIR=/usr/lib/qt3 and using the configure switches specifically telling it 
to go to /usr/lib/qt3/includes and /usr/lib/qt3/libs for all the qt devel 
files.  

Here are the offending config.log entries:

configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt2 >&5
/usr/bin/ld: cannot find -lqt2
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 "configure"
#include "confdefs.h"

#include 
#include 

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s("mangle_failure");
#if (QT_VERSION < 221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt >&5
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 "configure"
#include "confdefs.h"

#include 
#include 

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s("mangle_failure");
#if (QT_VERSION < 221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11820: g++ -o conftest -O -fno-exceptions -ftemplate-depth-30 
-Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib  
-isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11  -lqt-mt >&5
/tmp/cc4TX2WQ.o: In function `main':
/tmp/cc4TX2WQ.o(.text+0x11): undefined reference to `QString::QString(char 
const *)'
/tmp/cc4TX2WQ.o(.text+0x29): undefined reference to `QString::shared_null'
/tmp/cc4TX2WQ.o(.text+0x31): undefined reference to `QString::shared_null'
/tmp/cc4TX2WQ.o(.text+0x3f): undefined reference to 
`QStringData::deleteSelf(void)'
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
#line 11793 "configure"
#include "confdefs.h"

#include 
#include 

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

QString s("mangle_failure");
#if (QT_VERSION < 221)
break_me_(\\);
#endif

  ;
  return 0;
}
configure:11850: result: failed
configure:11853: error: Cannot compile a simple Qt executable. Check you have 
the right $QTDIR !


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:25 am, John Levon wrote:
> On Thu, Mar 20, 2003 at 10:22:12AM -0500, Praedor Atrebates wrote:
> > -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib
> > -isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm
> > -L/usr/X11R6/lib -lX11  -lqt-mt >&5
> > /tmp/cc4TX2WQ.o: In function `main':
> > /tmp/cc4TX2WQ.o(.text+0x11): undefined reference to
> > `QString::QString(char const *)'
>
> You must use a compiler version that matches the one that compiled your
> Qt library.
>
> If you had just given us your config.log in the first place you would
> have saved everyone a lot of time.

What information in the log fragment above indicates a problem with the 
compiler version?  

praedor


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-20 Thread Praedor Atrebates
On Thursday 20 March 2003 10:38 am, John Levon wrote:
> On Thu, Mar 20, 2003 at 10:35:29AM -0500, Praedor Atrebates wrote:
> > What information in the log fragment above indicates a problem with the
> > compiler version?
> >
> > > > -Wno-non-template-friend -I/usr/lib/qt3//include -L/usr/lib/qt3//lib
> > > > -isystem /usr/X11R6/include  conftest.cc  -lSM -lICE -lc -lm
> > > > -L/usr/X11R6/lib -lX11  -lqt-mt >&5
> > > > /tmp/cc4TX2WQ.o: In function `main':
> > > > /tmp/cc4TX2WQ.o(.text+0x11): undefined reference to `QString::QString(char 
> > > > const *)'
> 
> 
>
> That.

OK, thank you.  However, changing my compiler hasn't helped.  This is Mandrake 9.0.  
The qt3
libs installed are the stock rpms (qt-3.0.5).  Since the default compiler on a stock 
9.0 install is set
to gcc-3.2, I would assume that the qt3 rpms were built with gcc-3.2.  I WAS using 
2.96 (because 3.2
will not successfully compile the 2.4.19 and 2.4.2* kernels with XFS support (at 
least).  In any case,
I have only 2 options: 2.96 or 3.2.  Switching to 3.2 and trying to rebuild the rpm 
again still fails 
as before.  

praedor


Re: Writing a Novel with LyX?

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 19 March 2003 09:33 am, Ronald Florence wrote:
[...]
 LyX is a wonderful tool, and TeX does wonderful typesetting for
 technical publications and technical publishers that accept
 camera-ready copy, or perhaps for self-published material.  Until trade
 publishers catch on to the economy and quality of having authors
 typeset the material into camera-ready copy, LyX is actually a handicap
 for authors writing trade books.  That said, I'm working on yet another
 book with LyX!

How then do you get around the problems you list?  Do you end up submitting 
ascii to them afterall, thus giving up the formatting/typesetting advantages 
of using Lyx/latex?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eIWYaKr9sJYeTxgRAoyUAJ9u1st4tc+VgfXYaM/GlC5P8A5mXACgmDv8
DlYQTXjp5Dm/b154l427MoY=
=fmVr
-END PGP SIGNATURE-


Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is inevitable, it seems, whether I try the qt version or the xforms 
version.  Inspite of the fact that I have xforms installed and qt3 devel libs 
installed, the src rpm for lyx never builds on my Mandrake system.  

Mandrake doesn't use QTDIR.  It is dispensed with and is generally unneeded.  
Nonetheless I created QTDIR=/usr/lib/qt3 in an attempt to satisfy the rpm for 
building.  It fails:

checking for Qt library name... failed
configure: error: Cannot compile a simple Qt executable. Check you have the 
right $QTDIR !
error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)

What lines in the configure script do I comment out to prevent this check from 
occuring and killing the build process?  Looking over the configure options I 
see no option to turn it off that way so...

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eKzFaKr9sJYeTxgRAvHqAKCjy3mx18Z0aevk066m7lk8JWLkMQCdHS0D
bbKwPVqab156zW49DkUz8Vg=
=Gu75
-END PGP SIGNATURE-


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 19 March 2003 12:54 pm, John Levon wrote:
 On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote:
  checking for Qt library name... failed
  configure: error: Cannot compile a simple Qt executable. Check you have
  the right $QTDIR !
  error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)
 
  What lines in the configure script do I comment out to prevent this check
  from occuring and killing the build process?  Looking over the configure
  options I

 You can't turn it off, that makes no sense (how would you build ?).
 Instead, look at config.log, and see what you did wrong in your setup.

Thanks, I'll give it a shot but there is nothing wrong with my setup.  I can 
build qt apps, kde apps, etc. without problem...just not lyx-qt (or lyx 
xforms for that matter - but I CAN build other xforms apps).  The problem 
seems to be based on assumptions made by the configure script on what the 
system should be like (like Redhat's broken system?).  It assumes there MUST 
be an environment variable called QTDIR set which is not necessarily true 
except, perhaps, on the developer's system.  I just wanted to be able to 
disable the check on qt that the configure script is doing and let the system 
just make the qt app like it can with every other qt app I've tried that 
doesn't make similar assumptions.

In the meantime, I commented out all the lines in the configure script in 
which the qt lib version is determined, created a new entry directly setting 
qt_cv_libname=Qt3 and let it go from there.  It builds and the binary works.  
It would appear that the gatekeeper in configure is not critical and needs to 
have a switch settable by the builder.  It would allow for a simple sidestep 
of an erroneous check (for my system - any Mandrake system) and still get a 
working binary.

praedor



praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eNTMaKr9sJYeTxgRAg6mAJ47PpdZ2AeUsuJIRDWSoKHV/PMhIwCeIcXC
4t3cpvTCarw3v+RTFIajzWY=
=p2C/
-END PGP SIGNATURE-


Re: Writing a Novel with LyX?

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 19 March 2003 09:33 am, Ronald Florence wrote:
[...]
 LyX is a wonderful tool, and TeX does wonderful typesetting for
 technical publications and technical publishers that accept
 camera-ready copy, or perhaps for self-published material.  Until trade
 publishers catch on to the economy and quality of having authors
 typeset the material into camera-ready copy, LyX is actually a handicap
 for authors writing trade books.  That said, I'm working on yet another
 book with LyX!

How then do you get around the problems you list?  Do you end up submitting 
ascii to them afterall, thus giving up the formatting/typesetting advantages 
of using Lyx/latex?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eIWYaKr9sJYeTxgRAoyUAJ9u1st4tc+VgfXYaM/GlC5P8A5mXACgmDv8
DlYQTXjp5Dm/b154l427MoY=
=fmVr
-END PGP SIGNATURE-


Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is inevitable, it seems, whether I try the qt version or the xforms 
version.  Inspite of the fact that I have xforms installed and qt3 devel libs 
installed, the src rpm for lyx never builds on my Mandrake system.  

Mandrake doesn't use QTDIR.  It is dispensed with and is generally unneeded.  
Nonetheless I created QTDIR=/usr/lib/qt3 in an attempt to satisfy the rpm for 
building.  It fails:

checking for Qt library name... failed
configure: error: Cannot compile a simple Qt executable. Check you have the 
right $QTDIR !
error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)

What lines in the configure script do I comment out to prevent this check from 
occuring and killing the build process?  Looking over the configure options I 
see no option to turn it off that way so...

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eKzFaKr9sJYeTxgRAvHqAKCjy3mx18Z0aevk066m7lk8JWLkMQCdHS0D
bbKwPVqab156zW49DkUz8Vg=
=Gu75
-END PGP SIGNATURE-


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 19 March 2003 12:54 pm, John Levon wrote:
 On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote:
  checking for Qt library name... failed
  configure: error: Cannot compile a simple Qt executable. Check you have
  the right $QTDIR !
  error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)
 
  What lines in the configure script do I comment out to prevent this check
  from occuring and killing the build process?  Looking over the configure
  options I

 You can't turn it off, that makes no sense (how would you build ?).
 Instead, look at config.log, and see what you did wrong in your setup.

Thanks, I'll give it a shot but there is nothing wrong with my setup.  I can 
build qt apps, kde apps, etc. without problem...just not lyx-qt (or lyx 
xforms for that matter - but I CAN build other xforms apps).  The problem 
seems to be based on assumptions made by the configure script on what the 
system should be like (like Redhat's broken system?).  It assumes there MUST 
be an environment variable called QTDIR set which is not necessarily true 
except, perhaps, on the developer's system.  I just wanted to be able to 
disable the check on qt that the configure script is doing and let the system 
just make the qt app like it can with every other qt app I've tried that 
doesn't make similar assumptions.

In the meantime, I commented out all the lines in the configure script in 
which the qt lib version is determined, created a new entry directly setting 
qt_cv_libname=Qt3 and let it go from there.  It builds and the binary works.  
It would appear that the gatekeeper in configure is not critical and needs to 
have a switch settable by the builder.  It would allow for a simple sidestep 
of an erroneous check (for my system - any Mandrake system) and still get a 
working binary.

praedor



praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eNTMaKr9sJYeTxgRAg6mAJ47PpdZ2AeUsuJIRDWSoKHV/PMhIwCeIcXC
4t3cpvTCarw3v+RTFIajzWY=
=p2C/
-END PGP SIGNATURE-


Re: Writing a Novel with LyX?

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 19 March 2003 09:33 am, Ronald Florence wrote:
[...]
> LyX is a wonderful tool, and TeX does wonderful typesetting for
> technical publications and technical publishers that accept
> camera-ready copy, or perhaps for self-published material.  Until trade
> publishers catch on to the economy and quality of having authors
> typeset the material into camera-ready copy, LyX is actually a handicap
> for authors writing trade books.  That said, I'm working on yet another
> book with LyX!

How then do you get around the problems you list?  Do you end up submitting 
ascii to them afterall, thus giving up the formatting/typesetting advantages 
of using Lyx/latex?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eIWYaKr9sJYeTxgRAoyUAJ9u1st4tc+VgfXYaM/GlC5P8A5mXACgmDv8
DlYQTXjp5Dm/b154l427MoY=
=fmVr
-END PGP SIGNATURE-


Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is inevitable, it seems, whether I try the qt version or the xforms 
version.  Inspite of the fact that I have xforms installed and qt3 devel libs 
installed, the src rpm for lyx never builds on my Mandrake system.  

Mandrake doesn't use QTDIR.  It is dispensed with and is generally unneeded.  
Nonetheless I created QTDIR=/usr/lib/qt3 in an attempt to satisfy the rpm for 
building.  It fails:

checking for Qt library name... failed
configure: error: Cannot compile a simple Qt executable. Check you have the 
right $QTDIR !
error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)

What lines in the configure script do I comment out to prevent this check from 
occuring and killing the build process?  Looking over the configure options I 
see no option to turn it off that way so...

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eKzFaKr9sJYeTxgRAvHqAKCjy3mx18Z0aevk066m7lk8JWLkMQCdHS0D
bbKwPVqab156zW49DkUz8Vg=
=Gu75
-END PGP SIGNATURE-


Re: Cannot build lyx-1.3.1qt src rpm

2003-03-19 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 19 March 2003 12:54 pm, John Levon wrote:
> On Wed, Mar 19, 2003 at 12:45:41PM -0500, Praedor Atrebates wrote:
> > checking for Qt library name... failed
> > configure: error: Cannot compile a simple Qt executable. Check you have
> > the right $QTDIR !
> > error: Bad exit status from /var/tmp/rpm-tmp.46146 (%build)
> >
> > What lines in the configure script do I comment out to prevent this check
> > from occuring and killing the build process?  Looking over the configure
> > options I
>
> You can't turn it off, that makes no sense (how would you build ?).
> Instead, look at config.log, and see what you did wrong in your setup.

Thanks, I'll give it a shot but there is nothing "wrong" with my setup.  I can 
build qt apps, kde apps, etc. without problem...just not lyx-qt (or lyx 
xforms for that matter - but I CAN build other xforms apps).  The "problem" 
seems to be based on assumptions made by the configure script on what the 
system should be like (like Redhat's broken system?).  It assumes there MUST 
be an environment variable called QTDIR set which is not necessarily true 
except, perhaps, on the developer's system.  I just wanted to be able to 
disable the check on qt that the configure script is doing and let the system 
just make the qt app like it can with every other qt app I've tried that 
doesn't make similar assumptions.

In the meantime, I commented out all the lines in the configure script in 
which the qt lib version is determined, created a new entry directly setting 
qt_cv_libname=Qt3 and let it go from there.  It builds and the binary works.  
It would appear that the gatekeeper in configure is not critical and needs to 
have a switch settable by the builder.  It would allow for a simple sidestep 
of an erroneous check (for my system - any Mandrake system) and still get a 
working binary.

praedor



praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+eNTMaKr9sJYeTxgRAg6mAJ47PpdZ2AeUsuJIRDWSoKHV/PMhIwCeIcXC
4t3cpvTCarw3v+RTFIajzWY=
=p2C/
-END PGP SIGNATURE-


Altering format of reference pages

2003-03-10 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is there a way to change the formatting of the auto-generated reference pages 
by lyx?  Specifically, all I want to do is alter the margin to be wider.  I 
have a document that has a 1.5 inch left margin and a 1.0 inch right margin.  
The reference list that is autogenerated by Lyx/latex adds about 1/2 inch to 
either margin.  

I have very tight and specific thesis formatting rules and I have a feeling 
that I will be dinged on the default margins used in my reference pages.  I 
need to go to each margin.

Thank you, whoever may answer, for any help,

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+bMTnaKr9sJYeTxgRAswMAJ0a3yjNnNRkofbG9CWJ252lBWppaACfTQLw
TUN1B9Rlby53ThPs5EKYPAQ=
=aOvG
-END PGP SIGNATURE-


Altering format of reference pages

2003-03-10 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is there a way to change the formatting of the auto-generated reference pages 
by lyx?  Specifically, all I want to do is alter the margin to be wider.  I 
have a document that has a 1.5 inch left margin and a 1.0 inch right margin.  
The reference list that is autogenerated by Lyx/latex adds about 1/2 inch to 
either margin.  

I have very tight and specific thesis formatting rules and I have a feeling 
that I will be dinged on the default margins used in my reference pages.  I 
need to go to each margin.

Thank you, whoever may answer, for any help,

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+bMTnaKr9sJYeTxgRAswMAJ0a3yjNnNRkofbG9CWJ252lBWppaACfTQLw
TUN1B9Rlby53ThPs5EKYPAQ=
=aOvG
-END PGP SIGNATURE-


Altering format of reference pages

2003-03-10 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is there a way to change the formatting of the auto-generated reference pages 
by lyx?  Specifically, all I want to do is alter the margin to be wider.  I 
have a document that has a 1.5 inch left margin and a 1.0 inch right margin.  
The reference list that is autogenerated by Lyx/latex adds about 1/2 inch to 
either margin.  

I have very tight and specific thesis formatting rules and I have a feeling 
that I will be dinged on the default margins used in my reference pages.  I 
need to go to each margin.

Thank you, whoever may answer, for any help,

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+bMTnaKr9sJYeTxgRAswMAJ0a3yjNnNRkofbG9CWJ252lBWppaACfTQLw
TUN1B9Rlby53ThPs5EKYPAQ=
=aOvG
-END PGP SIGNATURE-


Document not working - 100 errors

2003-03-08 Thread Praedor Atrebates
I don't understand the problem.  This document worked minutes ago but now, 
suddenly, it refuses to render and instead produces 100 errors, virtually all 
of them complaining about missing references which are clearly not missing - 
they ARE in the bibtex ref file I am using for the document.  What is wrong 
here?

Could someone please accept my document and ref file and check it and tell me 
what I'm missing?  

praedor


Re: Document not working - 100 errors: Fixed

2003-03-08 Thread Praedor Atrebates
On Saturday 08 March 2003 04:15 pm, Praedor Atrebates wrote:
 I don't understand the problem.  This document worked minutes ago but now,
 suddenly, it refuses to render and instead produces 100 errors, virtually
 all of them complaining about missing references which are clearly not
 missing - they ARE in the bibtex ref file I am using for the document. 
 What is wrong here?
[...]

This is using Lyx-1.3.0 qt on Mandrake 9.0.

I fixed it after a bunch of trial and error.  Ultimately, I had to 
completely delete the reference page and then recreate it and re-insert the 
Bibtex reference.  After that, the paper rendered properly without errors.  I 
have no idea why the very same bibtex file and format for the page and text 
didn't work before but now does.

praedor


Document not working - 100 errors

2003-03-08 Thread Praedor Atrebates
I don't understand the problem.  This document worked minutes ago but now, 
suddenly, it refuses to render and instead produces 100 errors, virtually all 
of them complaining about missing references which are clearly not missing - 
they ARE in the bibtex ref file I am using for the document.  What is wrong 
here?

Could someone please accept my document and ref file and check it and tell me 
what I'm missing?  

praedor


Re: Document not working - 100 errors: Fixed

2003-03-08 Thread Praedor Atrebates
On Saturday 08 March 2003 04:15 pm, Praedor Atrebates wrote:
 I don't understand the problem.  This document worked minutes ago but now,
 suddenly, it refuses to render and instead produces 100 errors, virtually
 all of them complaining about missing references which are clearly not
 missing - they ARE in the bibtex ref file I am using for the document. 
 What is wrong here?
[...]

This is using Lyx-1.3.0 qt on Mandrake 9.0.

I fixed it after a bunch of trial and error.  Ultimately, I had to 
completely delete the reference page and then recreate it and re-insert the 
Bibtex reference.  After that, the paper rendered properly without errors.  I 
have no idea why the very same bibtex file and format for the page and text 
didn't work before but now does.

praedor


Document not working - 100 errors

2003-03-08 Thread Praedor Atrebates
I don't understand the problem.  This document worked minutes ago but now, 
suddenly, it refuses to render and instead produces 100 errors, virtually all 
of them complaining about missing references which are clearly not missing - 
they ARE in the bibtex ref file I am using for the document.  What is wrong 
here?

Could someone please accept my document and ref file and check it and tell me 
what I'm missing?  

praedor


Re: Document not working - 100 errors: Fixed

2003-03-08 Thread Praedor Atrebates
On Saturday 08 March 2003 04:15 pm, Praedor Atrebates wrote:
> I don't understand the problem.  This document worked minutes ago but now,
> suddenly, it refuses to render and instead produces 100 errors, virtually
> all of them complaining about missing references which are clearly not
> missing - they ARE in the bibtex ref file I am using for the document. 
> What is wrong here?
[...]

This is using Lyx-1.3.0 qt on Mandrake 9.0.

I "fixed" it after a bunch of trial and error.  Ultimately, I had to 
completely delete the reference page and then recreate it and re-insert the 
Bibtex reference.  After that, the paper rendered properly without errors.  I 
have no idea why the very same bibtex file and format for the page and text 
didn't work before but now does.

praedor


Spacing problems in document

2003-03-07 Thread Praedor Atrebates
I have a document that must have double spacing between all lines and 
paragraphs.  It also needs doublespacing between section headings and the 
following paragraph.  

Within paragraphs the spacing is OK as is the doublespacing between 
paragraphs...unless I make that paragraph a heading.  All I do is write a 
heading (ie, 1.2 The complexity of HIV) and hit enter, move on to the 
following paragraph.  The problem appears only when I alter the heading so 
that it is not indented.  All the paragraphs are indented.  Magically, 
turning off indentation causes the heading to have a triple space above and 
below it.  A no-no.

How do I prevent this?  How do I FORCE doublespacing no matter what?

praedor


Spacing problems in document

2003-03-07 Thread Praedor Atrebates
I have a document that must have double spacing between all lines and 
paragraphs.  It also needs doublespacing between section headings and the 
following paragraph.  

Within paragraphs the spacing is OK as is the doublespacing between 
paragraphs...unless I make that paragraph a heading.  All I do is write a 
heading (ie, 1.2 The complexity of HIV) and hit enter, move on to the 
following paragraph.  The problem appears only when I alter the heading so 
that it is not indented.  All the paragraphs are indented.  Magically, 
turning off indentation causes the heading to have a triple space above and 
below it.  A no-no.

How do I prevent this?  How do I FORCE doublespacing no matter what?

praedor


Spacing problems in document

2003-03-07 Thread Praedor Atrebates
I have a document that must have double spacing between all lines and 
paragraphs.  It also needs doublespacing between section headings and the 
following paragraph.  

Within paragraphs the spacing is OK as is the doublespacing between 
paragraphs...unless I make that paragraph a heading.  All I do is write a 
heading (ie, "1.2 The complexity of HIV") and hit enter, move on to the 
following paragraph.  The problem appears only when I alter the heading so 
that it is not indented.  All the paragraphs are indented.  Magically, 
turning off indentation causes the heading to have a triple space above and 
below it.  A no-no.

How do I prevent this?  How do I FORCE doublespacing no matter what?

praedor


Bibliography style not taking

2003-02-28 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I created a bibtex style via makebst.  I used it to replace a previous version 
of the same name.  The original version listed articles in the bibliography 
based on order cited.  I changed it so the authors would be listed 
alphabetically.  I ran texhash after creating the bst file and moving it to 
my /usr/share/texmf/bibtex/bst/base directory (where it replaced the previous 
version which was working).  It doesn't take.  

Selecting the bst style and previewing the document STILL shows the authors 
are listed in citation order rather than alphabetical.  What is wrong here?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+X4okwDUPEkSvRHERAoeKAJ9HoWGUcd/NyBH5JuyJ/zlkL03J/ACeKUrp
TDkX2m39PNtEsPzDRuIucTc=
=dtaU
-END PGP SIGNATURE-


ps, eps images and too much whitespace

2003-02-28 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have acquired ps2eps and have used it on a postscript file of a figure I 
created with StarDraw.  StarDraw ps output, even its export to eps, 
often/usually has extra whitespace included in the product and in this 
particular case, the whitespace is beneath the graphic.

Running ps2eps on the file and then viewing it with gv makes it appear all is 
well.  The image is clipped down to the bare necessity to incorporate all 
parts of the graphic, however, when I insert this eps into my lyx document 
and preview it, the output still has too much whitespace beneath the image.

The image has to be rotated 270 degrees and output at ~60% of actual size in 
order to fit it within my page margins (US Letter).  Beneath this figure is 
the figure legend (not figure caption).  My other figures are fine, with the 
text of the figure legend close beneath the figure itself.  With this 
particular image, however, it insists on having extra whitespace.  How do I 
eliminate this in lyx and its output when the eps image itself appears 
correct according to gv?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+X6FZwDUPEkSvRHERAgJuAJ9x3HnGBD2MAoCvG0g032aRLUAyOQCgoxK2
hbqY2tP/enfHBhhjbEkzkgc=
=RTET
-END PGP SIGNATURE-


Bibliography style not taking

2003-02-28 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I created a bibtex style via makebst.  I used it to replace a previous version 
of the same name.  The original version listed articles in the bibliography 
based on order cited.  I changed it so the authors would be listed 
alphabetically.  I ran texhash after creating the bst file and moving it to 
my /usr/share/texmf/bibtex/bst/base directory (where it replaced the previous 
version which was working).  It doesn't take.  

Selecting the bst style and previewing the document STILL shows the authors 
are listed in citation order rather than alphabetical.  What is wrong here?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+X4okwDUPEkSvRHERAoeKAJ9HoWGUcd/NyBH5JuyJ/zlkL03J/ACeKUrp
TDkX2m39PNtEsPzDRuIucTc=
=dtaU
-END PGP SIGNATURE-


ps, eps images and too much whitespace

2003-02-28 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have acquired ps2eps and have used it on a postscript file of a figure I 
created with StarDraw.  StarDraw ps output, even its export to eps, 
often/usually has extra whitespace included in the product and in this 
particular case, the whitespace is beneath the graphic.

Running ps2eps on the file and then viewing it with gv makes it appear all is 
well.  The image is clipped down to the bare necessity to incorporate all 
parts of the graphic, however, when I insert this eps into my lyx document 
and preview it, the output still has too much whitespace beneath the image.

The image has to be rotated 270 degrees and output at ~60% of actual size in 
order to fit it within my page margins (US Letter).  Beneath this figure is 
the figure legend (not figure caption).  My other figures are fine, with the 
text of the figure legend close beneath the figure itself.  With this 
particular image, however, it insists on having extra whitespace.  How do I 
eliminate this in lyx and its output when the eps image itself appears 
correct according to gv?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+X6FZwDUPEkSvRHERAgJuAJ9x3HnGBD2MAoCvG0g032aRLUAyOQCgoxK2
hbqY2tP/enfHBhhjbEkzkgc=
=RTET
-END PGP SIGNATURE-


Bibliography style not "taking"

2003-02-28 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I created a bibtex style via makebst.  I used it to replace a previous version 
of the same name.  The original version listed articles in the bibliography 
based on order cited.  I changed it so the authors would be listed 
alphabetically.  I ran texhash after creating the bst file and moving it to 
my /usr/share/texmf/bibtex/bst/base directory (where it replaced the previous 
version which was working).  It doesn't take.  

Selecting the bst style and previewing the document STILL shows the authors 
are listed in citation order rather than alphabetical.  What is wrong here?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+X4okwDUPEkSvRHERAoeKAJ9HoWGUcd/NyBH5JuyJ/zlkL03J/ACeKUrp
TDkX2m39PNtEsPzDRuIucTc=
=dtaU
-END PGP SIGNATURE-


ps, eps images and too much whitespace

2003-02-28 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have acquired ps2eps and have used it on a postscript file of a figure I 
created with StarDraw.  StarDraw ps output, even its export to eps, 
often/usually has extra whitespace included in the product and in this 
particular case, the whitespace is beneath the graphic.

Running ps2eps on the file and then viewing it with gv makes it appear all is 
well.  The image is clipped down to the bare necessity to incorporate all 
parts of the graphic, however, when I insert this eps into my lyx document 
and preview it, the output still has too much whitespace beneath the image.

The image has to be rotated 270 degrees and output at ~60% of actual size in 
order to fit it within my page margins (US Letter).  Beneath this figure is 
the figure legend (not figure caption).  My other figures are fine, with the 
text of the figure legend close beneath the figure itself.  With this 
particular image, however, it insists on having extra whitespace.  How do I 
eliminate this in lyx and its output when the eps image itself appears 
correct according to gv?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+X6FZwDUPEkSvRHERAgJuAJ9x3HnGBD2MAoCvG0g032aRLUAyOQCgoxK2
hbqY2tP/enfHBhhjbEkzkgc=
=RTET
-END PGP SIGNATURE-


manually editing postscript file to cut off whitespace

2003-02-26 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have used Staroffice 6.0 to create some graphics for inclusion in my 
dissertation in Lyx.  Whenever I print to file (postscript) from SO/OO it 
produces very nice looking postscript images but they invariably include too 
much whitespace in the bounding box such that running ps2ps to try to cut it 
down to size doesn't work.  By extension, clipping to bounding box in Lyx 
doesn't work either. The particular graphic in question has the bounding box 
coordinates of 0 0 612 792.  Which of these numbers, if these are the numbers 
to deal with, should be altered to cut off the whitspace at the bottom of the 
image?  

praedor

  
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+XPEmwDUPEkSvRHERAgmhAJ92TIcY4YR61SkmCm76PEALCltOoACgzzvA
iGwrPREjRP0YKvpYiowvsTM=
=Wo3H
-END PGP SIGNATURE-


manually editing postscript file to cut off whitespace

2003-02-26 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have used Staroffice 6.0 to create some graphics for inclusion in my 
dissertation in Lyx.  Whenever I print to file (postscript) from SO/OO it 
produces very nice looking postscript images but they invariably include too 
much whitespace in the bounding box such that running ps2ps to try to cut it 
down to size doesn't work.  By extension, clipping to bounding box in Lyx 
doesn't work either. The particular graphic in question has the bounding box 
coordinates of 0 0 612 792.  Which of these numbers, if these are the numbers 
to deal with, should be altered to cut off the whitspace at the bottom of the 
image?  

praedor

  
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+XPEmwDUPEkSvRHERAgmhAJ92TIcY4YR61SkmCm76PEALCltOoACgzzvA
iGwrPREjRP0YKvpYiowvsTM=
=Wo3H
-END PGP SIGNATURE-


manually editing postscript file to cut off whitespace

2003-02-26 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have used Staroffice 6.0 to create some graphics for inclusion in my 
dissertation in Lyx.  Whenever I print to file (postscript) from SO/OO it 
produces very nice looking postscript images but they invariably include too 
much whitespace in the bounding box such that running ps2ps to try to cut it 
down to size doesn't work.  By extension, clipping to bounding box in Lyx 
doesn't work either. The particular graphic in question has the bounding box 
coordinates of 0 0 612 792.  Which of these numbers, if these are the numbers 
to deal with, should be altered to cut off the whitspace at the bottom of the 
image?  

praedor

  
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+XPEmwDUPEkSvRHERAgmhAJ92TIcY4YR61SkmCm76PEALCltOoACgzzvA
iGwrPREjRP0YKvpYiowvsTM=
=Wo3H
-END PGP SIGNATURE-


Re: When are we going to get character styles

2003-02-18 Thread Praedor Atrebates
On Monday 17 February 2003 07:26 pm, John Levon wrote:
 On Mon, Feb 17, 2003 at 07:19:43PM -0500, Steve Litt wrote:
  Whoaaa -- sorry, in no way did I mean that *John* was repudiating
  anything. I meant the lack of character styles, which is nobody's fault,
  is inconsistent (much better word than repudiate) with WYSIWYM.

 I think everybody agrees strongly with this...

Real basic question...what is meant by character styles?



Re: When are we going to get character styles

2003-02-18 Thread Praedor Atrebates
On Monday 17 February 2003 07:26 pm, John Levon wrote:
 On Mon, Feb 17, 2003 at 07:19:43PM -0500, Steve Litt wrote:
  Whoaaa -- sorry, in no way did I mean that *John* was repudiating
  anything. I meant the lack of character styles, which is nobody's fault,
  is inconsistent (much better word than repudiate) with WYSIWYM.

 I think everybody agrees strongly with this...

Real basic question...what is meant by character styles?



Re: When are we going to get character styles

2003-02-18 Thread Praedor Atrebates
On Monday 17 February 2003 07:26 pm, John Levon wrote:
> On Mon, Feb 17, 2003 at 07:19:43PM -0500, Steve Litt wrote:
> > Whoaaa -- sorry, in no way did I mean that *John* was repudiating
> > anything. I meant the lack of character styles, which is nobody's fault,
> > is inconsistent (much better word than repudiate) with WYSIWYM.
>
> I think everybody agrees strongly with this...

Real basic question...what is meant by "character styles"?



New bst but references unchanged

2002-12-20 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I just generated a new bst file for use with my thesis.  I then tried testing 
it by making it the bst for a chapter of my thesis, then rendered a 
postscript preview.  The references remain unchanged from the way they were 
formatted before.  

I ran makebst OK and ran texhash on the final bst.

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+Azc/mkm5RO1gX9cRAtyfAJ49I4KvkmapA9glwstmAXHyqvNLqACbB3oB
/09nLzznh4h/37U1ca2YENc=
=c6jG
-END PGP SIGNATURE-



New bst but references unchanged

2002-12-20 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I just generated a new bst file for use with my thesis.  I then tried testing 
it by making it the bst for a chapter of my thesis, then rendered a 
postscript preview.  The references remain unchanged from the way they were 
formatted before.  

I ran makebst OK and ran texhash on the final bst.

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+Azc/mkm5RO1gX9cRAtyfAJ49I4KvkmapA9glwstmAXHyqvNLqACbB3oB
/09nLzznh4h/37U1ca2YENc=
=c6jG
-END PGP SIGNATURE-



New bst but references unchanged

2002-12-20 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I just generated a new bst file for use with my thesis.  I then tried testing 
it by making it the bst for a chapter of my thesis, then rendered a 
postscript preview.  The references remain unchanged from the way they were 
formatted before.  

I ran makebst OK and ran texhash on the final bst.

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+Azc/mkm5RO1gX9cRAtyfAJ49I4KvkmapA9glwstmAXHyqvNLqACbB3oB
/09nLzznh4h/37U1ca2YENc=
=c6jG
-END PGP SIGNATURE-



OT: problem with extracting images from pdf

2002-12-09 Thread Praedor Atrebates
In viewing a pdf the graphics appear fine, but when I extract the images using 
pdfimages, the jpegs are OK but all the pbm or ppm images turn out with 
reversed video (white is black and vice versa) but with the loss of SOME 
information, ie, a plot loses its black plot lines (they are not reversed to 
white, they either vanish or stay black - making them invisible with a black 
background).

Is there a way to extract the images in a pdf without reverse video occurring?

praedor



OT: problem with extracting images from pdf

2002-12-09 Thread Praedor Atrebates
In viewing a pdf the graphics appear fine, but when I extract the images using 
pdfimages, the jpegs are OK but all the pbm or ppm images turn out with 
reversed video (white is black and vice versa) but with the loss of SOME 
information, ie, a plot loses its black plot lines (they are not reversed to 
white, they either vanish or stay black - making them invisible with a black 
background).

Is there a way to extract the images in a pdf without reverse video occurring?

praedor



OT: problem with extracting images from pdf

2002-12-09 Thread Praedor Atrebates
In viewing a pdf the graphics appear fine, but when I extract the images using 
pdfimages, the jpegs are OK but all the pbm or ppm images turn out with 
reversed video (white is black and vice versa) but with the loss of SOME 
information, ie, a plot loses its black plot lines (they are not reversed to 
white, they either vanish or stay black - making them invisible with a black 
background).

Is there a way to extract the images in a pdf without reverse video occurring?

praedor



Re: How to get bar charts and pie charts in latex?

2002-12-08 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 08 December 2002 09:43 am, Steven Homolya wrote:
 On Sun, 8 Dec 2002 22:54, you wrote:
  Hi:
 
  Can anybody suggest how to get bar charts and pie charts in latex? Which
  package should I use?

 Any package that can generate postscript (.eps) output. Gnuplot does bar
 graphs (plot with boxes), and generates v. portable postscript. Openoffice
 does both bar and pie, but as far as I know it generates non-standard
 postscript, which some interpreters --- and printers --- do not understand.
 In lyx, you can include the eps file with Insert - Graphics.

I can get good results from Staroffice/openoffice IF after printing to a file, 
I run ps2ps to correct the booboos of the suite.  The output is quite nice 
but includes a great deal of whitespace and, sometimes, after running ps2ps 
the top portion of the desired image can be cut off and at the top of the 
page.  This requires some repositioning of the image in the Staroffice/OO app 
so that the ultimate output is not cutoff.

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE982temkm5RO1gX9cRAnXsAJ4/EBMLwwrJ+Y/uxQ8yU2HwhifptwCgxZL3
QO4tLg1ttpiOKDr9Wc8tuqw=
=oa1b
-END PGP SIGNATURE-



Re: How to get bar charts and pie charts in latex?

2002-12-08 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 08 December 2002 09:43 am, Steven Homolya wrote:
 On Sun, 8 Dec 2002 22:54, you wrote:
  Hi:
 
  Can anybody suggest how to get bar charts and pie charts in latex? Which
  package should I use?

 Any package that can generate postscript (.eps) output. Gnuplot does bar
 graphs (plot with boxes), and generates v. portable postscript. Openoffice
 does both bar and pie, but as far as I know it generates non-standard
 postscript, which some interpreters --- and printers --- do not understand.
 In lyx, you can include the eps file with Insert - Graphics.

I can get good results from Staroffice/openoffice IF after printing to a file, 
I run ps2ps to correct the booboos of the suite.  The output is quite nice 
but includes a great deal of whitespace and, sometimes, after running ps2ps 
the top portion of the desired image can be cut off and at the top of the 
page.  This requires some repositioning of the image in the Staroffice/OO app 
so that the ultimate output is not cutoff.

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE982temkm5RO1gX9cRAnXsAJ4/EBMLwwrJ+Y/uxQ8yU2HwhifptwCgxZL3
QO4tLg1ttpiOKDr9Wc8tuqw=
=oa1b
-END PGP SIGNATURE-



Re: How to get bar charts and pie charts in latex?

2002-12-08 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 08 December 2002 09:43 am, Steven Homolya wrote:
> On Sun, 8 Dec 2002 22:54, you wrote:
> > Hi:
> >
> > Can anybody suggest how to get bar charts and pie charts in latex? Which
> > package should I use?
>
> Any package that can generate postscript (.eps) output. Gnuplot does bar
> graphs (plot with boxes), and generates v. portable postscript. Openoffice
> does both bar and pie, but as far as I know it generates non-standard
> postscript, which some interpreters --- and printers --- do not understand.
> In lyx, you can include the eps file with Insert -> Graphics.

I can get good results from Staroffice/openoffice IF after printing to a file, 
I run ps2ps to correct the booboos of the suite.  The output is quite nice 
but includes a great deal of whitespace and, sometimes, after running ps2ps 
the top portion of the desired image can be cut off and at the top of the 
page.  This requires some repositioning of the image in the Staroffice/OO app 
so that the ultimate output is not cutoff.

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE982temkm5RO1gX9cRAnXsAJ4/EBMLwwrJ+Y/uxQ8yU2HwhifptwCgxZL3
QO4tLg1ttpiOKDr9Wc8tuqw=
=oa1b
-END PGP SIGNATURE-



Re: Changing font size on reference pages?

2002-12-06 Thread Praedor Atrebates
On Thursday 05 December 2002 03:20 pm, Nirmal Govind wrote:
  How do I force the use of 12 point font in my autogenerated reference
  pages?

 Hi.. I was just trying to do this yesterday on some slides actually..
 and this is what worked for me - right before your Bibliography inset,
 insert ERT and put {\large and right after the inset, insert another ERT
 box and put } in there... so it'll look like:

 ERT: {\large
 BibInset
 ERT: }


OK, I did get it to work but I had to eliminate the brackets.  If I tried 
entering the brackets as you have it above, it produces several errors.  Just 
adding an ERT: \large prior to my BibTeX inset worked.  I assume that 
adding something like ERT:\rm after the inset would go back to document 
normal fonts/cancel the \large ERT?

praedor



Commands to change section parameters?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I would like to change a section of a document to have somewhat different 
layout parameters from the rest of the document:

I would like this section to use single spacing and medskip between 
paragraphs.  What tex commands would one insert before and after such a 
section to accomplish this?  At this point, I am going by hand in lyx and 
setting each of many paragraphs in this way by had (via the Layout menus).

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98Lclmkm5RO1gX9cRAmWZAKCrTOslBcq6x1fx4+5dafl4mbW9sQCg0IZY
b8uCWE76ZBvyS3fhMl4h5iY=
=wH+N
-END PGP SIGNATURE-



Re: Commands to change section parameters?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 06 December 2002 09:43 am, Andre Poenitz wrote:
 On Fri, Dec 06, 2002 at 09:41:21AM -0500, Praedor Atrebates wrote:
  I would like to change a section of a document to have somewhat different
  layout parameters from the rest of the document:
 
  I would like this section to use single spacing and medskip between
  paragraphs.  What tex commands would one insert before and after such a
  section to accomplish this?

 Would a  '{\baselineskip10pt' at the beginning and a '}' at the end in ERT
 already help?

Apparently not.  Once again, adding the pair of { and } produces errors 
and prevents processing.  As with the font size command, dropping the 
brackets may work but I would need to know what the counter tex command is 
for \baselineskip10pt.  Would it be \normalskip?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98LqZmkm5RO1gX9cRApk+AJ964q2SxtI4MLno7mBiS3EAA07dMQCdHleE
L4aaH5EZT6cxDjwxR6sqI7E=
=UrHK
-END PGP SIGNATURE-



Copyright symbol?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am finishing up my thesis and have to add a copyright page which happens to 
use the C inside a circle copyright symbol.  Does lyx/latex have such a 
symbol available? 

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98Nu+mkm5RO1gX9cRAvs4AJ9RfI8LTaxm1XkRqljLyiavkksEzACgtfK7
zTUOsVbZKrWGGezBRARKBZ4=
=WbPg
-END PGP SIGNATURE-



Re: Changing font size on reference pages?

2002-12-06 Thread Praedor Atrebates
On Thursday 05 December 2002 03:20 pm, Nirmal Govind wrote:
  How do I force the use of 12 point font in my autogenerated reference
  pages?

 Hi.. I was just trying to do this yesterday on some slides actually..
 and this is what worked for me - right before your Bibliography inset,
 insert ERT and put {\large and right after the inset, insert another ERT
 box and put } in there... so it'll look like:

 ERT: {\large
 BibInset
 ERT: }


OK, I did get it to work but I had to eliminate the brackets.  If I tried 
entering the brackets as you have it above, it produces several errors.  Just 
adding an ERT: \large prior to my BibTeX inset worked.  I assume that 
adding something like ERT:\rm after the inset would go back to document 
normal fonts/cancel the \large ERT?

praedor



Commands to change section parameters?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I would like to change a section of a document to have somewhat different 
layout parameters from the rest of the document:

I would like this section to use single spacing and medskip between 
paragraphs.  What tex commands would one insert before and after such a 
section to accomplish this?  At this point, I am going by hand in lyx and 
setting each of many paragraphs in this way by had (via the Layout menus).

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98Lclmkm5RO1gX9cRAmWZAKCrTOslBcq6x1fx4+5dafl4mbW9sQCg0IZY
b8uCWE76ZBvyS3fhMl4h5iY=
=wH+N
-END PGP SIGNATURE-



Re: Commands to change section parameters?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 06 December 2002 09:43 am, Andre Poenitz wrote:
 On Fri, Dec 06, 2002 at 09:41:21AM -0500, Praedor Atrebates wrote:
  I would like to change a section of a document to have somewhat different
  layout parameters from the rest of the document:
 
  I would like this section to use single spacing and medskip between
  paragraphs.  What tex commands would one insert before and after such a
  section to accomplish this?

 Would a  '{\baselineskip10pt' at the beginning and a '}' at the end in ERT
 already help?

Apparently not.  Once again, adding the pair of { and } produces errors 
and prevents processing.  As with the font size command, dropping the 
brackets may work but I would need to know what the counter tex command is 
for \baselineskip10pt.  Would it be \normalskip?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98LqZmkm5RO1gX9cRApk+AJ964q2SxtI4MLno7mBiS3EAA07dMQCdHleE
L4aaH5EZT6cxDjwxR6sqI7E=
=UrHK
-END PGP SIGNATURE-



Copyright symbol?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am finishing up my thesis and have to add a copyright page which happens to 
use the C inside a circle copyright symbol.  Does lyx/latex have such a 
symbol available? 

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98Nu+mkm5RO1gX9cRAvs4AJ9RfI8LTaxm1XkRqljLyiavkksEzACgtfK7
zTUOsVbZKrWGGezBRARKBZ4=
=WbPg
-END PGP SIGNATURE-



Re: Changing font size on reference pages?

2002-12-06 Thread Praedor Atrebates
On Thursday 05 December 2002 03:20 pm, Nirmal Govind wrote:
> > How do I force the use of 12 point font in my autogenerated reference
> > pages?
>
> Hi.. I was just trying to do this yesterday on some slides actually..
> and this is what worked for me - right before your Bibliography inset,
> insert ERT and put {\large and right after the inset, insert another ERT
> box and put } in there... so it'll look like:
>
> ERT: {\large
> BibInset
> ERT: }


OK, I did get it to work but I had to eliminate the brackets.  If I tried 
entering the brackets as you have it above, it produces several errors.  Just 
adding an "ERT: \large" prior to my BibTeX inset worked.  I assume that 
adding something like "ERT:\rm" after the inset would go back to document 
"normal" fonts/cancel the \large ERT?

praedor



Commands to change section parameters?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I would like to change a section of a document to have somewhat different 
layout parameters from the rest of the document:

I would like this section to use single spacing and medskip between 
paragraphs.  What tex commands would one insert before and after such a 
section to accomplish this?  At this point, I am going by hand in lyx and 
setting each of many paragraphs in this way by had (via the Layout menus).

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98Lclmkm5RO1gX9cRAmWZAKCrTOslBcq6x1fx4+5dafl4mbW9sQCg0IZY
b8uCWE76ZBvyS3fhMl4h5iY=
=wH+N
-END PGP SIGNATURE-



Re: Commands to change section parameters?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 06 December 2002 09:43 am, Andre Poenitz wrote:
> On Fri, Dec 06, 2002 at 09:41:21AM -0500, Praedor Atrebates wrote:
> > I would like to change a section of a document to have somewhat different
> > layout parameters from the rest of the document:
> >
> > I would like this section to use single spacing and medskip between
> > paragraphs.  What tex commands would one insert before and after such a
> > section to accomplish this?
>
> Would a  '{\baselineskip10pt' at the beginning and a '}' at the end in ERT
> already help?

Apparently not.  Once again, adding the pair of "{" and "}" produces errors 
and prevents processing.  As with the font size command, dropping the 
brackets may work but I would need to know what the counter tex command is 
for "\baselineskip10pt".  Would it be "\normalskip"?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98LqZmkm5RO1gX9cRApk+AJ964q2SxtI4MLno7mBiS3EAA07dMQCdHleE
L4aaH5EZT6cxDjwxR6sqI7E=
=UrHK
-END PGP SIGNATURE-



Copyright symbol?

2002-12-06 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am finishing up my thesis and have to add a copyright page which happens to 
use the C inside a circle copyright symbol.  Does lyx/latex have such a 
symbol available? 

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE98Nu+mkm5RO1gX9cRAvs4AJ9RfI8LTaxm1XkRqljLyiavkksEzACgtfK7
zTUOsVbZKrWGGezBRARKBZ4=
=WbPg
-END PGP SIGNATURE-



Changing font size on reference pages?

2002-12-05 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am writing my thesis and am required to use 12 point font throughout the 
document.  Unfortunately, my reference pages, generated by inserting a 
bibliograpy, insists on using a smaller font - probably 10 point.

How do I force the use of 12 point font in my autogenerated reference pages?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE976Cjmkm5RO1gX9cRAgl3AJ4thdeP1luo2gqM++ZcZE7dV1xc3ACgnXmK
xhtytlTULo0kaUu4gXhTDwE=
=jNd7
-END PGP SIGNATURE-



Changing font size on reference pages?

2002-12-05 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am writing my thesis and am required to use 12 point font throughout the 
document.  Unfortunately, my reference pages, generated by inserting a 
bibliograpy, insists on using a smaller font - probably 10 point.

How do I force the use of 12 point font in my autogenerated reference pages?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE976Cjmkm5RO1gX9cRAgl3AJ4thdeP1luo2gqM++ZcZE7dV1xc3ACgnXmK
xhtytlTULo0kaUu4gXhTDwE=
=jNd7
-END PGP SIGNATURE-



Changing font size on reference pages?

2002-12-05 Thread Praedor Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am writing my thesis and am required to use 12 point font throughout the 
document.  Unfortunately, my reference pages, generated by inserting a 
bibliograpy, insists on using a smaller font - probably 10 point.

How do I force the use of 12 point font in my autogenerated reference pages?

praedor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE976Cjmkm5RO1gX9cRAgl3AJ4thdeP1luo2gqM++ZcZE7dV1xc3ACgnXmK
xhtytlTULo0kaUu4gXhTDwE=
=jNd7
-END PGP SIGNATURE-