Re: Re: math-macro scope

2002-04-08 Thread Andre Poenitz

On Fri, Apr 05, 2002 at 09:53:35AM +0200, Guenter Milde wrote:
 For the first problem, the learnign should be constrained to the active
 buffer. (Well, I have too less insight into the LyX source (i.e. None) to
 know how to implement this).

I think I won't touch this for 1.2 anymore.

 For the second problem (definitions in included files), my proposal (which
 is rather a nice workaround than a direct solution) would be a new enhanced
 Latex-Preamble dialog, which is a feature request on its own: 
 
Could we have the LaTeX preamble dialog using a normal LyX-document
window with all the nice features? This would
  a) make the editing of the preamble a lot easier 
 (at least on my KDE, the present dialog behaves odd (different
 keybindings, DEL does Backspace ...)
  b) allow the definition of a math-macro in the preamble and thus keep
 the main document clean (and eliminate the need for a included file
 of math-macros).

This would be nice indeed.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Lyx and SUSE Linux

2002-04-08 Thread Andre Poenitz

On Fri, Apr 05, 2002 at 02:26:11PM -0600, Dr. Louis A. Turk wrote:
 Does anyone out there have experience with Lyx on SUSE Linux?  Am I on
 the right track?  Would some other version of Linux be better for
 running Lyx?

I have been using SuSE on a regular base since 4.2 came out and never had
distribution specific problems with LyX, i.e. the LyX's that came with
the distributions were usually a bit dated, but worked out-of-the-box.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

I need to convert my document to word doc-file. I thought about converting
from lyx to html and the converting this to .doc with staroffice. However,
after I exported from LyX as TeX and tried running latex2html, I can't get
it working properly. I get:

...
Warning: No implementation found for option: `american' for `article'
package
Warning: No implementation found for option: `T1' for `fontenc' package
...
Warning: No implementation found for option: `17pt' for `extsizes' package
...
,,,Arguments to csname are too complex ...
It will not be processed unless used in another environment
which is passed to LaTeX whole for processing.
,,Arguments to SF@gobbletwobracket are too complex ...
It will not be processed unless used in another environment
which is passed to LaTeX whole for processing.
...
Warning: No implementation found for option: `american' for `article'
package
.
Warning: No implementation found for package: times.
Warning: No implementation found for package: fontenc..
Warning: No implementation found for package: geometry..
Warning: No implementation found for package: algorithm.
UNKNOWN COMMAND: csname .
Warning: No implementation found for package: extsizes..
...
pstoimg: Error: Cannot find file /tmp/l2h3565/image055.ps: No such file
or directory
Error while converting image
Error: Cannot read 'img55.png': No such file or directory
...
Unknown commands: else SF endcsname ifx fi let noexpand geometry
...


It's quite straightforward document, so I wouldn't expect problems. The
only custom command in preamble is
\usepackage[17pt]{extsizes}
but it doesn't help removing this. I have some eps figures in the document,
and they work fine with PostScript output.

i tried editing the .tex file and removing everything unneeded. Still
doesn't work. I'm using package algorithm (ie. algorithm floats), which
might not be supported in latex2html.




missing foiltex

2002-04-08 Thread user thomas

Hello all Lyxers,

I am just trying to add a new documentclass 'a la carte' (according to the 
help documentation, especially customization part). Unfortunately LyX doesn't 
recognize the added foiltex class. Here is what happened till now:

1. Creating a new directory and copying all necessary file to  
   
  
/usr/local/texmf/latex/foiltex (containing .styand .cls files from tar 
archive)

2. setting environment variable in  /home/.bashprofile as suggested in the 
 
docs (TEXMFLOCAL = /usr/local/texmf
TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!TEXMFMAIN}

3. running texhash (alternatively: texhash /usr/local/texmf)

4. concluding the installation by reconfiguring LyX and restart.

This used to happen on a RH7.2 box shipping Lyx-1.1.6fix4 and a normal 
working TeX/LaTeX - installation.
I should have missed something but I don't get at the moment! Are there any 
ideas to make things go ?


Thanks
Thomas




Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Tuukka Toivonen wrote:

after I exported from LyX as TeX and tried running latex2html, I can't get
it working properly. I get:

I forgot to mention that I used psrip to extract the EPS files from
Postscript document. They look suspicious, maybe the problem is this.




Re: Image conversion

2002-04-08 Thread Hellmut Weber

Hi Herbert,
thanks a lot.

As always you offer lots of useful information! §;-))

Especially this link:
 http://www.lyx.org/help/ScreenShot/ScreenShot.php

Hellmut



template complains about eps

2002-04-08 Thread Pete Phillips


Hi

I have a lyx file which I can open in lyx, and view, print etc.

The file in question is a lyx file I have put together for a quote
template for our lab, and it includes an eps file which displays in a
footnote at the botteom of the quote.

If I copy this file to the lyx templates directory, and then call it
up from the New from temp[lates menu option, it complains it can't
determine the size of the graphic (as this is an eps file, I'm
guessing that it can't determine the size because ut can't find the
file).

If I save the file and do a diff with my original, the only differences are this:

119c119
 file ../../lib/text/lhead/ukas-testing-WoB-SMTL-top-lhs.eps
---
 file /home/lib/text/lhead/ukas-testing-WoB-SMTL-top-lhs.eps


If I open the template file directly from the main menu, I can view it.

It seems to me that during the template process, something is mangling
the path to a relative instead of absolute pathname.  Should it do
this, or is it a bug ?

Pete



Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Tuukka Toivonen wrote:

I forgot to mention that I used psrip to extract the EPS files from
Postscript document. They look suspicious, maybe the problem is this.

Well it's not, I removed all eps figures (leaving only equations)  and
there's still the same problem. I cut down the .tex file, and just can not
see any pattern why latex2html fails on this. Can anyone help? I'm using
Debian Woody with its stock latex2html 2000-beta1-5.

When converting the following example, anything.eps doesn't show at all but
is replaced with text inline-math-here. And inline-math-here is not in
the text as inline.

\documentclass[english]{article}
\usepackage{babel}
\usepackage{graphics}
\makeatletter
\makeatother
\begin{document}
Text here doesnt matter what.
\begin{figure}
\includegraphics{anything.eps}
\end{figure}
Line that contains math, inline math next $inline-math-here$ end of inline
math.
\end{document}





Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Andre Poenitz

On Mon, Apr 08, 2002 at 01:52:09PM +0300, Tuukka Toivonen wrote:
 after I exported from LyX as TeX and tried running latex2html, I can't get
 it working properly. I get:
 
 I forgot to mention that I used psrip to extract the EPS files from
 Postscript document. They look suspicious, maybe the problem is this.

Maybe not exactly a solution to your problem, but maybe worth to check:
I have lately used 'hevea' for .tex (.lyx) to .html conversion and I am
pretty happy with it.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Andre Poenitz wrote:

I have lately used 'hevea' for .tex (.lyx) to .html conversion and I am

Thanks for suggestion, but the problem is same as with tth: it doesn't
handle well enough the equations. With some other document with less math
it would be a good solution.




Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Andre Poenitz

On Mon, Apr 08, 2002 at 03:26:57PM +0300, Tuukka Toivonen wrote:
 Thanks for suggestion, but the problem is same as with tth: it doesn't
 handle well enough the equations.

I see.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: template complains about eps

2002-04-08 Thread Herbert Voss

Pete Phillips wrote:

 If I copy this file to the lyx templates directory, and then call it
 up from the New from temp[lates menu option, it complains it can't
 determine the size of the graphic (as this is an eps file, I'm
 guessing that it can't determine the size because ut can't find the
 file).


is this eps file ok? means: does it has a line like
%%BoundingBox: 
in the beginning of the file.

if yes, than it's a problem with the path.

HErbert



-- 
http://www.lyx.org/help/




Re: missing foiltex

2002-04-08 Thread Herbert Voss

user thomas wrote:

 I am just trying to add a new documentclass 'a la carte' (according to the 
 help documentation, especially customization part). Unfortunately LyX doesn't 
 recognize the added foiltex class. Here is what happened till now:
 
   1. Creating a new directory and copying all necessary file to  
  
   
   /usr/local/texmf/latex/foiltex (containing .styand .cls files from tar 
   archive)
 
   2. setting environment variable in  /home/.bashprofile as suggested in the 
 
   docs (TEXMFLOCAL = /usr/local/texmf
   TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!TEXMFMAIN}
 
   3. running texhash (alternatively: texhash /usr/local/texmf)
 
   4. concluding the installation by reconfiguring LyX and restart.
 
 This used to happen on a RH7.2 box shipping Lyx-1.1.6fix4 and a normal 
 working TeX/LaTeX - installation.
 I should have missed something but I don't get at the moment! Are there any 
 ideas to make things go ?


start lyx from commandline and do a edit-reconfigure.
look for lines like:

+checking for document class g-brief-en [g-brief]... yes
+checking for document class heb-article [article]... yes
+checking for document class heb-letter [letter]... yes
+checking for document class hollywood [hollywood]... yes

what is with the foiltex.cls?


HErbert



-- 
http://www.lyx.org/help/




Re: template complains about eps

2002-04-08 Thread Pete Phillips

Hi Herbert

 Herbert == Herbert Voss [EMAIL PROTECTED] writes:

Herbert is this eps file ok? means: does it has a line like
Herbert %%BoundingBox:   in the beginning of the file.

Herbert if yes, than it's a problem with the path.


yes - it is a conforming EPS file with bounding box.

I can see that there is a path problem, but why is lyx changing the
path ?

Pete




Re: template complains about eps

2002-04-08 Thread Herbert Voss

Pete Phillips wrote:

 yes - it is a conforming EPS file with bounding box.
 
 I can see that there is a path problem, but why is lyx changing the
 path ?


lyx saves the relative path. when you move the doc, the path

is wrong.

HErbert



-- 
http://www.lyx.org/help/




Re: Re: template complains about eps

2002-04-08 Thread Guenter Milde

On Mon, 08 Apr 2002 16:41:48 +0200 wrote Herbert Voss 
[EMAIL PROTECTED]:

 Pete Phillips wrote:
  
  I can see that there is a path problem, but why is lyx changing the
  path ?
 
 lyx saves the relative path. when you move the doc, the path
 is wrong.

I.e. (if I am right) an eps file in a template needs to be given the
absolute path (as a template is intended for take and move to a new file).

Does it help to open the insert-graphic-dialog and insert the absolute path?

Or the eps-file needs to reside in a directory where latex can find it
(if I remember right, there is a graphics directory variable (but will LyX
find it?)

Guenter

--
[EMAIL PROTECTED]




Re: DocBook questions

2002-04-08 Thread Jose Abilio Oliveira Matos

On Saturday 06 April 2002 16:02, Yannick Patois wrote:
 Hi,

 Some questions may be too much 'docbook' to be answered here... Does
 anybody know a good docbook list ?

DocBook markup - [EMAIL PROTECTED]
docbook applications - [EMAIL PROTECTED]

  I'm subscribed to both as is Ben G., and if I know I don't mind to answer. 
:-)

 Anyway:

 - In my ps output, all collumns in tables have the same width (it seems
 to be simply nb column/available width without taking care of what's in
 it). How can I change that (i dont like fixed width in cm) ?

  I didn't thought about that, yet. What would you expect?

 - Header row is not distinguished from other row (I would like some double
 line, or bold, centered, somethink like that)

  For that you want to use a long table, and mark the first row as such.

 - Orphans table row

  ???
  I don't get you here.

 What would you suggest ?

 Thanks,

   Yannick

-- 
José Abílio



legend position in figure

2002-04-08 Thread Wolfgang Engelmann

how can I position the legend to the right of the figure?
I am using two column book style
and \caption[short legend]{long legend}

The problem is, that with a one column figure the legend underneath the 
figure exceeds the page size.

now as one column
figure:
---|
  |
  |
  |
  |
  |
---|
rather
long
legend
exceeding the
size 
of the
page

wanted (as wide figure, but width of figure same as before):

---|   rather
  |   long
  |   legend
  |   should
  |   now be
  |   here
---|

Wolfgang




Table from English to german version

2002-04-08 Thread Wolfgang Engelmann

I inserted a table from an English version into a German Version of a book.
I made sure that the legend of the table and the table content was marked and 
LayoutLanguagereset done. I saved the document  and used viewdvi. Lyx 
crashed with the following remark in the Lyx-terminal:
Running latex
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. If possible, please read 'Known bugs'
under the Help menu and then send us a full bug report. Thanks!
Bye.

Afterward I ran the lyx-file (there was no emergency safe, but the lyx file 
which crashed was available). 200 errors after the table suggests to me that 
the contents of the cells of the table were not reset by the action before. I 
therefore checked the lyx-file with a normal editor. Here are the relevant 
parts:

column alignment=center valignment=top leftline=true rightline=true 
width= special=
row topline=true bottomline=true newpage=false
cell multicolumn=0 alignment=center valignment=top topline=true 
bottomline=false leftline=true rightline=false rotate=false 
usebox=none width= special=
\begin_inset Text

\layout Standard


\lang english
22
\end_inset
/cell
cell multicolumn=0 alignment=center valignment=top topline=true 
bottomline=false leftline=true rightline=false rotate=false 
usebox=none width= special=
\begin_inset Text

\layout Standard

I removed the \lang english with the editor and re-ran the lyx file. I had to 
insert at three places a \clearpage which I did not need before the table was 
inserted. The places were not related to the place were the table had been 
inserted.

The dvi file showed finally the table, but displaced in the lower right 
corner covering much of the table legend.
With the normal Table environment it s the same.


This is what I have in my preamble:

\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}
\cleardoublepage}}

