Re: Installing Lyx on nfs

2006-02-03 Thread Georg Baum
Arun Kulshreshth wrote:

 We have a linux network and i want the lyx to be
 centrally available so that each user is virtually
 using the same lyx. How this can be done ? The epitome
 of this exercise is that each time a
 layout/style/class has to be added then we have to
 update only on central server and each user will be
 able to access it. We already have a nfs server.

It is easy, but you need to install from source. Run configure with
--prefix=/mount/server/lyx, where /mount/server is the mountpoint of the
nfs server. LyX will then install in /mount/server/lyx. Then you need to
make sure that either /mount/server/lyx/bin is in the path, or create
symlinks for the programs contained in that directory that sit in the path.


Georg



Re: OT: Converter matrix to picture

2006-02-03 Thread Herbert Voss



Paul Smith wrote:

On 2/2/06, Herbert Voss [EMAIL PROTECTED] wrote:


Yes, that is what I mean. An illustration is at

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/spy.html


tell me the structure of your data file?
Are the values also saved as a matrix?



Thanks to all. An example of a data file is attached. It is a text
file with a matrix. Each column corresponds to x-coordinate, whereas
each row corresponds to y-coordinate. Both x and y have the same
range: [0,1]. From column to column, x increases 0.1. From row to row,
y increases 0.1. First column corresponds to x=0 and first row to y=0.

Paul




0   1   1   0   0   0   0   1   1   1
0   1   1   0   1   1   1   0   1   0


understood. Here an example if you could have your textfile
as

/matrix [
0   1   1   0   0   0   0   1   1 1
0   1   1   0   1   1   1   0   1 0

] def


\documentclass[a4paper]{article}
\usepackage{pst-plot}
\makeatletter
\def\specialPlot#1{%
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
(#1) run% load the data file
/n 0 def% index for element
[EMAIL PROTECTED]
/Dot { DS 0 360 arc fill } bind def
0 0.1 1 {
  /y exch def
  0 0.1 1 {
/x exch def
matrix n get
dup 0 gt {
  x [EMAIL PROTECTED] mul y [EMAIL PROTECTED] mul Dot%
} { pop } ifelse
/n n 1 add def
  } for
} for
  }%
  [EMAIL PROTECTED]
}
\makeatother

\begin{document}

\psset{unit=10}
\begin{pspicture}(-0.1,-0.1)(1.1,1.1)
  \psaxes[Dx=0.1,Dy=0.1]{-}(1,1)
  \psset{dotsize=5pt}
  \specialPlot{matrix.txt}
\end{pspicture}

\end{document}


Herbert



Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Uwe Stöhr

Jack M. Lyon wrote:

Does Kile and Emacs easily run under windows, I mean do they have an own 
win-installer?


many thanks
regards Uwe


Re: OT: Converter matrix to picture

2006-02-03 Thread John Pye
You should try Matplotlib under python. You've got a lot of the MATLAB
functionality re-implemented in python.
http://matplotlib.sourceforge.net/

There is a sample sparsity diagram that I produced, see here (scroll
down to near the bottom)
https://pse.cheme.cmu.edu/wiki/view/Ascend/PythonWrapper

Using matplotlib you can also render directly to various formats
including SVG, I believe.

Hope that helps

JP

Paul Smith wrote:

Dear All

This may be a bit out of topic. I have a matrix of ones and zeros with
which I would like to produce a picture in such a way that the ones
would be represented in black, say, and the zeros in yellow. Does
somebody know of a program (for Linux) to create my picture?

Thanks in advance,

Paul

  


-- 
John Pye
School of Mechanical and Manufacturing Engineering
The University of New South Wales
Sydney  NSW 2052  Australia
t +61 2 9385 5127
f +61 2 9663 1222
mailto:john.pye_AT_student_DOT_unsw.edu.au
http://pye.dyndns.org/



Re: Installing Lyx on nfs

2006-02-03 Thread Gerasimos Grammatikopoulos
I don't know if Lyx has any special constrains that would block the following 
solution but maybe you should give it a try.

1) On the server, install manually from source Lyx on a separate directory 
(like /opt/Lyx).

2) Export the above said directory.

3) On the client side, adjust the users' $PATH to include the nfs-imported 
directory.


Implications: 
A. All istances of Lyx in your network will be executed on the NFS server 
(based on the machine's specs and average Lyx usage from your people, try to 
estimate if the server can take the extra load).

B. You should probably similarly `centralise' your tetex installation to avoid 
inconsistencies. This could be quite the pain... 



On Friday 03 February 2006 08:26, Arun Kulshreshth wrote:
 HI,

 I have no idea if this topic has been discussed before
 or not. If yes then give me pointers to that.

 We have a linux network and i want the lyx to be
 centrally available so that each user is virtually
 using the same lyx. How this can be done ? The epitome
 of this exercise is that each time a
 layout/style/class has to be added then we have to
 update only on central server and each user will be
 able to access it. We already have a nfs server.

 Any ideas/help would be appreciated.

 Thanks
 Arun


Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Herbert Voss

Uwe Stöhr wrote:

Does Kile and Emacs easily run under windows, I mean do they have an own 
win-installer?


Kile is *nix and MAC GUI

Herbert




Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Gerasimos Grammatikopoulos
On Friday 03 February 2006 09:19, Uwe Stöhr wrote:

 Does Kile and Emacs easily run under windows, I mean do they have an own
 win-installer?

 many thanks
 regards Uwe

I believe Emacs works ok under windows but requires some major hocus pocus to 
install it. As for Kile... oh dear. You would need at least kde-libs, 
kde-base and kde-graphics upon a cygwin environment. Now that probably 
doesn't come easy at all...


Re: Mac Install Problems

2006-02-03 Thread Patrick De Visschere

Ian,

I had similar problems and solved it by removing all the preference- 
files (old and new).
From 1.3.5 on the preferences have been moved from ~/.lyx/ to ~/ 
Library/Application Support/lyx/
When upgrading the lyx installer moves the files but apparently  
something goes wrong causing lyx to look in the wrong places.
I upgraded from 1.3.5 to 1.3.7 and got your problem, although tetex  
and all classes were present as before. I'm not sure but it is  
possible that the paths in the preferences-dialog were empty; maybe  
supplying the missing paths may also help.


Regards,

pdv


On Feb 3, 2006, at 06:13, Ian Stevenson wrote:


Dear Lys Users,

I have just upgraded to Mac OS X 10.4. I still have the same issues  
running Lyx. The application cannot find the Latex classes and the  
View menu does not contain any viewers. See thread for more details.


Any help greatly appreciated.

Regards,
Ian

Ian Stevenson
Lecturer in Music Technology
School of Communication Arts, University of Western Sydney
Room BD1.17, Werrington South Campus
Locked Bag 1797, SOUTH PENRITH  DC  NSW  1797
t:  02 9852 5403, f: 02 9852 5534, e: [EMAIL PROTECTED] edu.au
***
This email is confidential correspondence. If you are not the intended
recipient of this message as set out in the distribution fields above,
please contact the School of Communication Arts on 61 2 9852 5570 to
advise. Please remove the message from your system and  
consciousness, and do not forward

the message to any other person or entity. The views expressed herein
are not necessarily those of the University of Western Sydney.
***


On 25/01/2006, at 11:24 AM, Ian Stevenson wrote:


Dear Bennett,

Many thanks for the reply. From my reading of the outputs below  
the install looks OK what do you make of it? Any further  
suggestions?  Thanks for your help!


Did you run the LyX installer script from the installer volume?  
That should tell you if you have a teTeX installation.


Yes


(To be sure, you can go to the Terminal and enter which  
pdflatex, and it should give you a path to that file's location.)


Ian-Stevensons-Computer:~ ianstevenson$ which pdflatex
/usr/local/teTeX/bin/powerpc-apple-darwin-current/pdflatex




The LyX User's folder is now located at ~/Library/Application  
Support/LyX. Running the installer script should move your old  
folder from ~/.lyx to this new location.


This folder is present.



What happens if you run (from the Terminal) /Applications/LyX.app/ 
Contents/Resources/lyx/configure


Ian-Stevensons-Computer:~ ianstevenson$ /Applications/LyX.app/ 
Contents/Resources/lyx/configure

checking for a LaTeX2e program... (latex latex2e)
+checking for latex... yes
checking for the pdflatex program... (pdflatex)
+checking for pdflatex... yes
checking for a LaTeX - LyX converter... (reLyX)
+checking for reLyX... no
checking for a Noweb - LyX converter... (noweb2lyx)
+checking for noweb2lyx... no
checking for a Noweb - LaTeX converter... (noweave)
+checking for noweave... no
checking for an HTML - LaTeX converter... (html2latex)
+checking for html2latex... no
checking for an MS Word - LaTeX converter... (wvCleanLatex word2x)
+checking for wvCleanLatex... no
+checking for word2x... no
checking for a LaTeX - MS Word converter... (htlatex)
+checking for htlatex... yes
checking for Image converter... (convert)
+checking for convert... yes
checking for a Postscript previewer... (gsview32 gv ghostview  
kghostview)

+checking for gsview32... no
+checking for gv... no
+checking for ghostview... no
+checking for kghostview... no
checking for a PDF previewer... (acrobat acrord32 gsview32  
acroread gv ghostview xpdf kpdf kghostview)

+checking for acrobat... no
+checking for acrord32... no
+checking for gsview32... no
+checking for acroread... no
+checking for gv... no
+checking for ghostview... no
+checking for xpdf... no
+checking for kpdf... no
+checking for kghostview... no
checking for a DVI previewer... (xdvi windvi yap kdvi)
+checking for xdvi... yes
checking for an HTML previewer... (mozilla file://$$p$$i netscape)
+checking for mozilla... no
+checking for netscape... no
checking for a PS to PDF converter... (ps2pdf13 $$i)
+checking for ps2pdf13... yes
checking for a DVI to PS converter... (dvips)
+checking for dvips... yes
checking for a DVI to PDF converter... (dvipdfm)
+checking for dvipdfm... yes
checking for a *roff formatter... (groff -t -Tlatin1 $$FName nroff)
+checking for groff... yes
checking for ChkTeX... (chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38)
+checking for chktex... no
checking for a spellchecker... (ispell)
+checking for ispell... no
checking for Octave... (octave)
+checking for octave... no
checking for Maple... (maple)
+checking for maple... no
checking for a fax program... (kdeprintfax ksendfax)
+checking for kdeprintfax... no
+checking for ksendfax... no
checking for SGML-tools 1.x (LinuxDoc)... 

Re: thank you!

2006-02-03 Thread Wolfgang Engelmann
Am Freitag, 3. Februar 2006 08:53 schrieb Bruce Ernest Weller:
 David,

 Just like to second your note of thanks; my own trifling query of some
 months ago was solved with both courtesy and patience and I have read
 (for one example only, see postings on Lyx is getting very annoying)
 with great pleasure the Lyx team rallying around a great number of other
 queries, again, with courtesy, patience and humour.

 Thanks to the the team too for the education provided me by my reading
 on this list. Questions I did not even know I had, answered and so
 clearly that I can implement them without further ado.

 One of the most informed, tolerant and well-regulated lists I have
 encountered.

yes, indeed

Wolfgang

 On Thu, 2006-02-02 at 10:18 -0500, [EMAIL PROTECTED] wrote:
  Hello!
 
  I wanted to thank everybody on this list for their help! I also wanted to
  thank all developers and all people who otherwise contribute to the
  development of LyX.

 SNIP

  Thank you again!!
 
  David


changing fonts in TOC

2006-02-03 Thread Phil Tomson
I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).

any ideas?

Phil


Re: Installing Lyx on nfs

2006-02-03 Thread Wolfgang Engelmann
Am Freitag, 3. Februar 2006 08:26 schrieb Arun Kulshreshth:
 HI,

 I have no idea if this topic has been discussed before
 or not. If yes then give me pointers to that.

 We have a linux network and i want the lyx to be
 centrally available so that each user is virtually
 using the same lyx. How this can be done ? The epitome
 of this exercise is that each time a
 layout/style/class has to be added then we have to
 update only on central server and each user will be
 able to access it. We already have a nfs server.

 Any ideas/help would be appreciated.

dateiversion control ?

Wolfgang


Re: Mac Install Problems

2006-02-03 Thread Ian Stevenson

Dear Patrick,

Many thanks, removing the preference files solved the problem.

I guess this is definitely a bug that needs reporting.

Regards,
Ian

Ian Stevenson
Lecturer in Music Technology
School of Communication Arts, University of Western Sydney
Room BD1.17, Werrington South Campus
Locked Bag 1797, SOUTH PENRITH  DC  NSW  1797
t:  02 9852 5403, f: 02 9852 5534, e: [EMAIL PROTECTED] edu.au
***
This email is confidential correspondence. If you are not the intended
recipient of this message as set out in the distribution fields above,
please contact the School of Communication Arts on 61 2 9852 5570 to
advise. Please remove the message from your system and consciousness,  
and do not forward

the message to any other person or entity. The views expressed herein
are not necessarily those of the University of Western Sydney.
***


On 03/02/2006, at 8:04 PM, Patrick De Visschere wrote:


Ian,

I had similar problems and solved it by removing all the preference- 
files (old and new).
From 1.3.5 on the preferences have been moved from ~/.lyx/ to ~/ 
Library/Application Support/lyx/
When upgrading the lyx installer moves the files but apparently  
something goes wrong causing lyx to look in the wrong places.
I upgraded from 1.3.5 to 1.3.7 and got your problem, although tetex  
and all classes were present as before. I'm not sure but it is  
possible that the paths in the preferences-dialog were empty; maybe  
supplying the missing paths may also help.


Regards,

pdv


On Feb 3, 2006, at 06:13, Ian Stevenson wrote:


Dear Lys Users,

I have just upgraded to Mac OS X 10.4. I still have the same  
issues running Lyx. The application cannot find the Latex classes  
and the View menu does not contain any viewers. See thread for  
more details.


Any help greatly appreciated.

Regards,
Ian

Ian Stevenson
Lecturer in Music Technology
School of Communication Arts, University of Western Sydney
Room BD1.17, Werrington South Campus
Locked Bag 1797, SOUTH PENRITH  DC  NSW  1797
t:  02 9852 5403, f: 02 9852 5534, e: [EMAIL PROTECTED] edu.au
***
This email is confidential correspondence. If you are not the  
intended
recipient of this message as set out in the distribution fields  
above,

please contact the School of Communication Arts on 61 2 9852 5570 to
advise. Please remove the message from your system and  
consciousness, and do not forward

the message to any other person or entity. The views expressed herein
are not necessarily those of the University of Western Sydney.
***


On 25/01/2006, at 11:24 AM, Ian Stevenson wrote:


Dear Bennett,

Many thanks for the reply. From my reading of the outputs below  
the install looks OK what do you make of it? Any further  
suggestions?  Thanks for your help!


Did you run the LyX installer script from the installer volume?  
That should tell you if you have a teTeX installation.


Yes


(To be sure, you can go to the Terminal and enter which  
pdflatex, and it should give you a path to that file's location.)


Ian-Stevensons-Computer:~ ianstevenson$ which pdflatex
/usr/local/teTeX/bin/powerpc-apple-darwin-current/pdflatex




The LyX User's folder is now located at ~/Library/Application  
Support/LyX. Running the installer script should move your old  
folder from ~/.lyx to this new location.


This folder is present.



What happens if you run (from the Terminal) /Applications/ 
LyX.app/Contents/Resources/lyx/configure


Ian-Stevensons-Computer:~ ianstevenson$ /Applications/LyX.app/ 
Contents/Resources/lyx/configure

checking for a LaTeX2e program... (latex latex2e)
+checking for latex... yes
checking for the pdflatex program... (pdflatex)
+checking for pdflatex... yes
checking for a LaTeX - LyX converter... (reLyX)
+checking for reLyX... no
checking for a Noweb - LyX converter... (noweb2lyx)
+checking for noweb2lyx... no
checking for a Noweb - LaTeX converter... (noweave)
+checking for noweave... no
checking for an HTML - LaTeX converter... (html2latex)
+checking for html2latex... no
checking for an MS Word - LaTeX converter... (wvCleanLatex word2x)
+checking for wvCleanLatex... no
+checking for word2x... no
checking for a LaTeX - MS Word converter... (htlatex)
+checking for htlatex... yes
checking for Image converter... (convert)
+checking for convert... yes
checking for a Postscript previewer... (gsview32 gv ghostview  
kghostview)

+checking for gsview32... no
+checking for gv... no
+checking for ghostview... no
+checking for kghostview... no
checking for a PDF previewer... (acrobat acrord32 gsview32  
acroread gv ghostview xpdf kpdf kghostview)

+checking for acrobat... no
+checking for acrord32... no
+checking for gsview32... no
+checking for acroread... no
+checking for gv... no
+checking for ghostview... no
+checking for xpdf... 

Re: Installing Lyx on nfs

2006-02-03 Thread Georg Baum
Gerasimos Grammatikopoulos wrote:

 A. All istances of Lyx in your network will be executed on the NFS server
 (based on the machine's specs and average Lyx usage from your people, try
 to estimate if the server can take the extra load).

It most probably can, since LyX is not executed on the server. Only the
binary and some support files are read on startup, so startup time could be
a little bit slower, but during normal editing everything sits in the cache
(local memory on the client machine), so you have no load on the server.

 B. You should probably similarly `centralise' your tetex installation to
 avoid inconsistencies. This could be quite the pain...

