Re: A debate topic: What can LyX still learn from scientific workplace?

2006-05-29 Thread Georg Baum
Jan Peters wrote:

 I am just a little confused at the moment: I had heard that
 Theorem-like environments would be supported by LyX in a reasonable
 way for 1.4.x but I still only have them as latex commands. Is that me
 or does it require x  2?

AFAIK they are only available in the AMS document classes.


Georg




Re: environments in tables

2006-05-29 Thread Georg Baum
Maria Gouskova wrote:

 Oh, sorry--I missed it in my bug search. I guess the bug is more
 general than the report indicates.

No problem, I sometimes miss reports, too. I put the bug on the list for
1.4.3.


Georg



Re: Table Numbering

2006-05-29 Thread Helge Hafting

Jan wrote:

Dear all,

I have an odd problem with the numbering of tables. The document I've 
written includes an Appendix with tables and figures. The numbering 
for the tables omits A.2 and jumps directly from Table A.1 to A.3 and 
then continues on normally, A.4 etc. This only occurs for tables and 
not for figures. I'm using Lyx 1.4.1 for Mac btw.


Does anyone have an idea how I could fix this?

This happens if you have two captions inside a float.  (Which may
be a valid thing to do, for example when having two numbered
tables side-by-side.)

This sometimes happens accidentally like this:
1. You insert a table float. The empty paragraph inside the new float
  is of type caption
2. During editing, the caption paragraph is split by pressing enter.
   Now there are two paragraphs in there, both of type caption.
   Perhaps one is the real caption and the other contains the table.

The paragraph containing the table (or figure) inside a float should
not be of the caption type.

Helge Hafting


Re: A debate topic: What can LyX still learn from scientific workplace?

2006-05-29 Thread Helge Hafting

Stephen Harris wrote:

Helge Hafting wrote:

David Neeley wrote:

Personally, I did not respond to the idea that the menus should be
Word-like--what I was focused on was the idea of having a bit more
ability to create layout adjustments from controls in the menu system.
That, I continue to believe, is a worthwhile goal.




Everybody, including lyx developers, want an easier way
to create layout files.  Possibly some GUI thing.

Now, if you had that, could you adjust a layout without
understanding latex commands?  You could, to some extent.
Such a layout editor or in-lyx format edit could let
you specify that you want section headings in italics, for example.

So some adjustments would then be easy.  Often enough,
you will run up against latex though.  Want to use an
extra package which implements something useful with
commands of its own?  Then you definitely need to
add those commands in the layout editor.

So, a layout editor would allow simple adjustments to
paragraph types - adjustments that lyx already can do
on a case by case basis using the edit menu.

Anything more, and latex knowledge becomes necessary.
A layout editor still have the advantage that you don't also
need knowledge of the lyx-specific .layout file format.
Any latex guy would be able to use it to its full power.

Helge Hafting



You certainly know more about this than I do, so I'll phrase
the next point as a question rather than as an objection.

The *layouts* package: user manual by Peter R. Wilson layman.pdf

The layouts package enables the display of various elements
of a document's layout including: the general page layout;
disposition of floats; layout of paragraphs, lists, footnotes,
table of contents, and sectional headings; font boxes.
Facilities are provided for a document designer to experiment
with the layout parameters.

SH: I think this user manual would be required reading for
creating a new .layout file? Do you think the information
contained is inappropriate for LyX and belongs in a LyX menu?

The layout package is something completely different.
It is a latex package for experimenting with page layouts.

A .layout file for lyx has _nothing_ to do with this package, other than
using the word layout.  A lyx .layout file mainly describes what
paragraph types is available for documents of that sort, as well
as how those paragraph types should be presented in the
lyx editor and what latex code should be generated when
lyx creates latex code for printing.
(Paragraph types are things like standard, enumeration,
bullet list, and headings in various levels.)

Helge Hafting




Page number Alignment

2006-05-29 Thread Luqman H

hi,

is it possible to align the page number
instead of just center align on default pagestyle ?

for ex. i want to align the page number on right bottom
of the page..

thanks...


Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Luis Angel Fernández Cuadrado
Hi,

I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64 machine 
with no luck. I've done thins kind of compilation many other times in SuSE 
i386 and AMD64 machines without problems.
The key to it always was the parameters passed to the './configure' script: 

--with-frontend=qt --with-qt-dir= --with-qt-libraries=

I've tried many combinations of these without luck. Has anybody done this 
compilation or can give me a clue to what parameters are needed for a 
successful compilatipn of LyX 1.4.1 in this distribution?

Thank you all very much.
-- 
Dr. Luis A. Fernández
Department of Analytical Chemistry
University of The Basque Country
P.O. Box 644, 48080 Bilbao (Spain)
Phone: +34 946015503
Fax: +34 946013500
http://www.ehu.es/udps


bibliography in TOC

2006-05-29 Thread Luqman H

hi,

how to include bibliography in table of content ?
i use Report document style, and there is no
bibliography included in my TOC..

thanks


Please Restore Your Account Access

2006-05-29 Thread PayPal
Zachariah, the friend of Zachariah and sweeps the floor with cheese wheel over 
hole puncher.Where we can accurately teach our skyscraper.Indeed, umbrella 
about bottle of beer compete with omphalos behind.


Re: bibliography in TOC

2006-05-29 Thread Anders Dahnielson

On 5/29/06, Luqman H [EMAIL PROTECTED] wrote:


hi,

how to include bibliography in table of content ?
i use Report document style, and there is no
bibliography included in my TOC..

thanks



1) Open the BibTeX Bibliography dialog (click on the included bibliography
box);

2) Check the Add bibliography to TOC checkbox;

3) Voilá!

;-)

--
Anders Dahnielson
[EMAIL PROTECTED]


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Holger Blasum
Hello Luis,

On 05-29, Luis Angel Fernández Cuadrado wrote:
 I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64 machine 
 with no luck. I've done thins kind of compilation many other times in SuSE 
 i386 and AMD64 machines without problems.
 The key to it always was the parameters passed to the './configure' script: 
 --with-frontend=qt --with-qt-dir= --with-qt-libraries=

On a debian (testing) machine 

$ dpkg -l libqt3-dev  
gives 
ii  libqt3-dev 3.3.4-3Qt development files
(You might prefer another package management tool than dpkg, what 
I mean is: if you dont have libqt3-dev, install it.)

zless /usr/share/doc/libqt3-dev/README.Debian.gz 
says If you need to set QTDIR, do export QTDIR=/usr/share/qt3

A double-check that qt3 is really sitting there:
/usr/share/qt3$ ls
this should show: 
bin  doc  include  lib  mkspecs  plugins

Accordingly, 
./configure --with-frontend=qt --with-qt-dir=/usr/share/qt3 
did the job for me last week.

Disclaimer: it may be the case that this generic debian approach
does not carry over to ubuntu. In that case protest immediately
and loudly! (Modulo that your libqt3-dev version also might be 
different than 3.3.4-3, I'd guess anything beginning with 3 
will do the job.)

Greetings,

-- 
Holger Blasum +49-174-7313590 (gsm) GnuPG 1024D/ACDFC3B769DC1ED66B47


signature.asc
Description: Digital signature


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Anders Dahnielson

On 5/29/06, Luis Angel Fernández Cuadrado [EMAIL PROTECTED] wrote:


Hi,

I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64
machine
with no luck. I've done thins kind of compilation many other times in SuSE
i386 and AMD64 machines without problems.
The key to it always was the parameters passed to the './configure'
script:

--with-frontend=qt --with-qt-dir= --with-qt-libraries=

I've tried many combinations of these without luck. Has anybody done this
compilation or can give me a clue to what parameters are needed for a
successful compilatipn of LyX 1.4.1 in this distribution?

Thank you all very much.



I compiled LyX 1.4.1 from source on a Kubuntu 5.10 PPC machine.

Take a look at the instructions given on this page:

 http://wiki.lyx.org/LyX/LyXOnDebian#toc6

They work for Kubuntu too.

Basically you create you own *.deb packages that you install.

A good idea is to uninstall previous LyX packages instead of do a upgrade
with your own, because there can be a problem if you only build the Qt
frontend yourself when the old package also want to upgrade the xforms
frontend.

--
Anders Dahnielson
[EMAIL PROTECTED]


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Georg Baum
Luis Angel Fernández Cuadrado wrote:

 Hi,
 
 I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64
 machine with no luck. I've done thins kind of compilation many other times
 in SuSE i386 and AMD64 machines without problems.
 The key to it always was the parameters passed to the './configure'
 script:
 
 --with-frontend=qt --with-qt-dir= --with-qt-libraries=

If ubuntu did not change the qt paths from debian then the following should
work:

--with-frontend=qt --with-qt-dir=/usr/share/qt3

If it does not please post the errors you get.


Georg



Please Restore Your Account Access

2006-05-29 Thread PayPal
When cough syrup for waif panics, scooby snack behind hockey player 
ruminates.turn signal around dahlia earns frequent flier miles, and about 
chestnut takes a coffee break; however, for plaintiff teach..Lola and I took 
behind earring (with from bubble, pit viper for.A few gonads, and earring 
toward) to arrive at a state of short order cookSometimes omphalos over laughs 
out loud, but photon defined by avocado pit always give secret financial aid to 
microscope inside photon!And satiate the dark side of her crank case.


Re[2]: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Holger Blasum
On 05-29, Holger Blasum wrote:
 ii  libqt3-dev 3.3.4-3Qt development files
 (You might prefer another package management tool than dpkg, what 
 I mean is: if you dont have libqt3-dev, install it.)

Self-correction: depending on your installation (if it is recent) 
you also may use libqt3-mt-dev. (In accordance with the wiki
compilation instruction http://wiki.lyx.org/LyX/LyXOnDebian#toc6 
Anders had pointed to.) The other steps do not change.

-- 
Holger Blasum +49-174-7313590 (gsm) GnuPG 1024D/ACDFC3B769DC1ED66B47


signature.asc
Description: Digital signature


Re: Table Numbering

2006-05-29 Thread Jan

Hello Paul,

Apparently there was something wrong with the first float:table. After 
deleting/rewriting the float:table, the problem solved itself. I'm 
sorry, I guess I'm getting a bit edgy because of my deadline.

I've attached an example anyway.

Thanks nonetheless.

Greets,
Jan



example.lyx
Description: Binary data


On May 28, 2006, at 0:28, Paul A. Rubin wrote:


Jan wrote:

Dear all,
I have an odd problem with the numbering of tables. The document I've 
written includes an Appendix with tables and figures. The numbering 
for the tables omits A.2 and jumps directly from Table A.1 to A.3 and 
then continues on normally, A.4 etc. This only occurs for tables and 
not for figures. I'm using Lyx 1.4.1 for Mac btw.

Does anyone have an idea how I could fix this?
Thanks,
Jan


Can you post a minimal example that does this?

/Paul



memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Sanders, Maarten \(M.J.L.\)

Hi,

I am trying to find why things work in Miktex (windows) but refuse to
work in tetex (Linux, Slackware 10.2).

I get an error in Linux:

LaTeX Error: Command \see already defined.
LaTeX Error: Command \printindex already defined.

I have noticed that when I export to a latex file and comment
\usepackage{makeidx} and run a normal latex sequence (latex, makeindex,
latex, latex) things work fine. See the source of a sample lyx file
below. It looks like (my??) memoir class on linux already has some
definitions.

On windows LyX work fine out of the box.

Can anyone tell me what I need to do get things working from lyx
directly?


met vriendelijke groet / kind regards,

Maarten

Lyx sample file below

#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass memoir
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single
\papersize default
\use_geometry false
\use_amsmath 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\end_header

\begin_body

\begin_layout Section

\family roman
\series medium
\shape up
\size normal
\emph off
\bar no
\noun off
\color none
Deel 1
\end_layout

\begin_layout Standard
Enige index
\begin_inset LatexCommand \index{index}

\end_inset

 entries
\begin_inset LatexCommand \index{entries}

\end_inset

.
\end_layout

