Re: Get Footnotes to appear on the same page when exporting to HTML?

2009-12-26 Thread rgheck

On 12/26/2009 05:32 PM, Yaron Y. Goland wrote:
The articles I create with LyX are destined for my blog and form a 
single piece of HTML. But when I export to HTML any footnotes I have 
get generated on a separate HTML page. Is there anyway to configure 
the HTML exporter so that it will generate the footnotes at the end of 
the main HTML page and then use anchors to navigate to them?



What HTML converter are you using? and on what platform, etc?

rh



Re: calender

2009-12-26 Thread Steve Litt
On Saturday 26 December 2009 18:02:09 Paul Sutton wrote:
> Hi
> 
> Is it possible to produce a calender in LyX, I am looking for some sort
> of plug in or style to do it.
> 
> thanks
> 
> Paul
> 

I'm sure it's possible, probably with a series of tables, one for each month. 

But I can sure see a lot of easier tools to use for a calender, especially if 
you know a little bit of scripting language programming.

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt



calender

2009-12-26 Thread Paul Sutton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

Is it possible to produce a calender in LyX, I am looking for some sort
of plug in or style to do it.

thanks

Paul
- --
Paul Sutton
www.zleap.net

Ubuntu 9.10 is out : Visit www.ubuntu.com for details
The January meeting of the DCLUG will now take place on SUNDAY 10th
January, 3pm at the shoreline in Paignton.
Aged 11 - 19 then dfey may be for you,  please goto http://www.dfey.org
for more details
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAks2leoACgkQaggq1k2FJq2dKACfTEt5Ms+Q/ok7cgHc79uLlWdt
WwwAn0jdpTPc8ZVQMaQMeqAEnhE6HZ8a
=zTAx
-END PGP SIGNATURE-


Get Footnotes to appear on the same page when exporting to HTML?

2009-12-26 Thread Yaron Y. Goland
The articles I create with LyX are destined for my blog and form a 
single piece of HTML. But when I export to HTML any footnotes I have get 
generated on a separate HTML page. Is there anyway to configure the HTML 
exporter so that it will generate the footnotes at the end of the main 
HTML page and then use anchors to navigate to them?

Thanks,
Yaron


Chapter numbers not showing up...

2009-12-26 Thread Frederick Noronha [फ़रेदरिक नोरो नया] فريدريك نورونيا
I have this in my LaTeX preamble (book Memoir), but somehow the
chapter numbers won't show up at the start of each chapter. Thanks in
advance for any possible help! FN

\makeatletter
\newcommand{\thechapterwords}
{ \ifcase \thechapter\or One\or Two\or Three\or Four\or Five\or
 Six\or Seven\or Eight\or Nine\or Ten\or Eleven\or Twelve\or
Thirteen\or Fourteen\or Fifteen\or Sixteen\or Seventeen\or Eighteen\or
Nineteen\or Twenty\or Twenty-One\or Twenty-Two\or Twenty-Three\or
Twenty-Four\or Twenty-Five\or Twenty-Six\or Twenty-Seven\or
Twenty-Eight\fi}
\def\thickhrulefill{\leavevmode \leaders \hrule height 1ex \hfill \kern \...@}
\d...@makechapterhead#1{%
  %\vspace*{5...@}%
  \vspace*{1...@}%
  {\parindent \z@ \centering \re...@font
\thickhrulefill\quad
\scshape \...@chapapp{} \thechapterwords
\quad \thickhrulefill
\par\nobreak
\vspace*{1...@}%
\interlinepenal...@m
\hrule
\vspace*{1...@}%
\Huge \bfseries #1\par\nobreak
\par
\vspace*{1...@}%
\hrule
%\vskip 40\p@
\vskip 100\p@
  }}
\d...@makeschapterhead#1{%
  %\vspace*{5...@}%
  \vspace*{1...@}%
  {\parindent \z@ \centering \re...@font
\thickhrulefill
\par\nobreak
\vspace*{1...@}%
\interlinepenal...@m
\hrule
\vspace*{1...@}%
\Huge \bfseries #1\par\nobreak
\par
\vspace*{1...@}%
\hrule
%\vskip 40\p@
\vskip 100\p@
  }}