Not really. If you have a standard tetex install on every machine, you only
need set the TEXMFLOCAL environment variable to a directory on the server,
where you store your additional packages etc.


Georg



Re: changing fonts in TOC

2006-02-03 Thread Kevin Pfeiffer
Phil Tomson writes:
 I'm working on my thesis and every school seems to have their own
 format rules...

 I'm using article(koma-script).  I need all of the sections listed in
 the TOC to be the same size font (12pt) as the rest of the text of
 the thesis and they cannot be bold.  I've managed to get this working
 for the sections and subsections in body of the thesis, but I haven't
 been able to figure out how to do it in the TOC where sections end up
 being bold san serif (the rest of the text is Roman).

Have you looked at the user docs for koma-script? I _think_ that this is  
covered (no time here to check -- if not, the package toclof might 
help)...

The doc-name (English version) is scrguien.pdf. Here appears to be an 
online copy:
http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf



-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: changing fonts in TOC

2006-02-03 Thread Herbert Voss



Phil Tomson wrote:

I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).


put the preamble into your LyX doc

Herbert


\documentclass[a4paper,12pt]{article}

\makeatletter
[EMAIL PROTECTED]
  \ifnum [EMAIL PROTECTED] \z@
[EMAIL PROTECTED]
\addvspace{1.0em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED]  Important width
\begingroup
  \parindent \z@ \rightskip [EMAIL PROTECTED]
  \parfillskip [EMAIL PROTECTED]
  \leavevmode %\bfseries  % normal font
  [EMAIL PROTECTED]
  \hskip -\leftskip
  #1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
\endgroup
  \fi}
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
\makeatother

\begin{document}
\tableofcontents

\section{foo}
bar
\subsection{foo}
bar
\subsubsection{foo}
bar
\paragraph{foo}
bar

\end{document}









any ideas?

Phil






Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Mael Hilléreau

There are probably others out there as well.



Context:
http://www.context.cx/

PSPad:
http://www.pspad.com/

NEdit (via CygWin):
http://www.nedit.org/

--
Mael Hilléreau



Re: OT: Converter matrix to picture

2006-02-03 Thread Paul Smith
On 2/3/06, Herbert Voss [EMAIL PROTECTED] wrote:
 tell me the structure of your data file?
 Are the values also saved as a matrix?
 
  Thanks to all. An example of a data file is attached. It is a text
  file with a matrix. Each column corresponds to x-coordinate, whereas
  each row corresponds to y-coordinate. Both x and y have the same
  range: [0,1]. From column to column, x increases 0.1. From row to row,
  y increases 0.1. First column corresponds to x=0 and first row to y=0.
 
  
 
  0 1   1   0   0   0   0   1   1   1
  0 1   1   0   1   1   1   0   1   0

 understood. Here an example if you could have your textfile
 as

 /matrix [
 0   1   1   0   0   0   0   1   1 1
 0   1   1   0   1   1   1   0   1 0
 
 ] def

Great, Herbert! That is it. Maybe, a spy-like command could be added
to the list of commands of PSTricks. Well, that is just a
suggestion...

Paul


Re: OT: Converter matrix to picture

2006-02-03 Thread Paul Smith
On 2/3/06, John Pye [EMAIL PROTECTED] wrote:
 You should try Matplotlib under python. You've got a lot of the MATLAB
 functionality re-implemented in python.
 http://matplotlib.sourceforge.net/

 There is a sample sparsity diagram that I produced, see here (scroll
 down to near the bottom)
 https://pse.cheme.cmu.edu/wiki/view/Ascend/PythonWrapper

 Using matplotlib you can also render directly to various formats
 including SVG, I believe.

Thanks, John. That is a quite useful set of commands.

Paul


Re: OT: Converter matrix to picture

2006-02-03 Thread Herbert Voss



Paul Smith wrote:

On 2/3/06, Herbert Voss [EMAIL PROTECTED] wrote:


tell me the structure of your data file?
Are the values also saved as a matrix?


Thanks to all. An example of a data file is attached. It is a text
file with a matrix. Each column corresponds to x-coordinate, whereas
each row corresponds to y-coordinate. Both x and y have the same
range: [0,1]. From column to column, x increases 0.1. From row to row,
y increases 0.1. First column corresponds to x=0 and first row to y=0.



0 1   1   0   0   0   0   1   1   1
0 1   1   0   1   1   1   0   1   0


understood. Here an example if you could have your textfile
as

/matrix [
0   1   1   0   0   0   0   1   1 1
0   1   1   0   1   1   1   0   1 0

] def



Great, Herbert! That is it. Maybe, a spy-like command could be added
to the list of commands of PSTricks. Well, that is just a
suggestion...


let's see ...

However, I was a bit too clever ...
the textfile should be with a first and last line of

/dotmatrix [
0   1   1   0   0   0   0   1   1 1
...
...
] def

I forgot that PSTricks also defines a /matrix array for internal
purposes. It collides with the one from this text matrix. Name it
/dotmatrix [ ... ] def instead and everything will be ok. See
example, which also shows the possibility of printing the dots
as squares without whitespace.

Herbert



\documentclass[a4paper]{article}
\usepackage{pst-plot}

\makeatletter
\def\specialPlot#1{%
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
(#1) run% load the data file
[EMAIL PROTECTED]   % scale dot
[EMAIL PROTECTED]@[EMAIL PROTECTED] % dotstyle
/n 0 def% index for element
0 0.1 1 {   % the y loop
  /y exch def   % save y
  0 0.1 1 { % the x loop
/x exch def % save x
dotmatrix n get % get value from matrix
dup 0 gt {  % test if  0
  x [EMAIL PROTECTED] mul y [EMAIL PROTECTED] mul Dot%
} { pop } ifelse
/n n 1 add def
  } for
} for
  }%
  [EMAIL PROTECTED]
}
\makeatother

\begin{document}

\psset{unit=10}
\begin{pspicture}(-0.1,-0.1)(1.1,1.1)
  \psaxes[Dx=0.1,Dy=0.1]{-}(1,1)
  \psset{dotscale=3,dotstyle=square*,linecolor=magenta}
  \specialPlot{matrix.txt} % must be of /dotmatrix [ ... ] def
\end{pspicture}

\begin{pspicture}(-0.1,-0.1)(1.1,1.1)
  \psaxes[Dx=0.1,Dy=0.1]{-}(1,1)
  \psset{dotsize=1.1cm,dotstyle=square*,linecolor=magenta}
  \specialPlot{matrix.txt}
\end{pspicture}





Paul






Re: OT: Converter matrix to picture