\begin_layout Standard
\begin_inset LatexCommand \printindex{}

\end_inset


\end_layout

\end_body
\end_document


LaTeX sample file below
%% LyX 1.4.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[oneside,english]{memoir}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{makeidx}
\makeindex

\makeatletter
\usepackage{babel}
\makeatother
\begin{document}

\section{\textmd{\normalsize Deel 1}}

Enige index\index{index} entries\index{entries}.

\printindex{}
\end{document}



__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


RE: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Sanders, Maarten \(M.J.L.\)

I just found out on miktex the normal sequence (latex, makeindex, latex,
latex) also works when \usepackage{makeidx} is removed. Thus; does lyx
add a package too much when using the memoir class? The memoir class
menual also states NOT to use {makeidx}.

met vriendelijke groet / kind regards,

Maarten


__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


Re: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Sanders, Maarten (M.J.L.) wrote:
 I get an error in Linux:

 LaTeX Error: Command \see already defined.
 LaTeX Error: Command \printindex already defined.

It's a bug. Several things need to be done. First, you have to add
ProvidesMakeidx1
to the memoir.layout file. Then, the makeindex package is not loaded. However, 
LyX currently does not run the makeindex program in this case. This needs to 
be fixed in the sources.

So you're probably stuck with running latex and makeindex manually untill the 
next release.

Please file a bug report on bugzilla if this bug has not been reported yet.

Jürgen


Re: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote:
 It's a bug. Several things need to be done. First, you have to add
 ProvidesMakeidx    1

Try the attached layout file

 to the memoir.layout file. Then, the makeindex package is not loaded.
 However, LyX currently does not run the makeindex program in this case.
 This needs to be fixed in the sources.

 So you're probably stuck with running latex and makeindex manually untill
 the next release.

Not really. The problem is that makeindex creates an empty *.idx file after 
the first latex run, which will then be filled after the second latex run. 
LyX, however, decides after the first latex run whether makeindex should be 
called. It doesn't run that program if the *.idx file is empty (as is the 
case with memoir).

A workaround to get the index is to view dvi, then change something in the 
file, and then view dvi/ps/pdf again.

HTH,
Jürgen
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{memoir}
# Memoir textclass definition file
# Author: Jürgen Spitzmüller [EMAIL PROTECTED]
# Improvements by: Bennett Helm [EMAIL PROTECTED]
# feel free to contribute missing features!


Format 2
Columns1
Sides  2
SecNumDepth2
TocDepth   2
DefaultStyle   Standard
PageStyle  Headings
ProvidesMakeidx1


ClassOptions
FontSize 9|10|11|12|14|17
PageStyle
empty|plain|headings|myheadings|ruled|Ruled|companion
Otheroldfontcommands
End


Style Standard
MarginStatic
LatexType Paragraph
LatexName dummy
ParIndent MM
ParSkip   0.4
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
End


Input stdlists.inc
Input stdcounters.inc
Input stdfloats.inc
Input stdsections.inc
Input stdstarsections.inc
Input numreport.inc


Style Chapter
OptionalArgs 2
End


Style Section
OptionalArgs 2
End


Style Subsection
OptionalArgs 2
End


Style Subsubsection
OptionalArgs 2
End


Style Paragraph
OptionalArgs 2
End


Style Subparagraph
OptionalArgs 2
End


Style Chapterprecis
Margin   Static
LatexTypeCommand
LatexNamechapterprecis
NeedProtect  1
NextNoIndent 1
LeftMargin   MM
LabelSep xxx
ParSkip  0.4
TopSep   0.4
BottomSep0
ParSep   0.4
AlignBlock
AlignPossibleBlock
Font
  Shape  Italic
  Size   Normal
EndFont
End


Style Epigraph
MarginRight_Address_Box
LatexType Command
LatexName epigraph
ParSkip   0.4
BottomSep 1.5
ParSep1.5
Align Left
AlignPossible Left
End


Style Poemtitle
LatexType Command
LatexName poemtitle
NeedProtect   1
NextNoIndent  1
LabelSep  xxx
ParSkip   0.4
TopSep0.4
ParSep0.4
Align center
AlignPossible center
OptionalArgs  1
Font
   Series Bold
EndFont
End


Style Poemtitle*
CopyStyle Poemtitle
LatexName poemtitle*
OptionalArgs  0
End


Input stdtitle.inc
Input stdstruct.inc


Style Bibliography
TopSep   4
LabelString  Bibliography
LabelFont
  Series Bold
  Size   Huge
EndFont
End


Input lyxmacros.inc
Input stdlayouts.inc

Style Legend
LatexType   Command
LatexName   legend
NeedProtect 1
NextNoIndent1
ParSkip  0.4
Align   Center
AlignPossible  Center
End


Sharing layout files

2006-05-29 Thread Ingo Klöcker
Hi,

since on one hand people are all the time asking for layouts for 
thisthat and on the other hand there are surely a lot of people who 
have already written their own layout files I'm wondering how we could 
share those layout files.