\pagestyle{fancyplain}
\addtolength{\headwidth}{\marginparsep}
\addtolength{\headwidth}{\marginparwidth}
\renewcommand{\chaptermark}[1]%
   {\markboth{#1}{}}
\renewcommand{\sectionmark}[1]%
   {\markright{\thesection\ #1}}
\lhead[\fancyplain{}{\bfseries\thepage}]%
  {\fancyplain{}{\bfseries\rightmark}}
\rhead[\fancyplain{}{\bfseries\leftmark}]%
  {\fancyplain{}{\bfseries\thepage}}
\cfoot[]{}

\usepackage[round,comma]{natbib}

\def\myCleardoublepage{\myClearpage\if@twoside \ifodd\c@page\else
\hbox{}\if@twocolumn\hbox{}\fi\fi\fi}

I am using \caption[short legend]{long legend}
and widetable.

#

I did not find a note  about it in the Known bugs Help Menu.

It takes time to correct these problems and therefore I though to report on 
it. 
Has somebody else tried to use a different language-template for translations 
and ran into difficulties and how did you go around the problems arising?
###

 Thanks for suggestions
Wolfgang



Re: DocBook questions

2002-04-08 Thread Yannick Patois

Hi,

On Mon, 8 Apr 2002, Jose Abilio Oliveira Matos wrote:
 DocBook markup - [EMAIL PROTECTED]
 docbook applications - [EMAIL PROTECTED]
   I'm subscribed to both as is Ben G., and if I know I don't mind to answer.

Hum, thanks. I'll see if I have some spare time for this, right now, my
mailbox is a nightmare to manage :(

  - In my ps output, all collumns in tables have the same width (it seems
  to be simply nb column/available width without taking care of what's in
  it). How can I change that (i dont like fixed width in cm) ?
   I didn't thought about that, yet. What would you expect?

Without specifications, I would expect width to addapt to the content
(like html tables does). Have '%' width and an 'em' width that works.

I tried some, but got no convincing results.

  - Header row is not distinguished from other row (I would like some double
  line, or bold, centered, somethink like that)
   For that you want to use a long table, and mark the first row as such.

Thanks, I'll try.

  - Orphans table row
   ???
   I don't get you here.

Too often is the last row (or the first) left alone on a page (with the
rest of the table elsewhere). In LaTeX there are some 'badness' parameters
to force the behavior to be more polite.

What can I do here ?

Thanks for your answers.

Yannick




Re: legend position in figure

2002-04-08 Thread Herbert Voss

Wolfgang Engelmann wrote:

 how can I position the legend to the right of the figure?
 I am using two column book style
 and \caption[short legend]{long legend}
 
 The problem is, that with a one column figure the legend underneath the 
 figure exceeds the page size.


have a look at http://www.lyx.org/help/ (!) or use package sidecap.

Herbert




Re: DocBook questions

2002-04-08 Thread Jose Abilio Oliveira Matos

On Monday 08 April 2002 16:09, Yannick Patois wrote:
 Hi,

 Hum, thanks. I'll see if I have some spare time for this, right now, my
 mailbox is a nightmare to manage :(

  procmail is a good answer anyway. :-)

 Without specifications, I would expect width to addapt to the content
 (like html tables does). Have '%' width and an 'em' width that works.

  without specifications I guess that is a question of jadetex, the other 
options I will look into it to fix it.

 I tried some, but got no convincing results.

   - Header row is not distinguished from other row (I would like some
   double line, or bold, centered, somethink like that)
 
For that you want to use a long table, and mark the first row as such.

 Thanks, I'll try.

   - Orphans table row
 
???
I don't get you here.

 Too often is the last row (or the first) left alone on a page (with the
 rest of the table elsewhere). In LaTeX there are some 'badness' parameters
 to force the behavior to be more polite.

 What can I do here ?

  That should be an issue of jadetex. LyX is not reponsible for those.

 Thanks for your answers.

   Yannick

-- 
José Abílio



Compilation problems with the latest CVS

2002-04-08 Thread Yannick Patois

Hi,

Got this stranges things:
On configure :
sed: can't read ./config/Makefile.in: No such file or directory

On make:
Making all in config
make[1]: Entering directory `/home/patois/src/lyx/lyx-devel/config'
make[1]: *** No rule to make target `all'.  Stop.

I just did a CVS update.

Any idea ?

Thanks,

Still working on docbok, saw several problems, want to check how the
latest CVS deal with them before complaining ;)

Yannick

-- 
 _/ Yannick Patois _ Address (home) __
| irc(undernet): Garp on #france25+ | 17, rue du Tonkin|
| email : [EMAIL PROTECTED] | Apt. 9G, 3iem|
| http://garp.feelingsurfer.net/| 69100 Villeurbanne   |
| Tel-home: +33 (0)4 78 89 76 47| FRANCE   |
| http://clag.lautre.net : Le site du Collectif Après-Gênes Lyonnais   |




Re: DocBook questions

2002-04-08 Thread Yannick Patois

Hi,

Thanks for your reply.

I couldnt recompile lyx, so I just give a few questions, but no answers...

On Mon, 8 Apr 2002, Jose Abilio Oliveira Matos wrote:

[Table width]
  Without specifications, I would expect width to addapt to the content
  (like html tables does). Have '%' width and an 'em' width that works.
   without specifications I guess that is a question of jadetex, the other
 options I will look into it to fix it.

Where will I get answers on jadetex ?

- Header row is not distinguished from other row (I would like some
double line, or bold, centered, somethink like that)
   For that you want to use a long table, and mark the first row as such.
  Thanks, I'll try.

Tried.

Two points:
- informaltable also support thead. I shouldnt have to go to long
table ('normal' tables are converted by lyx in informaltable and 'long'
tables in table).
- A trick to have this is to 1/ create a long table, set the head row,
2/ go back to an normal table: the head attribute persist (but that's not
very elegant).

- There is a bug in the use of thead. Instead of closing it with
/thead it is closed with again a thead (of course failed).

- Orphans table row
   That should be an issue of jadetex. LyX is not reponsible for those.

OK, so, where to ask ?

A few other questions:

- Footnotes are not at foot but a the end of the doc (guess it's defined
somewhere in the DSL...).

- The text wrap is sometimes faulty (going beyon the page). Think it's
also JadeTex here.

- The 'return' character (made by CTRL-return creating a red return arrow
in the lyx document)  is not honored in the PS output.

That's all for now. Thanks for your answsers,

Yannick





prosper cluster

2002-04-08 Thread Davide Cavallari

Are  the  files  'PPRclean.sty'   and  'colortblx.sty'  useful?  They  are
in   the  'cluster'   archive,  but   nothing  is   said  about   them  in
http://www.lyx.org/help/seminar/seminar.php.

-- 
Cheers,
Davide Cavallari
Carpe Diem, ovvero: meglio pentirsi di averci provato che pentirsi di non
averci provato.

Stupro escluso.



Re: prosper cluster

2002-04-08 Thread Wayan


On Mon, 8 Apr 2002, Davide Cavallari wrote:

 Are the files 'PPRclean.sty' and 'colortblx.sty' useful?  They are in
 the 'cluster' archive, but nothing is said about them in
 http://www.lyx.org/help/seminar/seminar.php.

Yes, PPRclean.sty is usefull for printing in foil, but for pdf-slide with
acroread presentation better use another background styles. If you want to
make a table with color background the colortblx.sty is usefull...

Wayan




Re: Compilation problems with the latest CVS

2002-04-08 Thread Laurent Duperval

On  8 Apr, Yannick Patois wrote:
 Hi,
 
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory
 

Hey, and here I thought it was a problem on my end.

L

-- 
Laurent Duperval mailto:[EMAIL PROTECTED]

BOWIE'S THEOREM
If an experiment works, you must be using the wrong equipment.
  -




Re: Compilation problems with the latest CVS

2002-04-08 Thread Lars Gullik Bjønnes

Laurent Duperval [EMAIL PROTECTED] writes:

| On  8 Apr, Yannick Patois wrote:
 Hi,
 
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory
 

| Hey, and here I thought it was a problem on my end.

So you didn't run ./autogen.sh?

-- 
Lgb



S/W !!( ) []

2002-04-08 Thread
Title: ¶óº§ÇÁ·Î±×·¥ ¹«·á(»õ¿ìÆí¹øÈ£ ÀÚµ¿ÀÔ·Â)




 
  
 
  
   

   



  


  

  


  

  


   


  
   

 
  
 
  
   
- ¿øÇÏ´Â °í°´¿¡¼¼ DM ÀÚ·á¹ß¼Û
  - ¿øÇÏ´Â °í°´¿¡°Ô Telemarketing
  - ¶óº§Áö Ãâ·Â Àü¹® S/W ³»Àå
  - °Ë»öµÈ °á°ú¸¦ ¸Þ¸ðÀå¿¡ ÀúÀå, È°¿ë
 ¨ç [»óÈ£/¾÷Á¾Æí] :  Àü±¹ 400¸¸ »óÈ£/¾÷Á¾ µ¥ÀÌŸ ¼ö·Ï
  ¨è [ÀθíÆí] : Àü±¹ 1,200¸¸ ÀÎ¸í µ¥ÀÌŸ ¼ö·Ï 
  ±¸ÀÔ °í°´¿¡°Ô´Â ¶óº§¿ëÁö 1±Ç(50¸Å/A4)À» »çÀºÇ°À¸·Î µå¸³´Ï´Ù.


  
  
  

  

  

  


   


  
   


  
 
  
  È«º¸¿ë ¾È³»¹®À» ¼öõ, ¼ö¸¸ °í°´ºÐµé²² º¸³½´Ù°í »ý°¢ÇØ 
º¸¼¼¿ä. 
Àη°ú ¸¹Àº ½Ã°£À» µé¿© ¸çÄ¥ ¾ß±ÙÇØ °¡¸é¼­ ÀÛ¾÷ÇÒ ½Ã°£¿¡ Á» ´õ È¿À²
ÀûÀÎ ÀÏÀ» ÇÏ½Ã´Â°Ô ¾î¶³±î¿ä? DMÀÛ¾÷Àº ÀúÈñÇÑÅ× ¸Ã±â½Ê½Ã¿ä.

 Àú·ÅÇÏ°í ½Å¼ÓÇÏ°Ô °í°´¿©·¯ºÐÀÇ Á¤¼ºÀ» ´ã¾Æ¼­ ¿ìÆí¹° ¹ß¼ÛÀ» Ã¥ÀÓÁö
°Ú½À´Ï´Ù. 

  
  
  
  
  
 
  

  

  


   


  
   
 
  
 
  
  ¿ìÆí¹°¹ß¼Û(DM)À» À§ÇÑ ´ë»ó °í°´ÀÇ ÁÖ¼Ò·Ï µ¥ÀÌŸ 
±¸Ãà, Àμ⹰·Î µÇ¾î
ÀÖ´Â ÀÚ·áÀÇ ÀÔ·Â ´ëÇà, ±âÁ¸ ÁÖ¼Ò·Ï µ¥ÀÌŸÀÇ »õ¿ìÆí¹øÈ£ º¯È¯ ÀÛ¾÷µîÀ» 
ÃֽŠ±â¼ú·Î ¹«ÀåÇÑ Àü¹®¿ä¿øµéÀÌ ¿©·¯ºÐÀ» µµ¿Íµå¸± °ÍÀÔ´Ï´Ù.

¢º Web-to-DB : ÀÌÁ¨ 
±×¸²ÀÇ ¶±À» Á÷Á¢ ¸ÔÀ» ¼ö ÀÖ½À´Ï´Ù.
 
ÀÎÅÍ³Ý ½Ç½Ã°£ ÁÖ¼Òµ¥ÀÌŸ¸¦ ¿¢¼¿ÆÄÀÏ·Î ¸¸µé¾î µå¸³´Ï´Ù.
 
(¿¹ : http://tel.hanmir.com (Çѹ̸£ ÀüÈ­¹øÈ£ °Ë»ö))

¢º µ¥ÀÌŸ ÀÔ·Â
¢º ÁÖ¼Ò ¶óº§ Ãâ·Â 

¢º »õ¿ìÆí¹øÈ£ º¯È¯

  
  
 
  

  

  


  

  


   

  
À̸ÞÀÏ ÁÖ¼Ò´Â lists.lyx.org ¿¡¼­ ¼öÁýÇÏ¿´À¸¸ç, À̸ÞÀÏ ÁÖ¼Ò ¿Ü¿¡´Â ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù.
´õÀÌ»ó ¸ÞÀÏÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é ¼ö ½Å °Å ºÎ¸¦ Ŭ¸¯ ÇØÁÖ¼¼¿ä. ÁÁÀº ÇÏ·ç º¸³»¼¼¿ä.

[¼ö ½Å °Å ºÎ(Do not send me again)] 


  


  

  


  

  


  
  

  




Re: Is there anyone using Lyx for Japanese with Linux?

2002-04-08 Thread okamoto

Sigh...
No Japanese Linux user of LyX here...
Sorry to make noise.

Kenji


---BeginMessage---

If so, please let me know the situation where you are running.
I tried lyx-1.1.6 with the pathces at cellular.phys.pusan.ac.kr
with Redhat Linux 6.2.  I can read the manual pages
in Japanese, but don't know how to write Japanese document.

When I tried kinput2, I got an error message like 
LyXCodeConv::lyxwctomb::lyxwctomb Cannot convert wc to mb.

Kenji

---End Message---


Re: Compilation problems with the latest CVS

2002-04-08 Thread Matej Cepl

On Mon, Apr 08, 2002 at 07:10:49PM +0200, Yannick Patois wrote:
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory

My experience from another CVS compilation (elinks) is that you
should run ./autogen.sh before ./configure. But I may be wrong.

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




CHINPUT GB2312 LYX (Was:Is there anyone using Lyx for Japanese with Linux?)

2002-04-08 Thread root

 
 
 Subject:
 
 Is there anyone using Lyx for Japanese with Linux?
snip



 
 
 If so, please let me know the situation where you are running.
 I tried lyx-1.1.6 with the pathces at cellular.phys.pusan.ac.kr
 with Redhat Linux 6.2.  I can read the manual pages
 in Japanese, but don't know how to write Japanese document.
 
 When I tried kinput2, I got an error message like 
 LyXCodeConv::lyxwctomb::lyxwctomb Cannot convert wc to mb.
 
 Kenji
 


Let me ask a straightforward question please:
using only LyX and a Linux 'chinput' GB2312 input software,
can I create a document with embedded GB2312 fonts that will
be displayed properly in the conversion to PDF?


Until now I have been unsuccessful in getting LyX to recognize
GB2312 (or any CJK) character set.

Please tell me what's the trick
or is LyX only for one-byte character sets?








Re: CHINPUT GB2312 LYX (Was:Is there anyone using Lyx for Japanese with Linux?)

2002-04-08 Thread okamoto

Please tell me what's the trick
or is LyX only for one-byte character sets?

Well, I suppose none will reply this, so let me try it.

Someone in Korea, sorry forgot his/her name, made it possible to read
and cramed to write CJK documents.   You can read his/her web page
which I quated in my first mail.  In my case, I changed a line, if I
still have clear memory, in a source where Korean character set was
hard coded (soryy, I forgot the precise place).

Kenji




Re: Lyx and SUSE Linux

2002-04-08 Thread Dr. Louis A. Turk

Hi Kathryn, James, Roy, Ame, R. Josh, Herbert, Holger, Clodoaldo,
  ABe, Peter, and Andre,

Many, many thanks for your comments about Lyx and SUSE Linux and Debian 
Linux.  It sounds like you are all having good success with Lyx on both 
SUSE and Debian Linux.

Now I have anther question, but I will start another thread for it.

I very much appreciate all of you who have taken time to tell me your 
experience with Lyx on Linux.

Louis





Re: Using \url with BibTeX

2002-04-08 Thread Roberto Hernandez

Herbert Voss wrote:
 Roberto Hernandez wrote:
 

 I've been trying to include URLs in bibliography entries using \url{}, 
 but I keep getting error messages. The problem is definitely related 
 to the use of \url{}, because all goes well without it. I've also 
 tried \url| | (instead of the {}), but that failed too.
 
 
 
 with or without a bibtex database?
 if without, means inside lyx, use insert-url

Yeah, I probably didn't send enough information. I'm using a bibtex 
database and a .bst definition file. I have included \usepackage{url} 
in the preamble.

The interesting thing is that the first pass of LaTeX and BibTeX go 
smoothly. The error message pops up after the second LaTeX pass. I've 
checked out the .dvi file that's left in the temporary LyX directory and 
the URL's show up fine.

I've tried the following two syntaxes in the .bib file:

howpublished = {\url{http://www.lyx.org}},
howpublished = {\url|http://www.lyx.org|},

Right now I have no clue what the problem is. I'm including the first 
part of the error message at the end of this mail.

Any ideas?

TIA,
Roberto



(bibliografia.bbl
! Undefined control sequence.
\Url Error -\url used in a moving argument.

l.21

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Improper alphabetic constant.
to be read again
\@makeother
l.21

A one-character control sequence belongs after a ` mark.
So I'm essentially inserting \0 here.

! Improper alphabetic constant.
to be read again
\set@mathcode
l.21

A one-character control sequence belongs after a ` mark.
So I'm essentially inserting \0 here.

! Improper alphabetic constant.
to be read again
\set@mathact
l.21

A one-character control sequence belongs after a ` mark.
So I'm essentially inserting \0 here.

! Improper alphabetic constant.
to be read again




English, Greek, Hebrew, and Unicode.

2002-04-08 Thread Dr. Louis A. Turk

Dear Lyx users,

I am wanting to get set up to write books in the English language, but with 
some Greek and Hebrew mixed in with the English both in the main text and 
also in the footnotes.  Can anyone advise me how to get set up for 
this?   Is it possible and advisable to use unicode fonts?   I was told 
some things on this list that lead me to believe that unicode fonts are the 
way to go, but I haven't been able to get set up properly on my Win2k 
machine.  That is why I'm intending to install Linux and LyX on another 
computer.

Also, am I correct in believing that each character in a unicode font is 
two bytes wide no matter what accent marks it may or may not have?

Louis




Re: English, Greek, Hebrew, and Unicode.

2002-04-08 Thread Herbert Voss

Dr. Louis A. Turk wrote:

 Dear Lyx users,
 
 I am wanting to get set up to write books in the English language, but 
 with some Greek and Hebrew mixed in with the English both in the main 
 text and also in the footnotes.  Can anyone advise me how to get set up 
 for this?   Is it possible and advisable to use unicode fonts?   I was 
 told some things on this list that lead me to believe that unicode fonts 
 are the way to go, but I haven't been able to get set up properly on my 
 Win2k machine.  That is why I'm intending to install Linux and LyX on 
 another computer.


there are several packages for Greek. Do a search on ctan

 
 Also, am I correct in believing that each character in a unicode font is 
 two bytes wide no matter what accent marks it may or may not have?


for use of unicode look at

http://www.math.tau.ac.il/~dekelts/lyx/

Herbert



-- 
http://www.lyx.org/help/




Enumerate environment

2002-04-08 Thread R.G.N. Meegama

Hi,

How can I change the Enumerate environment to (a), (b), (c)... instead of
the default 1,2,3?

Thanks,

Gayan




Re: Enumerate environment

2002-04-08 Thread Herbert Voss

R.G.N. Meegama wrote:

 Hi,
 
 How can I change the Enumerate environment to (a), (b), (c)... instead of
 the default 1,2,3?
 


-- 
http://www.lyx.org/help/list/lists.php3#style

Hebrert




Re: Using \url with BibTeX

2002-04-08 Thread Herbert Voss

Roberto Hernandez wrote:

 howpublished = {\url{http://www.lyx.org}},
 howpublished = {\url|http://www.lyx.org|},
 
 Right now I have no clue what the problem is. I'm including the first 
 part of the error message at the end of this mail.


attached a demo


HErbert



-- 
http://www.lyx.org/help/


comment{This file has been generated by Pybliographer}


Book{PostScript,
  Author = {Kollock, Nikolai G.},
  Title  = {PostScript richtig eingesetzt: vom Konzept zum
   praktischen Einsatz},
  Publisher  = {IWT},
  Address= {Vaterstetten},
  year   = 1989,
}

Manual{pstricks,
  Title  = {PSTricks - {\PS} macros for Generic TeX},
  Author = {Timothy Van Zandt \url{http://www.tug.org/application/PSTricks}},
  Organization   = {},
  Address= {\url{http://www.tug.org/application/PSTricks}},
  Note   = {},
  year   = 1993,
}



#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\begin_preamble
\usepackage{url}
\newcommand\PS{PostScript}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard

A ref to nobody
\begin_inset LatexCommand \cite{pstricks}

\end_inset 

.
\layout Standard


\begin_inset LatexCommand \BibTeX[plain]{PS}

\end_inset 


\the_end



Re: Re: math-macro scope

2002-04-08 Thread Andre Poenitz

On Fri, Apr 05, 2002 at 09:53:35AM +0200, Guenter Milde wrote:
 For the first problem, the learnign should be constrained to the active
 buffer. (Well, I have too less insight into the LyX source (i.e. None) to
 know how to implement this).

I think I won't touch this for 1.2 anymore.

 For the second problem (definitions in included files), my proposal (which
 is rather a nice workaround than a direct solution) would be a new enhanced
 Latex-Preamble dialog, which is a feature request on its own: 
 
Could we have the LaTeX preamble dialog using a normal LyX-document
window with all the nice features? This would
  a) make the editing of the preamble a lot easier 
 (at least on my KDE, the present dialog behaves odd (different
 keybindings, DEL does Backspace ...)
  b) allow the definition of a math-macro in the preamble and thus keep
 the main document clean (and eliminate the need for a included file
 of math-macros).

This would be nice indeed.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Lyx and SUSE Linux

2002-04-08 Thread Andre Poenitz

On Fri, Apr 05, 2002 at 02:26:11PM -0600, Dr. Louis A. Turk wrote:
 Does anyone out there have experience with Lyx on SUSE Linux?  Am I on
 the right track?  Would some other version of Linux be better for
 running Lyx?

I have been using SuSE on a regular base since 4.2 came out and never had
distribution specific problems with LyX, i.e. the LyX's that came with
the distributions were usually a bit dated, but worked out-of-the-box.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

I need to convert my document to word doc-file. I thought about converting
from lyx to html and the converting this to .doc with staroffice. However,
after I exported from LyX as TeX and tried running latex2html, I can't get
it working properly. I get:

...
Warning: No implementation found for option: `american' for `article'
package
Warning: No implementation found for option: `T1' for `fontenc' package
...
Warning: No implementation found for option: `17pt' for `extsizes' package
...
,,,Arguments to csname are too complex ...
It will not be processed unless used in another environment
which is passed to LaTeX whole for processing.
,,Arguments to SF@gobbletwobracket are too complex ...
It will not be processed unless used in another environment
which is passed to LaTeX whole for processing.
...
Warning: No implementation found for option: `american' for `article'
package
.
Warning: No implementation found for package: times.
Warning: No implementation found for package: fontenc..
Warning: No implementation found for package: geometry..
Warning: No implementation found for package: algorithm.
UNKNOWN COMMAND: csname .
Warning: No implementation found for package: extsizes..
...
pstoimg: Error: Cannot find file /tmp/l2h3565/image055.ps: No such file
or directory
Error while converting image
Error: Cannot read 'img55.png': No such file or directory
...
Unknown commands: else SF endcsname ifx fi let noexpand geometry
...


It's quite straightforward document, so I wouldn't expect problems. The
only custom command in preamble is
\usepackage[17pt]{extsizes}
but it doesn't help removing this. I have some eps figures in the document,
and they work fine with PostScript output.

i tried editing the .tex file and removing everything unneeded. Still
doesn't work. I'm using package algorithm (ie. algorithm floats), which
might not be supported in latex2html.




missing foiltex

2002-04-08 Thread user thomas

Hello all Lyxers,

I am just trying to add a new documentclass 'a la carte' (according to the 
help documentation, especially customization part). Unfortunately LyX doesn't 
recognize the added foiltex class. Here is what happened till now:

1. Creating a new directory and copying all necessary file to  
   
  
/usr/local/texmf/latex/foiltex (containing .styand .cls files from tar 
archive)

2. setting environment variable in  /home/.bashprofile as suggested in the 
 
docs (TEXMFLOCAL = /usr/local/texmf
TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!TEXMFMAIN}

3. running texhash (alternatively: texhash /usr/local/texmf)

4. concluding the installation by reconfiguring LyX and restart.

This used to happen on a RH7.2 box shipping Lyx-1.1.6fix4 and a normal 
working TeX/LaTeX - installation.
I should have missed something but I don't get at the moment! Are there any 
ideas to make things go ?


Thanks
Thomas




Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Tuukka Toivonen wrote:

after I exported from LyX as TeX and tried running latex2html, I can't get
it working properly. I get:

I forgot to mention that I used psrip to extract the EPS files from
Postscript document. They look suspicious, maybe the problem is this.




Re: Image conversion

2002-04-08 Thread Hellmut Weber

Hi Herbert,
thanks a lot.

As always you offer lots of useful information! §;-))

Especially this link:
 http://www.lyx.org/help/ScreenShot/ScreenShot.php

Hellmut



template complains about eps

2002-04-08 Thread Pete Phillips


Hi

I have a lyx file which I can open in lyx, and view, print etc.

The file in question is a lyx file I have put together for a quote
template for our lab, and it includes an eps file which displays in a
footnote at the botteom of the quote.

If I copy this file to the lyx templates directory, and then call it
up from the New from temp[lates menu option, it complains it can't
determine the size of the graphic (as this is an eps file, I'm
guessing that it can't determine the size because ut can't find the
file).

If I save the file and do a diff with my original, the only differences are this:

119c119
 file ../../lib/text/lhead/ukas-testing-WoB-SMTL-top-lhs.eps
---
 file /home/lib/text/lhead/ukas-testing-WoB-SMTL-top-lhs.eps


If I open the template file directly from the main menu, I can view it.

It seems to me that during the template process, something is mangling
the path to a relative instead of absolute pathname.  Should it do
this, or is it a bug ?

Pete



Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Tuukka Toivonen wrote:

I forgot to mention that I used psrip to extract the EPS files from
Postscript document. They look suspicious, maybe the problem is this.

Well it's not, I removed all eps figures (leaving only equations)  and
there's still the same problem. I cut down the .tex file, and just can not
see any pattern why latex2html fails on this. Can anyone help? I'm using
Debian Woody with its stock latex2html 2000-beta1-5.

When converting the following example, anything.eps doesn't show at all but
is replaced with text inline-math-here. And inline-math-here is not in
the text as inline.

\documentclass[english]{article}
\usepackage{babel}
\usepackage{graphics}
\makeatletter
\makeatother
\begin{document}
Text here doesnt matter what.
\begin{figure}
\includegraphics{anything.eps}
\end{figure}
Line that contains math, inline math next $inline-math-here$ end of inline
math.
\end{document}





Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Andre Poenitz

On Mon, Apr 08, 2002 at 01:52:09PM +0300, Tuukka Toivonen wrote:
 after I exported from LyX as TeX and tried running latex2html, I can't get
 it working properly. I get:
 
 I forgot to mention that I used psrip to extract the EPS files from
 Postscript document. They look suspicious, maybe the problem is this.

Maybe not exactly a solution to your problem, but maybe worth to check:
I have lately used 'hevea' for .tex (.lyx) to .html conversion and I am
pretty happy with it.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Andre Poenitz wrote:

I have lately used 'hevea' for .tex (.lyx) to .html conversion and I am

Thanks for suggestion, but the problem is same as with tth: it doesn't
handle well enough the equations. With some other document with less math
it would be a good solution.




Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Andre Poenitz

On Mon, Apr 08, 2002 at 03:26:57PM +0300, Tuukka Toivonen wrote:
 Thanks for suggestion, but the problem is same as with tth: it doesn't
 handle well enough the equations.

I see.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: template complains about eps

2002-04-08 Thread Herbert Voss

Pete Phillips wrote:

 If I copy this file to the lyx templates directory, and then call it
 up from the New from temp[lates menu option, it complains it can't
 determine the size of the graphic (as this is an eps file, I'm
 guessing that it can't determine the size because ut can't find the
 file).


is this eps file ok? means: does it has a line like
%%BoundingBox: 
in the beginning of the file.

if yes, than it's a problem with the path.

HErbert



-- 
http://www.lyx.org/help/




Re: missing foiltex

2002-04-08 Thread Herbert Voss

user thomas wrote:

 I am just trying to add a new documentclass 'a la carte' (according to the 
 help documentation, especially customization part). Unfortunately LyX doesn't 
 recognize the added foiltex class. Here is what happened till now:
 
   1. Creating a new directory and copying all necessary file to  
  
   
   /usr/local/texmf/latex/foiltex (containing .styand .cls files from tar 
   archive)
 
   2. setting environment variable in  /home/.bashprofile as suggested in the 
 
   docs (TEXMFLOCAL = /usr/local/texmf
   TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!TEXMFMAIN}
 
   3. running texhash (alternatively: texhash /usr/local/texmf)
 
   4. concluding the installation by reconfiguring LyX and restart.
 
 This used to happen on a RH7.2 box shipping Lyx-1.1.6fix4 and a normal 
 working TeX/LaTeX - installation.
 I should have missed something but I don't get at the moment! Are there any 
 ideas to make things go ?


start lyx from commandline and do a edit-reconfigure.
look for lines like:

+checking for document class g-brief-en [g-brief]... yes
+checking for document class heb-article [article]... yes
+checking for document class heb-letter [letter]... yes
+checking for document class hollywood [hollywood]... yes

what is with the foiltex.cls?


HErbert



-- 
http://www.lyx.org/help/




Re: template complains about eps

2002-04-08 Thread Pete Phillips

Hi Herbert

 Herbert == Herbert Voss [EMAIL PROTECTED] writes:

Herbert is this eps file ok? means: does it has a line like
Herbert %%BoundingBox:   in the beginning of the file.

Herbert if yes, than it's a problem with the path.


yes - it is a conforming EPS file with bounding box.

I can see that there is a path problem, but why is lyx changing the
path ?

Pete




Re: template complains about eps

2002-04-08 Thread Herbert Voss

Pete Phillips wrote:

 yes - it is a conforming EPS file with bounding box.
 
 I can see that there is a path problem, but why is lyx changing the
 path ?


lyx saves the relative path. when you move the doc, the path

is wrong.

HErbert



-- 
http://www.lyx.org/help/




Re: Re: template complains about eps

2002-04-08 Thread Guenter Milde

On Mon, 08 Apr 2002 16:41:48 +0200 wrote Herbert Voss 
[EMAIL PROTECTED]:

 Pete Phillips wrote:
  
  I can see that there is a path problem, but why is lyx changing the
  path ?
 
 lyx saves the relative path. when you move the doc, the path
 is wrong.

I.e. (if I am right) an eps file in a template needs to be given the
absolute path (as a template is intended for take and move to a new file).

Does it help to open the insert-graphic-dialog and insert the absolute path?

Or the eps-file needs to reside in a directory where latex can find it
(if I remember right, there is a graphics directory variable (but will LyX
find it?)

Guenter

--
[EMAIL PROTECTED]




Re: DocBook questions

2002-04-08 Thread Jose Abilio Oliveira Matos

On Saturday 06 April 2002 16:02, Yannick Patois wrote:
 Hi,

 Some questions may be too much 'docbook' to be answered here... Does
 anybody know a good docbook list ?

DocBook markup - [EMAIL PROTECTED]
docbook applications - [EMAIL PROTECTED]

  I'm subscribed to both as is Ben G., and if I know I don't mind to answer. 
:-)

 Anyway:

 - In my ps output, all collumns in tables have the same width (it seems
 to be simply nb column/available width without taking care of what's in
 it). How can I change that (i dont like fixed width in cm) ?

  I didn't thought about that, yet. What would you expect?

 - Header row is not distinguished from other row (I would like some double
 line, or bold, centered, somethink like that)

  For that you want to use a long table, and mark the first row as such.

 - Orphans table row

  ???
  I don't get you here.

 What would you suggest ?

 Thanks,

   Yannick

-- 
José Abílio



legend position in figure

2002-04-08 Thread Wolfgang Engelmann

how can I position the legend to the right of the figure?
I am using two column book style
and \caption[short legend]{long legend}

The problem is, that with a one column figure the legend underneath the 
figure exceeds the page size.

now as one column
figure:
---|
  |
  |
  |
  |
  |
---|
rather
long
legend
exceeding the
size 
of the
page

wanted (as wide figure, but width of figure same as before):

---|   rather
  |   long
  |   legend
  |   should
  |   now be
  |   here
---|

Wolfgang




Table from English to german version

2002-04-08 Thread Wolfgang Engelmann

I inserted a table from an English version into a German Version of a book.
I made sure that the legend of the table and the table content was marked and 
LayoutLanguagereset done. I saved the document  and used viewdvi. Lyx 
crashed with the following remark in the Lyx-terminal:
Running latex
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. If possible, please read 'Known bugs'
under the Help menu and then send us a full bug report. Thanks!
Bye.

Afterward I ran the lyx-file (there was no emergency safe, but the lyx file 
which crashed was available). 200 errors after the table suggests to me that 
the contents of the cells of the table were not reset by the action before. I 
therefore checked the lyx-file with a normal editor. Here are the relevant 
parts:

column alignment=center valignment=top leftline=true rightline=true 
width= special=
row topline=true bottomline=true newpage=false
cell multicolumn=0 alignment=center valignment=top topline=true 
bottomline=false leftline=true rightline=false rotate=false 
usebox=none width= special=
\begin_inset Text

\layout Standard


\lang english
22
\end_inset
/cell
cell multicolumn=0 alignment=center valignment=top topline=true 
bottomline=false leftline=true rightline=false rotate=false 
usebox=none width= special=
\begin_inset Text

\layout Standard

I removed the \lang english with the editor and re-ran the lyx file. I had to 
insert at three places a \clearpage which I did not need before the table was 
inserted. The places were not related to the place were the table had been 
inserted.

The dvi file showed finally the table, but displaced in the lower right 
corner covering much of the table legend.
With the normal Table environment it s the same.


This is what I have in my preamble:

\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}
\cleardoublepage}}

\pagestyle{fancyplain}
\addtolength{\headwidth}{\marginparsep}
\addtolength{\headwidth}{\marginparwidth}
\renewcommand{\chaptermark}[1]%
   {\markboth{#1}{}}
\renewcommand{\sectionmark}[1]%
   {\markright{\thesection\ #1}}
\lhead[\fancyplain{}{\bfseries\thepage}]%
  {\fancyplain{}{\bfseries\rightmark}}
\rhead[\fancyplain{}{\bfseries\leftmark}]%
  {\fancyplain{}{\bfseries\thepage}}
\cfoot[]{}

\usepackage[round,comma]{natbib}

\def\myCleardoublepage{\myClearpage\if@twoside \ifodd\c@page\else
\hbox{}\if@twocolumn\hbox{}\fi\fi\fi}

I am using \caption[short legend]{long legend}
and widetable.

#

I did not find a note  about it in the Known bugs Help Menu.

It takes time to correct these problems and therefore I though to report on 
it. 
Has somebody else tried to use a different language-template for translations 
and ran into difficulties and how did you go around the problems arising?
###

 Thanks for suggestions
Wolfgang



Re: DocBook questions

2002-04-08 Thread Yannick Patois

Hi,

On Mon, 8 Apr 2002, Jose Abilio Oliveira Matos wrote:
 DocBook markup - [EMAIL PROTECTED]
 docbook applications - [EMAIL PROTECTED]
   I'm subscribed to both as is Ben G., and if I know I don't mind to answer.

Hum, thanks. I'll see if I have some spare time for this, right now, my
mailbox is a nightmare to manage :(

  - In my ps output, all collumns in tables have the same width (it seems
  to be simply nb column/available width without taking care of what's in
  it). How can I change that (i dont like fixed width in cm) ?
   I didn't thought about that, yet. What would you expect?

Without specifications, I would expect width to addapt to the content
(like html tables does). Have '%' width and an 'em' width that works.

I tried some, but got no convincing results.

  - Header row is not distinguished from other row (I would like some double
  line, or bold, centered, somethink like that)
   For that you want to use a long table, and mark the first row as such.

Thanks, I'll try.

  - Orphans table row
   ???
   I don't get you here.

Too often is the last row (or the first) left alone on a page (with the
rest of the table elsewhere). In LaTeX there are some 'badness' parameters
to force the behavior to be more polite.

What can I do here ?

Thanks for your answers.

Yannick




Re: legend position in figure

2002-04-08 Thread Herbert Voss

Wolfgang Engelmann wrote:

 how can I position the legend to the right of the figure?
 I am using two column book style
 and \caption[short legend]{long legend}
 
 The problem is, that with a one column figure the legend underneath the 
 figure exceeds the page size.


have a look at http://www.lyx.org/help/ (!) or use package sidecap.

Herbert




Re: DocBook questions

2002-04-08 Thread Jose Abilio Oliveira Matos

On Monday 08 April 2002 16:09, Yannick Patois wrote:
 Hi,

 Hum, thanks. I'll see if I have some spare time for this, right now, my
 mailbox is a nightmare to manage :(

  procmail is a good answer anyway. :-)

 Without specifications, I would expect width to addapt to the content
 (like html tables does). Have '%' width and an 'em' width that works.

  without specifications I guess that is a question of jadetex, the other 
options I will look into it to fix it.

 I tried some, but got no convincing results.

   - Header row is not distinguished from other row (I would like some
   double line, or bold, centered, somethink like that)
 
For that you want to use a long table, and mark the first row as such.

 Thanks, I'll try.

   - Orphans table row
 
???
I don't get you here.

 Too often is the last row (or the first) left alone on a page (with the
 rest of the table elsewhere). In LaTeX there are some 'badness' parameters
 to force the behavior to be more polite.

 What can I do here ?

  That should be an issue of jadetex. LyX is not reponsible for those.

 Thanks for your answers.

   Yannick

-- 
José Abílio



Compilation problems with the latest CVS

2002-04-08 Thread Yannick Patois

Hi,

Got this stranges things:
On configure :
sed: can't read ./config/Makefile.in: No such file or directory

On make:
Making all in config
make[1]: Entering directory `/home/patois/src/lyx/lyx-devel/config'
make[1]: *** No rule to make target `all'.  Stop.

I just did a CVS update.

Any idea ?

Thanks,

Still working on docbok, saw several problems, want to check how the
latest CVS deal with them before complaining ;)

Yannick

-- 
 _/ Yannick Patois _ Address (home) __
| irc(undernet): Garp on #france25+ | 17, rue du Tonkin|
| email : [EMAIL PROTECTED] | Apt. 9G, 3iem|
| http://garp.feelingsurfer.net/| 69100 Villeurbanne   |
| Tel-home: +33 (0)4 78 89 76 47| FRANCE   |
| http://clag.lautre.net : Le site du Collectif Après-Gênes Lyonnais   |




Re: DocBook questions

2002-04-08 Thread Yannick Patois

Hi,

Thanks for your reply.

I couldnt recompile lyx, so I just give a few questions, but no answers...

On Mon, 8 Apr 2002, Jose Abilio Oliveira Matos wrote:

[Table width]
  Without specifications, I would expect width to addapt to the content
  (like html tables does). Have '%' width and an 'em' width that works.
   without specifications I guess that is a question of jadetex, the other
 options I will look into it to fix it.

Where will I get answers on jadetex ?

- Header row is not distinguished from other row (I would like some
double line, or bold, centered, somethink like that)
   For that you want to use a long table, and mark the first row as such.
  Thanks, I'll try.

Tried.

Two points:
- informaltable also support thead. I shouldnt have to go to long
table ('normal' tables are converted by lyx in informaltable and 'long'
tables in table).
- A trick to have this is to 1/ create a long table, set the head row,
2/ go back to an normal table: the head attribute persist (but that's not
very elegant).

- There is a bug in the use of thead. Instead of closing it with
/thead it is closed with again a thead (of course failed).

- Orphans table row
   That should be an issue of jadetex. LyX is not reponsible for those.

OK, so, where to ask ?

A few other questions:

- Footnotes are not at foot but a the end of the doc (guess it's defined
somewhere in the DSL...).

- The text wrap is sometimes faulty (going beyon the page). Think it's
also JadeTex here.

- The 'return' character (made by CTRL-return creating a red return arrow
in the lyx document)  is not honored in the PS output.

That's all for now. Thanks for your answsers,

Yannick





prosper cluster

2002-04-08 Thread Davide Cavallari

Are  the  files  'PPRclean.sty'   and  'colortblx.sty'  useful?  They  are
in   the  'cluster'   archive,  but   nothing  is   said  about   them  in
http://www.lyx.org/help/seminar/seminar.php.

-- 
Cheers,
Davide Cavallari
Carpe Diem, ovvero: meglio pentirsi di averci provato che pentirsi di non
averci provato.

Stupro escluso.



Re: prosper cluster

2002-04-08 Thread Wayan


On Mon, 8 Apr 2002, Davide Cavallari wrote:

 Are the files 'PPRclean.sty' and 'colortblx.sty' useful?  They are in
 the 'cluster' archive, but nothing is said about them in
 http://www.lyx.org/help/seminar/seminar.php.

Yes, PPRclean.sty is usefull for printing in foil, but for pdf-slide with
acroread presentation better use another background styles. If you want to
make a table with color background the colortblx.sty is usefull...

Wayan




Re: Compilation problems with the latest CVS

2002-04-08 Thread Laurent Duperval

On  8 Apr, Yannick Patois wrote:
 Hi,
 
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory
 

Hey, and here I thought it was a problem on my end.

L

-- 
Laurent Duperval mailto:[EMAIL PROTECTED]

BOWIE'S THEOREM
If an experiment works, you must be using the wrong equipment.
  -




Re: Compilation problems with the latest CVS

2002-04-08 Thread Lars Gullik Bjønnes

Laurent Duperval [EMAIL PROTECTED] writes:

| On  8 Apr, Yannick Patois wrote:
 Hi,
 
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory
 

| Hey, and here I thought it was a problem on my end.

So you didn't run ./autogen.sh?

-- 
Lgb



S/W !!( ) []

2002-04-08 Thread
Title: ¶óº§ÇÁ·Î±×·¥ ¹«·á(»õ¿ìÆí¹øÈ£ ÀÚµ¿ÀÔ·Â)




 
  
 
  
   

   



  


  

  


  

  


   


  
   

 
  
 
  
   
- ¿øÇÏ´Â °í°´¿¡¼¼ DM ÀÚ·á¹ß¼Û
  - ¿øÇÏ´Â °í°´¿¡°Ô Telemarketing
  - ¶óº§Áö Ãâ·Â Àü¹® S/W ³»Àå
  - °Ë»öµÈ °á°ú¸¦ ¸Þ¸ðÀå¿¡ ÀúÀå, È°¿ë
 ¨ç [»óÈ£/¾÷Á¾Æí] :  Àü±¹ 400¸¸ »óÈ£/¾÷Á¾ µ¥ÀÌŸ ¼ö·Ï
  ¨è [ÀθíÆí] : Àü±¹ 1,200¸¸ ÀÎ¸í µ¥ÀÌŸ ¼ö·Ï 
  ±¸ÀÔ °í°´¿¡°Ô´Â ¶óº§¿ëÁö 1±Ç(50¸Å/A4)À» »çÀºÇ°À¸·Î µå¸³´Ï´Ù.


  
  
  

  

  

  


   


  
   


  
 
  
  È«º¸¿ë ¾È³»¹®À» ¼öõ, ¼ö¸¸ °í°´ºÐµé²² º¸³½´Ù°í »ý°¢ÇØ 
º¸¼¼¿ä. 
Àη°ú ¸¹Àº ½Ã°£À» µé¿© ¸çÄ¥ ¾ß±ÙÇØ °¡¸é¼­ ÀÛ¾÷ÇÒ ½Ã°£¿¡ Á» ´õ È¿À²
ÀûÀÎ ÀÏÀ» ÇÏ½Ã´Â°Ô ¾î¶³±î¿ä? DMÀÛ¾÷Àº ÀúÈñÇÑÅ× ¸Ã±â½Ê½Ã¿ä.

 Àú·ÅÇÏ°í ½Å¼ÓÇÏ°Ô °í°´¿©·¯ºÐÀÇ Á¤¼ºÀ» ´ã¾Æ¼­ ¿ìÆí¹° ¹ß¼ÛÀ» Ã¥ÀÓÁö
°Ú½À´Ï´Ù. 

  
  
  
  
  
 
  

  

  


   


  
   
 
  
 
  
  ¿ìÆí¹°¹ß¼Û(DM)À» À§ÇÑ ´ë»ó °í°´ÀÇ ÁÖ¼Ò·Ï µ¥ÀÌŸ 
±¸Ãà, Àμ⹰·Î µÇ¾î
ÀÖ´Â ÀÚ·áÀÇ ÀÔ·Â ´ëÇà, ±âÁ¸ ÁÖ¼Ò·Ï µ¥ÀÌŸÀÇ »õ¿ìÆí¹øÈ£ º¯È¯ ÀÛ¾÷µîÀ» 
ÃֽŠ±â¼ú·Î ¹«ÀåÇÑ Àü¹®¿ä¿øµéÀÌ ¿©·¯ºÐÀ» µµ¿Íµå¸± °ÍÀÔ´Ï´Ù.

¢º Web-to-DB : ÀÌÁ¨ 
±×¸²ÀÇ ¶±À» Á÷Á¢ ¸ÔÀ» ¼ö ÀÖ½À´Ï´Ù.
 
ÀÎÅÍ³Ý ½Ç½Ã°£ ÁÖ¼Òµ¥ÀÌŸ¸¦ ¿¢¼¿ÆÄÀÏ·Î ¸¸µé¾î µå¸³´Ï´Ù.
 
(¿¹ : http://tel.hanmir.com (Çѹ̸£ ÀüÈ­¹øÈ£ °Ë»ö))

¢º µ¥ÀÌŸ ÀÔ·Â
¢º ÁÖ¼Ò ¶óº§ Ãâ·Â 

¢º »õ¿ìÆí¹øÈ£ º¯È¯

  
  
 
  

  

  


  

  


   

  
À̸ÞÀÏ ÁÖ¼Ò´Â lists.lyx.org ¿¡¼­ ¼öÁýÇÏ¿´À¸¸ç, À̸ÞÀÏ ÁÖ¼Ò ¿Ü¿¡´Â ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù.
´õÀÌ»ó ¸ÞÀÏÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é ¼ö ½Å °Å ºÎ¸¦ Ŭ¸¯ ÇØÁÖ¼¼¿ä. ÁÁÀº ÇÏ·ç º¸³»¼¼¿ä.

[¼ö ½Å °Å ºÎ(Do not send me again)] 


  


  

  


  

  


  
  

  




Re: Is there anyone using Lyx for Japanese with Linux?

2002-04-08 Thread okamoto

Sigh...
No Japanese Linux user of LyX here...
Sorry to make noise.

Kenji


---BeginMessage---

If so, please let me know the situation where you are running.
I tried lyx-1.1.6 with the pathces at cellular.phys.pusan.ac.kr
with Redhat Linux 6.2.  I can read the manual pages
in Japanese, but don't know how to write Japanese document.

When I tried kinput2, I got an error message like 
LyXCodeConv::lyxwctomb::lyxwctomb Cannot convert wc to mb.

Kenji

---End Message---


Re: Compilation problems with the latest CVS

2002-04-08 Thread Matej Cepl

On Mon, Apr 08, 2002 at 07:10:49PM +0200, Yannick Patois wrote:
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory

My experience from another CVS compilation (elinks) is that you
should run ./autogen.sh before ./configure. But I may be wrong.

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




CHINPUT GB2312 LYX (Was:Is there anyone using Lyx for Japanese with Linux?)

2002-04-08 Thread root

 
 
 Subject:
 
 Is there anyone using Lyx for Japanese with Linux?
snip



 
 
 If so, please let me know the situation where you are running.
 I tried lyx-1.1.6 with the pathces at cellular.phys.pusan.ac.kr
 with Redhat Linux 6.2.  I can read the manual pages
 in Japanese, but don't know how to write Japanese document.
 
 When I tried kinput2, I got an error message like 
 LyXCodeConv::lyxwctomb::lyxwctomb Cannot convert wc to mb.
 
 Kenji
 


Let me ask a straightforward question please:
using only LyX and a Linux 'chinput' GB2312 input software,
can I create a document with embedded GB2312 fonts that will
be displayed properly in the conversion to PDF?


Until now I have been unsuccessful in getting LyX to recognize
GB2312 (or any CJK) character set.

Please tell me what's the trick
or is LyX only for one-byte character sets?








Re: CHINPUT GB2312 LYX (Was:Is there anyone using Lyx for Japanese with Linux?)

2002-04-08 Thread okamoto

Please tell me what's the trick
or is LyX only for one-byte character sets?

Well, I suppose none will reply this, so let me try it.

Someone in Korea, sorry forgot his/her name, made it possible to read
and cramed to write CJK documents.   You can read his/her web page
which I quated in my first mail.  In my case, I changed a line, if I
still have clear memory, in a source where Korean character set was
hard coded (soryy, I forgot the precise place).

Kenji




Re: Lyx and SUSE Linux

2002-04-08 Thread Dr. Louis A. Turk

Hi Kathryn, James, Roy, Ame, R. Josh, Herbert, Holger, Clodoaldo,
  ABe, Peter, and Andre,

Many, many thanks for your comments about Lyx and SUSE Linux and Debian 
Linux.  It sounds like you are all having good success with Lyx on both 
SUSE and Debian Linux.

Now I have anther question, but I will start another thread for it.

I very much appreciate all of you who have taken time to tell me your 
experience with Lyx on Linux.

Louis





Re: Using \url with BibTeX

2002-04-08 Thread Roberto Hernandez

Herbert Voss wrote:
 Roberto Hernandez wrote:
 

 I've been trying to include URLs in bibliography entries using \url{}, 
 but I keep getting error messages. The problem is definitely related 
 to the use of \url{}, because all goes well without it. I've also 
 tried \url| | (instead of the {}), but that failed too.
 
 
 
 with or without a bibtex database?
 if without, means inside lyx, use insert-url

Yeah, I probably didn't send enough information. I'm using a bibtex 
database and a .bst definition file. I have included \usepackage{url} 
in the preamble.

The interesting thing is that the first pass of LaTeX and BibTeX go 
smoothly. The error message pops up after the second LaTeX pass. I've 
checked out the .dvi file that's left in the temporary LyX directory and 
the URL's show up fine.

I've tried the following two syntaxes in the .bib file:

howpublished = {\url{http://www.lyx.org}},
howpublished = {\url|http://www.lyx.org|},

Right now I have no clue what the problem is. I'm including the first 
part of the error message at the end of this mail.

Any ideas?

TIA,
Roberto



(bibliografia.bbl
! Undefined control sequence.
\Url Error -\url used in a moving argument.

l.21

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Improper alphabetic constant.
to be read again
\@makeother
l.21

A one-character control sequence belongs after a ` mark.
So I'm essentially inserting \0 here.

! Improper alphabetic constant.
to be read again
\set@mathcode
l.21

A one-character control sequence belongs after a ` mark.
So I'm essentially inserting \0 here.

! Improper alphabetic constant.
to be read again
\set@mathact
l.21

A one-character control sequence belongs after a ` mark.
So I'm essentially inserting \0 here.

! Improper alphabetic constant.
to be read again




English, Greek, Hebrew, and Unicode.

2002-04-08 Thread Dr. Louis A. Turk

Dear Lyx users,

I am wanting to get set up to write books in the English language, but with 
some Greek and Hebrew mixed in with the English both in the main text and 
also in the footnotes.  Can anyone advise me how to get set up for 
this?   Is it possible and advisable to use unicode fonts?   I was told 
some things on this list that lead me to believe that unicode fonts are the 
way to go, but I haven't been able to get set up properly on my Win2k 
machine.  That is why I'm intending to install Linux and LyX on another 
computer.

Also, am I correct in believing that each character in a unicode font is 
two bytes wide no matter what accent marks it may or may not have?

Louis




Re: English, Greek, Hebrew, and Unicode.

2002-04-08 Thread Herbert Voss

Dr. Louis A. Turk wrote:

 Dear Lyx users,
 
 I am wanting to get set up to write books in the English language, but 
 with some Greek and Hebrew mixed in with the English both in the main 
 text and also in the footnotes.  Can anyone advise me how to get set up 
 for this?   Is it possible and advisable to use unicode fonts?   I was 
 told some things on this list that lead me to believe that unicode fonts 
 are the way to go, but I haven't been able to get set up properly on my 
 Win2k machine.  That is why I'm intending to install Linux and LyX on 
 another computer.


there are several packages for Greek. Do a search on ctan

 
 Also, am I correct in believing that each character in a unicode font is 
 two bytes wide no matter what accent marks it may or may not have?


for use of unicode look at

http://www.math.tau.ac.il/~dekelts/lyx/

Herbert



-- 
http://www.lyx.org/help/




Enumerate environment

2002-04-08 Thread R.G.N. Meegama

Hi,

How can I change the Enumerate environment to (a), (b), (c)... instead of
the default 1,2,3?

Thanks,

Gayan




Re: Enumerate environment

2002-04-08 Thread Herbert Voss

R.G.N. Meegama wrote:

 Hi,
 
 How can I change the Enumerate environment to (a), (b), (c)... instead of
 the default 1,2,3?
 


-- 
http://www.lyx.org/help/list/lists.php3#style

Hebrert




Re: Using \url with BibTeX

2002-04-08 Thread Herbert Voss

Roberto Hernandez wrote:

 howpublished = {\url{http://www.lyx.org}},
 howpublished = {\url|http://www.lyx.org|},
 
 Right now I have no clue what the problem is. I'm including the first 
 part of the error message at the end of this mail.


attached a demo


HErbert



-- 
http://www.lyx.org/help/


comment{This file has been generated by Pybliographer}


Book{PostScript,
  Author = {Kollock, Nikolai G.},
  Title  = {PostScript richtig eingesetzt: vom Konzept zum
   praktischen Einsatz},
  Publisher  = {IWT},
  Address= {Vaterstetten},
  year   = 1989,
}

Manual{pstricks,
  Title  = {PSTricks - {\PS} macros for Generic TeX},
  Author = {Timothy Van Zandt \url{http://www.tug.org/application/PSTricks}},
  Organization   = {},
  Address= {\url{http://www.tug.org/application/PSTricks}},
  Note   = {},
  year   = 1993,
}



#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\begin_preamble
\usepackage{url}
\newcommand\PS{PostScript}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard

A ref to nobody
\begin_inset LatexCommand \cite{pstricks}

\end_inset 

.
\layout Standard


\begin_inset LatexCommand \BibTeX[plain]{PS}

\end_inset 


\the_end



Re: Re: math-macro scope

2002-04-08 Thread Andre Poenitz

On Fri, Apr 05, 2002 at 09:53:35AM +0200, Guenter Milde wrote:
> For the first problem, the "learnign" should be constrained to the active
> buffer. (Well, I have too less insight into the LyX source (i.e. None) to
> know how to implement this).

I think I won't touch this for 1.2 anymore.

> For the second problem (definitions in included files), my proposal (which
> is rather a nice workaround than a direct solution) would be a new enhanced
> Latex-Preamble dialog, which is a feature request on its own: 
> 
>Could we have the LaTeX preamble dialog using a normal LyX-document
>window with all the nice features? This would
>  a) make the editing of the preamble a lot easier 
> (at least on my KDE, the present dialog behaves odd (different
> keybindings, DEL does Backspace ...)
>  b) allow the definition of a math-macro in the preamble and thus keep
> the main document clean (and eliminate the need for a included file
> of math-macros).

This would be nice indeed.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Lyx and SUSE Linux

2002-04-08 Thread Andre Poenitz

On Fri, Apr 05, 2002 at 02:26:11PM -0600, Dr. Louis A. Turk wrote:
> Does anyone out there have experience with Lyx on SUSE Linux?  Am I on
> the right track?  Would some other version of Linux be better for
> running Lyx?

I have been using SuSE on a regular base since 4.2 came out and never had
distribution specific problems with LyX, i.e. the LyX's that came with
the distributions were usually a bit dated, but worked out-of-the-box.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

I need to convert my document to word doc-file. I thought about converting
from lyx to html and the converting this to .doc with staroffice. However,
after I exported from LyX as TeX and tried running latex2html, I can't get
it working properly. I get:

...
Warning: No implementation found for option: `american' for `article'
package
Warning: No implementation found for option: `T1' for `fontenc' package
...
Warning: No implementation found for option: `17pt' for `extsizes' package
...
,,,Arguments to csname are too complex ...
It will not be processed unless used in another environment
which is passed to LaTeX whole for processing.
,,Arguments to SF@gobble@twobracket are too complex ...
It will not be processed unless used in another environment
which is passed to LaTeX whole for processing.
...
Warning: No implementation found for option: `american' for `article'
package
.
Warning: No implementation found for package: times.
Warning: No implementation found for package: fontenc..
Warning: No implementation found for package: geometry..
Warning: No implementation found for package: algorithm.
UNKNOWN COMMAND: csname .
Warning: No implementation found for package: extsizes..
...
pstoimg: Error: Cannot find file "/tmp/l2h3565/image055.ps": No such file
or directory
Error while converting image
Error: Cannot read 'img55.png': No such file or directory
...
Unknown commands: else SF endcsname ifx fi let noexpand geometry
...


It's quite straightforward document, so I wouldn't expect problems. The
only custom command in preamble is
\usepackage[17pt]{extsizes}
but it doesn't help removing this. I have some eps figures in the document,
and they work fine with PostScript output.

i tried editing the .tex file and removing everything unneeded. Still
doesn't work. I'm using package algorithm (ie. algorithm floats), which
might not be supported in latex2html.




missing foiltex

2002-04-08 Thread user thomas

Hello all Lyxers,

I am just trying to add a new documentclass 'a la carte' (according to the 
help documentation, especially customization part). Unfortunately LyX doesn't 
recognize the added foiltex class. Here is what happened till now:

1. Creating a new directory and copying all necessary file to  
   
  
"/usr/local/texmf/latex/foiltex" (containing ".sty"and ".cls" files from tar 
archive)

2. setting environment variable in  /home/.bashprofile as suggested in the 
 
docs (TEXMFLOCAL = /usr/local/texmf
TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!TEXMFMAIN}

3. running "texhash" (alternatively: texhash /usr/local/texmf)

4. concluding the installation by reconfiguring LyX and restart.

This used to happen on a RH7.2 box shipping Lyx-1.1.6fix4 and a "normal" 
working TeX/LaTeX - installation.
I should have missed something but I don't get at the moment! Are there any 
ideas to make things go ?


Thanks
Thomas




Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Tuukka Toivonen wrote:

>after I exported from LyX as TeX and tried running latex2html, I can't get
>it working properly. I get:

I forgot to mention that I used "psrip" to extract the EPS files from
Postscript document. They look suspicious, maybe the problem is this.




Re: Image conversion

2002-04-08 Thread Hellmut Weber

Hi Herbert,
thanks a lot.

As always you offer lots of useful information! §;-))

Especially this link:
> http://www.lyx.org/help/ScreenShot/ScreenShot.php

Hellmut



template complains about eps

2002-04-08 Thread Pete Phillips


Hi

I have a lyx file which I can open in lyx, and view, print etc.

The file in question is a lyx file I have put together for a quote
template for our lab, and it includes an eps file which displays in a
footnote at the botteom of the quote.

If I copy this file to the lyx templates directory, and then call it
up from the "New from temp[lates" menu option, it complains it can't
determine the size of the graphic (as this is an eps file, I'm
guessing that it can't determine the size because ut can't find the
file).

If I save the file and do a diff with my original, the only differences are this:

119c119
< file ../../lib/text/lhead/ukas-testing-WoB-SMTL-top-lhs.eps
---
> file /home/lib/text/lhead/ukas-testing-WoB-SMTL-top-lhs.eps


If I open the template file directly from the main menu, I can view it.

It seems to me that during the template process, something is mangling
the path to a relative instead of absolute pathname.  Should it do
this, or is it a bug ?

Pete



Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Tuukka Toivonen wrote:

>I forgot to mention that I used "psrip" to extract the EPS files from
>Postscript document. They look suspicious, maybe the problem is this.

Well it's not, I removed all eps figures (leaving only equations)  and
there's still the same problem. I cut down the .tex file, and just can not
see any pattern why latex2html fails on this. Can anyone help? I'm using
Debian Woody with its stock latex2html 2000-beta1-5.

When converting the following example, anything.eps doesn't show at all but
is replaced with text "inline-math-here". And "inline-math-here" is not in
the text as inline.

\documentclass[english]{article}
\usepackage{babel}
\usepackage{graphics}
\makeatletter
\makeatother
\begin{document}
Text here doesnt matter what.
\begin{figure}
\includegraphics{anything.eps}
\end{figure}
Line that contains math, inline math next $inline-math-here$ end of inline
math.
\end{document}





Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Andre Poenitz

On Mon, Apr 08, 2002 at 01:52:09PM +0300, Tuukka Toivonen wrote:
> >after I exported from LyX as TeX and tried running latex2html, I can't get
> >it working properly. I get:
> 
> I forgot to mention that I used "psrip" to extract the EPS files from
> Postscript document. They look suspicious, maybe the problem is this.

Maybe not exactly a solution to your problem, but maybe worth to check:
I have lately used 'hevea' for .tex (.lyx) to .html conversion and I am
pretty happy with it.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Tuukka Toivonen

On Mon, 8 Apr 2002, Andre Poenitz wrote:

>I have lately used 'hevea' for .tex (.lyx) to .html conversion and I am

Thanks for suggestion, but the problem is same as with tth: it doesn't
handle well enough the equations. With some other document with less math
it would be a good solution.




Re: latex2html misplaces images/converting to m$ word

2002-04-08 Thread Andre Poenitz

On Mon, Apr 08, 2002 at 03:26:57PM +0300, Tuukka Toivonen wrote:
> Thanks for suggestion, but the problem is same as with tth: it doesn't
> handle well enough the equations.

I see.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: template complains about eps

2002-04-08 Thread Herbert Voss

Pete Phillips wrote:

> If I copy this file to the lyx templates directory, and then call it
> up from the "New from temp[lates" menu option, it complains it can't
> determine the size of the graphic (as this is an eps file, I'm
> guessing that it can't determine the size because ut can't find the
> file).


is this eps file ok? means: does it has a line like
%%BoundingBox: 
in the beginning of the file.

if yes, than it's a problem with the path.

HErbert



-- 
http://www.lyx.org/help/




Re: missing foiltex

2002-04-08 Thread Herbert Voss

user thomas wrote:

> I am just trying to add a new documentclass 'a la carte' (according to the 
> help documentation, especially customization part). Unfortunately LyX doesn't 
> recognize the added foiltex class. Here is what happened till now:
> 
>   1. Creating a new directory and copying all necessary file to  
>  
>   
>   "/usr/local/texmf/latex/foiltex" (containing ".sty"and ".cls" files from tar 
>   archive)
> 
>   2. setting environment variable in  /home/.bashprofile as suggested in the 
> 
>   docs (TEXMFLOCAL = /usr/local/texmf
>   TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!TEXMFMAIN}
> 
>   3. running "texhash" (alternatively: texhash /usr/local/texmf)
> 
>   4. concluding the installation by reconfiguring LyX and restart.
> 
> This used to happen on a RH7.2 box shipping Lyx-1.1.6fix4 and a "normal" 
> working TeX/LaTeX - installation.
> I should have missed something but I don't get at the moment! Are there any 
> ideas to make things go ?


start lyx from commandline and do a edit->reconfigure.
look for lines like:

+checking for document class g-brief-en [g-brief]... yes
+checking for document class heb-article [article]... yes
+checking for document class heb-letter [letter]... yes
+checking for document class hollywood [hollywood]... yes

what is with the foiltex.cls?


HErbert



-- 
http://www.lyx.org/help/




Re: template complains about eps

2002-04-08 Thread Pete Phillips

Hi Herbert

> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:

Herbert> is this eps file ok? means: does it has a line like
Herbert> %%BoundingBox:   in the beginning of the file.

Herbert> if yes, than it's a problem with the path.


yes - it is a conforming EPS file with bounding box.

I can see that there is a path problem, but why is lyx changing the
path ?

Pete




Re: template complains about eps

2002-04-08 Thread Herbert Voss

Pete Phillips wrote:

> yes - it is a conforming EPS file with bounding box.
> 
> I can see that there is a path problem, but why is lyx changing the
> path ?


lyx saves the relative path. when you move the doc, the path

is wrong.

HErbert



-- 
http://www.lyx.org/help/




Re: Re: template complains about eps

2002-04-08 Thread Guenter Milde

On Mon, 08 Apr 2002 16:41:48 +0200 wrote Herbert Voss 
<[EMAIL PROTECTED]>:

> Pete Phillips wrote:
> > 
> > I can see that there is a path problem, but why is lyx changing the
> > path ?
> 
> lyx saves the relative path. when you move the doc, the path
> is wrong.

I.e. (if I am right) an eps file in a template needs to be given the
absolute path (as a template is intended for "take and move to a new file").

Does it help to open the insert-graphic-dialog and insert the absolute path?

Or the eps-file needs to reside in a directory where latex can find it
(if I remember right, there is a graphics directory variable (but will LyX
find it?)

Guenter

--
[EMAIL PROTECTED]




Re: DocBook questions

2002-04-08 Thread Jose Abilio Oliveira Matos

On Saturday 06 April 2002 16:02, Yannick Patois wrote:
> Hi,
>
> Some questions may be too much 'docbook' to be answered here... Does
> anybody know a good docbook list ?

DocBook markup -> [EMAIL PROTECTED]
docbook applications -> [EMAIL PROTECTED]

  I'm subscribed to both as is Ben G., and if I know I don't mind to answer. 
:-)

> Anyway:
>
> - In my ps output, all collumns in tables have the same width (it seems
> to be simply nb column/available width without taking care of what's in
> it). How can I change that (i dont like fixed width in cm) ?

  I didn't thought about that, yet. What would you expect?

> - Header row is not distinguished from other row (I would like some double
> line, or bold, centered, somethink like that)

  For that you want to use a long table, and mark the first row as such.

> - Orphans table row

  ???
  I don't get you here.

> What would you suggest ?
>
> Thanks,
>
>   Yannick

-- 
José Abílio



legend position in figure

2002-04-08 Thread Wolfgang Engelmann

how can I position the legend to the right of the figure?
I am using two column book style
and \caption[short legend]{long legend}

The problem is, that with a one column figure the legend underneath the 
figure exceeds the page size.

now as one column
figure:
---|
  |
  |
  |
  |
  |
---|
rather
long
legend
exceeding the
size 
of the
page

wanted (as wide figure, but width of figure same as before):

---|   rather
  |   long
  |   legend
  |   should
  |   now be
  |   here
---|

Wolfgang




Table from English to german version

2002-04-08 Thread Wolfgang Engelmann

I inserted a table from an English version into a German Version of a book.
I made sure that the legend of the table and the table content was marked and 
Layout>Language>reset done. I saved the document  and used view>dvi. Lyx 
crashed with the following remark in the Lyx-terminal:
Running latex
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171
LyXAction::funcHasFlag: No info about kb_action: 171

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. If possible, please read 'Known bugs'
under the Help menu and then send us a full bug report. Thanks!
Bye.

Afterward I ran the lyx-file (there was no emergency safe, but the lyx file 
which crashed was available). 200 errors after the table suggests to me that 
the contents of the cells of the table were not reset by the action before. I 
therefore checked the lyx-file with a normal editor. Here are the relevant 
parts:




\begin_inset Text

\layout Standard


\lang english
22
\end_inset


\begin_inset Text

\layout Standard

I removed the \lang english with the editor and re-ran the lyx file. I had to 
insert at three places a \clearpage which I did not need before the table was 
inserted. The places were not related to the place were the table had been 
inserted.

The dvi file showed finally the table, but displaced in the lower right 
corner covering much of the table legend.
With the normal Table environment it s the same.


This is what I have in my preamble:

\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}
\cleardoublepage}}

\pagestyle{fancyplain}
\addtolength{\headwidth}{\marginparsep}
\addtolength{\headwidth}{\marginparwidth}
\renewcommand{\chaptermark}[1]%
   {\markboth{#1}{}}
\renewcommand{\sectionmark}[1]%
   {\markright{\thesection\ #1}}
\lhead[\fancyplain{}{\bfseries\thepage}]%
  {\fancyplain{}{\bfseries\rightmark}}
\rhead[\fancyplain{}{\bfseries\leftmark}]%
  {\fancyplain{}{\bfseries\thepage}}
\cfoot[]{}

\usepackage[round,comma]{natbib}

\def\myCleardoublepage{\myClearpage\if@twoside \ifodd\c@page\else
\hbox{}\if@twocolumn\hbox{}\fi\fi\fi}

I am using \caption[short legend]{long legend}
and widetable.

#

I did not find a note  about it in the Known bugs Help Menu.

It takes time to correct these problems and therefore I though to report on 
it. 
Has somebody else tried to use a different language-template for translations 
and ran into difficulties and how did you go around the problems arising?
###

 Thanks for suggestions
Wolfgang



Re: DocBook questions

2002-04-08 Thread Yannick Patois

Hi,

On Mon, 8 Apr 2002, Jose Abilio Oliveira Matos wrote:
> DocBook markup -> [EMAIL PROTECTED]
> docbook applications -> [EMAIL PROTECTED]
>   I'm subscribed to both as is Ben G., and if I know I don't mind to answer.

Hum, thanks. I'll see if I have some spare time for this, right now, my
mailbox is a nightmare to manage :(

> > - In my ps output, all collumns in tables have the same width (it seems
> > to be simply nb column/available width without taking care of what's in
> > it). How can I change that (i dont like fixed width in cm) ?
>   I didn't thought about that, yet. What would you expect?

Without specifications, I would expect width to addapt to the content
(like html tables does). Have '%' width and an 'em' width that works.

I tried some, but got no convincing results.

> > - Header row is not distinguished from other row (I would like some double
> > line, or bold, centered, somethink like that)
>   For that you want to use a long table, and mark the first row as such.

Thanks, I'll try.

> > - Orphans table row
>   ???
>   I don't get you here.

Too often is the last row (or the first) left alone on a page (with the
rest of the table elsewhere). In LaTeX there are some 'badness' parameters
to force the behavior to be more polite.

What can I do here ?

Thanks for your answers.

Yannick




  1   2   >