2006-02-03 Thread Paul Smith
On 2/3/06, Herbert Voss [EMAIL PROTECTED] wrote:
  Great, Herbert! That is it. Maybe, a spy-like command could be added
  to the list of commands of PSTricks. Well, that is just a
  suggestion...

 let's see ...

 However, I was a bit too clever ...
 the textfile should be with a first and last line of

 /dotmatrix [
 0   1   1   0   0   0   0   1   1 1
 ...
 ...
 ] def

 I forgot that PSTricks also defines a /matrix array for internal
 purposes. It collides with the one from this text matrix. Name it
 /dotmatrix [ ... ] def instead and everything will be ok. See
 example, which also shows the possibility of printing the dots
 as squares without whitespace.

Works fine! Thanks, Herbert.

Paul


History thesis type bibliographies

2006-02-03 Thread Leopold . Summerer
I am since some time already looking for some good information on how to
implement in LyX or LateX in general the bibliography/references normally
used in history thesis, where they are put at the first mentioning in the
footnote at the bottom of the page and then recalled only with the number and
the page at which it appeared, with the possibility of adding additional text
like chapter 3, section X, page xx or similar.
I tried to find it also on the Lyx wiki but without success
thank you very much

Leopold

-

Leopold Summerer
ESA Advanced Concepts Team (http://www.esa.int/act)
Telephone: +31(0)71 565 6227 - Fax: +31(0)71 565 8018
ESTEC, EUI-ACT, Keplerlaan 1 - 2201 AZ Noordwijk - The Netherlands



Re: History thesis type bibliographies

2006-02-03 Thread Andrés Becerra Sandoval
On 2/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I am since some time already looking for some good information on how to
 implement in LyX or LateX in general the bibliography/references normally
 used in history thesis, where they are put at the first mentioning in the
 footnote at the bottom of the page and then recalled only with the number and
 the page at which it appeared, with the possibility of adding additional text
 like chapter 3, section X, page xx or similar.
 I tried to find it also on the Lyx wiki but without success
 thank you very much

 Leopold

 -

 Leopold Summerer
 ESA Advanced Concepts Team (http://www.esa.int/act)
 Telephone: +31(0)71 565 6227 - Fax: +31(0)71 565 8018
 ESTEC, EUI-ACT, Keplerlaan 1 - 2201 AZ Noordwijk - The Netherlands



Hello,

Look at:
http://www.tug.org/tex-archive/biblio/bibtex/contrib/inlinebib/inlinebib.htm

I have not tried this myself, so let us know if it works allright !

--
  Andrés


Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Dimitrios Diamantaras

Uwe Stöhr wrote:

Jack M. Lyon wrote:

Does Kile and Emacs easily run under windows, I mean do they have an own 
win-installer?


many thanks
regards Uwe


IIRC, texmaker is a Windows Kile-like editor.

There are versions of Emacs out there that are precompiled with AUCTeX 
and preview-latex (actually, one and the same thing in the latest 
version). I have it running under Windows XP SP2 and it works quite well 
as long as I don't try to preview in PDFLaTeX mode. Installation was 
easy, I just had to run an executable. In fact I am liking the 
Emacs-AUCTeX-preview-latex combination so much that I have been working 
on it exclusively lately, even though about a year ago I thought I would 
never need anything but Lyx (I am a LaTeX user for many years, though, 
and know quite a few of the commands I need---Lyx is perfect for those 
who don't).


To get the precompiled Emacs (I have 22.0.50) with AUCTeX (I have 11.81, 
but 11.82 is ready, I believe) you can Google emacs+auctex-w32. I just 
did it, and found this mirror:

http://mirrors.ircam.fr/pub/gnu/alpha/gnu/auctex/

Hope this helps.



Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Dimitrios Diamantaras

Dimitrios Diamantaras wrote:

Uwe Stöhr wrote:

Jack M. Lyon wrote:

Does Kile and Emacs easily run under windows, I mean do they have an 
own win-installer?


many thanks
regards Uwe


IIRC, texmaker is a Windows Kile-like editor.

There are versions of Emacs out there that are precompiled with AUCTeX 
and preview-latex (actually, one and the same thing in the latest 
version). I have it running under Windows XP SP2 and it works quite well 
as long as I don't try to preview in PDFLaTeX mode. Installation was 
easy, I just had to run an executable. In fact I am liking the 
Emacs-AUCTeX-preview-latex combination so much that I have been working 
on it exclusively lately, even though about a year ago I thought I would 
never need anything but Lyx (I am a LaTeX user for many years, though, 
and know quite a few of the commands I need---Lyx is perfect for those 
who don't).


To get the precompiled Emacs (I have 22.0.50) with AUCTeX (I have 11.81, 
but 11.82 is ready, I believe) you can Google emacs+auctex-w32. I just 
did it, and found this mirror:

http://mirrors.ircam.fr/pub/gnu/alpha/gnu/auctex/

Hope this helps.


To correct myself, installation is even easier. I just had to unzip a 
directory, and then emacs runs by executing runemacs from the bin 
subdirectory of that directory.




Re: textclass.lst

2006-02-03 Thread Uwe Stöhr

Carlos Knauer wrote:


Where can I find textclass.lst ? And When do I install it ?


I assume that you installed LyX for Windows and it doesn't start because 
 a textclass.lst is missing, right?


One possible fix is to delete the folder

C:\Documents and Settings\username\Application Data\LyX

and to reinstall LyX using this installer:

http://wiki.lyx.org/Windows/LyXWinInstaller

Another possibility is to run LyX's configure script from the command 
line as described here:


http://wiki.lyx.org/Windows/LyX137

(for experienced users)

regards Uwe


Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Stephen Harris


- Original Message - 
From: Uwe Stöhr [EMAIL PROTECTED]

To: [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org
Sent: Friday, February 03, 2006 12:19 AM
Subject: Re: Editors for LaTeX-files with syntax highlighting



Jack M. Lyon wrote:

Does Kile and Emacs easily run under windows, I mean do they have an own 
win-installer?


many thanks
regards Uwe



Emacs and Xemacs have their own Windows installers and
can be used to program in several languages and send email.
Kile doesn't run natively on Windows, but perhaps with Cygwin. 





pdflatex display with Acroread

2006-02-03 Thread Rich Shepard

  I have figures in .png format inserted in my document. To view the output I
need to use View-pdflatex rather than C-d for the dvi output. For some
reason I do not understand, acroread comes up at 168% magnification rather
than at 100% magnification. Annoying.

  Where do I change this, please?

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Lyx under Windows, latex not useable

2006-02-03 Thread Kevin Frugier

Hello everyone,

I recently reinstalled my windows and thus had to reinstall Miktex and Lyx.
For an obscure reason Lyx (even the new version 1.7) doesn't want to 
work anymore because it can't use latex.


Miktex 2.4 is well configured (TexnicCenter works) and latex is in my 
PATH :


$ latex
This is e-TeX, Version 3.141592-2.2 (MiKTeX 2.4)
**

Running configure, it appears that Lyx doesn't find a proper latex :

$ ./configure
checking for a LaTeX2e program... (latex latex2e)
+checking for latex... not useable
+checking for latex2e... no

I have already seen this message on the internet (including this mailing 
list) but it was on Linux systems and the answers were more than fuzzy 
about the origin of the problem.


Is that because Miktex now uses e-tex and Lyx wants Latex2e ?
Is there something that should be in my PATH that isn't yet ?

I really don't understand what I have done wrong because both Miktex and 
Lyx are freshly installed.


Thanks in advance,

Kevin






Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

  I should know how to do this, or find the correct macro in TLC2, but the
answer has so far eluded me.

  Document is book class with fancy headers. Following the title page is a
blank page with the page number '2' that I'd like to suppress. I've tried

\frontmatter
\pagestyle{plain}

between the author and the Preface page. I've also tried {empty} with the
same lack of results. \clearpage and \cleardoublepage also do not affect the
headers and footers.

  Looking at TLC2 I don't see how to turn off the header and footer for this
one page. A reminder would be greatly appreciated.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Rechtschreibprüfung aspell-ispell

2006-02-03 Thread Matthias Schmidt
Hallo zusammen,

ich schreibe einfach mal deutsch, weil ich nicht so fit in Englisch
bin.

System: LyX 1.3.7 auf Win XP SP2,
LyX unter c:/programme, Aspell direkt unter c:

Ich arbeite mich gerade neu in LyX ein. Habe LyX und damit auch Aspell
mit dem Windows-Installer installiert.
Im Fenster
Bearbeiten/Einstellungen/Spracheinstellungen/Rechtschreibprüfung ist
als Programm zur Rechtschreibprüfung oben ispell angegeben. Das Feld
ist grau, also inaktiv.

Frage: wie aktiviere ich denn nun Aspell?



-- 
Viele Grüße aus Hannover
Matthias Schmidt
mailto:[EMAIL PROTECTED]



Virus checked by G DATA AntiVirusKit







___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de



Re: Suppressing Page Number After Title Page

2006-02-03 Thread Jose' Matos
On Friday 03 February 2006 16:42, Rich Shepard wrote:
I should know how to do this, or find the correct macro in TLC2, but the
 answer has so far eluded me.

Document is book class with fancy headers. Following the title page is a
 blank page with the page number '2' that I'd like to suppress. I've tried

 \frontmatter
 \pagestyle{plain}

 between the author and the Preface page. I've also tried {empty} with the
 same lack of results. \clearpage and \cleardoublepage also do not affect
 the headers and footers.

Looking at TLC2 I don't see how to turn off the header and footer for
 this one page. A reminder would be greatly appreciated.

In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 Thanks,

 Rich

-- 
José Abílio


Re: pdflatex display with Acroread

2006-02-03 Thread Paul Smith
On 2/3/06, Rich Shepard [EMAIL PROTECTED] wrote:
I have figures in .png format inserted in my document. To view the output I
 need to use View-pdflatex rather than C-d for the dvi output. For some
 reason I do not understand, acroread comes up at 168% magnification rather
 than at 100% magnification. Annoying.

Where do I change this, please?

Rich,

Regarding Acrobat Reader, I do not know, but I recommend you to use
kpdf, which has the very useful watch file feature, i.e., the view
of the pdf file is updated as soon as your pdf file changes.
Concomitantly, it is possible that your problem is solved without
changing anything but your pdf viewer.

Paul


Lyx and algorithm

2006-02-03 Thread Bruno Pinaud
Hi,
Is it possible to have the algorithms number working like figures number or 
tables number ? i.e. The number of the chapter followed by the number of the 
figure for example and resetting the counter at the beginning of each 
chapter.

Thanks.
-- 
Bruno PINAUD


Re: changing fonts in TOC

2006-02-03 Thread Phil Tomson
On 2/3/06, Kevin Pfeiffer [EMAIL PROTECTED] wrote:
 Phil Tomson writes:
  I'm working on my thesis and every school seems to have their own
  format rules...
 
  I'm using article(koma-script).  I need all of the sections listed in
  the TOC to be the same size font (12pt) as the rest of the text of
  the thesis and they cannot be bold.  I've managed to get this working
  for the sections and subsections in body of the thesis, but I haven't
  been able to figure out how to do it in the TOC where sections end up
  being bold san serif (the rest of the text is Roman).

 Have you looked at the user docs for koma-script? I _think_ that this is
 covered (no time here to check -- if not, the package toclof might
 help)...

I've lookded at it, but couldn't find anything related to this issue.

 The doc-name (English version) is scrguien.pdf. Here appears to be an
 online copy:
 http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf


I'll take a look.

Phil



 --
 Kevin Pfeiffer [EMAIL PROTECTED]
 Tiros-Translations



Re: Lyx and algorithm

2006-02-03 Thread Stephen Buonopane


On Feb 3, 2006, at 12:39 PM, Bruno Pinaud wrote:


Hi,
Is it possible to have the algorithms number working like figures 
number or
tables number ? i.e. The number of the chapter followed by the number 
of the

figure for example and resetting the counter at the beginning of each
chapter.


Add the following to your preamble

\numberwithin{algorithm}{chapter}



Re: Suppressing Page Number After Title Page

2006-02-03 Thread Sara Stymne

Hi!

Try the solution in the documentation for fancyhdr, chapter those blank 
pages. Then you also get rid of the headings on the blank page before 
some chapters. The documentation is available for instance at: 
http://www.win.tue.nl/latex/documentation/fancyhdr.pdf.


I found that neither \pagestyle{plain} nor \thispagestyle{empty} works 
for the following blank page.


/Sara


Jose' Matos wrote:


On Friday 03 February 2006 16:42, Rich Shepard wrote:
 


  I should know how to do this, or find the correct macro in TLC2, but the
answer has so far eluded me.

  Document is book class with fancy headers. Following the title page is a
blank page with the page number '2' that I'd like to suppress. I've tried

\frontmatter
\pagestyle{plain}

between the author and the Preface page. I've also tried {empty} with the
same lack of results. \clearpage and \cleardoublepage also do not affect
the headers and footers.

  Looking at TLC2 I don't see how to turn off the header and footer for
this one page. A reminder would be greatly appreciated.
   



In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 


Thanks,

Rich
   



 





Sequential numbering, not AMS

2006-02-03 Thread Maria Gouskova

Hi,

I was wondering whether it is possible to modify the behavior of the  
Enumerate style in LyX so that numbering is sequential throughout the  
document without embedding other environments in the Enumerate  
environment. Most importantly, I need numbering to not restart after  
new Sections and Subsections. Here is an example of what I need to  
accomplish:


1 Section 1

1. example 1
2. example 2
   a. subexample 2a
   b. subexample 2b

Standard text between examples, not embedded. After this paragraph,  
numbering continues:


3. example 3
4. example 4

2 Section 2

Standard text

5. example 5
6. example 6

and so on.

I am aware of the packages covington.sty and gb4e.sty, but they  
conflict with some other packages I need to use on a regular basis...  
I even created a modified article.layout file with covington.sty as a  
special Numbered environment, but i was wondering if there is  
something simpler that I could do with \setcounter in the preamble,  
for example.


I have tried using the document class article (AMS, sequential  
numbering), but it doesn't seem to do what I described above, either.


Thanks in advance, and sorry if I missed something obvious. (I'm a  
LyX/LaTeX newbie.)


Maria


Re: pdflatex display with Acroread

2006-02-03 Thread Uwe Stöhr

Rich Shepard wrote:


For some
reason I do not understand, acroread comes up at 168% magnification rather
than at 100% magnification. Annoying.


The default size of opened documents is that the documents fill out all 
available width. You can easily change this in acroreads' preferences.


regards Uwe


Re: Mac Install Problems

2006-02-03 Thread Bennett Helm

On Feb 3, 2006, at 4:42 AM, Ian Stevenson wrote:


Dear Patrick,

Many thanks, removing the preference files solved the problem.

I guess this is definitely a bug that needs reporting.


OK ... but what precisely is the bug? What goes wrong with the  
conversion from the old preferences file to the new? When I try it  
here, the conversion from 1.3.5 to 1.3.7 goes smoothly, so if there  
is a problem with the installer script I need more information.


Could you send me the following:

(a) your 1.3.5 preferences file,
(b) the 1.3.7 preferences file that the lyx installer produces, and
(c) the 1.3.7 preferences file that works?

Bennett



On 03/02/2006, at 8:04 PM, Patrick De Visschere wrote:


Ian,

I had similar problems and solved it by removing all the  
preference-files (old and new).
From 1.3.5 on the preferences have been moved from ~/.lyx/ to ~/ 
Library/Application Support/lyx/
When upgrading the lyx installer moves the files but apparently  
something goes wrong causing lyx to look in the wrong places.
I upgraded from 1.3.5 to 1.3.7 and got your problem, although  
tetex and all classes were present as before. I'm not sure but it  
is possible that the paths in the preferences-dialog were empty;  
maybe supplying the missing paths may also help.


Re: Lyx under Windows, latex not useable

2006-02-03 Thread Uwe Stöhr

Kevin Frugier wrote:


I recently reinstalled my windows and thus had to reinstall Miktex and Lyx.
For an obscure reason Lyx (even the new version 1.7) doesn't want to 
work anymore because it can't use latex.


$ ./configure
checking for a LaTeX2e program... (latex latex2e)
+checking for latex... not useable
+checking for latex2e... no

Is that because Miktex now uses e-tex and Lyx wants Latex2e?


No! e-TeX is an extension of TeX and therefore also LaTeX2e.


Is there something that should be in my PATH that isn't yet?


Also no. The only problem I could think of is that MiKTeX leaves old 
entries in the PATH when it is uninstalled. But you used a fresh Windows.


I don't know what happens on your system, but I know that it will work 
when you deinstall MiKTeX and other third party programs and reinstall 
LyX (and automatically MiKTeX) using the complete Version of my 
LyX-installer ;-):


http://wiki.lyx.org/Windows/LyXWinInstaller
http://download.berlios.de/lyxwininstall/LyXWin137Complete-1-0.exe

regards Uwe


Re: Lyx under Windows, latex not useable

2006-02-03 Thread Kevin Frugier

Thank you.

An other user who didn't replied to the whole list also mentioned that 
your installer might work better and it did.


Thank you very much.

Kevin

PS : by the way, when downloading from the ftp, it says the file is 
corrupt, whereas from the http it's ok




Uwe Stöhr a écrit :

Kevin Frugier wrote:

I recently reinstalled my windows and thus had to reinstall Miktex 
and Lyx.
For an obscure reason Lyx (even the new version 1.7) doesn't want to 
work anymore because it can't use latex.


$ ./configure
checking for a LaTeX2e program... (latex latex2e)
+checking for latex... not useable
+checking for latex2e... no

Is that because Miktex now uses e-tex and Lyx wants Latex2e?


No! e-TeX is an extension of TeX and therefore also LaTeX2e.


Is there something that should be in my PATH that isn't yet?


Also no. The only problem I could think of is that MiKTeX leaves old 
entries in the PATH when it is uninstalled. But you used a fresh Windows.


I don't know what happens on your system, but I know that it will work 
when you deinstall MiKTeX and other third party programs and reinstall 
LyX (and automatically MiKTeX) using the complete Version of my 
LyX-installer ;-):


http://wiki.lyx.org/Windows/LyXWinInstaller
http://download.berlios.de/lyxwininstall/LyXWin137Complete-1-0.exe

regards Uwe





Re: Sequential numbering, not AMS

2006-02-03 Thread Stephen Buonopane


On Feb 3, 2006, at 1:05 PM, Maria Gouskova wrote:


Hi,

I was wondering whether it is possible to modify the behavior of the 
Enumerate style in LyX so that numbering is sequential throughout the 
document without embedding other environments in the Enumerate 
environment. Most importantly, I need numbering to not restart after 
new Sections and Subsections. Here is an example of what I need to 
accomplish:


1 Section 1

1. example 1
2. example 2
   a. subexample 2a
   b. subexample 2b

Standard text between examples, not embedded. After this paragraph, 
numbering continues:


3. example 3
4. example 4

2 Section 2

Standard text

5. example 5
6. example 6

and so on.

I am aware of the packages covington.sty and gb4e.sty, but they 
conflict with some other packages I need to use on a regular basis... 
I even created a modified article.layout file with covington.sty as a 
special Numbered environment, but i was wondering if there is 
something simpler that I could do with \setcounter in the preamble, 
for example.


I have tried using the document class article (AMS, sequential 
numbering), but it doesn't seem to do what I described above, either.


Thanks in advance, and sorry if I missed something obvious. (I'm a 
LyX/LaTeX newbie.)


Maria



Try the mdwlist package
Search the archives for some previous posts about how to incorporate it 
into LyX




Re: Sequential numbering, not AMS

2006-02-03 Thread Uwe Stöhr

Maria Gouskova wrote:

I was wondering whether it is possible to modify the behavior of the 
Enumerate style in LyX so that numbering is sequential throughout the 
document without embedding other environments in the Enumerate 
environment. Most importantly, I need numbering to not restart after new 
Sections and Subsections.


Attached a file with a possible solution.

regards Uwe


newfile1.lyx
Description: application/lyx


Re: Lyx under Windows, latex not useable

2006-02-03 Thread Uwe Stöhr

Kevin Frugier wrote:

An other user who didn't replied to the whole list also mentioned that 
your installer might work better and it did.


Good to hear that it works for you.

PS : by the way, when downloading from the ftp, it says the file is 
corrupt, whereas from the http it's ok


Known problem, ftp.lyx.org is at the moment not reachable for us to 
correct the broken file.


regards Uwe


Re: Rechtschreibprüfung aspell-ispell

2006-02-03 Thread Uwe Stöhr

Matthias Schmidt schrieb:


Im Fenster
Bearbeiten/Einstellungen/Spracheinstellungen/Rechtschreibprüfung ist
als Programm zur Rechtschreibprüfung oben ispell angegeben. Das Feld
ist grau, also inaktiv.


Dieses Feld kannst du ignorieren.


Frage: wie aktiviere ich denn nun Aspell?


Cursor an den Anfang des Dokuments setzen unf F7 drücken (Menü 
Bearbeiten - Rechtschreibprüfung). Das setzt aber vorraus, dass du 
aspell-Wörterbücher installiert hast (http://aspell.net/win32/).


Gruß Uwe


Re: Lyx and algorithm

2006-02-03 Thread Bruno Pinaud
Thanks a lot !

Le Vendredi 3 Février 2006 18:51, Stephen Buonopane a écrit :
 On Feb 3, 2006, at 12:39 PM, Bruno Pinaud wrote:
  Hi,
  Is it possible to have the algorithms number working like figures
  number or
  tables number ? i.e. The number of the chapter followed by the number
  of the
  figure for example and resetting the counter at the beginning of each
  chapter.

 Add the following to your preamble

 \numberwithin{algorithm}{chapter}

-- 
Bruno PINAUD



Re: changing fonts in TOC

2006-02-03 Thread Uwe Stöhr

Phil Tomson wrote:


I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.


Use the LaTeX-package titletoc. Attached an example LyX-file.

regards Uwe


newfile1.lyx
Description: application/lyx


Re: pdflatex display with Acroread

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Paul Smith wrote:


Regarding Acrobat Reader, I do not know, but I recommend you to use kpdf,
which has the very useful watch file feature, i.e., the view of the pdf
file is updated as soon as your pdf file changes. Concomitantly, it is
possible that your problem is solved without changing anything but your pdf
viewer.


Paul,

  I know not about kpdf. I use xpdf and acroread. I assume that kpdf is a KDE
thingie and I don't use either KDE or Gnome.

  Anyway, I found where they hide the preferences. Too many were automatic
and I changed them to reasonable values. The default view, for example, I
changed to 100%.

  I thought I had to make the change within a LyX configuration file, that's
why I asked here.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: pdflatex display with Acroread

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Uwe Stöhr wrote:


You can easily change this in acroreads' preferences.


Uwe,

  In all the years I've used acroread I never did a thing to change the
default behavior. So, I didn't know there were preferences that could be
changed. Totally irrelevant, but I don't like the new look of acroread. It's
too much like a web page in a browser. I liked the older UI much better. Oh,
well.

Many thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863

Re: Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Jose' Matos wrote:


In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)


  Nope. Doesn't work in front of the title any more than it does just after
the author.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: [OT] Re: kerning of letters with hyphen not so great

2006-02-03 Thread Helge Hafting

Andre Poenitz wrote:


On Wed, Jan 25, 2006 at 09:43:30PM +0100, Kevin Pfeiffer wrote:
 

I don't see how you arrive at that. If I assume perhaps twenty or so 
ranges of 256 chars. for a very large font family (including greek 
letters, punctuation and more -- and I assume that this would cover CM, 
Knuth's font and the one I am using) I come up with roughly 5K 
characters. And it seems to me that the kerning pairs would be 5K to 
the power of 2 (not 2 to the power of 5K) -- though I admit that as a 
non-mathematician I only arrived at this by putting five letters on a 
page and adding up the possible pairs (AA, AB, AC, AD, AE, BA, BB, 
etc.); this gave me 25, not 32.
   



So even this gives you 25 million combinations. I doubt anybody sits down
and writes down special kerning rules for all of them.


Writing kerning rules for each possible pair is silly.  It is better to
take advantage of the fact that many letters kern the same way.
they can then be grouped to take advantage of this.
For example, various variants of A (ÂÄÀÁÅÃ) can all kern
the same way in all cases.  They form an A-group.

Helge Hafting




Re: Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

On Fri, 3 Feb 2006, Sara Stymne wrote:

I found that neither \pagestyle{plain} nor \thispagestyle{empty} works for 
the following blank page.


Sara,

  What matters is location, location, location as the real estate sales
people say. I was putting the command _after_ the \frontmatter command. When
I switched the sequence ... it worked.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: Can't install lyx 1.3.7 on OS X. Can't see my tetex install

2006-02-03 Thread Daryl Moulder
Deleting the /usr/local/teTex dir and reinstalling the full latex  
install did the trick thanks.  The only problem I have now is adding  
my custom class.  I added it to the path with other .cls files and  
have a LyX
layout file so I does come up in lyx but for some reason the  
reconfigure command does not pick it up.



Daryl Moulder

-- When everything is not as square as it may seem.



Re: OT: Converter matrix to picture

2006-02-03 Thread Andre Poenitz
On Thu, Feb 02, 2006 at 12:35:14PM +, Paul Smith wrote:
 Dear All
 
 This may be a bit out of topic. I have a matrix of ones and zeros with
 which I would like to produce a picture in such a way that the ones
 would be represented in black, say, and the zeros in yellow. Does
 somebody know of a program (for Linux) to create my picture?

Have a look at any .xpm immage with your favourite text editor.

Andre'


Re: LyX is getting... very annoying.

2006-02-03 Thread Andre Poenitz
On Thu, Feb 02, 2006 at 09:09:40AM +0100, Helge Hafting wrote:
 Marc D. wrote:
 
 I have created a rather large lyx file (all my course notes). In one
 section, I can't get it to work. I have reduced the problem to a
 minimum. There are 3 characters on my screen, in two lines.
 
 I get SIX errors with those 3 characters.
 
 Answer: it's the \textmf that causes ALL six errors. (and all 35
 errors in my original file). All from a a single, obviously
 misplaced, \textmf tag that I DID NOT INSERT (or knowingly insert. I
 don't USE different fonts in my document!)
 
 Seems you have found a bug in lyx, then.
 
 When I write 2^Q (in math mode), I get something that works.  However,
 if I select the formula and change the font, I do get the same problem
 as you.  This problem exists in lyx 1.4 too.
 
 If, however, I write 2^Q as text, then select it and press ctrl+M (to
 turn it into a formula, then I also get that problem. This time
 without doing any font change.  This problem does not exist in the
 soon to be lyx 1.4, so it will go away.
 
 So I suggest, as a workaround, that you press ctrl+M first, then type
 your formula in math mode. 

Or type '$2^Q' as text, mark it, press C-m.

 Why doesn't LyX do the right thing when converting said text to
 LaTeX?
 
 Error in lyx.

I could argue about that.

 Why, when I erased the entire paragraph containing this string and
 retyped it, did the textmf string REAPPEAR in exactly the same
 place?? I had to go into the lyx file and manually delete the bugger.
 
 You probably type it the same way every time - I guess you write your
 formulas as text, then converts it to math?  That technique doesn't
 work in lyx 1.3.4, although it is fixed in lyx 1.4.

It works when done properly, i.e. wrapped in $...$ or \[...\]
(or at least prefixed by $ or \[)

Andre'


Re: Installing Lyx on nfs

2006-02-03 Thread Georg Baum
Arun Kulshreshth wrote:

 We have a linux network and i want the lyx to be
 centrally available so that each user is virtually
 using the same lyx. How this can be done ? The epitome
 of this exercise is that each time a
 layout/style/class has to be added then we have to
 update only on central server and each user will be
 able to access it. We already have a nfs server.

It is easy, but you need to install from source. Run configure with
--prefix=/mount/server/lyx, where /mount/server is the mountpoint of the
nfs server. LyX will then install in /mount/server/lyx. Then you need to
make sure that either /mount/server/lyx/bin is in the path, or create
symlinks for the programs contained in that directory that sit in the path.


Georg



Re: OT: Converter matrix to picture

2006-02-03 Thread Herbert Voss



Paul Smith wrote:

On 2/2/06, Herbert Voss [EMAIL PROTECTED] wrote:


Yes, that is what I mean. An illustration is at

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/spy.html


tell me the structure of your data file?
Are the values also saved as a matrix?



Thanks to all. An example of a data file is attached. It is a text
file with a matrix. Each column corresponds to x-coordinate, whereas
each row corresponds to y-coordinate. Both x and y have the same
range: [0,1]. From column to column, x increases 0.1. From row to row,
y increases 0.1. First column corresponds to x=0 and first row to y=0.

Paul




0   1   1   0   0   0   0   1   1   1
0   1   1   0   1   1   1   0   1   0


understood. Here an example if you could have your textfile
as

/matrix [
0   1   1   0   0   0   0   1   1 1
0   1   1   0   1   1   1   0   1 0

] def


\documentclass[a4paper]{article}
\usepackage{pst-plot}
\makeatletter
\def\specialPlot#1{%
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
(#1) run% load the data file
/n 0 def% index for element
[EMAIL PROTECTED]
/Dot { DS 0 360 arc fill } bind def
0 0.1 1 {
  /y exch def
  0 0.1 1 {
/x exch def
matrix n get
dup 0 gt {
  x [EMAIL PROTECTED] mul y [EMAIL PROTECTED] mul Dot%
} { pop } ifelse
/n n 1 add def
  } for
} for
  }%
  [EMAIL PROTECTED]
}
\makeatother

\begin{document}

\psset{unit=10}
\begin{pspicture}(-0.1,-0.1)(1.1,1.1)
  \psaxes[Dx=0.1,Dy=0.1]{-}(1,1)
  \psset{dotsize=5pt}
  \specialPlot{matrix.txt}
\end{pspicture}

\end{document}


Herbert



Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Uwe Stöhr

Jack M. Lyon wrote:

Does Kile and Emacs easily run under windows, I mean do they have an own 
win-installer?


many thanks
regards Uwe


Re: OT: Converter matrix to picture

2006-02-03 Thread John Pye
You should try Matplotlib under python. You've got a lot of the MATLAB
functionality re-implemented in python.
http://matplotlib.sourceforge.net/

There is a sample sparsity diagram that I produced, see here (scroll
down to near the bottom)
https://pse.cheme.cmu.edu/wiki/view/Ascend/PythonWrapper

Using matplotlib you can also render directly to various formats
including SVG, I believe.

Hope that helps

JP

Paul Smith wrote:

Dear All

This may be a bit out of topic. I have a matrix of ones and zeros with
which I would like to produce a picture in such a way that the ones
would be represented in black, say, and the zeros in yellow. Does
somebody know of a program (for Linux) to create my picture?

Thanks in advance,

Paul

  


-- 
John Pye
School of Mechanical and Manufacturing Engineering
The University of New South Wales
Sydney  NSW 2052  Australia
t +61 2 9385 5127
f +61 2 9663 1222
mailto:john.pye_AT_student_DOT_unsw.edu.au
http://pye.dyndns.org/



Re: Installing Lyx on nfs

2006-02-03 Thread Gerasimos Grammatikopoulos
I don't know if Lyx has any special constrains that would block the following 
solution but maybe you should give it a try.

1) On the server, install manually from source Lyx on a separate directory 
(like /opt/Lyx).

2) Export the above said directory.

3) On the client side, adjust the users' $PATH to include the nfs-imported 
directory.


Implications: 
A. All istances of Lyx in your network will be executed on the NFS server 
(based on the machine's specs and average Lyx usage from your people, try to 
estimate if the server can take the extra load).

B. You should probably similarly `centralise' your tetex installation to avoid 
inconsistencies. This could be quite the pain... 



On Friday 03 February 2006 08:26, Arun Kulshreshth wrote:
 HI,

 I have no idea if this topic has been discussed before
 or not. If yes then give me pointers to that.

 We have a linux network and i want the lyx to be
 centrally available so that each user is virtually
 using the same lyx. How this can be done ? The epitome
 of this exercise is that each time a
 layout/style/class has to be added then we have to
 update only on central server and each user will be
 able to access it. We already have a nfs server.

 Any ideas/help would be appreciated.

 Thanks
 Arun


Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Herbert Voss

Uwe Stöhr wrote:

Does Kile and Emacs easily run under windows, I mean do they have an own 
win-installer?


Kile is *nix and MAC GUI

Herbert




Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Gerasimos Grammatikopoulos
On Friday 03 February 2006 09:19, Uwe Stöhr wrote:

 Does Kile and Emacs easily run under windows, I mean do they have an own
 win-installer?

 many thanks
 regards Uwe

I believe Emacs works ok under windows but requires some major hocus pocus to 
install it. As for Kile... oh dear. You would need at least kde-libs, 
kde-base and kde-graphics upon a cygwin environment. Now that probably 
doesn't come easy at all...


Re: Mac Install Problems

2006-02-03 Thread Patrick De Visschere

Ian,

I had similar problems and solved it by removing all the preference- 
files (old and new).
From 1.3.5 on the preferences have been moved from ~/.lyx/ to ~/ 
Library/Application Support/lyx/
When upgrading the lyx installer moves the files but apparently  
something goes wrong causing lyx to look in the wrong places.
I upgraded from 1.3.5 to 1.3.7 and got your problem, although tetex  
and all classes were present as before. I'm not sure but it is  
possible that the paths in the preferences-dialog were empty; maybe  
supplying the missing paths may also help.


Regards,

pdv


On Feb 3, 2006, at 06:13, Ian Stevenson wrote:


Dear Lys Users,

I have just upgraded to Mac OS X 10.4. I still have the same issues  
running Lyx. The application cannot find the Latex classes and the  
View menu does not contain any viewers. See thread for more details.


Any help greatly appreciated.

Regards,
Ian

Ian Stevenson
Lecturer in Music Technology
School of Communication Arts, University of Western Sydney
Room BD1.17, Werrington South Campus
Locked Bag 1797, SOUTH PENRITH  DC  NSW  1797
t:  02 9852 5403, f: 02 9852 5534, e: [EMAIL PROTECTED] edu.au
***
This email is confidential correspondence. If you are not the intended
recipient of this message as set out in the distribution fields above,
please contact the School of Communication Arts on 61 2 9852 5570 to
advise. Please remove the message from your system and  
consciousness, and do not forward

the message to any other person or entity. The views expressed herein
are not necessarily those of the University of Western Sydney.
***


On 25/01/2006, at 11:24 AM, Ian Stevenson wrote:


Dear Bennett,

Many thanks for the reply. From my reading of the outputs below  
the install looks OK what do you make of it? Any further  
suggestions?  Thanks for your help!


Did you run the LyX installer script from the installer volume?  
That should tell you if you have a teTeX installation.


Yes


(To be sure, you can go to the Terminal and enter which  
pdflatex, and it should give you a path to that file's location.)


Ian-Stevensons-Computer:~ ianstevenson$ which pdflatex
/usr/local/teTeX/bin/powerpc-apple-darwin-current/pdflatex




The LyX User's folder is now located at ~/Library/Application  
Support/LyX. Running the installer script should move your old  
folder from ~/.lyx to this new location.


This folder is present.



What happens if you run (from the Terminal) /Applications/LyX.app/ 
Contents/Resources/lyx/configure


Ian-Stevensons-Computer:~ ianstevenson$ /Applications/LyX.app/ 
Contents/Resources/lyx/configure

checking for a LaTeX2e program... (latex latex2e)
+checking for latex... yes
checking for the pdflatex program... (pdflatex)
+checking for pdflatex... yes
checking for a LaTeX - LyX converter... (reLyX)
+checking for reLyX... no
checking for a Noweb - LyX converter... (noweb2lyx)
+checking for noweb2lyx... no
checking for a Noweb - LaTeX converter... (noweave)
+checking for noweave... no
checking for an HTML - LaTeX converter... (html2latex)
+checking for html2latex... no
checking for an MS Word - LaTeX converter... (wvCleanLatex word2x)
+checking for wvCleanLatex... no
+checking for word2x... no
checking for a LaTeX - MS Word converter... (htlatex)
+checking for htlatex... yes
checking for Image converter... (convert)
+checking for convert... yes
checking for a Postscript previewer... (gsview32 gv ghostview  
kghostview)

+checking for gsview32... no
+checking for gv... no
+checking for ghostview... no
+checking for kghostview... no
checking for a PDF previewer... (acrobat acrord32 gsview32  
acroread gv ghostview xpdf kpdf kghostview)

+checking for acrobat... no
+checking for acrord32... no
+checking for gsview32... no
+checking for acroread... no
+checking for gv... no
+checking for ghostview... no
+checking for xpdf... no
+checking for kpdf... no
+checking for kghostview... no
checking for a DVI previewer... (xdvi windvi yap kdvi)
+checking for xdvi... yes
checking for an HTML previewer... (mozilla file://$$p$$i netscape)
+checking for mozilla... no
+checking for netscape... no
checking for a PS to PDF converter... (ps2pdf13 $$i)
+checking for ps2pdf13... yes
checking for a DVI to PS converter... (dvips)
+checking for dvips... yes
checking for a DVI to PDF converter... (dvipdfm)
+checking for dvipdfm... yes
checking for a *roff formatter... (groff -t -Tlatin1 $$FName nroff)
+checking for groff... yes
checking for ChkTeX... (chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38)
+checking for chktex... no
checking for a spellchecker... (ispell)
+checking for ispell... no
checking for Octave... (octave)
+checking for octave... no
checking for Maple... (maple)
+checking for maple... no
checking for a fax program... (kdeprintfax ksendfax)
+checking for kdeprintfax... no
+checking for ksendfax... no
checking for SGML-tools 1.x (LinuxDoc)... 

Re: thank you!

2006-02-03 Thread Wolfgang Engelmann
Am Freitag, 3. Februar 2006 08:53 schrieb Bruce Ernest Weller:
 David,

 Just like to second your note of thanks; my own trifling query of some
 months ago was solved with both courtesy and patience and I have read
 (for one example only, see postings on Lyx is getting very annoying)
 with great pleasure the Lyx team rallying around a great number of other
 queries, again, with courtesy, patience and humour.

 Thanks to the the team too for the education provided me by my reading
 on this list. Questions I did not even know I had, answered and so
 clearly that I can implement them without further ado.

 One of the most informed, tolerant and well-regulated lists I have
 encountered.

yes, indeed

Wolfgang

 On Thu, 2006-02-02 at 10:18 -0500, [EMAIL PROTECTED] wrote:
  Hello!
 
  I wanted to thank everybody on this list for their help! I also wanted to
  thank all developers and all people who otherwise contribute to the
  development of LyX.

 SNIP

  Thank you again!!
 
  David


changing fonts in TOC

2006-02-03 Thread Phil Tomson
I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).

any ideas?

Phil


Re: Installing Lyx on nfs

2006-02-03 Thread Wolfgang Engelmann
Am Freitag, 3. Februar 2006 08:26 schrieb Arun Kulshreshth:
 HI,

 I have no idea if this topic has been discussed before
 or not. If yes then give me pointers to that.

 We have a linux network and i want the lyx to be
 centrally available so that each user is virtually
 using the same lyx. How this can be done ? The epitome
 of this exercise is that each time a
 layout/style/class has to be added then we have to
 update only on central server and each user will be
 able to access it. We already have a nfs server.

 Any ideas/help would be appreciated.

dateiversion control ?

Wolfgang


Re: Mac Install Problems

2006-02-03 Thread Ian Stevenson

Dear Patrick,

Many thanks, removing the preference files solved the problem.

I guess this is definitely a bug that needs reporting.

Regards,
Ian

Ian Stevenson
Lecturer in Music Technology
School of Communication Arts, University of Western Sydney
Room BD1.17, Werrington South Campus
Locked Bag 1797, SOUTH PENRITH  DC  NSW  1797
t:  02 9852 5403, f: 02 9852 5534, e: [EMAIL PROTECTED] edu.au
***
This email is confidential correspondence. If you are not the intended
recipient of this message as set out in the distribution fields above,
please contact the School of Communication Arts on 61 2 9852 5570 to
advise. Please remove the message from your system and consciousness,  
and do not forward

the message to any other person or entity. The views expressed herein
are not necessarily those of the University of Western Sydney.
***


On 03/02/2006, at 8:04 PM, Patrick De Visschere wrote:


Ian,

I had similar problems and solved it by removing all the preference- 
files (old and new).
From 1.3.5 on the preferences have been moved from ~/.lyx/ to ~/ 
Library/Application Support/lyx/
When upgrading the lyx installer moves the files but apparently  
something goes wrong causing lyx to look in the wrong places.
I upgraded from 1.3.5 to 1.3.7 and got your problem, although tetex  
and all classes were present as before. I'm not sure but it is  
possible that the paths in the preferences-dialog were empty; maybe  
supplying the missing paths may also help.


Regards,

pdv


On Feb 3, 2006, at 06:13, Ian Stevenson wrote:


Dear Lys Users,

I have just upgraded to Mac OS X 10.4. I still have the same  
issues running Lyx. The application cannot find the Latex classes  
and the View menu does not contain any viewers. See thread for  
more details.


Any help greatly appreciated.

Regards,
Ian

Ian Stevenson
Lecturer in Music Technology
School of Communication Arts, University of Western Sydney
Room BD1.17, Werrington South Campus
Locked Bag 1797, SOUTH PENRITH  DC  NSW  1797
t:  02 9852 5403, f: 02 9852 5534, e: [EMAIL PROTECTED] edu.au
***
This email is confidential correspondence. If you are not the  
intended
recipient of this message as set out in the distribution fields  
above,

please contact the School of Communication Arts on 61 2 9852 5570 to
advise. Please remove the message from your system and  
consciousness, and do not forward

the message to any other person or entity. The views expressed herein
are not necessarily those of the University of Western Sydney.
***


On 25/01/2006, at 11:24 AM, Ian Stevenson wrote:


Dear Bennett,

Many thanks for the reply. From my reading of the outputs below  
the install looks OK what do you make of it? Any further  
suggestions?  Thanks for your help!


Did you run the LyX installer script from the installer volume?  
That should tell you if you have a teTeX installation.


Yes


(To be sure, you can go to the Terminal and enter which  
pdflatex, and it should give you a path to that file's location.)


Ian-Stevensons-Computer:~ ianstevenson$ which pdflatex
/usr/local/teTeX/bin/powerpc-apple-darwin-current/pdflatex




The LyX User's folder is now located at ~/Library/Application  
Support/LyX. Running the installer script should move your old  
folder from ~/.lyx to this new location.


This folder is present.



What happens if you run (from the Terminal) /Applications/ 
LyX.app/Contents/Resources/lyx/configure


Ian-Stevensons-Computer:~ ianstevenson$ /Applications/LyX.app/ 
Contents/Resources/lyx/configure

checking for a LaTeX2e program... (latex latex2e)
+checking for latex... yes
checking for the pdflatex program... (pdflatex)
+checking for pdflatex... yes
checking for a LaTeX - LyX converter... (reLyX)
+checking for reLyX... no
checking for a Noweb - LyX converter... (noweb2lyx)
+checking for noweb2lyx... no
checking for a Noweb - LaTeX converter... (noweave)
+checking for noweave... no
checking for an HTML - LaTeX converter... (html2latex)
+checking for html2latex... no
checking for an MS Word - LaTeX converter... (wvCleanLatex word2x)
+checking for wvCleanLatex... no
+checking for word2x... no
checking for a LaTeX - MS Word converter... (htlatex)
+checking for htlatex... yes
checking for Image converter... (convert)
+checking for convert... yes
checking for a Postscript previewer... (gsview32 gv ghostview  
kghostview)

+checking for gsview32... no
+checking for gv... no
+checking for ghostview... no
+checking for kghostview... no
checking for a PDF previewer... (acrobat acrord32 gsview32  
acroread gv ghostview xpdf kpdf kghostview)

+checking for acrobat... no
+checking for acrord32... no
+checking for gsview32... no
+checking for acroread... no
+checking for gv... no
+checking for ghostview... no
+checking for xpdf... 

Re: Installing Lyx on nfs

2006-02-03 Thread Georg Baum
Gerasimos Grammatikopoulos wrote:

 A. All istances of Lyx in your network will be executed on the NFS server
 (based on the machine's specs and average Lyx usage from your people, try
 to estimate if the server can take the extra load).

It most probably can, since LyX is not executed on the server. Only the
binary and some support files are read on startup, so startup time could be
a little bit slower, but during normal editing everything sits in the cache
(local memory on the client machine), so you have no load on the server.

 B. You should probably similarly `centralise' your tetex installation to
 avoid inconsistencies. This could be quite the pain...

Not really. If you have a standard tetex install on every machine, you only
need set the TEXMFLOCAL environment variable to a directory on the server,
where you store your additional packages etc.


Georg



Re: changing fonts in TOC

2006-02-03 Thread Kevin Pfeiffer
Phil Tomson writes:
 I'm working on my thesis and every school seems to have their own
 format rules...

 I'm using article(koma-script).  I need all of the sections listed in
 the TOC to be the same size font (12pt) as the rest of the text of
 the thesis and they cannot be bold.  I've managed to get this working
 for the sections and subsections in body of the thesis, but I haven't
 been able to figure out how to do it in the TOC where sections end up
 being bold san serif (the rest of the text is Roman).

Have you looked at the user docs for koma-script? I _think_ that this is  
covered (no time here to check -- if not, the package toclof might 
help)...

The doc-name (English version) is scrguien.pdf. Here appears to be an 
online copy:
http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf



-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: changing fonts in TOC

2006-02-03 Thread Herbert Voss



Phil Tomson wrote:

I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).


put the preamble into your LyX doc

Herbert


\documentclass[a4paper,12pt]{article}

\makeatletter
[EMAIL PROTECTED]
  \ifnum [EMAIL PROTECTED] \z@
[EMAIL PROTECTED]
\addvspace{1.0em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED]  Important width
\begingroup
  \parindent \z@ \rightskip [EMAIL PROTECTED]
  \parfillskip [EMAIL PROTECTED]
  \leavevmode %\bfseries  % normal font
  [EMAIL PROTECTED]
  \hskip -\leftskip
  #1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
\endgroup
  \fi}
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
\makeatother