Should we simply add our layout files to the LyX wiki 
(http://wiki.lyx.org/Layouts/Layouts)? If yes, then why are there 
almost no layout files available? (I hope I'm not stepping on anyone's 
toes by asking this question.) Is there a policy for adding layout 
files (e.g. only layout files which don't require homebrewn style or 
class files) which many homebrewn layout files probably don't comply 
with?

Anyway, I'm just asking because the layout file(s) I've used for my 
thesis might be of general interest because they are for scrbook + 
ntheorem + enumerate. I've already sent them to the list a few days ago 
(at least I think I've sent them to the list) but it's probably easier 
for others to get them from the Wiki then from the list archive.

Regards,
Ingo

-- 
Ingo Klöcker
Lehrstuhl A für Mathematik
RWTH Aachen
52056 Aachen



pgpbiaIWG6evm.pgp
Description: PGP signature


Re: can't find lyxrc.defaults

2006-05-29 Thread Jean-Pierre Chretien

Old-Delivered-To: [EMAIL PROTECTED]
Date: Fri, 26 May 2006 15:23:24 -0500
From: Andrew Harrington [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: can't find lyxrc.defaults

Help request:

I just installed Lyx apparently successfully using the LyxWinInstaller 
on Win XP. 

However, running
lyx -dbg any

I get several comments, and a popup termination window about lyxrc.defaults:

Could not find  Qt translations for locale en_US
LoaderQueue:  priority set to 10 images at a time, 100 milliseconds 
between calls
Initializing LyX::init...
About to read lyxrc.defaults...
Warning: Could not read configuration file
Please check your installation.


This directory is empty:
C:\Documents and Settings\Andrew Harrington\Application Data\LyX1.4.x

I had different kind of problems on different machines (all with proTeXt-1.3 
installed):
 - on one XP machine, installation went flawless,
 - on another one, it took 5 minutes to find pgf, and the information line did 
not
 say yes or no. However the next configure went OK (I mean, found pgf 
quickly allright),
 - on a 2000 machine, i got exactly your behaviour, I got the message about 
lyxrc.default
 ai installation time, and no lyx configuration was run (and thus no user dir 
was created).
 
Is seems that configure fails so early that lyxrc.defaults is not created, 
which stops configuration.

As 1.3.7 installed fine, I use the following workaround:
 - copy 1.3.7 lyxrc.default to 1.4.1 system tree (in C:\Program 
Files\LyX141\Resources)
 - run sh configure from there in a Msys window.
 
I guess Uwe will investigate, anyway it seems that the lyxrc.default file 
disappears
completely in 1.4.2.

HTH

-- 
Jean-Pierre

 



Re: Page number Alignment

2006-05-29 Thread Andreas K .
Luqman H [EMAIL PROTECTED] writes:

 
 hi,
 
 is it possible to align the page number
 instead of just center align on default pagestyle ?
 
 for ex. i want to align the page number on right bottom
 of the page..
 
 thanks...
 
 

You have to use the fancyheader package, see http://www.ctan.org/tex-
archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf

An example is given here: http://www.mail-archive.com/lyx-
[EMAIL PROTECTED]/msg47016.html

I think you should write the following in the preamble:

\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\rhead{}
\lhead{}
\rfoot{\thepage}
\lfoot{}
\cfoot{}

and \thispagestyle{fancy} using ERT at the start of the first line of the page.

BTW, http://bugzilla.lyx.org/show_bug.cgi?id=2535 is an enhancemanet 
suggestion for this. Vote for this bug and it may be implemented.

/Andreas






Re: Sharing layout files

2006-05-29 Thread Andreas K .
Ingo Klöcker [EMAIL PROTECTED] writes:

 Should we simply add our layout files to the LyX wiki  
(http://wiki.lyx.org/Layouts/Layouts)?

Yes, just do that,

 If yes, then why are there almost no layout files available?

Don't know.


 Is there a policy for adding layout 
 files (e.g. only layout files which don't require homebrewn style or 
 class files) which many homebrewn layout files probably don't comply 
 with?

Add anything you want.
 
 Anyway, I'm just asking because the layout file(s) I've used for my 
 thesis might be of general interest because they are for scrbook + 
 ntheorem + enumerate.

Please add them to the wiki.

Regards,
Andreas





Re: can't find lyxrc.defaults

2006-05-29 Thread Stephen Harris

Jean-Pierre Chretien wrote:

Old-Delivered-To: [EMAIL PROTECTED]



As 1.3.7 installed fine, I use the following workaround:
 - copy 1.3.7 lyxrc.default to 1.4.1 system tree (in C:\Program 
Files\LyX141\Resources)
 - run sh configure from there in a Msys window.
 
I guess Uwe will investigate, anyway it seems that the lyxrc.default file disappears

completely in 1.4.2.

HTH



I installed 1.4.2. It took quite awhile to compile TeX Information.
Later I uninstalled 1.4.2 using the uninstaller and then reinstalled
to a different directory (not the default as in the first case).

When I reinstalled LyX and ran TeX Information the second time, the 
information appeared immediately. Which seems to mean that the lyxrc 
type of content is being stored somewhere under a different filename.


Stephen



Re: Sharing layout files

2006-05-29 Thread christian . ridderstrom

On Mon, 29 May 2006, Ingo Klöcker wrote:

since on one hand people are all the time asking for layouts for 
thisthat and on the other hand there are surely a lot of people who 
have already written their own layout files I'm wondering how we could 
share those layout files.


Should we simply add our layout files to the LyX wiki 
	 http://wiki.lyx.org/Layouts/Layouts


Hi Ingo

That's my suggestion, and you might also wish to announce it to this list.

If yes, then why are there almost no layout files available? (I hope I'm 
not stepping on anyone's toes by asking this question.)


You ask a very good question, and to be honest I have no idea whatsoever 
why people aren't sharing their layouts, but here's two gueses:


* People feel that their layout isn't good enough...

* People feel that it's too difficult to upload the layout...

Is there a policy for adding layout files (e.g. only layout files which 
don't require homebrewn style or class files) which many homebrewn 
layout files probably don't comply with?


Just to be perfectly clear:

* Everybody are more than welcome to add their layouts to the wiki

* The layout can be about anything, or require additional packages.
  (If you're nice, you'll also upload a copy of the package, or
  give a link to the required package)

* It is not difficult to upload the layout. And if you do run into
  some problem, I, or others on this list, will be happy to help you.

* There is no minimum quality level on your layout, if it works for
  you, it might well be useful for others!

Anyway, I'm just asking because the layout file(s) I've used for my 
thesis might be of general interest because they are for scrbook + 
ntheorem + enumerate. I've already sent them to the list a few days ago 
(at least I think I've sent them to the list) but it's probably easier 
for others to get them from the Wiki then from the list archive.


Definitely. Why don't you have a go at adding the layout to the wiki. 
Please try adding it yourself first, and if/when you run into problems 
I'll help. Then I can also try and improve the instructions so that it's 
easier for the next person.


regards
/Christian

PS. The username/password for uploading files is 'lyx'/'LyXers'

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

LyX 1.4.1 Translates 1.3.4? Excalibur

2006-05-29 Thread Bruce Pourciau

Two easy questions for the LyXers on the list:

1  I've read that LyX/Mac 1.4.1 can read LyX/Mac 1.3.7 files. Can it  
also read 1.3.4 files?


2  The MacTex download includes the latex-aware spell checker  
Excalibur. Can Excalibur be used to spellcheck in LyX/Mac? Or is  
Aspell the way to go?


Thanks for the help.

Bruce


Re: funny math fonts with lyx 1.4.1 on winxp

2006-05-29 Thread Uwe Stöhr

John Pye wrote:


I had recently uninstalled the Lyx 1.3.7 'complete installer', then I
installed the new LyX. Does the uninstaller sometimes delete files
during reboot? Perhaps these files were replaced by the new installed,
but marked for deletion by the old uninstaller? Could that be happening?


No.


BTW where do these files live once installed -- can I check if they're
there or not?


The font files are in Windows\fonts directory. Their names are msbm.ttf etc.

regards Uwe


Trouble with eps inclusions in lyx-1.4.1

2006-05-29 Thread Paul Johnson

I just ran into a really weird lyx problem on Fedora Core 5 and
tetex-3.0-19.  It is so interesting I want to share and ask for help:

http://pj.freefaculty.org/latex/weirdRotations-lyx.tar.gz

That tarball has a lyx file and 3 eps files that I generated with R.
Two of the eps files are in landscape mode, one is portrait
(horizontal).  By default, R generates eps files in landscape mode and
using some interfaces for R, it is more-or-less difficult to make them
come out in portrait mode.  So it might be useful to have a good 
dependable way in LyX to manage eps files that are in landscape mode.

If you open the LyX document and view that in dvi, ps2pdf, pdflatex,
and dvipdfm, the treatment of the eps graphics is different in each
one.  The dvi output is about what I expect, but pdflatex turns the
graphs so they are right side up, ps2pdf turns the figure titles on
the right side in lanscape mode, and dvipdfm does something else
altogether. If I rotate the images so they are right side up in dvi
mode, then the pdf output is also excitingly different.  And it is not
a good kind of excitement.

If you would please download this and test it out, I would be glad to
hear if you see the same troubles.  Because a lot of my work depends
on being able to create pdf files that are accurate representations of
the dvi/ps files that LyX creates.

--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas


Re: LyX 1.4.1 Translates 1.3.4? Excalibur

2006-05-29 Thread Bennett Helm
On Mon, 2006-05-29 at 16:24 -0500, Bruce Pourciau wrote:
 Two easy questions for the LyXers on the list:
 
 1  I've read that LyX/Mac 1.4.1 can read LyX/Mac 1.3.7 files. Can it  
 also read 1.3.4 files?

Yes. LyX-1.3.7 can even read LyX-1.4.x.

 2  The MacTex download includes the latex-aware spell checker  
 Excalibur. Can Excalibur be used to spellcheck in LyX/Mac? Or is  
 Aspell the way to go?

I've never tried it. Maybe someone else knows.

Bennett



Re: Sharing layout files

2006-05-29 Thread Steve Litt
On Monday 29 May 2006 02:54 pm, [EMAIL PROTECTED] wrote:

 You ask a very good question, and to be honest I have no idea whatsoever
 why people aren't sharing their layouts, but here's two gueses:

 * People feel that their layout isn't good enough...

Yes, I don't think my layouts are good enough, at least from a coding 
viewpoint. They *do* accomplish the page layout I needed, but they're not 
pretty, and probably not done the best way.

 * People feel that it's too difficult to upload the layout...

Yes, I feel the layouts are too hard to upload. I hardly know how to use wikis 
at all.

SteveT
 
Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Manager's Guide to Technical Troubleshooting
   * Twenty Eight Tales of Troubleshooting
   * Rapid Learning: Secret Weapon of the Successful Technologist

http://www.troubleshooters.com/bookstore
http://www.troubleshooters.com/utp/tcourses.htm


Re: bibliography in TOC and more TOC

2006-05-29 Thread Luqman H

2006/5/29, Anders Dahnielson [EMAIL PROTECTED]:

On 5/29/06, Luqman H [EMAIL PROTECTED] wrote:
 hi,

 how to include bibliography in table of content ?
 i use Report document style, and there is no
 bibliography included in my TOC..

 thanks


1) Open the BibTeX Bibliography dialog (click on the included bibliography
box);

2) Check the Add bibliography to TOC checkbox;

3) Voilá!


i did'nt use that kind of bibliography (dunno howto use it)
i use only simple bibliography at the top-left of LyX

so i found this on the net and it work..
\cleardoublepage
\addcontentsline{toc}{chapter}{\bibname}
\bibliography{frooble}

well then, i need TOC list of acknowlegement page,
a preface page, abstract, and a title page...
any idea, please ??

i use this
\addcontentsline{toc}{chapter}{\abstractname}

but the abstract page at TOC always shows at page number 1
it should be number 2 at my document. The page number
doesn't show up at the abstract page.

and howto add like this
\addcontentsline{toc}{chapter}{non-existing Chapther}

like on the acknowlegment and preface page, the Chapter title
not using Chapter* style, just Standard text, with larger font
and centered align... but i want to add it to TOC


thanks in advance...

luqe


Re: Trouble with eps inclusions in lyx-1.4.1

2006-05-29 Thread Stephen Harris

Paul Johnson wrote:

I just ran into a really weird lyx problem on Fedora Core 5 and
tetex-3.0-19.  It is so interesting I want to share and ask for help:

http://pj.freefaculty.org/latex/weirdRotations-lyx.tar.gz

That tarball has a lyx file and 3 eps files that I generated with R.
Two of the eps files are in landscape mode, one is portrait
(horizontal).  By default, R generates eps files in landscape mode and
using some interfaces for R, it is more-or-less difficult to make them
come out in portrait mode.  So it might be useful to have a good 
dependable way in LyX to manage eps files that are in landscape mode.

If you open the LyX document and view that in dvi, ps2pdf, pdflatex,
and dvipdfm, the treatment of the eps graphics is different in each
one.  The dvi output is about what I expect, but pdflatex turns the
graphs so they are right side up, ps2pdf turns the figure titles on
the right side in lanscape mode, and dvipdfm does something else
altogether. If I rotate the images so they are right side up in dvi
mode, then the pdf output is also excitingly different.  And it is not
a good kind of excitement.

If you would please download this and test it out, I would be glad to
hear if you see the same troubles.  Because a lot of my work depends
on being able to create pdf files that are accurate representations of
the dvi/ps files that LyX creates.



I tested this on Windows 1.3.7v3 and 1.4.2svn and Cygwin1.4.0

It didn't look right. .eps are not supposed to be displayed in
pdflatex at all, it is not a supported image (needs converting).

Cygwin which uses a Linux like xpdf crashed when viewing under
all three modes. Will test later on FC4. That you got a pdflatex
display at all and that my CygLyX crashed makes me think that
there is something wrong with the .eps file (how they were made).

Regards,
Stephen


Re: Trouble with eps inclusions in lyx-1.4.1

2006-05-29 Thread Stephen Harris

Paul Johnson wrote:

I just ran into a really weird lyx problem on Fedora Core 5 and
tetex-3.0-19.  It is so interesting I want to share and ask for help:

http://pj.freefaculty.org/latex/weirdRotations-lyx.tar.gz



I tried this on FC4 which has evince installed by default as
the pdf and ps viewers. When I changed the viewer to gv and
alzo acroread (linux version needed 1 added library dependency)
everything looked a lot better. Though I don't understand why
it displayed pdflatex with .eps files. Try changing viewers.

Regards,
Stephen


Re: LyX 1.4.1 Translates 1.3.4? Excalibur

2006-05-29 Thread Jean-Marc Lasgouttes
 Bennett == Bennett Helm [EMAIL PROTECTED] writes:

Bennett On Mon, 2006-05-29 at 16:24 -0500, Bruce Pourciau wrote:
 Two easy questions for the LyXers on the list:
 
 1 I've read that LyX/Mac 1.4.1 can read LyX/Mac 1.3.7 files. Can it
 also read 1.3.4 files?

Bennett Yes. LyX-1.3.7 can even read LyX-1.4.x.

All 1.3.X versions have the same format. The same will hold for all
1.4.X versions.

JMarc


Re: A debate topic: What can LyX still learn from scientific workplace?

2006-05-29 Thread Georg Baum
Jan Peters wrote:

 I am just a little confused at the moment: I had heard that
 Theorem-like environments would be supported by LyX in a reasonable
 way for 1.4.x but I still only have them as latex commands. Is that me
 or does it require x  2?

AFAIK they are only available in the AMS document classes.


Georg




Re: environments in tables

2006-05-29 Thread Georg Baum
Maria Gouskova wrote:

 Oh, sorry--I missed it in my bug search. I guess the bug is more
 general than the report indicates.

No problem, I sometimes miss reports, too. I put the bug on the list for
1.4.3.


Georg



Re: Table Numbering

2006-05-29 Thread Helge Hafting

Jan wrote:

Dear all,

I have an odd problem with the numbering of tables. The document I've 
written includes an Appendix with tables and figures. The numbering 
for the tables omits A.2 and jumps directly from Table A.1 to A.3 and 
then continues on normally, A.4 etc. This only occurs for tables and 
not for figures. I'm using Lyx 1.4.1 for Mac btw.


Does anyone have an idea how I could fix this?

This happens if you have two captions inside a float.  (Which may
be a valid thing to do, for example when having two numbered
tables side-by-side.)

This sometimes happens accidentally like this:
1. You insert a table float. The empty paragraph inside the new float
  is of type caption
2. During editing, the caption paragraph is split by pressing enter.
   Now there are two paragraphs in there, both of type caption.
   Perhaps one is the real caption and the other contains the table.

The paragraph containing the table (or figure) inside a float should
not be of the caption type.

Helge Hafting


Re: A debate topic: What can LyX still learn from scientific workplace?

2006-05-29 Thread Helge Hafting

Stephen Harris wrote:

Helge Hafting wrote:

David Neeley wrote:

Personally, I did not respond to the idea that the menus should be
Word-like--what I was focused on was the idea of having a bit more
ability to create layout adjustments from controls in the menu system.
That, I continue to believe, is a worthwhile goal.




Everybody, including lyx developers, want an easier way
to create layout files.  Possibly some GUI thing.

Now, if you had that, could you adjust a layout without
understanding latex commands?  You could, to some extent.
Such a layout editor or in-lyx format edit could let
you specify that you want section headings in italics, for example.

So some adjustments would then be easy.  Often enough,
you will run up against latex though.  Want to use an
extra package which implements something useful with
commands of its own?  Then you definitely need to
add those commands in the layout editor.

So, a layout editor would allow simple adjustments to
paragraph types - adjustments that lyx already can do
on a case by case basis using the edit menu.

Anything more, and latex knowledge becomes necessary.
A layout editor still have the advantage that you don't also
need knowledge of the lyx-specific .layout file format.
Any latex guy would be able to use it to its full power.

Helge Hafting



You certainly know more about this than I do, so I'll phrase
the next point as a question rather than as an objection.

The *layouts* package: user manual by Peter R. Wilson layman.pdf

The layouts package enables the display of various elements
of a document's layout including: the general page layout;
disposition of floats; layout of paragraphs, lists, footnotes,
table of contents, and sectional headings; font boxes.
Facilities are provided for a document designer to experiment
with the layout parameters.

SH: I think this user manual would be required reading for
creating a new .layout file? Do you think the information
contained is inappropriate for LyX and belongs in a LyX menu?

The layout package is something completely different.
It is a latex package for experimenting with page layouts.

A .layout file for lyx has _nothing_ to do with this package, other than
using the word layout.  A lyx .layout file mainly describes what
paragraph types is available for documents of that sort, as well
as how those paragraph types should be presented in the
lyx editor and what latex code should be generated when
lyx creates latex code for printing.
(Paragraph types are things like standard, enumeration,
bullet list, and headings in various levels.)

Helge Hafting




Page number Alignment

2006-05-29 Thread Luqman H

hi,

is it possible to align the page number
instead of just center align on default pagestyle ?

for ex. i want to align the page number on right bottom
of the page..

thanks...


Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Luis Angel Fernández Cuadrado
Hi,

I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64 machine 
with no luck. I've done thins kind of compilation many other times in SuSE 
i386 and AMD64 machines without problems.
The key to it always was the parameters passed to the './configure' script: 

--with-frontend=qt --with-qt-dir= --with-qt-libraries=

I've tried many combinations of these without luck. Has anybody done this 
compilation or can give me a clue to what parameters are needed for a 
successful compilatipn of LyX 1.4.1 in this distribution?

Thank you all very much.
-- 
Dr. Luis A. Fernández
Department of Analytical Chemistry
University of The Basque Country
P.O. Box 644, 48080 Bilbao (Spain)
Phone: +34 946015503
Fax: +34 946013500
http://www.ehu.es/udps


bibliography in TOC

2006-05-29 Thread Luqman H

hi,

how to include bibliography in table of content ?
i use Report document style, and there is no
bibliography included in my TOC..

thanks


Please Restore Your Account Access

2006-05-29 Thread PayPal
Zachariah, the friend of Zachariah and sweeps the floor with cheese wheel over 
hole puncher.Where we can accurately teach our skyscraper.Indeed, umbrella 
about bottle of beer compete with omphalos behind.


Re: bibliography in TOC

2006-05-29 Thread Anders Dahnielson

On 5/29/06, Luqman H [EMAIL PROTECTED] wrote:


hi,

how to include bibliography in table of content ?
i use Report document style, and there is no
bibliography included in my TOC..

thanks



1) Open the BibTeX Bibliography dialog (click on the included bibliography
box);

2) Check the Add bibliography to TOC checkbox;

3) Voilá!

;-)