\makeatother
\usepackage{lettrine}
\usepackage[dvips]{dropping}

\usepackage{draftcopy}
\usepackage{draftwatermark}
\SetWatermarkFontSize{1.8cm}
\SetWatermarkText{Draft text}

\usepackage{multicol}

\usepackage{microtype}
\usepackage[DIV=calc,BCOR=1cm]{typearea}

-- 
FN +91-9822122436 P +91-832-2409490
Updated: http://goabooks.wordpress.com


Re: strange compiler error

2009-12-26 Thread Andre Poenitz
On Sat, Dec 26, 2009 at 03:09:53PM +0100, bb wrote:
> I compiled lyx about a dozen times in the last month and did not have  
> any problem beside the usual missing packages. I run lyx on a 64 bit  
> ubuntu 9.10, debian and others. I downloaded from the lyx homepage. As I  
> tried to compile today on an ubuntu 9.10 running on an amd, I got some  
> problems, some data here:

Do you have a C++ compiler installed? What say 'apt-get install g++'?

Andre'


Re: strange compiler error

2009-12-26 Thread rgheck

On 12/26/2009 09:09 AM, bb wrote:
I compiled lyx about a dozen times in the last month and did not have 
any problem beside the usual missing packages. I run lyx on a 64 bit 
ubuntu 9.10, debian and others. I downloaded from the lyx homepage.


~/lyx-1.6.5$ ,/configure
...
 The last essential lines:
...
...
checking whether it is safe to define __EXTENSIONS__... yes
checking whether byte ordering is bigendian... no
checking what frontend should be used for the GUI... qt4
checking for a good enough C++ compiler... ./configure: line 5809: -c: 
command not found

gcc: error trying to exec 'cc1plus': execvp: No such file or directory
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
configure: error: Unable to find a good enough C++ compiler

Hard to know what's going on. Can you post the relevant parts of the 
configure script?


rh



strange compiler error

2009-12-26 Thread bb
I compiled lyx about a dozen times in the last month and did not have 
any problem beside the usual missing packages. I run lyx on a 64 bit 
ubuntu 9.10, debian and others. I downloaded from the lyx homepage. As I 
tried to compile today on an ubuntu 9.10 running on an amd, I got some 
problems, some data here:


processor: 0
vendor_id: AuthenticAMD
cpu family: 6
model: 8
model name: AMD Athlon(tm) XP 1700+
stepping: 1
cpu MHz: 1477.409
cache size: 256 KB

OK, not a really bolide, but good enough for text processing and surfing.

~/lyx-1.6.5$ lsb_release -a
No LSB modules are available.
Distributor ID:Ubuntu
Description:Ubuntu 9.10
Release:9.10
Codename:karmic
~/lyx-1.6.5$ ,/configure
...
 The last essential lines:
...
...
checking whether it is safe to define __EXTENSIONS__... yes
checking whether byte ordering is bigendian... no
checking what frontend should be used for the GUI... qt4
checking for a good enough C++ compiler... ./configure: line 5809: -c: 
command not found

gcc: error trying to exec 'cc1plus': execvp: No such file or directory
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
./configure: line 5809: -c: command not found
configure: error: Unable to find a good enough C++ compiler

~/lyx-1.6.5$ gcc --version
gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



Re: invisible dialog box text - OSX 10.6.2 Lyx 1.6.5

2009-12-26 Thread Sebastian Rockel

Hello,

Am 23.12.2009 um 06:48 schrieb Mark Dransfield:


Hi,

I am a new Lyx user but like it very much. I just upgraded to 1.6.5  
but now the
text in the paragraph environment pull-down box disappears when I  
pull it down
and all the dialog boxes have no visible text except the OK button.  
Since no-one
else has reported this, I suspect an instal problem may be the  
cause. Any hints

very welcome.


I had this once with the same configuration. Since I figured out that  
Lyx version 1.6.5 is not recommended for OSX 10.6 (right at the  
download page), I installed Lyx 1.6.4.2 which is working so far.
Nevertheless the problems with 1.6.5 have disappeared now as well (I  
have both installed on 10.6.2).


Sebastian



thanks
Mark