\begin{document}
\tableofcontents

\section{foo}
bar
\subsection{foo}
bar
\subsubsection{foo}
bar
\paragraph{foo}
bar

\end{document}









any ideas?

Phil






Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Mael Hilléreau

There are probably others out there as well.



Context:
http://www.context.cx/

PSPad:
http://www.pspad.com/

NEdit (via CygWin):
http://www.nedit.org/

--
Mael Hilléreau



Re: OT: Converter matrix to picture

2006-02-03 Thread Paul Smith
On 2/3/06, Herbert Voss [EMAIL PROTECTED] wrote:
 tell me the structure of your data file?
 Are the values also saved as a matrix?
 
  Thanks to all. An example of a data file is attached. It is a text
  file with a matrix. Each column corresponds to x-coordinate, whereas
  each row corresponds to y-coordinate. Both x and y have the same
  range: [0,1]. From column to column, x increases 0.1. From row to row,
  y increases 0.1. First column corresponds to x=0 and first row to y=0.
 
  
 
  0 1   1   0   0   0   0   1   1   1
  0 1   1   0   1   1   1   0   1   0

 understood. Here an example if you could have your textfile
 as

 /matrix [
 0   1   1   0   0   0   0   1   1 1
 0   1   1   0   1   1   1   0   1 0
 
 ] def