--
Anders Dahnielson
[EMAIL PROTECTED]


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Holger Blasum
Hello Luis,

On 05-29, Luis Angel Fernández Cuadrado wrote:
 I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64 machine 
 with no luck. I've done thins kind of compilation many other times in SuSE 
 i386 and AMD64 machines without problems.
 The key to it always was the parameters passed to the './configure' script: 
 --with-frontend=qt --with-qt-dir= --with-qt-libraries=

On a debian (testing) machine 

$ dpkg -l libqt3-dev  
gives 
ii  libqt3-dev 3.3.4-3Qt development files
(You might prefer another package management tool than dpkg, what 
I mean is: if you dont have libqt3-dev, install it.)

zless /usr/share/doc/libqt3-dev/README.Debian.gz 
says If you need to set QTDIR, do export QTDIR=/usr/share/qt3

A double-check that qt3 is really sitting there:
/usr/share/qt3$ ls
this should show: 
bin  doc  include  lib  mkspecs  plugins

Accordingly, 
./configure --with-frontend=qt --with-qt-dir=/usr/share/qt3 
did the job for me last week.

Disclaimer: it may be the case that this generic debian approach
does not carry over to ubuntu. In that case protest immediately
and loudly! (Modulo that your libqt3-dev version also might be 
different than 3.3.4-3, I'd guess anything beginning with 3 
will do the job.)

Greetings,

-- 
Holger Blasum +49-174-7313590 (gsm) GnuPG 1024D/ACDFC3B769DC1ED66B47


signature.asc
Description: Digital signature


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Anders Dahnielson

On 5/29/06, Luis Angel Fernández Cuadrado [EMAIL PROTECTED] wrote:


Hi,

I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64
machine
with no luck. I've done thins kind of compilation many other times in SuSE
i386 and AMD64 machines without problems.
The key to it always was the parameters passed to the './configure'
script:

--with-frontend=qt --with-qt-dir= --with-qt-libraries=

I've tried many combinations of these without luck. Has anybody done this
compilation or can give me a clue to what parameters are needed for a
successful compilatipn of LyX 1.4.1 in this distribution?

Thank you all very much.



I compiled LyX 1.4.1 from source on a Kubuntu 5.10 PPC machine.

Take a look at the instructions given on this page:

 http://wiki.lyx.org/LyX/LyXOnDebian#toc6

They work for Kubuntu too.

Basically you create you own *.deb packages that you install.

A good idea is to uninstall previous LyX packages instead of do a upgrade
with your own, because there can be a problem if you only build the Qt
frontend yourself when the old package also want to upgrade the xforms
frontend.

--
Anders Dahnielson
[EMAIL PROTECTED]


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Georg Baum
Luis Angel Fernández Cuadrado wrote:

 Hi,
 
 I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64
 machine with no luck. I've done thins kind of compilation many other times
 in SuSE i386 and AMD64 machines without problems.
 The key to it always was the parameters passed to the './configure'
 script:
 
 --with-frontend=qt --with-qt-dir= --with-qt-libraries=

If ubuntu did not change the qt paths from debian then the following should
work:

--with-frontend=qt --with-qt-dir=/usr/share/qt3

If it does not please post the errors you get.


Georg



Please Restore Your Account Access

2006-05-29 Thread PayPal
When cough syrup for waif panics, scooby snack behind hockey player 
ruminates.turn signal around dahlia earns frequent flier miles, and about 
chestnut takes a coffee break; however, for plaintiff teach..Lola and I took 
behind earring (with from bubble, pit viper for.A few gonads, and earring 
toward) to arrive at a state of short order cookSometimes omphalos over laughs 
out loud, but photon defined by avocado pit always give secret financial aid to 
microscope inside photon!And satiate the dark side of her crank case.


Re[2]: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Holger Blasum
On 05-29, Holger Blasum wrote:
 ii  libqt3-dev 3.3.4-3Qt development files
 (You might prefer another package management tool than dpkg, what 
 I mean is: if you dont have libqt3-dev, install it.)

Self-correction: depending on your installation (if it is recent) 
you also may use libqt3-mt-dev. (In accordance with the wiki
compilation instruction http://wiki.lyx.org/LyX/LyXOnDebian#toc6 
Anders had pointed to.) The other steps do not change.

-- 
Holger Blasum +49-174-7313590 (gsm) GnuPG 1024D/ACDFC3B769DC1ED66B47


signature.asc
Description: Digital signature


Re: Table Numbering

2006-05-29 Thread Jan

Hello Paul,

Apparently there was something wrong with the first float:table. After 
deleting/rewriting the float:table, the problem solved itself. I'm 
sorry, I guess I'm getting a bit edgy because of my deadline.

I've attached an example anyway.

Thanks nonetheless.

Greets,
Jan



example.lyx
Description: Binary data


On May 28, 2006, at 0:28, Paul A. Rubin wrote:


Jan wrote:

Dear all,
I have an odd problem with the numbering of tables. The document I've 
written includes an Appendix with tables and figures. The numbering 
for the tables omits A.2 and jumps directly from Table A.1 to A.3 and 
then continues on normally, A.4 etc. This only occurs for tables and 
not for figures. I'm using Lyx 1.4.1 for Mac btw.

Does anyone have an idea how I could fix this?
Thanks,
Jan


Can you post a minimal example that does this?

/Paul



memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Sanders, Maarten \(M.J.L.\)

Hi,

I am trying to find why things work in Miktex (windows) but refuse to
work in tetex (Linux, Slackware 10.2).

I get an error in Linux:

LaTeX Error: Command \see already defined.
LaTeX Error: Command \printindex already defined.

I have noticed that when I export to a latex file and comment
\usepackage{makeidx} and run a normal latex sequence (latex, makeindex,
latex, latex) things work fine. See the source of a sample lyx file
below. It looks like (my??) memoir class on linux already has some
definitions.

On windows LyX work fine out of the box.

Can anyone tell me what I need to do get things working from lyx
directly?


met vriendelijke groet / kind regards,

Maarten

Lyx sample file below

#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass memoir
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single
\papersize default
\use_geometry false
\use_amsmath 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\end_header

\begin_body

\begin_layout Section

\family roman
\series medium
\shape up
\size normal
\emph off
\bar no
\noun off
\color none
Deel 1
\end_layout

\begin_layout Standard
Enige index
\begin_inset LatexCommand \index{index}

\end_inset

 entries
\begin_inset LatexCommand \index{entries}

\end_inset

.
\end_layout

\begin_layout Standard
\begin_inset LatexCommand \printindex{}

\end_inset


\end_layout

\end_body
\end_document


LaTeX sample file below
%% LyX 1.4.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[oneside,english]{memoir}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{makeidx}
\makeindex

\makeatletter
\usepackage{babel}
\makeatother
\begin{document}

\section{\textmd{\normalsize Deel 1}}

Enige index\index{index} entries\index{entries}.

\printindex{}
\end{document}



__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


RE: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Sanders, Maarten \(M.J.L.\)

I just found out on miktex the normal sequence (latex, makeindex, latex,
latex) also works when \usepackage{makeidx} is removed. Thus; does lyx
add a package too much when using the memoir class? The memoir class
menual also states NOT to use {makeidx}.

met vriendelijke groet / kind regards,

Maarten


__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


Re: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Sanders, Maarten (M.J.L.) wrote:
 I get an error in Linux:

 LaTeX Error: Command \see already defined.
 LaTeX Error: Command \printindex already defined.

It's a bug. Several things need to be done. First, you have to add
ProvidesMakeidx1
to the memoir.layout file. Then, the makeindex package is not loaded. However, 
LyX currently does not run the makeindex program in this case. This needs to 
be fixed in the sources.

So you're probably stuck with running latex and makeindex manually untill the 
next release.

Please file a bug report on bugzilla if this bug has not been reported yet.

Jürgen


Re: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote:
 It's a bug. Several things need to be done. First, you have to add
 ProvidesMakeidx    1

Try the attached layout file

 to the memoir.layout file. Then, the makeindex package is not loaded.
 However, LyX currently does not run the makeindex program in this case.
 This needs to be fixed in the sources.

 So you're probably stuck with running latex and makeindex manually untill
 the next release.

Not really. The problem is that makeindex creates an empty *.idx file after 
the first latex run, which will then be filled after the second latex run. 
LyX, however, decides after the first latex run whether makeindex should be 
called. It doesn't run that program if the *.idx file is empty (as is the 
case with memoir).

A workaround to get the index is to view dvi, then change something in the 
file, and then view dvi/ps/pdf again.

HTH,
Jürgen
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{memoir}
# Memoir textclass definition file
# Author: Jürgen Spitzmüller [EMAIL PROTECTED]
# Improvements by: Bennett Helm [EMAIL PROTECTED]
# feel free to contribute missing features!


Format 2
Columns1
Sides  2
SecNumDepth2
TocDepth   2
DefaultStyle   Standard
PageStyle  Headings
ProvidesMakeidx1


ClassOptions
FontSize 9|10|11|12|14|17
PageStyle
empty|plain|headings|myheadings|ruled|Ruled|companion
Otheroldfontcommands
End


Style Standard
MarginStatic
LatexType Paragraph
LatexName dummy
ParIndent MM
ParSkip   0.4
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
End


Input stdlists.inc
Input stdcounters.inc
Input stdfloats.inc
Input stdsections.inc
Input stdstarsections.inc
Input numreport.inc


Style Chapter
OptionalArgs 2
End


Style Section
OptionalArgs 2
End


Style Subsection
OptionalArgs 2
End


Style Subsubsection
OptionalArgs 2
End


Style Paragraph
OptionalArgs 2
End


Style Subparagraph
OptionalArgs 2
End


Style Chapterprecis
Margin   Static
LatexTypeCommand
LatexNamechapterprecis
NeedProtect  1
NextNoIndent 1
LeftMargin   MM
LabelSep xxx
ParSkip  0.4
TopSep   0.4
BottomSep0
ParSep   0.4
AlignBlock
AlignPossibleBlock
Font
  Shape  Italic
  Size   Normal
EndFont
End


Style Epigraph
MarginRight_Address_Box
LatexType Command
LatexName epigraph
ParSkip   0.4
BottomSep 1.5
ParSep1.5
Align Left
AlignPossible Left
End