Great, Herbert! That is it. Maybe, a spy-like command could be added
to the list of commands of PSTricks. Well, that is just a
suggestion...

Paul


Re: OT: Converter matrix to picture

2006-02-03 Thread Paul Smith
On 2/3/06, John Pye [EMAIL PROTECTED] wrote:
 You should try Matplotlib under python. You've got a lot of the MATLAB
 functionality re-implemented in python.
 http://matplotlib.sourceforge.net/

 There is a sample sparsity diagram that I produced, see here (scroll
 down to near the bottom)
 https://pse.cheme.cmu.edu/wiki/view/Ascend/PythonWrapper

 Using matplotlib you can also render directly to various formats
 including SVG, I believe.

Thanks, John. That is a quite useful set of commands.

Paul


Re: OT: Converter matrix to picture

2006-02-03 Thread Herbert Voss



Paul Smith wrote:

On 2/3/06, Herbert Voss [EMAIL PROTECTED] wrote:


tell me the structure of your data file?
Are the values also saved as a matrix?


Thanks to all. An example of a data file is attached. It is a text
file with a matrix. Each column corresponds to x-coordinate, whereas
each row corresponds to y-coordinate. Both x and y have the same
range: [0,1]. From column to column, x increases 0.1. From row to row,
y increases 0.1. First column corresponds to x=0 and first row to y=0.



0 1   1   0   0   0   0   1   1   1
0 1   1   0   1   1   1   0   1   0


understood. Here an example if you could have your textfile
as

/matrix [
0   1   1   0   0   0   0   1   1 1
0   1   1   0   1   1   1   0   1 0

] def



Great, Herbert! That is it. Maybe, a spy-like command could be added
to the list of commands of PSTricks. Well, that is just a
suggestion...


let's see ...

However, I was a bit too clever ...
the textfile should be with a first and last line of

/dotmatrix [
0   1   1   0   0   0   0   1   1 1
...
...
] def

I forgot that PSTricks also defines a /matrix array for internal
purposes. It collides with the one from this text matrix. Name it
/dotmatrix [ ... ] def instead and everything will be ok. See
example, which also shows the possibility of printing the dots
as squares without whitespace.

Herbert



\documentclass[a4paper]{article}
\usepackage{pst-plot}

\makeatletter
\def\specialPlot#1{%
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
(#1) run% load the data file
[EMAIL PROTECTED]   % scale dot
[EMAIL PROTECTED]@[EMAIL PROTECTED] % dotstyle
/n 0 def% index for element
0 0.1 1 {   % the y loop
  /y exch def   % save y
  0 0.1 1 { % the x loop
/x exch def % save x
dotmatrix n get % get value from matrix
dup 0 gt {  % test if  0
  x [EMAIL PROTECTED] mul y [EMAIL PROTECTED] mul Dot%
} { pop } ifelse
/n n 1 add def
  } for
} for
  }%
  [EMAIL PROTECTED]
}
\makeatother