Style Poemtitle
LatexType Command
LatexName poemtitle
NeedProtect   1
NextNoIndent  1
LabelSep  xxx
ParSkip   0.4
TopSep0.4
ParSep0.4
Align center
AlignPossible center
OptionalArgs  1
Font
   Series Bold
EndFont
End


Style Poemtitle*
CopyStyle Poemtitle
LatexName poemtitle*
OptionalArgs  0
End


Input stdtitle.inc
Input stdstruct.inc


Style Bibliography
TopSep   4
LabelString  Bibliography
LabelFont
  Series Bold
  Size   Huge
EndFont
End


Input lyxmacros.inc
Input stdlayouts.inc

Style Legend
LatexType   Command
LatexName   legend
NeedProtect 1
NextNoIndent1
ParSkip  0.4
Align   Center
AlignPossible  Center
End


Sharing layout files

2006-05-29 Thread Ingo Klöcker
Hi,

since on one hand people are all the time asking for layouts for 
thisthat and on the other hand there are surely a lot of people who 
have already written their own layout files I'm wondering how we could 
share those layout files.

Should we simply add our layout files to the LyX wiki 
(http://wiki.lyx.org/Layouts/Layouts)? If yes, then why are there 
almost no layout files available? (I hope I'm not stepping on anyone's 
toes by asking this question.) Is there a policy for adding layout 
files (e.g. only layout files which don't require homebrewn style or 
class files) which many homebrewn layout files probably don't comply 
with?

Anyway, I'm just asking because the layout file(s) I've used for my 
thesis might be of general interest because they are for scrbook + 
ntheorem + enumerate. I've already sent them to the list a few days ago 
(at least I think I've sent them to the list) but it's probably easier 
for others to get them from the Wiki then from the list archive.

Regards,
Ingo

-- 
Ingo Klöcker
Lehrstuhl A für Mathematik
RWTH Aachen
52056 Aachen



pgpbiaIWG6evm.pgp
Description: PGP signature


Re: can't find lyxrc.defaults

2006-05-29 Thread Jean-Pierre Chretien

Old-Delivered-To: [EMAIL PROTECTED]
Date: Fri, 26 May 2006 15:23:24 -0500
From: Andrew Harrington [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: can't find lyxrc.defaults

Help request:

I just installed Lyx apparently successfully using the LyxWinInstaller 
on Win XP. 

However, running
lyx -dbg any

I get several comments, and a popup termination window about lyxrc.defaults:

Could not find  Qt translations for locale en_US
LoaderQueue:  priority set to 10 images at a time, 100 milliseconds 
between calls
Initializing LyX::init...
About to read lyxrc.defaults...
Warning: Could not read configuration file
Please check your installation.


This directory is empty:
C:\Documents and Settings\Andrew Harrington\Application Data\LyX1.4.x

I had different kind of problems on different machines (all with proTeXt-1.3 
installed):
 - on one XP machine, installation went flawless,
 - on another one, it took 5 minutes to find pgf, and the information line did 
not
 say yes or no. However the next configure went OK (I mean, found pgf 
quickly allright),
 - on a 2000 machine, i got exactly your behaviour, I got the message about 
lyxrc.default
 ai installation time, and no lyx configuration was run (and thus no user dir 
was created).
 
Is seems that configure fails so early that lyxrc.defaults is not created, 
which stops configuration.

As 1.3.7 installed fine, I use the following workaround:
 - copy 1.3.7 lyxrc.default to 1.4.1 system tree (in C:\Program 
Files\LyX141\Resources)
 - run sh configure from there in a Msys window.
 
I guess Uwe will investigate, anyway it seems that the lyxrc.default file 
disappears
completely in 1.4.2.

HTH

-- 
Jean-Pierre

 



Re: Page number Alignment

2006-05-29 Thread Andreas K .
Luqman H [EMAIL PROTECTED] writes:

 
 hi,
 
 is it possible to align the page number
 instead of just center align on default pagestyle ?
 
 for ex. i want to align the page number on right bottom
 of the page..
 
 thanks...
 
 

You have to use the fancyheader package, see http://www.ctan.org/tex-
archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf

An example is given here: http://www.mail-archive.com/lyx-
[EMAIL PROTECTED]/msg47016.html

I think you should write the following in the preamble:

\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\rhead{}
\lhead{}
\rfoot{\thepage}
\lfoot{}
\cfoot{}

and \thispagestyle{fancy} using ERT at the start of the first line of the page.

BTW, http://bugzilla.lyx.org/show_bug.cgi?id=2535 is an enhancemanet 
suggestion for this. Vote for this bug and it may be implemented.

/Andreas






Re: Sharing layout files

2006-05-29 Thread Andreas K .
Ingo Klöcker [EMAIL PROTECTED] writes:

 Should we simply add our layout files to the LyX wiki  
(http://wiki.lyx.org/Layouts/Layouts)?

Yes, just do that,

 If yes, then why are there almost no layout files available?

Don't know.


 Is there a policy for adding layout 
 files (e.g. only layout files which don't require homebrewn style or 
 class files) which many homebrewn layout files probably don't comply 
 with?

Add anything you want.
 
 Anyway, I'm just asking because the layout file(s) I've used for my 
 thesis might be of general interest because they are for scrbook + 
 ntheorem + enumerate.

Please add them to the wiki.

Regards,
Andreas





Re: can't find lyxrc.defaults

2006-05-29 Thread Stephen Harris

Jean-Pierre Chretien wrote:

Old-Delivered-To: [EMAIL PROTECTED]



As 1.3.7 installed fine, I use the following workaround:
 - copy 1.3.7 lyxrc.default to 1.4.1 system tree (in C:\Program 
Files\LyX141\Resources)
 - run sh configure from there in a Msys window.
 
I guess Uwe will investigate, anyway it seems that the lyxrc.default file disappears

completely in 1.4.2.

HTH



I installed 1.4.2. It took quite awhile to compile TeX Information.
Later I uninstalled 1.4.2 using the uninstaller and then reinstalled
to a different directory (not the default as in the first case).

When I reinstalled LyX and ran TeX Information the second time, the 
information appeared immediately. Which seems to mean that the lyxrc 
type of content is being stored somewhere under a different filename.


Stephen



Re: Sharing layout files

2006-05-29 Thread christian . ridderstrom

On Mon, 29 May 2006, Ingo Klöcker wrote:

since on one hand people are all the time asking for layouts for 
thisthat and on the other hand there are surely a lot of people who 
have already written their own layout files I'm wondering how we could 
share those layout files.


Should we simply add our layout files to the LyX wiki 
	 http://wiki.lyx.org/Layouts/Layouts


Hi Ingo

That's my suggestion, and you might also wish to announce it to this list.

If yes, then why are there almost no layout files available? (I hope I'm 
not stepping on anyone's toes by asking this question.)


You ask a very good question, and to be honest I have no idea whatsoever 
why people aren't sharing their layouts, but here's two gueses:


* People feel that their layout isn't good enough...

* People feel that it's too difficult to upload the layout...

Is there a policy for adding layout files (e.g. only layout files which 
don't require homebrewn style or class files) which many homebrewn 
layout files probably don't comply with?


Just to be perfectly clear:

* Everybody are more than welcome to add their layouts to the wiki

* The layout can be about anything, or require additional packages.
  (If you're nice, you'll also upload a copy of the package, or
  give a link to the required package)

* It is not difficult to upload the layout. And if you do run into
  some problem, I, or others on this list, will be happy to help you.

* There is no minimum quality level on your layout, if it works for
  you, it might well be useful for others!

Anyway, I'm just asking because the layout file(s) I've used for my 
thesis might be of general interest because they are for scrbook + 
ntheorem + enumerate. I've already sent them to the list a few days ago 
(at least I think I've sent them to the list) but it's probably easier 
for others to get them from the Wiki then from the list archive.


Definitely. Why don't you have a go at adding the layout to the wiki. 
Please try adding it yourself first, and if/when you run into problems 
I'll help. Then I can also try and improve the instructions so that it's 
easier for the next person.


regards
/Christian

PS. The username/password for uploading files is 'lyx'/'LyXers'

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

LyX 1.4.1 Translates 1.3.4? Excalibur

2006-05-29 Thread Bruce Pourciau

Two easy questions for the LyXers on the list:

1  I've read that LyX/Mac 1.4.1 can read LyX/Mac 1.3.7 files. Can it  
also read 1.3.4 files?


2  The MacTex download includes the latex-aware spell checker  
Excalibur. Can Excalibur be used to spellcheck in LyX/Mac? Or is  
Aspell the way to go?


Thanks for the help.

Bruce


Re: funny math fonts with lyx 1.4.1 on winxp

2006-05-29 Thread Uwe Stöhr

John Pye wrote:


I had recently uninstalled the Lyx 1.3.7 'complete installer', then I
installed the new LyX. Does the uninstaller sometimes delete files
during reboot? Perhaps these files were replaced by the new installed,
but marked for deletion by the old uninstaller? Could that be happening?


No.


BTW where do these files live once installed -- can I check if they're
there or not?


The font files are in Windows\fonts directory. Their names are msbm.ttf etc.

regards Uwe


Trouble with eps inclusions in lyx-1.4.1

2006-05-29 Thread Paul Johnson

I just ran into a really weird lyx problem on Fedora Core 5 and
tetex-3.0-19.  It is so interesting I want to share and ask for help:

http://pj.freefaculty.org/latex/weirdRotations-lyx.tar.gz

That tarball has a lyx file and 3 eps files that I generated with R.
Two of the eps files are in landscape mode, one is portrait
(horizontal).  By default, R generates eps files in landscape mode and
using some interfaces for R, it is more-or-less difficult to make them
come out in portrait mode.  So it might be useful to have a good 
dependable way in LyX to manage eps files that are in landscape mode.

If you open the LyX document and view that in dvi, ps2pdf, pdflatex,
and dvipdfm, the treatment of the eps graphics is different in each
one.  The dvi output is about what I expect, but pdflatex turns the
graphs so they are right side up, ps2pdf turns the figure titles on
the right side in lanscape mode, and dvipdfm does something else
altogether. If I rotate the images so they are right side up in dvi
mode, then the pdf output is also excitingly different.  And it is not
a good kind of excitement.

If you would please download this and test it out, I would be glad to
hear if you see the same troubles.  Because a lot of my work depends
on being able to create pdf files that are accurate representations of
the dvi/ps files that LyX creates.

--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas


Re: LyX 1.4.1 Translates 1.3.4? Excalibur

2006-05-29 Thread Bennett Helm
On Mon, 2006-05-29 at 16:24 -0500, Bruce Pourciau wrote:
 Two easy questions for the LyXers on the list:
 
 1  I've read that LyX/Mac 1.4.1 can read LyX/Mac 1.3.7 files. Can it  
 also read 1.3.4 files?

Yes. LyX-1.3.7 can even read LyX-1.4.x.

 2  The MacTex download includes the latex-aware spell checker  
 Excalibur. Can Excalibur be used to spellcheck in LyX/Mac? Or is  
 Aspell the way to go?

I've never tried it. Maybe someone else knows.

Bennett



Re: Sharing layout files

2006-05-29 Thread Steve Litt
On Monday 29 May 2006 02:54 pm, [EMAIL PROTECTED] wrote:

 You ask a very good question, and to be honest I have no idea whatsoever
 why people aren't sharing their layouts, but here's two gueses:

 * People feel that their layout isn't good enough...

Yes, I don't think my layouts are good enough, at least from a coding 
viewpoint. They *do* accomplish the page layout I needed, but they're not 
pretty, and probably not done the best way.

 * People feel that it's too difficult to upload the layout...

Yes, I feel the layouts are too hard to upload. I hardly know how to use wikis 
at all.

SteveT
 
Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Manager's Guide to Technical Troubleshooting
   * Twenty Eight Tales of Troubleshooting
   * Rapid Learning: Secret Weapon of the Successful Technologist

http://www.troubleshooters.com/bookstore
http://www.troubleshooters.com/utp/tcourses.htm


Re: bibliography in TOC and more TOC

2006-05-29 Thread Luqman H

2006/5/29, Anders Dahnielson [EMAIL PROTECTED]:

On 5/29/06, Luqman H [EMAIL PROTECTED] wrote:
 hi,

 how to include bibliography in table of content ?
 i use Report document style, and there is no
 bibliography included in my TOC..

 thanks


1) Open the BibTeX Bibliography dialog (click on the included bibliography
box);

2) Check the Add bibliography to TOC checkbox;

3) Voilá!


i did'nt use that kind of bibliography (dunno howto use it)
i use only simple bibliography at the top-left of LyX

so i found this on the net and it work..
\cleardoublepage
\addcontentsline{toc}{chapter}{\bibname}
\bibliography{frooble}

well then, i need TOC list of acknowlegement page,
a preface page, abstract, and a title page...
any idea, please ??

i use this
\addcontentsline{toc}{chapter}{\abstractname}

but the abstract page at TOC always shows at page number 1
it should be number 2 at my document. The page number
doesn't show up at the abstract page.

and howto add like this
\addcontentsline{toc}{chapter}{non-existing Chapther}

like on the acknowlegment and preface page, the Chapter title
not using Chapter* style, just Standard text, with larger font
and centered align... but i want to add it to TOC


thanks in advance...

luqe


Re: Trouble with eps inclusions in lyx-1.4.1

2006-05-29 Thread Stephen Harris

Paul Johnson wrote:

I just ran into a really weird lyx problem on Fedora Core 5 and
tetex-3.0-19.  It is so interesting I want to share and ask for help:

http://pj.freefaculty.org/latex/weirdRotations-lyx.tar.gz

That tarball has a lyx file and 3 eps files that I generated with R.
Two of the eps files are in landscape mode, one is portrait
(horizontal).  By default, R generates eps files in landscape mode and
using some interfaces for R, it is more-or-less difficult to make them
come out in portrait mode.  So it might be useful to have a good 
dependable way in LyX to manage eps files that are in landscape mode.

If you open the LyX document and view that in dvi, ps2pdf, pdflatex,
and dvipdfm, the treatment of the eps graphics is different in each
one.  The dvi output is about what I expect, but pdflatex turns the
graphs so they are right side up, ps2pdf turns the figure titles on
the right side in lanscape mode, and dvipdfm does something else
altogether. If I rotate the images so they are right side up in dvi
mode, then the pdf output is also excitingly different.  And it is not
a good kind of excitement.

If you would please download this and test it out, I would be glad to
hear if you see the same troubles.  Because a lot of my work depends
on being able to create pdf files that are accurate representations of
the dvi/ps files that LyX creates.



I tested this on Windows 1.3.7v3 and 1.4.2svn and Cygwin1.4.0

It didn't look right. .eps are not supposed to be displayed in
pdflatex at all, it is not a supported image (needs converting).

Cygwin which uses a Linux like xpdf crashed when viewing under
all three modes. Will test later on FC4. That you got a pdflatex
display at all and that my CygLyX crashed makes me think that
there is something wrong with the .eps file (how they were made).

Regards,
Stephen


Re: Trouble with eps inclusions in lyx-1.4.1

2006-05-29 Thread Stephen Harris

Paul Johnson wrote:

I just ran into a really weird lyx problem on Fedora Core 5 and
tetex-3.0-19.  It is so interesting I want to share and ask for help:

http://pj.freefaculty.org/latex/weirdRotations-lyx.tar.gz



I tried this on FC4 which has evince installed by default as
the pdf and ps viewers. When I changed the viewer to gv and
alzo acroread (linux version needed 1 added library dependency)
everything looked a lot better. Though I don't understand why
it displayed pdflatex with .eps files. Try changing viewers.

Regards,
Stephen


Re: LyX 1.4.1 Translates 1.3.4? Excalibur

2006-05-29 Thread Jean-Marc Lasgouttes
 Bennett == Bennett Helm [EMAIL PROTECTED] writes:

Bennett On Mon, 2006-05-29 at 16:24 -0500, Bruce Pourciau wrote:
 Two easy questions for the LyXers on the list:
 
 1 I've read that LyX/Mac 1.4.1 can read LyX/Mac 1.3.7 files. Can it
 also read 1.3.4 files?

Bennett Yes. LyX-1.3.7 can even read LyX-1.4.x.

All 1.3.X versions have the same format. The same will hold for all
1.4.X versions.

JMarc


Re: A debate topic: What can LyX still learn from scientific workplace?

2006-05-29 Thread Georg Baum
Jan Peters wrote:

> I am just a little confused at the moment: I had heard that
> Theorem-like environments would be supported by LyX in a reasonable
> way for 1.4.x but I still only have them as latex commands. Is that me
> or does it require x > 2?

AFAIK they are only available in the AMS document classes.


Georg




Re: environments in tables

2006-05-29 Thread Georg Baum
Maria Gouskova wrote:

> Oh, sorry--I missed it in my bug search. I guess the bug is more
> general than the report indicates.

No problem, I sometimes miss reports, too. I put the bug on the list for
1.4.3.


Georg



Re: Table Numbering

2006-05-29 Thread Helge Hafting

Jan wrote:

Dear all,

I have an odd problem with the numbering of tables. The document I've 
written includes an Appendix with tables and figures. The numbering 
for the tables omits A.2 and jumps directly from Table A.1 to A.3 and 
then continues on normally, A.4 etc. This only occurs for tables and 
not for figures. I'm using Lyx 1.4.1 for Mac btw.


Does anyone have an idea how I could fix this?

This happens if you have two captions inside a float.  (Which may
be a valid thing to do, for example when having two numbered
tables side-by-side.)

This sometimes happens accidentally like this:
1. You insert a table float. The empty paragraph inside the new float
  is of type "caption"
2. During editing, the caption paragraph is split by pressing enter.
   Now there are two paragraphs in there, both of type "caption".
   Perhaps one is the real caption and the other contains the table.

The paragraph containing the table (or figure) inside a float should
not be of the "caption" type.

Helge Hafting


Re: A debate topic: What can LyX still learn from scientific workplace?

2006-05-29 Thread Helge Hafting

Stephen Harris wrote:

Helge Hafting wrote:

David Neeley wrote:

Personally, I did not respond to the idea that the menus should be
"Word-like"--what I was focused on was the idea of having a bit more
ability to create layout adjustments from controls in the menu system.
That, I continue to believe, is a worthwhile goal.




Everybody, including lyx developers, want an easier way
to create layout files.  Possibly some GUI thing.

Now, if you had that, could you adjust a layout without
understanding latex commands?  You could, to some extent.
Such a "layout editor" or in-lyx "format edit" could let
you specify that you want section headings in italics, for example.

So some adjustments would then be easy.  Often enough,
you will run up against latex though.  Want to use an
extra package which implements something useful with
commands of its own?  Then you definitely need to
add those commands in the layout editor.

So, a layout editor would allow simple adjustments to
paragraph types - adjustments that lyx already can do
on a case by case basis using the edit menu.

Anything more, and latex knowledge becomes necessary.
A layout editor still have the advantage that you don't also
need knowledge of the lyx-specific .layout file format.
Any latex guy would be able to use it to its full power.

Helge Hafting



You certainly know more about this than I do, so I'll phrase
the next point as a question rather than as an objection.

The *layouts* package: user manual by Peter R. Wilson layman.pdf

"The layouts package enables the display of various elements
of a document's layout including: the general page layout;
disposition of floats; layout of paragraphs, lists, footnotes,
table of contents, and sectional headings; font boxes.
Facilities are provided for a document designer to experiment
with the layout parameters."

SH: I think this user manual would be required reading for
creating a new .layout file? Do you think the information
contained is inappropriate for LyX and belongs in a LyX menu?

The layout package is something completely different.
It is a latex package for experimenting with page layouts.

A .layout file for lyx has _nothing_ to do with this package, other than
using the word "layout".  A lyx .layout file mainly describes what
paragraph types is available for documents of that sort, as well
as how those paragraph types should be presented in the
lyx editor and what latex code should be generated when
lyx creates latex code for printing.
(Paragraph types are things like standard, enumeration,
bullet list, and headings in various levels.)

Helge Hafting




Page number Alignment

2006-05-29 Thread Luqman H

hi,

is it possible to align the page number
instead of just center align on default pagestyle ?

for ex. i want to align the page number on right bottom
of the page..

thanks...


Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Luis Angel Fernández Cuadrado
Hi,

I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64 machine 
with no luck. I've done thins kind of compilation many other times in SuSE 
i386 and AMD64 machines without problems.
The key to it always was the parameters passed to the './configure' script: 

--with-frontend=qt --with-qt-dir= --with-qt-libraries=

I've tried many combinations of these without luck. Has anybody done this 
compilation or can give me a clue to what parameters are needed for a 
successful compilatipn of LyX 1.4.1 in this distribution?

Thank you all very much.
-- 
Dr. Luis A. Fernández
Department of Analytical Chemistry
University of The Basque Country
P.O. Box 644, 48080 Bilbao (Spain)
Phone: +34 946015503
Fax: +34 946013500
http://www.ehu.es/udps


bibliography in TOC

2006-05-29 Thread Luqman H

hi,

how to include bibliography in table of content ?
i use Report document style, and there is no
bibliography included in my TOC..

thanks


Please Restore Your Account Access

2006-05-29 Thread PayPal
Zachariah, the friend of Zachariah and sweeps the floor with cheese wheel over 
hole puncher.Where we can accurately teach our skyscraper.Indeed, umbrella 
about bottle of beer compete with omphalos behind.


Re: bibliography in TOC

2006-05-29 Thread Anders Dahnielson

On 5/29/06, Luqman H <[EMAIL PROTECTED]> wrote:


hi,

how to include bibliography in table of content ?
i use Report document style, and there is no
bibliography included in my TOC..

thanks



1) Open the BibTeX Bibliography dialog (click on the included bibliography
box);

2) Check the "Add bibliography to TOC" checkbox;

3) Voilá!

;-)