\begin{document}

\psset{unit=10}
\begin{pspicture}(-0.1,-0.1)(1.1,1.1)
  \psaxes[Dx=0.1,Dy=0.1]{-}(1,1)
  \psset{dotscale=3,dotstyle=square*,linecolor=magenta}
  \specialPlot{matrix.txt} % must be of /dotmatrix [ ... ] def
\end{pspicture}

\begin{pspicture}(-0.1,-0.1)(1.1,1.1)
  \psaxes[Dx=0.1,Dy=0.1]{-}(1,1)
  \psset{dotsize=1.1cm,dotstyle=square*,linecolor=magenta}
  \specialPlot{matrix.txt}
\end{pspicture}





Paul






Re: OT: Converter matrix to picture

2006-02-03 Thread Paul Smith
On 2/3/06, Herbert Voss [EMAIL PROTECTED] wrote:
  Great, Herbert! That is it. Maybe, a spy-like command could be added
  to the list of commands of PSTricks. Well, that is just a
  suggestion...

 let's see ...

 However, I was a bit too clever ...
 the textfile should be with a first and last line of

 /dotmatrix [
 0   1   1   0   0   0   0   1   1 1
 ...
 ...
 ] def

 I forgot that PSTricks also defines a /matrix array for internal
 purposes. It collides with the one from this text matrix. Name it
 /dotmatrix [ ... ] def instead and everything will be ok. See
 example, which also shows the possibility of printing the dots
 as squares without whitespace.

Works fine! Thanks, Herbert.

Paul


History thesis type bibliographies

2006-02-03 Thread Leopold . Summerer
I am since some time already looking for some good information on how to
implement in LyX or LateX in general the bibliography/references normally
used in history thesis, where they are put at the first mentioning in the
footnote at the bottom of the page and then recalled only with the number and
the page at which it appeared, with the possibility of adding additional text
like chapter 3, section X, page xx or similar.
I tried to find it also on the Lyx wiki but without success
thank you very much

Leopold

-