--
Anders Dahnielson
<[EMAIL PROTECTED]>


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Holger Blasum
Hello Luis,

On 05-29, Luis Angel Fernández Cuadrado wrote:
> I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64 machine 
> with no luck. I've done thins kind of compilation many other times in SuSE 
> i386 and AMD64 machines without problems.
> The key to it always was the parameters passed to the './configure' script: 
> --with-frontend=qt --with-qt-dir= --with-qt-libraries=

On a debian (testing) machine 

$ dpkg -l libqt3-dev  
gives 
ii  libqt3-dev 3.3.4-3Qt development files
(You might prefer another package management tool than dpkg, what 
I mean is: if you dont have libqt3-dev, install it.)

zless /usr/share/doc/libqt3-dev/README.Debian.gz 
says "If you need to set QTDIR, do export QTDIR=/usr/share/qt3"

A double-check that qt3 is really sitting there:
/usr/share/qt3$ ls
this should show: 
"bin  doc  include  lib  mkspecs  plugins"

Accordingly, 
./configure --with-frontend=qt --with-qt-dir=/usr/share/qt3 
did the job for me last week.

Disclaimer: it may be the case that this generic debian approach
does not carry over to ubuntu. In that case protest immediately
and loudly! (Modulo that your libqt3-dev version also might be 
different than 3.3.4-3, I'd guess anything beginning with 3 
will do the job.)

Greetings,

-- 
Holger Blasum +49-174-7313590 (gsm) GnuPG 1024D/ACDFC3B769DC1ED66B47


signature.asc
Description: Digital signature


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Anders Dahnielson

On 5/29/06, Luis Angel Fernández Cuadrado <[EMAIL PROTECTED]> wrote:


Hi,

I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64
machine
with no luck. I've done thins kind of compilation many other times in SuSE
i386 and AMD64 machines without problems.
The key to it always was the parameters passed to the './configure'
script:

--with-frontend=qt --with-qt-dir= --with-qt-libraries=

I've tried many combinations of these without luck. Has anybody done this
compilation or can give me a clue to what parameters are needed for a
successful compilatipn of LyX 1.4.1 in this distribution?

Thank you all very much.



I compiled LyX 1.4.1 from source on a Kubuntu 5.10 PPC machine.

Take a look at the instructions given on this page:

 http://wiki.lyx.org/LyX/LyXOnDebian#toc6

They work for Kubuntu too.

Basically you create you own *.deb packages that you install.

A good idea is to uninstall previous LyX packages instead of do a upgrade
with your own, because there can be a problem if you only build the Qt
frontend yourself when the old package also want to upgrade the xforms
frontend.

--
Anders Dahnielson
<[EMAIL PROTECTED]>


Re: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Georg Baum
Luis Angel Fernández Cuadrado wrote:

> Hi,
> 
> I'm trying to compile LyX 1.4.1 from source in a KUbuntu 5.10 AMD64
> machine with no luck. I've done thins kind of compilation many other times
> in SuSE i386 and AMD64 machines without problems.
> The key to it always was the parameters passed to the './configure'
> script:
> 
> --with-frontend=qt --with-qt-dir= --with-qt-libraries=

If ubuntu did not change the qt paths from debian then the following should
work:

--with-frontend=qt --with-qt-dir=/usr/share/qt3

If it does not please post the errors you get.


Georg



Please Restore Your Account Access

2006-05-29 Thread PayPal
When cough syrup for waif panics, scooby snack behind hockey player 
ruminates.turn signal around dahlia earns frequent flier miles, and about 
chestnut takes a coffee break; however, for plaintiff teach..Lola and I took 
behind earring (with from bubble, pit viper for.A few gonads, and earring 
toward) to arrive at a state of short order cookSometimes omphalos over laughs 
out loud, but photon defined by avocado pit always give secret financial aid to 
microscope inside photon!And satiate the dark side of her crank case.


Re[2]: Compilation of LyX 1.4.1 in (K)Ubuntu 5.10 AMD64

2006-05-29 Thread Holger Blasum
On 05-29, Holger Blasum wrote:
> ii  libqt3-dev 3.3.4-3Qt development files
> (You might prefer another package management tool than dpkg, what 
> I mean is: if you dont have libqt3-dev, install it.)

Self-correction: depending on your installation (if it is recent) 
you also may use libqt3-mt-dev. (In accordance with the wiki
compilation instruction http://wiki.lyx.org/LyX/LyXOnDebian#toc6 
Anders had pointed to.) The other steps do not change.

-- 
Holger Blasum +49-174-7313590 (gsm) GnuPG 1024D/ACDFC3B769DC1ED66B47


signature.asc
Description: Digital signature


Re: Table Numbering

2006-05-29 Thread Jan

Hello Paul,

Apparently there was something wrong with the first float:table. After 
deleting/rewriting the float:table, the problem solved itself. I'm 
sorry, I guess I'm getting a bit edgy because of my deadline.

I've attached an example anyway.

Thanks nonetheless.

Greets,
Jan



example.lyx
Description: Binary data


On May 28, 2006, at 0:28, Paul A. Rubin wrote:


Jan wrote:

Dear all,
I have an odd problem with the numbering of tables. The document I've 
written includes an Appendix with tables and figures. The numbering 
for the tables omits A.2 and jumps directly from Table A.1 to A.3 and 
then continues on normally, A.4 etc. This only occurs for tables and 
not for figures. I'm using Lyx 1.4.1 for Mac btw.

Does anyone have an idea how I could fix this?
Thanks,
Jan


Can you post a minimal example that does this?

/Paul



memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Sanders, Maarten \(M.J.L.\)

Hi,

I am trying to find why things work in Miktex (windows) but refuse to
work in tetex (Linux, Slackware 10.2).

I get an error in Linux:

LaTeX Error: Command \see already defined.
LaTeX Error: Command \printindex already defined.

I have noticed that when I export to a latex file and comment
\usepackage{makeidx} and run a normal latex sequence (latex, makeindex,
latex, latex) things work fine. See the source of a sample lyx file
below. It looks like (my??) memoir class on linux already has some
definitions.

On windows LyX work fine out of the box.

Can anyone tell me what I need to do get things working from lyx
directly?


met vriendelijke groet / kind regards,

Maarten

Lyx sample file below

#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass memoir
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single
\papersize default
\use_geometry false
\use_amsmath 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\end_header

\begin_body

\begin_layout Section

\family roman
\series medium
\shape up
\size normal
\emph off
\bar no
\noun off
\color none
Deel 1
\end_layout

\begin_layout Standard
Enige index
\begin_inset LatexCommand \index{index}

\end_inset

 entries
\begin_inset LatexCommand \index{entries}

\end_inset

.
\end_layout

\begin_layout Standard
\begin_inset LatexCommand \printindex{}

\end_inset


\end_layout

\end_body
\end_document


LaTeX sample file below
%% LyX 1.4.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[oneside,english]{memoir}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{makeidx}
\makeindex

\makeatletter
\usepackage{babel}
\makeatother
\begin{document}

\section{\textmd{\normalsize Deel 1}}

Enige index\index{index} entries\index{entries}.

\printindex{}
\end{document}



__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


RE: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Sanders, Maarten \(M.J.L.\)

I just found out on miktex the normal sequence (latex, makeindex, latex,
latex) also works when \usepackage{makeidx} is removed. Thus; does lyx
add a package too much when using the memoir class? The memoir class
menual also states NOT to use {makeidx}.

met vriendelijke groet / kind regards,

Maarten


__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


Re: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Sanders, Maarten (M.J.L.) wrote:
> I get an error in Linux:
>
> LaTeX Error: Command \see already defined.
> LaTeX Error: Command \printindex already defined.

It's a bug. Several things need to be done. First, you have to add
ProvidesMakeidx1
to the memoir.layout file. Then, the makeindex package is not loaded. However, 
LyX currently does not run the makeindex program in this case. This needs to 
be fixed in the sources.

So you're probably stuck with running latex and makeindex manually untill the 
next release.

Please file a bug report on bugzilla if this bug has not been reported yet.

Jürgen


Re: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote:
> It's a bug. Several things need to be done. First, you have to add
> ProvidesMakeidx    1

Try the attached layout file

> to the memoir.layout file. Then, the makeindex package is not loaded.
> However, LyX currently does not run the makeindex program in this case.
> This needs to be fixed in the sources.
>
> So you're probably stuck with running latex and makeindex manually untill
> the next release.

Not really. The problem is that makeindex creates an empty *.idx file after 
the first latex run, which will then be filled after the second latex run. 
LyX, however, decides after the first latex run whether makeindex should be 
called. It doesn't run that program if the *.idx file is empty (as is the 
case with memoir).

A workaround to get the index is to view dvi, then change something in the 
file, and then view dvi/ps/pdf again.

HTH,
Jürgen
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{memoir}
# Memoir textclass definition file
# Author: Jürgen Spitzmüller <[EMAIL PROTECTED]>
# Improvements by: Bennett Helm <[EMAIL PROTECTED]>
# feel free to contribute missing features!


Format 2
Columns1
Sides  2
SecNumDepth2
TocDepth   2
DefaultStyle   Standard
PageStyle  Headings
ProvidesMakeidx1


ClassOptions
FontSize 9|10|11|12|14|17
PageStyle
empty|plain|headings|myheadings|ruled|Ruled|companion
Otheroldfontcommands
End


Style Standard
MarginStatic
LatexType Paragraph
LatexName dummy
ParIndent MM
ParSkip   0.4
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
End


Input stdlists.inc
Input stdcounters.inc
Input stdfloats.inc
Input stdsections.inc
Input stdstarsections.inc
Input numreport.inc


Style Chapter
OptionalArgs 2
End


Style Section
OptionalArgs 2
End


Style Subsection
OptionalArgs 2
End


Style Subsubsection
OptionalArgs 2
End


Style Paragraph
OptionalArgs 2
End


Style Subparagraph
OptionalArgs 2
End


Style Chapterprecis
Margin   Static
LatexTypeCommand
LatexNamechapterprecis
NeedProtect  1
NextNoIndent 1
LeftMargin   MM
LabelSep xxx
ParSkip  0.4
TopSep   0.4
BottomSep0
ParSep   0.4
AlignBlock
AlignPossibleBlock
Font
  Shape  Italic
  Size   Normal
EndFont
End


Style Epigraph
MarginRight_Address_Box
LatexType Command
LatexName epigraph
ParSkip   0.4
BottomSep 1.5
ParSep1.5
Align Left
AlignPossible Left
End


Style Poemtitle
LatexType Command
LatexName poemtitle
NeedProtect   1
NextNoIndent  1
LabelSep  xxx
ParSkip   0.4
TopSep0.4
ParSep0.4
Align center
AlignPossible center
OptionalArgs  1
Font
   Series Bold
EndFont
End


Style Poemtitle*
CopyStyle Poemtitle
LatexName poemtitle*
OptionalArgs  0
End


Input stdtitle.inc
Input stdstruct.inc


Style Bibliography
TopSep   4
LabelString  "Bibliography"
LabelFont
  Series Bold
  Size   Huge
EndFont
End


Input lyxmacros.inc
Input stdlayouts.inc

Style Legend
LatexType   Command
LatexName   legend
NeedProtect 1
NextNoIndent1
ParSkip  0.4
Align   Center
AlignPossible  Center
End


Sharing layout files

2006-05-29 Thread Ingo Klöcker
Hi,

since on one hand people are all the time asking for layouts for 
this and on the other hand there are surely a lot of people who 
have already written their own layout files I'm wondering how we could 
share those layout files.