Leopold Summerer
ESA Advanced Concepts Team (http://www.esa.int/act)
Telephone: +31(0)71 565 6227 - Fax: +31(0)71 565 8018
ESTEC, EUI-ACT, Keplerlaan 1 - 2201 AZ Noordwijk - The Netherlands



Re: History thesis type bibliographies

2006-02-03 Thread Andrés Becerra Sandoval
On 2/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I am since some time already looking for some good information on how to
 implement in LyX or LateX in general the bibliography/references normally
 used in history thesis, where they are put at the first mentioning in the
 footnote at the bottom of the page and then recalled only with the number and
 the page at which it appeared, with the possibility of adding additional text
 like chapter 3, section X, page xx or similar.
 I tried to find it also on the Lyx wiki but without success
 thank you very much

 Leopold

 -

 Leopold Summerer
 ESA Advanced Concepts Team (http://www.esa.int/act)
 Telephone: +31(0)71 565 6227 - Fax: +31(0)71 565 8018
 ESTEC, EUI-ACT, Keplerlaan 1 - 2201 AZ Noordwijk - The Netherlands



Hello,

Look at:
http://www.tug.org/tex-archive/biblio/bibtex/contrib/inlinebib/inlinebib.htm

I have not tried this myself, so let us know if it works allright !

--
  Andrés


Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Dimitrios Diamantaras

Uwe Stöhr wrote:

Jack M. Lyon wrote:

Does Kile and Emacs easily run under windows, I mean do they have an own 
win-installer?


many thanks
regards Uwe


IIRC, texmaker is a Windows Kile-like editor.

There are versions of Emacs out there that are precompiled with AUCTeX 
and preview-latex (actually, one and the same thing in the latest 
version). I have it running under Windows XP SP2 and it works quite well 
as long as I don't try to preview in PDFLaTeX mode. Installation was 
easy, I just had to run an executable. In fact I am liking the 
Emacs-AUCTeX-preview-latex combination so much that I have been working 
on it exclusively lately, even though about a year ago I thought I would 
never need anything but Lyx (I am a LaTeX user for many years, though, 
and know quite a few of the commands I need---Lyx is perfect for those 
who don't).


To get the precompiled Emacs (I have 22.0.50) with AUCTeX (I have 11.81, 
but 11.82 is ready, I believe) you can Google emacs+auctex-w32. I just 
did it, and found this mirror:

http://mirrors.ircam.fr/pub/gnu/alpha/gnu/auctex/

Hope this helps.



Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Dimitrios Diamantaras

Dimitrios Diamantaras wrote:

Uwe Stöhr wrote:

Jack M. Lyon wrote:

Does Kile and Emacs easily run under windows, I mean do they have an 
own win-installer?


many thanks
regards Uwe


IIRC, texmaker is a Windows Kile-like editor.

There are versions of Emacs out there that are precompiled with AUCTeX 
and preview-latex (actually, one and the same thing in the latest 
version). I have it running under Windows XP SP2 and it works quite well 
as long as I don't try to preview in PDFLaTeX mode. Installation was 
easy, I just had to run an executable. In fact I am liking the 
Emacs-AUCTeX-preview-latex combination so much that I have been working 
on it exclusively lately, even though about a year ago I thought I would 
never need anything but Lyx (I am a LaTeX user for many years, though, 
and know quite a few of the commands I need---Lyx is perfect for those 
who don't).


To get the precompiled Emacs (I have 22.0.50) with AUCTeX (I have 11.81, 
but 11.82 is ready, I believe) you can Google emacs+auctex-w32. I just 
did it, and found this mirror:

http://mirrors.ircam.fr/pub/gnu/alpha/gnu/auctex/

Hope this helps.


To correct myself, installation is even easier. I just had to unzip a 
directory, and then emacs runs by executing runemacs from the bin 
subdirectory of that directory.




Re: textclass.lst

2006-02-03 Thread Uwe Stöhr

Carlos Knauer wrote:


Where can I find textclass.lst ? And When do I install it ?


I assume that you installed LyX for Windows and it doesn't start because 
 a textclass.lst is missing, right?


One possible fix is to delete the folder

C:\Documents and Settings\username\Application Data\LyX

and to reinstall LyX using this installer:

http://wiki.lyx.org/Windows/LyXWinInstaller

Another possibility is to run LyX's configure script from the command 
line as described here:


http://wiki.lyx.org/Windows/LyX137

(for experienced users)

regards Uwe


Re: Editors for LaTeX-files with syntax highlighting

2006-02-03 Thread Stephen Harris


- Original Message - 
From: Uwe Stöhr [EMAIL PROTECTED]

To: [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org
Sent: Friday, February 03, 2006 12:19 AM
Subject: Re: Editors for LaTeX-files with syntax highlighting



Jack M. Lyon wrote:

Does Kile and Emacs easily run under windows, I mean do they have an own 
win-installer?


many thanks
regards Uwe



Emacs and Xemacs have their own Windows installers and
can be used to program in several languages and send email.
Kile doesn't run natively on Windows, but perhaps with Cygwin. 





pdflatex display with Acroread

2006-02-03 Thread Rich Shepard

  I have figures in .png format inserted in my document. To view the output I
need to use View-pdflatex rather than C-d for the dvi output. For some
reason I do not understand, acroread comes up at 168% magnification rather
than at 100% magnification. Annoying.

  Where do I change this, please?

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Lyx under Windows, latex not useable

2006-02-03 Thread Kevin Frugier

Hello everyone,

I recently reinstalled my windows and thus had to reinstall Miktex and Lyx.
For an obscure reason Lyx (even the new version 1.7) doesn't want to 
work anymore because it can't use latex.


Miktex 2.4 is well configured (TexnicCenter works) and latex is in my 
PATH :


$ latex
This is e-TeX, Version 3.141592-2.2 (MiKTeX 2.4)
**

Running configure, it appears that Lyx doesn't find a proper latex :

$ ./configure
checking for a LaTeX2e program... (latex latex2e)
+checking for latex... not useable
+checking for latex2e... no

I have already seen this message on the internet (including this mailing 
list) but it was on Linux systems and the answers were more than fuzzy 
about the origin of the problem.


Is that because Miktex now uses e-tex and Lyx wants Latex2e ?
Is there something that should be in my PATH that isn't yet ?

I really don't understand what I have done wrong because both Miktex and 
Lyx are freshly installed.


Thanks in advance,

Kevin






Suppressing Page Number After Title Page

2006-02-03 Thread Rich Shepard

  I should know how to do this, or find the correct macro in TLC2, but the
answer has so far eluded me.

  Document is book class with fancy headers. Following the title page is a
blank page with the page number '2' that I'd like to suppress. I've tried

\frontmatter
\pagestyle{plain}

between the author and the Preface page. I've also tried {empty} with the
same lack of results. \clearpage and \cleardoublepage also do not affect the
headers and footers.

  Looking at TLC2 I don't see how to turn off the header and footer for this
one page. A reminder would be greatly appreciated.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Rechtschreibprüfung aspell-ispell

2006-02-03 Thread Matthias Schmidt
Hallo zusammen,

ich schreibe einfach mal deutsch, weil ich nicht so fit in Englisch
bin.

System: LyX 1.3.7 auf Win XP SP2,
LyX unter c:/programme, Aspell direkt unter c:

Ich arbeite mich gerade neu in LyX ein. Habe LyX und damit auch Aspell
mit dem Windows-Installer installiert.
Im Fenster
Bearbeiten/Einstellungen/Spracheinstellungen/Rechtschreibprüfung ist
als Programm zur Rechtschreibprüfung oben ispell angegeben. Das Feld
ist grau, also inaktiv.

Frage: wie aktiviere ich denn nun Aspell?



-- 
Viele Grüße aus Hannover
Matthias Schmidt
mailto:[EMAIL PROTECTED]



Virus checked by G DATA AntiVirusKit







___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de



Re: Suppressing Page Number After Title Page

2006-02-03 Thread Jose' Matos
On Friday 03 February 2006 16:42, Rich Shepard wrote:
I should know how to do this, or find the correct macro in TLC2, but the
 answer has so far eluded me.

Document is book class with fancy headers. Following the title page is a
 blank page with the page number '2' that I'd like to suppress. I've tried

 \frontmatter
 \pagestyle{plain}

 between the author and the Preface page. I've also tried {empty} with the
 same lack of results. \clearpage and \cleardoublepage also do not affect
 the headers and footers.

Looking at TLC2 I don't see how to turn off the header and footer for
 this one page. A reminder would be greatly appreciated.

In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 Thanks,

 Rich

-- 
José Abílio


Re: pdflatex display with Acroread

2006-02-03 Thread Paul Smith
On 2/3/06, Rich Shepard [EMAIL PROTECTED] wrote:
I have figures in .png format inserted in my document. To view the output I
 need to use View-pdflatex rather than C-d for the dvi output. For some
 reason I do not understand, acroread comes up at 168% magnification rather
 than at 100% magnification. Annoying.

Where do I change this, please?

Rich,

Regarding Acrobat Reader, I do not know, but I recommend you to use
kpdf, which has the very useful watch file feature, i.e., the view
of the pdf file is updated as soon as your pdf file changes.
Concomitantly, it is possible that your problem is solved without
changing anything but your pdf viewer.

Paul


Lyx and algorithm

2006-02-03 Thread Bruno Pinaud
Hi,
Is it possible to have the algorithms number working like figures number or 
tables number ? i.e. The number of the chapter followed by the number of the 
figure for example and resetting the counter at the beginning of each 
chapter.

Thanks.
-- 
Bruno PINAUD


Re: changing fonts in TOC

2006-02-03 Thread Phil Tomson
On 2/3/06, Kevin Pfeiffer [EMAIL PROTECTED] wrote:
 Phil Tomson writes:
  I'm working on my thesis and every school seems to have their own
  format rules...
 
  I'm using article(koma-script).  I need all of the sections listed in
  the TOC to be the same size font (12pt) as the rest of the text of
  the thesis and they cannot be bold.  I've managed to get this working
  for the sections and subsections in body of the thesis, but I haven't
  been able to figure out how to do it in the TOC where sections end up
  being bold san serif (the rest of the text is Roman).

 Have you looked at the user docs for koma-script? I _think_ that this is
 covered (no time here to check -- if not, the package toclof might
 help)...

I've lookded at it, but couldn't find anything related to this issue.

 The doc-name (English version) is scrguien.pdf. Here appears to be an
 online copy:
 http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf


I'll take a look.

Phil



 --
 Kevin Pfeiffer [EMAIL PROTECTED]
 Tiros-Translations



Re: Lyx and algorithm

2006-02-03 Thread Stephen Buonopane


On Feb 3, 2006, at 12:39 PM, Bruno Pinaud wrote:


Hi,
Is it possible to have the algorithms number working like figures 
number or
tables number ? i.e. The number of the chapter followed by the number 
of the

figure for example and resetting the counter at the beginning of each
chapter.


Add the following to your preamble

\numberwithin{algorithm}{chapter}



Re: Suppressing Page Number After Title Page

2006-02-03 Thread Sara Stymne

Hi!

Try the solution in the documentation for fancyhdr, chapter those blank 
pages. Then you also get rid of the headings on the blank page before 
some chapters. The documentation is available for instance at: 
http://www.win.tue.nl/latex/documentation/fancyhdr.pdf.


I found that neither \pagestyle{plain} nor \thispagestyle{empty} works 
for the following blank page.


/Sara


Jose' Matos wrote:


On Friday 03 February 2006 16:42, Rich Shepard wrote:
 


  I should know how to do this, or find the correct macro in TLC2, but the
answer has so far eluded me.

  Document is book class with fancy headers. Following the title page is a
blank page with the page number '2' that I'd like to suppress. I've tried

\frontmatter
\pagestyle{plain}

between the author and the Preface page. I've also tried {empty} with the
same lack of results. \clearpage and \cleardoublepage also do not affect
the headers and footers.

  Looking at TLC2 I don't see how to turn off the header and footer for
this one page. A reminder would be greatly appreciated.
   



In ERT in the title page:

\thispagestyle{empty}

I am kidding not. ;-)

 


Thanks,

Rich
   



 





Sequential numbering, not AMS

2006-02-03 Thread Maria Gouskova

Hi,

I was wondering whether it is possible to modify the behavior of the  
Enumerate style in LyX so that numbering is sequential throughout the  
document without embedding other environments in the Enumerate  
environment. Most importantly, I need numbering to not restart after  
new Sections and Subsections. Here is an example of what I need to  
accomplish:


1 Section 1

1. example 1
2. example 2
   a. subexample 2a
   b. subexample 2b

Standard text between examples, not embedded. After this paragraph,  
numbering continues:


3. example 3
4. example 4

2 Section 2

Standard text

5. example 5
6. example 6

and so on.

I am aware of the packages covington.sty and gb4e.sty, but they  
conflict with some other packages I need to use on a regular basis...  
I even created a modified article.layout file with covington.sty as a  
special Numbered environment, but i was wondering if there is  
something simpler that I could do with \setcounter in the preamble,  
for example.


I have tried using the document class article (AMS, sequential  
numbering), but it doesn't seem to do what I described above, either.


Thanks in advance, and sorry if I missed something obvious. (I'm a  
LyX/LaTeX newbie.)


Maria


Re: pdflatex display with Acroread

2006-02-03 Thread Uwe Stöhr

Rich Shepard wrote:


For some
reason I do not understand, acroread comes up at 168% magnification rather
than at 100% magnification. Annoying.


The default size of opened documents is that the documents fill out all 
available width. You can easily change this in acroreads' preferences.


regards Uwe


Re: Mac Install Problems

2006-02-03 Thread Bennett Helm

On Feb 3, 2006, at 4:42 AM, Ian Stevenson wrote:


Dear Patrick,

Many thanks, removing the preference files solved the problem.

I guess this is definitely a bug that needs reporting.


OK ... but what precisely is the bug? What goes wrong with the  
conversion from the old preferences file to the new? When I try it  
here, the conversion from 1.3.5 to 1.3.7 goes smoothly, so if there  
is a problem with the installer script I need more information.


Could you send me the following:

(a) your 1.3.5 preferences file,
(b) the 1.3.7 preferences file that the lyx installer produces, and
(c) the 1.3.7 preferences file that works?

Bennett



On 03/02/2006, at 8:04 PM, Patrick De Visschere wrote:


Ian,

I had similar problems and solved it by removing all the  
preference-files (old and new).
From 1.3.5 on the preferences have been moved from ~/.lyx/ to ~/ 
Library/Application Support/lyx/
When upgrading the lyx installer moves the files but apparently  
something goes wrong causing lyx to look in the wrong places.
I upgraded from 1.3.5 to 1.3.7 and got your problem, although  
tetex and all classes were present as before. I'm not sure but it  
is possible that the paths in the preferences-dialog were empty;  
maybe supplying the missing paths may also help.


Re: Lyx under Windows, latex not useable

2006-02-03 Thread Uwe Stöhr

Kevin Frugier wrote:


I recently reinstalled my windows and thus had to reinstall Miktex and Lyx.
For an obscure reason Lyx (even the new version 1.7) doesn't want to 
work anymore because it can't use latex.


$ ./configure
checking for a LaTeX2e program... (latex latex2e)
+checking for latex... not useable
+checking for latex2e... no

Is that because Miktex now uses e-tex and Lyx wants Latex2e?


No! e-TeX is an extension of TeX and therefore also LaTeX2e.


Is there something that should be in my PATH that isn't yet?


Also no. The only problem I could think of is that MiKTeX leaves old 
entries in the PATH when it is uninstalled. But you used a fresh Windows.


I don't know what happens on your system, but I know that it will work 
when you deinstall MiKTeX and other third party programs and reinstall 
LyX (and automatically MiKTeX) using the complete Version of my 
LyX-installer ;-):


http://wiki.lyx.org/Windows/LyXWinInstaller
http://download.berlios.de/lyxwininstall/LyXWin137Complete-1-0.exe

regards Uwe


Re: Lyx under Windows, latex not useable

2006-02-03 Thread Kevin Frugier

Thank you.

An other user who didn't replied to the whole list also mentioned that 
your installer might work better and it did.


Thank you very much.

Kevin

PS : by the way, when downloading from the ftp, it says the file is 
corrupt, whereas from the http it's ok




Uwe Stöhr a écrit :

Kevin Frugier wrote:

I recently reinstalled my windows and thus had to reinstall Miktex 
and Lyx.
For an obscure reason Lyx (even the new version 1.7) doesn't want to 
work anymore because it can't use latex.


$ ./configure
checking for a LaTeX2e program... (latex latex2e)
+checking for latex... not useable
+checking for latex2e... no

Is that because Miktex now uses e-tex and Lyx wants Latex2e?


No! e-TeX is an extension of TeX and therefore also LaTeX2e.


Is there something that should be in my PATH that isn't yet?


Also no. The only problem I could think of is that MiKTeX leaves old 
entries in the PATH when it is uninstalled. But you used a fresh Windows.


I don't know what happens on your system, but I know that it will work 
when you deinstall MiKTeX and other third party programs and reinstall 
LyX (and automatically MiKTeX) using the complete Version of my 
LyX-installer ;-):


http://wiki.lyx.org/Windows/LyXWinInstaller
http://download.berlios.de/lyxwininstall/LyXWin137Complete-1-0.exe

regards Uwe





Re: Sequential numbering, not AMS

2006-02-03 Thread Stephen Buonopane


On Feb 3, 2006, at 1:05 PM, Maria Gouskova wrote:


Hi,

I was wondering whether it is possible to modify the behavior of the 
Enumerate style in LyX so that numbering is sequential throughout the 
document without embedding other environments in the Enumerate 
environment. Most importantly, I need numbering to not restart after 
new Sections and Subsections. Here is an example of what I need to 
accomplish:


1 Section 1

1. example 1
2. example 2
   a. subexample 2a
   b. subexample 2b

Standard text between examples, not embedded. After this paragraph, 
numbering continues:


3. example 3
4. example 4

2 Section 2

Standard text

5. example 5
6. example 6

and so on.

I am aware of the packages covington.sty and gb4e.sty, but they 
conflict with some other packages I need to use on a regular basis... 
I even created a modified article.layout file with covington.sty as a 
special Numbered environment, but i was wondering if there is 
something simpler that I could do with \setcounter in the preamble, 
for example.


I have tried using the document class article (AMS, sequential 
numbering), but it doesn't seem to do what I described above, either.


Thanks in advance, and sorry if I missed something obvious. (I'm a 
LyX/LaTeX newbie.)


Maria



Try the mdwlist package
Search the archives for some previous posts about how to incorporate it 
into LyX




Re: Sequential numbering, not AMS

2006-02-03 Thread Uwe Stöhr

Maria Gouskova wrote:

I was wondering whether it is possible to modify the behavior of the 
Enumerate style in LyX so that numbering is sequential throughout the 
document without embedding other environments in the Enumerate 
environment. Most importantly, I need numbering to not restart after new 
Sections and Subsections.


Attached a file with a possible solution.

regards Uwe


newfile1.lyx
Description: application/lyx


Re: Lyx under Windows, latex not useable

2006-02-03 Thread Uwe Stöhr

Kevin Frugier wrote:

An other user who didn't replied to the whole list also mentioned that 
your installer might work better and it did.


Good to hear that it works for you.

PS : by the way, when downloading from the ftp, it says the file is 
corrupt, whereas from the http it's ok


Known problem, ftp.lyx.org is at the moment not reachable for us to 
correct the broken file.


regards Uwe


Re: Rechtschreibprüfung aspell-ispell

2006-02-03 Thread Uwe Stöhr

Matthias Schmidt schrieb:


Im Fenster
Bearbeiten/Einstellungen/Spracheinstellungen/Rechtschreibprüfung ist
als Programm zur Rechtschreibprüfung oben ispell angegeben. Das Feld
ist grau, also inaktiv.


Dieses Feld kannst du ignorieren.


Frage: wie aktiviere ich denn nun Aspell?


Cursor an den Anfang des Dokuments setzen unf F7 drücken (Menü 
Bearbeiten - Rechtschreibprüfung). Das setzt aber vorraus, dass du 
aspell-Wörterbücher installiert hast (http://aspell.net/win32/).


Gruß Uwe


  1   2   >