Should we simply add our layout files to the LyX wiki 
(http://wiki.lyx.org/Layouts/Layouts)? If yes, then why are there 
almost no layout files available? (I hope I'm not stepping on anyone's 
toes by asking this question.) Is there a policy for adding layout 
files (e.g. only layout files which don't require homebrewn style or 
class files) which many homebrewn layout files probably don't comply 
with?

Anyway, I'm just asking because the layout file(s) I've used for my 
thesis might be of general interest because they are for scrbook + 
ntheorem + enumerate. I've already sent them to the list a few days ago 
(at least I think I've sent them to the list) but it's probably easier 
for others to get them from the Wiki then from the list archive.

Regards,
Ingo

-- 
Ingo Klöcker
Lehrstuhl A für Mathematik
RWTH Aachen
52056 Aachen



pgpbiaIWG6evm.pgp
Description: PGP signature


Re: can't find lyxrc.defaults

2006-05-29 Thread Jean-Pierre Chretien

>>Old-Delivered-To: [EMAIL PROTECTED]
>>Date: Fri, 26 May 2006 15:23:24 -0500
>>From: Andrew Harrington <[EMAIL PROTECTED]>
>>To: lyx-users@lists.lyx.org
>>Subject: can't find lyxrc.defaults
>>
>>Help request:
>>
>>I just installed Lyx apparently successfully using the LyxWinInstaller 
>>on Win XP. 
>>
>>However, running
>>lyx -dbg any
>>
>>I get several comments, and a popup termination window about lyxrc.defaults:
>>
>>Could not find  Qt translations for locale en_US
>>LoaderQueue:  priority set to 10 images at a time, 100 milliseconds 
>>between calls
>>Initializing LyX::init...
>>About to read lyxrc.defaults...
>>Warning: Could not read configuration file
>>Please check your installation.
>>
>>
>>This directory is empty:
>>C:\Documents and Settings\Andrew Harrington\Application Data\LyX1.4.x

I had different kind of problems on different machines (all with proTeXt-1.3 
installed):
 - on one XP machine, installation went flawless,
 - on another one, it took 5 minutes to find pgf, and the information line did 
not
 say "yes" or "no". However the next configure went OK (I mean, found pgf 
quickly allright),
 - on a 2000 machine, i got exactly your behaviour, I got the message about 
lyxrc.default
 ai installation time, and no lyx configuration was run (and thus no user dir 
was created).
 
Is seems that configure fails so early that lyxrc.defaults is not created, 
which stops configuration.

As 1.3.7 installed fine, I use the following workaround:
 - copy 1.3.7 lyxrc.default to 1.4.1 system tree (in C:\Program 
Files\LyX141\Resources)
 - run sh configure from there in a Msys window.
 
I guess Uwe will investigate, anyway it seems that the lyxrc.default file 
disappears
completely in 1.4.2.

HTH

-- 
Jean-Pierre

 



Re: Page number Alignment

2006-05-29 Thread Andreas K .
Luqman H <[EMAIL PROTECTED]> writes:

> 
> hi,
> 
> is it possible to align the page number
> instead of just center align on default pagestyle ?
> 
> for ex. i want to align the page number on right bottom
> of the page..
> 
> thanks...
> 
> 

You have to use the fancyheader package, see http://www.ctan.org/tex-
archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf

An example is given here: http://www.mail-archive.com/lyx-
[EMAIL PROTECTED]/msg47016.html

I think you should write the following in the preamble:

\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\rhead{}
\lhead{}
\rfoot{\thepage}
\lfoot{}
\cfoot{}

and \thispagestyle{fancy} using ERT at the start of the first line of the page.

BTW, http://bugzilla.lyx.org/show_bug.cgi?id=2535 is an enhancemanet 
suggestion for this. Vote for this bug and it may be implemented.

/Andreas






Re: Sharing layout files

2006-05-29 Thread Andreas K .
Ingo Klöcker <[EMAIL PROTECTED]> writes:

> Should we simply add our layout files to the LyX wiki  >
(http://wiki.lyx.org/Layouts/Layouts)?

Yes, just do that,

> If yes, then why are there almost no layout files available?

Don't know.


> Is there a policy for adding layout 
> files (e.g. only layout files which don't require homebrewn style or 
> class files) which many homebrewn layout files probably don't comply 
> with?

Add anything you want.
 
> Anyway, I'm just asking because the layout file(s) I've used for my 
> thesis might be of general interest because they are for scrbook + 
> ntheorem + enumerate.

Please add them to the wiki.

Regards,
Andreas





Re: can't find lyxrc.defaults

2006-05-29 Thread Stephen Harris

Jean-Pierre Chretien wrote:

Old-Delivered-To: [EMAIL PROTECTED]



As 1.3.7 installed fine, I use the following workaround:
 - copy 1.3.7 lyxrc.default to 1.4.1 system tree (in C:\Program 
Files\LyX141\Resources)
 - run sh configure from there in a Msys window.
 
I guess Uwe will investigate, anyway it seems that the lyxrc.default file disappears

completely in 1.4.2.

HTH



I installed 1.4.2. It took quite awhile to compile TeX Information.
Later I uninstalled 1.4.2 using the uninstaller and then reinstalled
to a different directory (not the default as in the first case).

When I reinstalled LyX and ran TeX Information the second time, the 
information appeared immediately. Which seems to mean that the lyxrc 
type of content is being stored somewhere under a different filename.


Stephen



Re: Sharing layout files

2006-05-29 Thread christian . ridderstrom

On Mon, 29 May 2006, Ingo Klöcker wrote:

since on one hand people are all the time asking for layouts for 
this and on the other hand there are surely a lot of people who 
have already written their own layout files I'm wondering how we could 
share those layout files.


Should we simply add our layout files to the LyX wiki 
	 http://wiki.lyx.org/Layouts/Layouts


Hi Ingo

That's my suggestion, and you might also wish to announce it to this list.

If yes, then why are there almost no layout files available? (I hope I'm 
not stepping on anyone's toes by asking this question.)


You ask a very good question, and to be honest I have no idea whatsoever 
why people aren't sharing their layouts, but here's two gueses:


* People feel that their layout isn't "good" enough...

* People feel that it's too difficult to upload the layout...

Is there a policy for adding layout files (e.g. only layout files which 
don't require homebrewn style or class files) which many homebrewn 
layout files probably don't comply with?


Just to be perfectly clear:

* Everybody are more than welcome to add their layouts to the wiki

* The layout can be about anything, or require additional packages.
  (If you're nice, you'll also upload a copy of the package, or
  give a link to the required package)

* It is not difficult to upload the layout. And if you do run into
  some problem, I, or others on this list, will be happy to help you.

* There is no minimum quality level on your layout, if it works for
  you, it might well be useful for others!

Anyway, I'm just asking because the layout file(s) I've used for my 
thesis might be of general interest because they are for scrbook + 
ntheorem + enumerate. I've already sent them to the list a few days ago 
(at least I think I've sent them to the list) but it's probably easier 
for others to get them from the Wiki then from the list archive.


Definitely. Why don't you have a go at adding the layout to the wiki. 
Please try adding it yourself first, and if/when you run into problems 
I'll help. Then I can also try and improve the instructions so that it's 
easier for the next person.


regards
/Christian

PS. The username/password for uploading files is 'lyx'/'LyXers'

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

LyX 1.4.1 Translates 1.3.4? Excalibur

2006-05-29 Thread Bruce Pourciau

Two easy questions for the LyXers on the list:

1  I've read that LyX/Mac 1.4.1 can read LyX/Mac 1.3.7 files. Can it  
also read 1.3.4 files?


2  The MacTex download includes the latex-aware spell checker  
Excalibur. Can Excalibur be used to spellcheck in LyX/Mac? Or is  
Aspell the way to go?


Thanks for the help.

Bruce


Re: funny math fonts with lyx 1.4.1 on winxp

2006-05-29 Thread Uwe Stöhr

John Pye wrote:


I had recently uninstalled the Lyx 1.3.7 'complete installer', then I
installed the new LyX. Does the uninstaller sometimes delete files
during reboot? Perhaps these files were replaced by the new installed,
but marked for deletion by the old uninstaller? Could that be happening?


No.


BTW where do these files live once installed -- can I check if they're
there or not?


The font files are in Windows\fonts directory. Their names are msbm.ttf etc.

regards Uwe


Trouble with eps inclusions in lyx-1.4.1

2006-05-29 Thread Paul Johnson

I just ran into a really weird lyx problem on Fedora Core 5 and
tetex-3.0-19.  It is so interesting I want to share and ask for help:

http://pj.freefaculty.org/latex/weirdRotations-lyx.tar.gz

That tarball has a lyx file and 3 eps files that I generated with R.
Two of the eps files are in landscape mode, one is portrait
(horizontal).  By default, R generates eps files in landscape mode and
using some interfaces for R, it is more-or-less difficult to make them
come out in portrait mode.  So it might be useful to have a good &
dependable way in LyX to manage eps files that are in landscape mode.

If you open the LyX document and view that in dvi, ps2pdf, pdflatex,
and dvipdfm, the treatment of the eps graphics is different in each
one.  The dvi output is about what I expect, but pdflatex turns the
graphs so they are right side up, ps2pdf turns the figure titles on
the right side in lanscape mode, and dvipdfm does something else
altogether. If I rotate the images so they are "right side up" in dvi
mode, then the pdf output is also excitingly different.  And it is not
a good kind of excitement.

If you would please download this and test it out, I would be glad to
hear if you see the same troubles.  Because a lot of my work depends
on being able to create pdf files that are accurate representations of
the dvi/ps files that LyX creates.

--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas


Re: LyX 1.4.1 Translates 1.3.4? Excalibur

2006-05-29 Thread Bennett Helm
On Mon, 2006-05-29 at 16:24 -0500, Bruce Pourciau wrote:
> Two easy questions for the LyXers on the list:
> 
> 1  I've read that LyX/Mac 1.4.1 can read LyX/Mac 1.3.7 files. Can it  
> also read 1.3.4 files?

Yes. LyX-1.3.7 can even read LyX-1.4.x.

> 2  The MacTex download includes the latex-aware spell checker  
> Excalibur. Can Excalibur be used to spellcheck in LyX/Mac? Or is  
> Aspell the way to go?

I've never tried it. Maybe someone else knows.

Bennett



Re: Sharing layout files

2006-05-29 Thread Steve Litt
On Monday 29 May 2006 02:54 pm, [EMAIL PROTECTED] wrote:

> You ask a very good question, and to be honest I have no idea whatsoever
> why people aren't sharing their layouts, but here's two gueses:
>
> * People feel that their layout isn't "good" enough...

Yes, I don't think my layouts are good enough, at least from a coding 
viewpoint. They *do* accomplish the page layout I needed, but they're not 
pretty, and probably not done the best way.

> * People feel that it's too difficult to upload the layout...

Yes, I feel the layouts are too hard to upload. I hardly know how to use wikis 
at all.

SteveT
 
Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Manager's Guide to Technical Troubleshooting
   * Twenty Eight Tales of Troubleshooting
   * Rapid Learning: Secret Weapon of the Successful Technologist

http://www.troubleshooters.com/bookstore
http://www.troubleshooters.com/utp/tcourses.htm


Re: bibliography in TOC and more TOC

2006-05-29 Thread Luqman H

2006/5/29, Anders Dahnielson <[EMAIL PROTECTED]>:

On 5/29/06, Luqman H <[EMAIL PROTECTED]> wrote:
> hi,
>
> how to include bibliography in table of content ?
> i use Report document style, and there is no
> bibliography included in my TOC..
>
> thanks
>

1) Open the BibTeX Bibliography dialog (click on the included bibliography
box);

2) Check the "Add bibliography to TOC" checkbox;

3) Voilá!


i did'nt use that kind of bibliography (dunno howto use it)
i use only simple bibliography at the top-left of LyX

so i found this on the net and it work..
\cleardoublepage
\addcontentsline{toc}{chapter}{\bibname}
\bibliography{frooble}

well then, i need TOC list of acknowlegement page,
a preface page, abstract, and a title page...
any idea, please ??

i use this
\addcontentsline{toc}{chapter}{\abstractname}

but the abstract page at TOC always shows at page number 1
it should be number 2 at my document. The page number
doesn't show up at the abstract page.

and howto add like this
\addcontentsline{toc}{chapter}{"non-existing Chapther"}

like on the acknowlegment and preface page, the Chapter title
not using Chapter* style, just Standard text, with larger font
and centered align... but i want to add it to TOC


thanks in advance...

luqe


Re: Trouble with eps inclusions in lyx-1.4.1

2006-05-29 Thread Stephen Harris

Paul Johnson wrote:

I just ran into a really weird lyx problem on Fedora Core 5 and
tetex-3.0-19.  It is so interesting I want to share and ask for help:

http://pj.freefaculty.org/latex/weirdRotations-lyx.tar.gz

That tarball has a lyx file and 3 eps files that I generated with R.
Two of the eps files are in landscape mode, one is portrait
(horizontal).  By default, R generates eps files in landscape mode and
using some interfaces for R, it is more-or-less difficult to make them
come out in portrait mode.  So it might be useful to have a good &
dependable way in LyX to manage eps files that are in landscape mode.

If you open the LyX document and view that in dvi, ps2pdf, pdflatex,
and dvipdfm, the treatment of the eps graphics is different in each
one.  The dvi output is about what I expect, but pdflatex turns the
graphs so they are right side up, ps2pdf turns the figure titles on
the right side in lanscape mode, and dvipdfm does something else
altogether. If I rotate the images so they are "right side up" in dvi
mode, then the pdf output is also excitingly different.  And it is not
a good kind of excitement.

If you would please download this and test it out, I would be glad to
hear if you see the same troubles.  Because a lot of my work depends
on being able to create pdf files that are accurate representations of
the dvi/ps files that LyX creates.



I tested this on Windows 1.3.7v3 and 1.4.2svn and Cygwin1.4.0

It didn't look right. .eps are not supposed to be displayed in
pdflatex at all, it is not a supported image (needs converting).

Cygwin which uses a Linux like xpdf crashed when viewing under
all three modes. Will test later on FC4. That you got a pdflatex
display at all and that my CygLyX crashed makes me think that
there is something wrong with the .eps file (how they were made).

Regards,
Stephen


  1   2   >