Re: Unsubscribe does not work

2007-11-05 Thread Kornel Benko
Am Montag, 5. November 2007 schrieb Florian Hackenberger:
 On Saturday 27 October 2007, Paul A. Rubin wrote:
  Anthony Campbell wrote:
   On 27 Oct 2007, Florian Hackenberger wrote:
   There seems to be a problem with ezmlm. I cannot unsubscribe from
   the list. I already sent two messages to
   [EMAIL PROTECTED] but never got a reply. Could

You should mail to mailto:[EMAIL PROTECTED]
instead.

   someone please have a look at it or unsubscribe me manually?
   There is another problem as well, which is that for the past few
   days about half the posts I make to this list never show up. If you
   see this one you'll know it arrived but others I've sent haven't.
  If you're using the Gmane NNTP (news) service, it might be something
  like what I encountered a week or so ago.  Most of my posts were
  either showing up hours later or not at all.  Turned out their server
  was being hit by a spam storm, which eventually subsided.
 
 Unfortunately the mailing list management software hasn't unsubscribed 
 me yet, despite sending the mails once again. Could someone please 
 remove me manually? I'm subscribed directly, not via Gmane btw.

Kornel


-- 
Kornel Benko
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: LyX mac customized icon

2008-03-05 Thread Kornel Benko
Am Mittwoch 05 März 2008 schrieb Bennett Helm:
 On Mar 4, 2008, at 5:05 PM, ailoan wrote:
  Hello,
 
  I am a young graphist and I choose your soft (LyX-Mac) to work on a
  project for fun.
  I saw your icon and try to suggest you one more customized.
  Feel free to use it in any project you see fit. They are in SVG
  format for maximum flexibility.
 
  DL the archive at the URL : http://ailoan.free.fr/LyX-mac.zip

 I'd love to take a look at what you've come up with, but I'm not able
 to open the files you've posted. (Inkscape, right? ... For some
 reason Inkscape consistently crashes on launch for me now, and I
 don't have time to troubleshoot.)

I had no problem with inkscape. I only had to gunzip the LyX-icone.svgz to  
LyX-icone.svg first.

unzip LyX-mac.zip
cat LyX-document.svgz | gunzip -c  LyX-document.svg
inkscape LyX-document.svg

Kornel

-- 
Kornel Benko
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: Cannot outpt dvi pdf

2008-06-15 Thread Kornel Benko
Am Sonntag 15 Juni 2008 schrieb Waluyo Adi Siswanto:
 I am just a new user of LyX and Linux system (Ubuntu)

 When I learn LyX I want to make hardcopy by clicking dvi or pdf but I got
 this message An empty output was generated then I click OK nbsp;LATEX
 error: File 'ifpdf.sty' not found

On ubuntu, this file is part of texlive-latex-recommended package.

Kornel
-- 
Kornel Benko
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: problem istalling lyx

2008-10-04 Thread Kornel Benko
Am Samstag 04 Oktober 2008 schrieb NISA BALAKRISHNAN:
 i encounter a problem during installing lyx-1.5.6 on ubuntu .
 when configuring the problem is  an error specifying  can not  compute
 sizeof (wchar_t ).

This may be a missing /usr/include/wchar.h. This is in package libc6-dev.

 please help...

Kornel

-- 
Kornel Benko
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Kornel Benko
Am Samstag, 9. Juli 2011 schrieb Steve Litt:
 On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote:
  On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt
 
 sl...@troubleshooters.com wrote:
   On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote:
   On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt
   
What am I doing wrong?
   
   Ubuntu ships the wrong version. See this recent discussion
   [1][2]. See these instructions [3] on how to push the update to
   your system (never tried it). Alternatively, Rainer and Rob
   have come up with a PPA containing LyX 2.0.0. Contact me
   off-list for the link.
   
   Regards
   Liviu
   
   LyX is probably the #2 most important application in my business
   (VimOutliner is #1). It's important enough that I'm willing to
   compile my own,
  
  The SRU solution above (link [3]) seems easy to deploy..
  
   always assuming that there's a 2.x version that compiles well
   on Ubuntu 11.04. What do you think is the best, most solid, most
   tested LyX 2.x right now?
  
  Probably the only one available, 2.0.0. I've compiled this version
  on 10.04 without any issues.
  
   Probably over half the time from 2001 til now my LyX was
   self-compiled rather than package installed.
  
  ..but if you're OK with building, this should be straightforward:
  apt-get build-dep lyx
  
   ./configure --with-version-suffix=-svn --enable-build-type=release
  
  make
  make install
 
 Ugh!
 Here was my configure command:
 
  ./configure --with-version-suffix=200 --enable-build-type=release  --
 with-qt4-dir=/usr/lib/qt4
 
 Here was the error message from ./configure:
 
 ==
  The following problems have been detected by configure.
  Please check the messages below before running 'make'.
  (see the section 'Problems' in the INSTALL file)
 
 ** moc 4 binary not found !
 
 ** uic 4 binary not found !
 
 ** qt 4 library not found !
 
 
 slitt@mydesk:~/junk/lyx-2.0.0$
 ==
 
 My /usr/lib/qt4 directory has only one subdirectory, called plugins. A
 locate command indicates the only other qt4 libraries are 32 bit, this
 is a 64 bit computer, and the 32 bit library has only the same
 subdirectory.
 
 I've installed moc. On every try I delete the whole tree and restore
 it from tarball so that there are no gotchas from leftover garbage.
 
 Where do I go from here?
 
 Thanks
 
 SteveT

On my machine moc is part of libqt4-dev package. (ubuntu 11.04, 64bit)
It includes the libfiles and include files.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Double page numbers on two-sided thesis document

2011-07-29 Thread Kornel Benko
Am Freitag, 29. Juli 2011 schrieb Richard Heck:
 On 07/29/2011 06:50 AM, Dirk Heine wrote:
  Dear list,
  
  I am using the default thesis template from Lyx 2.0 and have the
  following problem with page numbering in a two-sided document in book
  style (KOMA):
  
  Every left page carries two page numbers (one on the left page edge,
  one near the binding), every right page just one (on the right page
  edge). I would like to switch off this double-numbering of left pages
  but do not know how. Any help?
 
 Did you do something to try to customize the page numbering or headers?
 
 Richard

I think, the template is erroneous. (Had the same effect in trunk)
Definitition of Left Footer is ok, but Right Footer should have set the 
Short Title to nothing. (As of now, there is no short title).
So insert Short title in Right Footer, but let it be empty and you should 
be done.

Kornel



signature.asc
Description: This is a digitally signed message part.


Re: Double page numbers on two-sided thesis document

2011-07-29 Thread Kornel Benko
Am Freitag, 29. Juli 2011 schrieb Dirk Heine:
 Thanks a lot Kornel!
 Unfortunately I am not entirely sure what do no... I am a bit of a
 newbie to Lyx and would very much appreciate if you could give your
 advice once more for dummies.
 Many thanks!
 Dirk

Open your master thesis file in lyx (the one created from thesis-template)
Search for definition of Right Footer (this should be some lines below 
Dedication, cite from a famous person
Right klick on Right Footer, select Insert Short Title.
That's it.

 On Fri, Jul 29, 2011 at 10:05 PM, Kornel Benko kornel.be...@berlin.de wrote:
  Am Freitag, 29. Juli 2011 schrieb Richard Heck:
  On 07/29/2011 06:50 AM, Dirk Heine wrote:
   Dear list,
   
   
   
   I am using the default thesis template from Lyx 2.0 and have the
   
   following problem with page numbering in a two-sided document in book
   
   style (KOMA):
   
   
   
   Every left page carries two page numbers (one on the left page edge,
   
   one near the binding), every right page just one (on the right page
   
   edge). I would like to switch off this double-numbering of left pages
   
   but do not know how. Any help?
  
  Did you do something to try to customize the page numbering or headers?
  
  
  
  Richard
  
  I think, the template is erroneous. (Had the same effect in trunk)
  
  Definitition of Left Footer is ok, but Right Footer should have set
  the Short Title to nothing. (As of now, there is no short title).
  
  So insert Short title in Right Footer, but let it be empty and you
  should be done.
  
Regards
Kornel



signature.asc
Description: This is a digitally signed message part.


Re: Double page numbers on two-sided thesis document

2011-07-29 Thread Kornel Benko
Am Freitag, 29. Juli 2011 schrieb Dirk Heine:
 Thanks Kornel!
 
 Unfortunately the problem persists also after that executing Insert
 Short Title. I just tried it with my document and also with a new,
 clean version of the thesis template to make sure the problem does not
 arise due to some customisation. In both cases, however, the double
 page numbering remains.
 
 I would be grateful for further advice.
 
 Best wishes,
 
 Dirk

They should look like attached.
Kornel
attachment: Bildschirmfoto3.png

signature.asc
Description: This is a digitally signed message part.


Re: Double page numbers on two-sided thesis document

2011-07-30 Thread Kornel Benko
Am Samstag, 30. Juli 2011 schrieb Dirk Heine:
 Many thanks! It now works. My mistake was that I did not do this
 inserting of the short title for all branches. I only did it for the
 master and that does not work. It is needed for all branches
 individually as well.
 
 To avoid that anyone else using the thesis template experiences the
 same problems the documents found in Lxy 2.0 under File -- New from
 Template -- Folder Thesis hence need this correction. Any idea who
 to contact about this?
 
 Again many thanks!
 
 Dirk
 

Yes, the responsible for patches in branch 2.0 is Richard Heck 
(rgh...@comcast.net). I would do it, if I get the permission
from him.

Needed for trunk too BTW.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Biber

2011-08-26 Thread Kornel Benko
Am Freitag, 26. August 2011 schrieb Jürgen Spitzmüller:
 Julio Rojas wrote:
  I removed the version of biber I had previously installed.
  
  jcredberry@2e14-200305:/usr/local/texlive/2011/texmf/tex/latex$ biber -v
  biber version: 0.9.4
  
  But Lyx is still looking for textlive 2009 (which is also installed).
  Do you know how can I make it to look at texlive 2011 (yes, I
  reconfigured several times after installation)?
 
 I suppose you have to adjust your path settings. In your local profile file
 (~/.profile most probably), add the following (if the file does not exist
 yet, create it):

This is not  sufficient. With this, the path is set only for programs called 
from the command line.
To make it available to the desktop you should consider to edit 
~/.pam_environment (Create it, if not already there)

The syntax is simple a list of shell-variables you want to set. Like this:
PATH 
OVERRIDE=/usr/local/bin:/usr/local/texlive/2011/bin/x86_64-linux:/usr/bin:/usr/sbin:/sbin:/bin:/usr/bin/X11:.

 #
 # Set some environment variables for TeX/LaTeX
 #
 export TEXMFCNF=/usr/local/texlive/2011/texmf/web2c:$TEXMFCNF
 export PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH
 
 After relogin, LyX should find the right binaries. See also sec. 3.4.1 of
 the texlive manual:
 http://www.tug.org/texlive/doc/texlive-en/texlive-en.html
 
 I have created a symlink here from /usr/local/texlive/current to
 /usr/local/texlive/2011 and set all pathes to current instead of 2011. This
 way, I need only change the symlink after a distribution upgrade.

Good idea

 HTH,
 Jürgen

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Biber

2011-08-26 Thread Kornel Benko
Am Freitag, 26. August 2011 schrieb Jürgen Spitzmüller:
 Kornel Benko wrote:
   I suppose you have to adjust your path settings. In your local profile
   file (~/.profile most probably), add the following (if the file does
   not exist
  
   yet, create it):
  This is not  sufficient. With this, the path is set only for programs
  called from the command line. To make it available to the desktop you
  should consider to edit ~/.pam_environment (Create it, if not already
  there)
  
  The syntax is simple a list of shell-variables you want to set. Like this:
  PATH
  
  OVERRIDE=/usr/local/bin:/usr/local/texlive/2011/bin/x86_64-linux:/usr/bin
  :/ usr/sbin:/sbin:/bin:/usr/bin/X11:.
 
 Sure? It works as I expect it here, also when calling LyX not from the cl.
 
 Jürgen

At least some desktopts are starting, without reading ~/.profile first. (If 
you start lyx through a shell-script, then of course
you read .profile)

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Biber

2011-08-26 Thread Kornel Benko
Am Freitag, 26. August 2011 schrieb Jürgen Spitzmüller:
 Kornel Benko wrote:
  At least some desktopts are starting, without reading ~/.profile first.
  (If you start lyx through a shell-script, then of course you read
  .profile)
 
 I see. Then it just happens to work here (KDE 4.7, openSuse 11.4).
 
 Frankly, I never heard of the .pam_environment file before, but you are the
 expert.
 
 Jürgen

Kde starts as sh /usr/bin/startkde or such, that may work. Since I am working 
with csh, I never created
.profile. My .login and .cshrc were ignored if started from desktop. It 
took a while to discover .pam_environment file.

See 6.6.6 FILES, User specific environment file in

http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/Linux-PAM_SAG.html

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: 2Qs for Thesis Template

2011-09-02 Thread Kornel Benko
Am Freitag, 2. September 2011 schrieb Rasmus K. Rendsvig:
 First, the Thesis template numbers all even pages in both the left and
 the right footer. Only the left footer should contain a page number.
 I've played around with the footer-definitions, but couldn't get it to
 work.

Add empty Short Title to the right footer. This is already corrected in trunk.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: OT: STY location

2011-09-23 Thread Kornel Benko
Am Freitag, 23. September 2011 schrieb Julio Rojas:
 Dear all, I have installed TexLive 2011 and because of it I have lost
 the ability to install latex pacakges via apt-get. Where do I have to
 put and sty file in order for texhash to find it? I'm on Ubuntu Natty,
 BTW.

All packages are update-able through tlmgr -gui. If you installed with 
sudo, so
you should use sudo tlmgr -gui.

 Thanks in advance and sorry for the OT.
 -
 Julio Rojas
 jcredbe...@gmail.com

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: OT: STY location

2011-09-23 Thread Kornel Benko
Am Freitag, 23. September 2011 schrieb Julio Rojas:
 Not found. Was not part of TexLive 2011 or is not in the path.

It _is_ part of texlive 2011. Here it is under
/usr/local/texlive/2011/bin/x86_64-linux/tlmgr
(Using natty too)

Kornel
 -
 Julio Rojas
 jcredbe...@gmail.com
 
 On Fri, Sep 23, 2011 at 12:23 PM, Kornel Benko kornel.be...@berlin.de wrote:
  Am Freitag, 23. September 2011 schrieb Julio Rojas:
  Dear all, I have installed TexLive 2011 and because of it I have lost
  
  the ability to install latex pacakges via apt-get. Where do I have to
  
  put and sty file in order for texhash to find it? I'm on Ubuntu Natty,
  
  BTW.
  
  All packages are update-able through tlmgr -gui. If you installed with
  sudo, so
  
  you should use sudo tlmgr -gui.
  
  Thanks in advance and sorry for the OT.
  
  -
  
  Julio Rojas
  
  jcredbe...@gmail.com
  
  Kornel



signature.asc
Description: This is a digitally signed message part.


Re: Broken lines in tables

2011-12-02 Thread Kornel Benko
Am Freitag, 2. Dezember 2011 um 12:47:14, schrieb Bianca Kranzusch 
bia...@kranzusch.net
 Hi!
 
 I'm still working on my diploma thesis, and another issue has come up.
 
 In some of my tables, I get broken horizontal lines. I have not been
 able so far to find out why this happens in some tables, and in others
 it doesn't. But it's really annoying.
 I have appended an example file with one of the tables that do this.
 
 Can anyone tell me how to avoid or fix this?
 Any help, as always, greatly appreciated!
 
 Thank you!
 Bianca
As soon as I remove the width spec of the table, there are no problems.
(You have specified width = 100 % \textwidth)

Don't know, why this shows this behaviour though.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Re: Broken lines in tables

2011-12-03 Thread Kornel Benko
Am Samstag, 3. Dezember 2011 um 10:53:00, schrieb Wolfgang Engelmann 
engelm...@uni-tuebingen.de
 Am Freitag, 2. Dezember 2011, 12:47:14 schrieb Bianca Kranzusch:
  Hi!
  
  I'm still working on my diploma thesis, and another issue has come up.
  
  In some of my tables, I get broken horizontal lines. I have not been
  able so far to find out why this happens in some tables, and in others
  it doesn't. But it's really annoying.
  I have appended an example file with one of the tables that do this.
  
  Can anyone tell me how to avoid or fix this?
  Any help, as always, greatly appreciated!
  
  Thank you!
  Bianca
 
 If I open your file the line you complain about is NOT broken. I am using 
 Lyx 2.0.1
 
 Wolfgang

It is the dvi/pdf display which is broken.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Re: Re: Broken lines in tables

2011-12-06 Thread Kornel Benko
Am Montag, 5. Dezember 2011 um 20:20:12, schrieb Bianca Kranzusch 
bia...@kranzusch.net
 2011/12/3 Kornel Benko kornel.be...@berlin.de:
  Am Samstag, 3. Dezember 2011 um 10:53:00, schrieb Wolfgang Engelmann 
  engelm...@uni-tuebingen.de
  Am Freitag, 2. Dezember 2011, 12:47:14 schrieb Bianca Kranzusch:
   Hi!
  
   I'm still working on my diploma thesis, and another issue has come up.
  
   In some of my tables, I get broken horizontal lines. I have not been
   able so far to find out why this happens in some tables, and in others
   it doesn't. But it's really annoying.
   I have appended an example file with one of the tables that do this.
  
   Can anyone tell me how to avoid or fix this?
   Any help, as always, greatly appreciated!
  
   Thank you!
   Bianca
 
  If I open your file the line you complain about is NOT broken. I am using
  Lyx 2.0.1
 
  Wolfgang
 
  It is the dvi/pdf display which is broken.
 
 Kornel
 
 But when I export to pdf, it's still broken.

That is what I meant.

 Do you mean it won't be
 broken in the print version? (I don't have a printer here.)

No.

 Or is it something about my pdf/dvi settings that I can fix?

I don't know what is causing this. As a bypass You may try
to set the table-width indirectly (e.g. setting width of individual cells)

Kornel



signature.asc
Description: This is a digitally signed message part.


Re: Re: Can't open files in 2.0.3 (Buffer_convertLyxFormat.hXXXX is not a readable Lyx Document)

2012-04-23 Thread Kornel Benko
Am Montag, 23. April 2012 um 09:54:05, schrieb Richard Heck rgh...@comcast.net
 On 04/23/2012 09:38 AM, John Enright wrote:
  Since upgrading to 2.0.3, Many of my files will not open. I get an error 
  message
  during the open operation saying:
 
  C:\Users\myusername\AppData\Local\Temp\lyx_tmpdir.p10476
  \Buffer_convertLyxFormat.h is not a readable LyX document.
 
  The temp directory exits (as specified in the message); the temp file is
  zero-bytes long.
 
  - I'm running Win7 (x64). My MikTex is up to date. I've reinstalled LyX 
  several
  times (including uninstalling it). No difference.
 
  - Some old files will open. But many will not. Not sure of what is special 
  about
  the affected files. Perhaps some particular floats, but I can't seem to
  replicate the problem with a new file.
 
  - I can create and reopen a completely new file.
 
  - The affected files are not corrupted, since they open just fine in LyX 
  1.6.X
  that I still had installed.
 
  Any thoughts?
 
 Sounds like some sort of lyx2lyx conversion error. If you can run LyX 
 from a terminal, you should get more error messages, though that won't 
 solve the problem by itself. So, alternatively, try posting one of the 
 problematic files here, or sending it to me privately, if you prefer, 
 and we can try to figure it out.
 
 Richard

I experienced something similar when converting some files created on windows.
It turned out, that the last line ended with \end_document but was not 
terminated by eol.
Inserting a new line in such lyx-file with a text editor helped.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Re: Re: Can't open files in 2.0.3 (Buffer_convertLyxFormat.hXXXX is not a readable Lyx Document)

2012-04-24 Thread Kornel Benko
Am Dienstag, 24. April 2012 um 10:43:23, schrieb Pavel Sanda sa...@lyx.org
 Kornel Benko wrote:
  I experienced something similar when converting some files created on 
  windows.
  It turned out, that the last line ended with \end_document but was not 
  terminated by eol.
  Inserting a new line in such lyx-file with a text editor helped.
 
 Can you send example? These sounds like critical bugs.
 Pavel

No, I cannot create such files anymore. But it is easy to fake it. Just remove 
the trailing line feed
of a file created by 2.0.x and try to read with 2.1.x.
(Opening this file with 2.0.x will work, since no conversion needed)

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Re: Re: Re: Can't open files in 2.0.3 (Buffer_convertLyxFormat.hXXXX is not a readable Lyx Document)

2012-04-24 Thread Kornel Benko
Am Mittwoch, 25. April 2012 um 01:10:17, schrieb Pavel Sanda sa...@lyx.org
 Kornel Benko wrote:
  Am Dienstag, 24. April 2012 um 10:43:23, schrieb Pavel Sanda sa...@lyx.org
   Kornel Benko wrote:
I experienced something similar when converting some files created on 
windows.
It turned out, that the last line ended with \end_document but was 
not terminated by eol.
Inserting a new line in such lyx-file with a text editor helped.
   
   Can you send example? These sounds like critical bugs.
   Pavel
  
  No, I cannot create such files anymore. But it is easy to fake it. Just 
  remove the trailing line feed
  of a file created by 2.0.x and try to read with 2.1.x.
  (Opening this file with 2.0.x will work, since no conversion needed)
 
 I tried and didn't get the error which was reported by John
 (instead I correctly see  Buffer .. ended unexpectedly, which means that it 
 is probably corrupted.)
 Do you have reproducible behaviour how you get such eoln-missing files?
 Pavel

Sorry, no. It occurred as I wanted to edit some of my old lyx files. I changed 
them in the meantime.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Re: configuring lyx to use an alternative Texlive version Solved

2012-04-29 Thread Kornel Benko
Am Sonntag, 29. April 2012 um 12:01:16, schrieb Alasdair Reed 
alasd...@iprimus.com.au
 On Sat, 28 Apr 2012 11:56:08 -0500
 stefano franchi stefano.fran...@gmail.com wrote:
 
  On Sat, Apr 28, 2012 at 9:50 AM, Alasdair Reed
  alasd...@iprimus.com.au wrote:
   On Sat, 28 Apr 2012 08:20:23 -0500
   stefano franchi stefano.fran...@gmail.com wrote:
  
   On Sat, Apr 28, 2012 at 5:09 AM, Alasdair Reed
   alasd...@iprimus.com.au wrote:
  
Is that right?  Which logfile should I check?  The
  
   You can check the Latex log by going to DocumentLatex Log
   The first line will tell you which version of of Texlive LyX is
   using
  
dialogue /documents/settings/fonts/use non-Tex fonts via
XeTex/LuaTex, is greyed out. The package fontspec needs to be
installed to use this dialogue box, it is installed in
TexLive2011
(/usr/local/texlive/2011/texmf-dist/tex/latex/fontspec/fontspec.sty)
on my system, but the box is still greyed out. Do you need to
put \usepackage{fontspec} in the preamble of every document to
use XeTex ?
   
  
   ToolsTex information will tell you which Tex packages Lyx is
   Toolsaware.
   If you check the box
   called show path it will tell you where the packages are.
  
   the fontspec package should be loaded automatically if you choose
   non-TeX fonts. You can check if that's the case by choosing
   ViewSource, and checking the box Full source. Scroll back to
   Viewthe
   beginning of the source doc and you should be able to see the
   \fontspec command.
  
   Hope it helps,
  
   Stefano
  
  
  
   Thanks Stefano,
   Document  Latex Log is greyed out
  
  It won't be activated until you comiple something. Create a new Lyx
  file with just a word in in it and then do Viewpdflatex (for
  instance). After successful compilaiton you should be able to see the
  log file
  
  
   Tools  Tex with show path is showing packages
   from /usr/share/texmf-texlive/tex/generic/foo/foo.sty (for example)
   so it would seem lyx is not aware of TexLive2011 in /usr/local/
  
  Right, I guess the problem is that lyx finds the ubuntu packages
  before it hits texlive.
  
  First of all: have you reconfigured Lyx (ToolsReconfigure)? It may
  be all you need.
  
  If that does not work, a couple of options:
  
  1. Uninstall the Ubuntu text-live package. This may not be feasible,
  though, because you probably have it as a dependence of Lyx and
  possibly other packages
  There is a way to replace Ubuntu's outdated texlive with a dummy
  package but I am afraid I forget how to do it. Other people on the
  list may know (I left Ubuntu some time ago).
  
  2. Check the order of your executable path in your $PATH environmental
  variable. In fact, open a terminal and do
  
  $which pdflatex
  
  you should get something like:
  /usr/local/texlive/2011/bin/x86_64-linux/pdflatex
  
  
  and then do something like:
  
  $kpsewhich fontspec.sty
  
  
  and you shoud get
  /usr/local/texlive/2011/texmf-dist/tex/latex/fontspec/fontspec.sty
  
   If not, try
  
  $printenv $PATH
  
  Do you see the path to the texlive2011 installation occurring before
  the path to the Ubuntu installed executables?
  
  S.
  
  
 
 Hi, The paths are all correct,  Starting lyx from the terminal and
 reconfiguring did the trick as far as using TexLive2011 goes I just
 can't start Lyx from the desktop icon if I want to use TexLive2011,
 but I can live with that. It can be done but time is short . There are
 other problems but I will post separate question about them. \
 
 Alasdair

That may be because the desktop does not know your specific PATH setting. (Only 
your sh knows).
To set it for the desktop, create the file ~/.pam_environment. (This expands
the file /etc/security/pam_env.conf on your login. Should be there, but maybe 
is empty)

The syntax of this file is described in man pam_env. For examples look into 
/etc/security/pam_env.conf

Define the PATH like this (On my ubuntu):
PATH OVERRIDE=/usr/local/texlive/2011/bin/x86_64-linux:${PATH}

provided the path to your latex is the same

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Ubuntu users -- can you replicate this?

2012-06-11 Thread Kornel Benko
Am Montag, 11. Juni 2012 um 04:21:13, schrieb Scott Kostyshak 
skost...@princeton.edu
 I'm trying to fix a couple of bugs that others haven't been able to 
 replicate. Could you please let me know if you observe the same behavior as I 
 do?
 
 (1)
 in the edit menu when you see Find and Replace (quick) ... is the F 
 underlined? Or does the underscore appear before the F ?

before F if I set the User interface lanuage to English.

 (2)
 This is only for users who have Okular set as their pdf viewer. Often when I 
 view a pdf, Okular doesn't start. I see the following in the terminal output:
 
 Running: okular newfile1.pdf
 
 Successful preview of format: PDF (pdflatex)
 If I view as pdf again, Okular works as expected. Then when I exit LyX, 
 Okular tries to open newfile1.pdf but it cannot because the temporary 
 directory has been deleted.

No problems here with okular.
 
 Thanks,
 
 Scott

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Re: Ubuntu users -- can you replicate this?

2012-06-11 Thread Kornel Benko
Am Montag, 11. Juni 2012 um 10:09:37, schrieb Rainer M Krug r.m.k...@gmail.com
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 11/06/12 09:40, Kornel Benko wrote:
  Am Montag, 11. Juni 2012 um 04:21:13, schrieb Scott Kostyshak 
  skost...@princeton.edu
  
  I'm trying to fix a couple of bugs that others haven't been able to 
  replicate. Could you 
  please
  let me know if you observe the same behavior as I do?
  
  
  
  (1)
  
  in the edit menu when you see Find and Replace (quick) ... is the F 
  underlined? Or does 
  the
  underscore appear before the F ?
  
  
  
  before F if I set the User interface lanuage to English.
 
 Nope - can't confirm this for English - LyX 2.0.3 from ppa, Ubuntu Precise
 
 Rainer

Confirmed for lyx 2.0.4svn, but not for lyx 2.1.0svn.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: RE: Re: Ubuntu users -- can you replicate this?

2012-06-11 Thread Kornel Benko
Am Montag, 11. Juni 2012 um 11:03:00, schrieb Scott Kostyshak 
skost...@princeton.edu
 From: Kornel Benko [kornel.be...@berlin.de]
 Sent: Monday, June 11, 2012 6:19 AM
 
 Confirmed for lyx 2.0.4svn, but not for lyx 2.1.0svn.
 
 
 Does this mean that in 2.1.0svn the F is correctly underlined for you or that 
 you are just not confirming for 2.1.0svn?
 

Sorry, it means
in 2.1.0svn ' ' before F *was* underlined,
in 2.0.4svn 'F' is underlined

In both cases the locale is the same, using kde-plasma desktop.
LANG=de_DE.UTF-8
LANGUAGE=de_DE:sk:en
LC_CTYPE=de_DE.UTF-8
LC_NUMERIC=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LC_COLLATE=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_MESSAGES=de_DE.UTF-8
LC_PAPER=de_DE.UTF-8
LC_NAME=de_DE.UTF-8
LC_ADDRESS=de_DE.UTF-8
LC_TELEPHONE=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_IDENTIFICATION=de_DE.UTF-8
LC_ALL=

This may not be important, me thinks.

The crazy thing now is: Without recompiling, now also in 2.1.0svn 'F' is 
underlined.
I cannot see the bad behaviour anymore.

What I have done in the meantime? I played with configure of the unity-desktop 
(with my login)
to be able to configure it correct later for my wife.


 Thanks,
 
 
 Scott

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Re: Making a tab read-only?

2012-06-26 Thread Kornel Benko
Am Dienstag, 26. Juni 2012 um 09:10:15, schrieb Alex Vergara Gil 
a...@cphr.edu.cu
 El 26/06/2012 07:03 a.m., Roger Burton West escribió:
  On Tue, Jun 26, 2012 at 02:43:51PM +0200, Rainer M Krug wrote:
  My Problem: I would like to avoid that I accidentally change something in 
  the other documents and
  save it.
  Failing an in-program solution, how about marking the _file_ read-only?
  (chmod a-w filename)
 
 
 Oh, but this is a linux-only solution, and definitely not for user who 
 wants to write without knowing too much of technical details, otherwise 
 we will use plain latex instead of lyx. ;)
 
 A simple menu entry won't hurt anyone and will be helpful
 
 -- 
 greetings
 ~-o--{}--o-~
 Alex Vergara Gil
 MSc. Física Nuclear
 Laboratorio Secundario de Calibración Dosimétrica
 Centro de Protección e Higiene de las Radiaciones
 Calle 20 No. 4113 e/ 18A y 47 Playa
 La Habana, Cuba
 A.P.6195 C.P.10600
 Telf: (537)6824892, (537)6821803
 Fax: (537)2030165

And how about the command 
buffer-toggle-read-only
?

You may enter the command in the lyx-command line, or bind it to some key.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: comilation error with enumitem, French and \itemize

2012-07-03 Thread Kornel Benko
Am Dienstag, 3. Juli 2012 um 15:30:18, schrieb Liviu Andronic 
landronim...@gmail.com
 Dear all
 I'm getting this strange compilation error. In the attached document I'm 
 using:
 language: French
 modules: enumitem
 
 and a simple itemize list. Compilation fails (see attached log) with
 'Undefined control sequence' at:
 ' \item asdf\end{itemize}'
 
 Switch the language to English and compilation succeeds. Alternatively
 remove the module and compilation works fine.
 
 Is this a bug. Can it be worked around?
 
 Regards
 Liviu
 
 
They compile both here without change. With 2.0.x _and_ trunk.
(texlive 2011, ubuntu 12.04)

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Problems with PDF files generated by LyX

2009-11-17 Thread Kornel Benko
Am Tuesday 17 November 2009 schrieb Anders Ekberg:
 On 17 nov 2009, at 13.59, Luca Carlon wrote:
 
  Rainer M Krug r.m.k...@... writes:
  Unfortunaltely no, it is not possible. I use eps graphic files, and as far
  as I
  know, they're not supported by pdflatex.
  
  
  At least under linux, it works.
  
  Rainer
  
  
  Luca
  
  This is very strange, under MacOSX I get:
  Latex error: unknown graphics extension: .eps.
  I never tried pdf latex under Linux, but I can try that as well.
  Thanks.
  
  Luca

Not strange. For pdflatex you may not use eps-figures.

 Hmmm, I think I remember having something like that a long time ago. Have you 
 made your files in Illustrator? Have you tried eps2eps on the file?
 (i guess you have done the standard sudo texhash and LyXReconfigure).
 
 /Anders
 
Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Lyx 1.6.4, APA-Formatvorlage fehlt; Ubuntu 9.10

2009-12-15 Thread Kornel Benko
Am Tuesday 15 December 2009 schrieb Felix Kromarek:
 Should I've written in english??? I found the mail adress on a german site,
 so I wrote in german.
 Please be so kind an give me just a short answer, if I have to fix my
 message!

Looks like you need the latex apa package.

In texlive2009 the directory /usr/local/texlive/2009/texmf-dist/tex/latex/apa 
has
apa.cls  dutch.apa  english.apa  greek.apa

Kornel

 Am 15. Dezember 2009 11:50 schrieb Felix Kromarek 
 felixkroma...@googlemail.com:
 
  Sehr geehrte Nutzer,
 
  ich möchte beim Schreiben meiner Examensarbeit gerne Lyx mit der
  APA-Formatvorlage verwenden.
 
  Unter DateiNeue Vorlage wird zwar mir apa.lyx zur Auswahl angeboten,
  aber nach der Auswahl erhalte ich folgende Fehlermeldung:
 
  Die für dieses Dokument erforderliche Fomatdatei
 
  apa.layout
 
  ist nicht verwendbar. Dies liegt wahrscheinlich daran,
 
  dass eine benötigte LaTeX-Klasse oder Stil-Datei
 
  nicht verfügbar ist. Bitte lesen Sie das Hilfe-Dokument
 
  'Anpassung' für weitere Informationen.
 
  LyX wird keine Ausgabe erzeugen können.
 
 
  Aber es wird dennoch ein Dokument erzeugt (dieses befindet sich im Anhang).
  Beim Öffnen des Dokuments erhalte ich folgende Fehlermeldung:
 
  Die für dieses Dokument erforderliche Fomatdatei
 
  apa.layout
 
  ist nicht verwendbar. Dies liegt wahrscheinlich daran,
 
  dass eine benötigte LaTeX-Klasse oder Stil-Datei
 
  nicht verfügbar ist. Bitte lesen Sie das Hilfe-Dokument
 
  'Anpassung' für weitere Informationen.
 
  LyX wird keine Ausgabe erzeugen können.
 
 
  In
 
  /usr/share/texmf-texlive/tex/latex/
 
  (auf den Eintrag in diesem Verzeichnis bin ich durch die Mailinglist 
  gekommen) ist apa nicht zu finden
 
  und unter WerkzeugeTeX-Informationen auch nicht.
  Wie ich mit dem bei CTAN angeboten Dateien umgehen soll, weiß ich leider 
  nicht genau bzw. fehlt mir da leider das Verständnis zum Programmieren.
 
  Laut der README-Datei im gezippten Packet ist folgendes notwendig:
 
  Building the package and its documentation
  --
 
  The generated LaTeX package (.sty), BibTeX style (.bst), and supporting
  files (.apc, .bib, .drv) are extracted by running:
 
  tex apacite.ins
 
  The documentation is then generated by the following sequence:
 
  pdflatex apacite.drv  == Produces apacite.pdf (documentation)
  bibtex   apacite  == Produces apacite.bbl (reference list)
  pdflatex apacite.drv  == Include ref. list
  pdflatex apacite.drv  == Resolve citations
  pdflatex apacite.drv  == 'Labels may have changed'
  makeindex -o apacite.and apacite.adx == (author index)
  pdflatex apacite.drv  == Include author index
  pdflatex apacite.drv  == Resolve table of contents
 
 
 
  Allerdings erhalte ich im Terminal als Antwort:
 
  :~$ tex apacite.ins
  This is TeX, Version 3.141592 (Web2C 7.5.6)
  ! I can't find file `apacite.ins'.
  * apacite.ins
 
 
  Ich habe den selben Befehl auch mit apacite.dtx probiert:
 
  ! I can't find file `tex'.
 
  Ich bin also ratlos, was ich noch versuchen kann, außer hier um Hilfe zu 
  fragen. Im Internet bin ich auch nicht weiter fündig geworden, werde aber 
  nach der Lösung des Problems die Vorgehensweise posten.
 
 
  Vielen Dank und mit freundlichem Gruß,
 
  Felix
 
 
 



-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Where does lyx search for files? Cant get to work ANYTHING with Lyx

2009-12-19 Thread Kornel Benko
Am Samstag 19 Dezember 2009 schrieb peter kint:
 Uwe Stöhr uwesto...@... writes:
  Am 19.12.2009 00:19, schrieb peter kint:
   1. Trying to install circuitikz
  
   I get the error message : ! LaTeX Error: File `circuitikz.sty' not
   found.
 
  Then the installation to LaTeX was not successful. When you are on
  Windows,
 
 use the MiKTeX package
 
  manager to install ciruitikz. When you are using TeXLive 2008 or newer
  use the
 
 TeXLive package manager.
 
  regards Uwe
 
 I looked it up .I'm on Linux/Ubuntu9.10,now for three monts.
 I should use command tlmgr, right?
 He tells me I havent got this command
 
 Maybe I should start from scratch, or is that not necessary?
 And if yes: how to clean, where to start?

I am on the same system and using tlmgr. Your desired package is also installed.

You need a good internet connection

1.) Get install-tl-unx.tar.gz ( ~ 1.5MB)
2.) unpack it
3.) create a directory /usr/local/texlive
4.) I for one changed here the user of  /usr/local/texlive to be myself, so as 
to not be forced to
 change to be a root-user when installing or updating
5.) cd install-tl-*
6.) Now you may first read the documentation (e.g. firefox index.html)
 
 Thx for reading,
 Peter
 
Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Where does lyx search for files? Cant get to work ANYTHING with Lyx

2009-12-19 Thread Kornel Benko
Am Samstag 19 Dezember 2009 schrieb peter kint:
 Kornel Benko kornel.be...@... writes:
  I am on the same system and using tlmgr. Your desired package is also
 
  installed.
 
  You need a good internet connection
 
  1.) Get install-tl-unx.tar.gz ( ~ 1.5MB)
  2.) unpack it
  3.) create a directory /usr/local/texlive
  4.) I for one changed here the user of  /usr/local/texlive to be myself,
 
  so as
 to not be forced to
 
   change to be a root-user when installing or updating
  5.) cd install-tl-*
  6.) Now you may first read the documentation (e.g. firefox index.html)
 
 But I have a workin internet connection...
 
 What does your step 5) mean? Should I type 'cd install-tl-unx.tar.gz'
 in a
 terminal? Is it going to install something then? And what?

If you unpack install-tl-unx.tar.gz you get a directory like  
install-tl-20091107 (or so)

 6) why do i have to read firefox documentation?

index.html is good to read with some browser. firefox is a browser. This was an 
example.

 Thx for replying.
 
Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Where does lyx search for files? Cant get to work ANYTHING with Lyx

2009-12-20 Thread Kornel Benko
Am Sonntag 20 Dezember 2009 schrieb peter kint:
 Sigh,
 I'm almost desperate.
 
 I followed all your instructions. He told me that installation was done. I
 changed PATHS. And this is what I get:
 
 pe...@peter-desktop:~$ tex --version
...
 Version 2007.
 
 Do I have two versions now and is he choosing the wrong one?

You have to set your PATH appropriatelly.

which tex gives here:
/usr/local/texlive/2009/bin/x86_64-linux/tex
This path has to be _before_ the path of your standard-installed tex (which is 
/usr/bin in your case)

 Thx,
 Peter
 

Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Suscribe

2010-01-15 Thread Kornel Benko
Am Samstag 16 Januar 2010 schrieb Eugenio Raliuga:
 Dear
 lyx-users@lists.lyx.org
 please subscribe me to the list
 
 Thank you
 
 Eugenio
 

You can do it yourself. Look please at http://www.lyx.org/MailingLists.

(send an empty message to lyx-users-subscr...@lists.lyx.org to subscribe )

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: By what command do I download LyX 2.0?

2010-02-25 Thread Kornel Benko
Am Thursday 25 February 2010 schrieb Steve Litt:
 Hi all,
 
 Well this is embarrassing:
 
 sl...@mydesk:~$ ls /usr/bin/svn*
 /usr/bin/svn 
...
 I have no idea what command to use to get LyX 2. Could someone please give me 
 the exact command?

To get the sources into directory lyx2.0source:
# svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx2.0source
# cd  lyx2.0source
and then proceede with

 ./configure --with-version-suffix=-svn20100225 --enable-build-type=release  
 make  make install
 
 ?
 
 Thanks
 
 SteveT
 
Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: 64bit Lyx 1.6.4 cannot view postscript

2010-04-02 Thread Kornel Benko
Am Mittwoch 31 März 2010 schrieb rgheck:
  This is dvips(k) 5.98 Copyright 2009 Radical Eye Software (
  www.radicaleye.com)
  dvips: ! Couldn't find header file tex.pro.
  Note that an absolute path or a relative path with .. are denied in -R2
  mode.
 
tex.pro is part of texlive-base-bin package here (ubuntu).
(/usr/share/texmf-texlive/dvips/base/tex.pro)

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Lyx 1.6.6.1 Compilation problems on Fedora 13

2010-05-30 Thread Kornel Benko
Am Sonntag 30 Mai 2010 schrieb Alok Shukla:
 Dear All,
 
   After configuring lyx-1.6.6.1 properly on my Fedora 13 laptop
   when I run the make command, the compilation doesn't
   get completed. Instead, it ends with the error message (relevant portions
 include):
 
g++ -O2 -o lyx main.o ISpell.o SpellBase.o BiblioInfo.o Box.o
 Dimension.o PrinterParams.o Thesaurus.o  ./.libs/liblyxcore.a
 ./.libs/liblyxmathed.a ./.libs/liblyxinsets.a
 frontends/.libs/liblyxfrontends.a
 frontends/qt4/.libs/liblyxqt4.a ./.libs/liblyxgraphics.a
 support/.libs/liblyxsupport.a ../boost/.libs/liblyxboost.a -lAiksaurus -lz
 -lQtGui -lQtCore
 /usr/bin/ld: frontends/qt4/.libs/liblyxqt4.a(GuiWorkArea.o): undefined
 reference to symbol 'XEventsQueued'
 /usr/bin/ld: note: 'XEventsQueued' is defined in DSO /usr/lib64/libX11.so.6
 so try adding it to the linker command line
 /usr/lib64/libX11.so.6: could not read symbols: Invalid operation
 collect2: ld returned 1 exit status
 make[4]: *** [lyx] Error 1

I would try to install the devel-package of libX11.so (not only the standard 
package with libX11.so.6)
On ubuntu would be the package libx11-dev.

 I will appreciate any help in this matter.
 
 --Alok

Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Kornel Benko
Am Montag 21 Juni 2010 schrieb Jean-Marc LASGOUTTES:
 Stephan Maseizik m...@kurt.coruisk writes:
  The building process works, but the .deb package is not build. The
  following error is shown by checkinstall:
  
  dpkg-deb-Fehler: (Original-)Version devel enthält keine Ziffern
  dpkg-deb: 1 Fehler in config-Datei
 
 What does that mean?

dpkg could not find the version-substring. Error in config file.
(the string devel has no number chars)

 JMarc

Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: LyX 1.6.7

2010-08-19 Thread Kornel Benko
Am Donnerstag 19 August 2010 schrieb Mukhtar Ullah:
 Dear LyX users and developers,
 I am facing serious issues with LyX 1.6.7 (both installers) on Windows x64.
 Nothing happens when you hit (or use the keyboard short-cut for) the
 following:
 
 File - Open
 File - Save
 File - Save As
 File - Import
 File - New From Template
 
 I experience this same issue with LyX 2.0.0Alpha. The previous version
 1.6.6 works fine.
 
 Can anyone confirm this behavior? Would be great if someone could help me
 out.
 
 Mukhtar

Mukhtar, could you provide some more info?
Is it your short-cut, which is not working (in this case you may have own 
incompatible bindings)?
Or are also the menu-entries not working?
You may help us to also with the output of
lyx -dbg any

Try to send only relevant part, that is output created before the shortcut is 
not interesting. 

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: lyx2lyx

2010-09-20 Thread Kornel Benko
Am Montag, 20. September 2010 schrieb Wolfgang Engelmann:
 Am Sunday 19 September 2010 23:11:01 schrieb Richard Heck:
  On 09/19/2010 02:12 PM, Wolfgang Engelmann wrote:
   How do I make the lyx/lyx export working?
   I have a lyx file produced with lyx2.0 and want to work on it now under
   lyx1.6.7.
   I used
   fileexportlyx1.6.x
   but when trying to load it in lyx1.6.7 I am told,
   it is from a different version of lyx.
   lyx2lyx failed.
 
  Are you sure you are opening the correct file? If so, then this is a bug.
 
  rh
 
 Yes, pritty much. I saved the lyx2.0 file with another name and exported that 
 one as an 1.6 lyx file, which gave however the error above.
 
 As I mentioned in a second mail I tried also to export the lyx file as a .tex 
 file, but I am told
 an error occurred whilst running tex2lyx -f ...
 
 As another trial I used the most recent elyxer:
 elyxer EG-Q.lyx EG-Q.html
 which worked well (except the size of some images was not well translated).
 But importing it in lyx1.6.7 gives:
 an error occurred whilst running java -jar 
 htmltolatex.jar -input 'EG-Qn.html' -out
 
 It was a bad idea of mine to try lyx 2
 reminds me of the mantra...
 
 Wolfgang
 

You surely know, that the extension of exported files is _not_ .lyx but e.g. 
.lyx16 ?

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: '** qt 4 library not found !' configure error

2010-09-27 Thread Kornel Benko
Am Montag 27 September 2010 schrieb Pavel Sanda:
 Liviu Andronic wrote:
  On Mon, Sep 27, 2010 at 9:42 AM, Pavel Sanda sa...@lyx.org wrote:
   Here it is
   http://s000.tinyupload.com/index.php?file_id=70017198987073427584
   
   i see only zero size file.
  
  Some server-side problems. I put in in a pastebin [1].
  [1] http://pastebin.com/gJ1pXSyp
 
 these are the interesting lines
 g++ -o conftest -g -O2   -Wextra -Wall conftest.cpp-lz  -lX11 
 -lQtCore -lQtGui 5 conftest.cpp:28:22: error: qglobal.h: No such file or
 directory
 conftest.cpp:29:22: error: qstring.h: No such file or directory
 
 pavel

Both are part of libqt4-dev.
...
/usr/include/qt4/Qt/qglobal.h
/usr/include/qt4/QtCore/qglobal.h

/usr/include/qt4/Qt/qstring.h
/usr/include/qt4/QtCore/qstring.h

Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: lyx to latex: special national characters

2010-10-17 Thread Kornel Benko
Am Sonntag 17 Oktober 2010 schrieb Uwe Stöhr:
 Am 16.10.2010 21:58, schrieb miro ilias:
  The problem is how to get some 'LaTeX'-encoded national characters.
  
  For instance, I get the ľ properly written, \v{l}, the same for ť (as
  \v{t} ).
 
 I don't understand. Have you exported your LyX document to LaTeX and don't
 get ť but \v{t}. Right?
 
  However, there are remaining Slovak characters (like žýáíéš) which are
  not properly LaTeX encoded in Lyx.
 
 What do you mean? You have a LyX document and inserted there the characters
 žýáíéš. What do you get or is the bug?
 
 regards Uwe

Attached a file with mentioned slovak characters. I regularly use them, never 
had problems.
Compiles fine with platex and latex.

Of course, one has to set the document language.

-- 
Kornel Benko
kornel.be...@berlin.de


newfile3.lyx
Description: application/lyx


signature.asc
Description: This is a digitally signed message part.


Re: is there any way to set lyx 2.0 to write always in lyx 1.6 format?

2010-10-17 Thread Kornel Benko
Am Sonntag 17 Oktober 2010 schrieb Liviu Andronic:
 On Sat, Oct 16, 2010 at 12:23 PM, Guenter Milde mi...@users.berlios.de 
 wrote:
  Alternatively, you can tell your co-worker to place a 2.0 version of
  lyx2lyx.py into his/her personal lyx directory. Then, 1.6.x should be
  able to open 2.x files. (I tried this with 1.6 vs 1.5 but do not
  remember the details.)
 
 I've just run into a similar problem, between alpha6 and SVN, I think.
 I tried copying 'lyx2lyx' to '~/.lyx-svn/' but without success.
 
 Am I doing something wrong?
 LIviu

You have to copy the whole directory.
system-dir 2.0/lyx2lyx/* -- system-dir 1.6/lyx2lyx/.

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: CPU usage under Ubuntu

2010-10-28 Thread Kornel Benko
Am Donnerstag 28 Oktober 2010 schrieb Daniel:
 Hi everybody,
 
 I run Lyx under Ubuntu 10 and I have the following problem: After
 writing something in Lyx for a wile (without compiling) the CPU usage
 goes up to 100%. My system monitor tells me that one or more latex
 processes are running that eat up my CPU capacity. Currently I work
 around the problem by killing the latex processes from time to time but
 this is certainly not the final solution. Any suggestions ...?
 
 Thanks
 
 -Daniel

Math-formulas + 
Preferences...-Look  Feel-Display-Instant Preview checked?

If so, then maybe lyx is trying to display your math.

Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Ubuntu 10.10 - Unsuccessful installation

2011-02-10 Thread Kornel Benko
Am Freitag, 11. Februar 2011 schrieb Vincent van Ravesteijn:
   Op 11-2-2011 7:01, Guido Gonni schreef:
  Hi Gents,
  I just tried to install the beta4 version. I went through the compile
  phase without any problem, but then when I entered make I received
  
  the following message:
  make[2]: Leaving directory `/home/guido/.myApps/lyx-2.0.0beta4/po'
  Making all in boost
  make[2]: Entering directory `/home/guido/.myApps/lyx-2.0.0beta4/boost'
  CXX c_regex_traits.o
  In file included from /usr/include/c++/4.4/cstring:45,
  from ./boost/regex/v4/regex_workaround.hpp:24,
  from ./boost/regex/v4/c_regex_traits.hpp:26,
  from libs/regex/src/c_regex_traits.cpp:27:
  /usr/include/string.h:413: error: declaration of ‘char* strerror(int)
  throw ()’ throws different exceptions
  ../config.h:606: error: from previous declaration ‘char* strerror(int)’
  make[2]: *** [c_regex_traits.o] Error 1
  make[2]: Leaving directory `/home/guido/.myApps/lyx-2.0.0beta4/boost'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/home/guido/.myApps/lyx-2.0.0beta4'
  make: *** [all] Error 2
  
  Any suggestion?
  Thank you and I wish you all a wonderful week-end!
  Guido
 
 You could try to use the compile option --with-external-boost,  (or
 maybe something like that).
 
 Vincent

Or use cmkae-build. This has different config.h. (Using this on ubuntu 10.10 
for 'ages' without problems)

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Where is the standard installerfür Lyx 1.6.2-1?

2009-03-30 Thread Kornel Benko
Am 2009-03-30 schrieb Uwe Stöhr:
 Matthias Schmidt schrieb:
 
  plaese  where  can  I  find  the  standard  installer  für Lyx 1.6.2-1
  (LyX-1.6.2-1-Installer.exe, 20  MB). 
 
 Have a look at ftp.lyx.org alternatively you can use the alternative Windows 
 installer. Both 
 installers set up LyX as best as possible.
 
 regards Uwe
 
And once again ...
there is no such installer as standard. Both are standard,  they only had to 
have different
names.
As pointed out elsewhere, there is Joost's installer and Uwe's installer.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Terminology Change Request for Next Release

2009-04-10 Thread Kornel Benko
Am Freitag 10 April 2009 schrieb Steve Litt:
     Perhaps I'm too sensitive to those who claim that LaTeX is much too
  difficult so they won't try LyX or learn LaTeX as they need it.

 I don't think that's why it was called evil. The evilness comes from the
 fact that you're formatting, presumably within \mainmatter, in a one-off
 kind of way instead of using environments or character styles. ERT within
 \mainmatter is often an indication of fingerpainting.

 I really don't think anyone on this list thought of LaTeX as evil, as long
 as it was in your layout file where it belongs.

No, it was so named, because it appeared in red in your text.
And evil in the sense, that sometimes you had to use it, although you tried to 
make everything with lyx-commands only.

Kornel



signature.asc
Description: This is a digitally signed message part.


Re: UI in french

2009-04-13 Thread Kornel Benko
Am Montag 13 April 2009 schrieb alain.didierj...@free.fr:
 Selon Uwe Stöhr uwesto...@web.de:
  alain.didierj...@free.fr schrieb:
   Recently installed LyX 1.62 has UI and doc in english, when it used to
   be in french in previous version. How to go back to frenh ?
 
  What OS are you using? On Windows, you can change the lyx.bat file when
  you have installed LyX with
  the alternative installer, on Linux, you can change the menu language in
  the preferences menu. In
  both cases you need to restart LyX afterwards.

 I use gentoo Linux and Preferences setings has no effect...

It should. But yuo have to save the preferencies too, not only use a new 
language.

Besides, you can set the environment var. LANGUAGE to e.g. fr and the start 
lyx.

In csh:
setenv LANGUAGE fr

Kornel





signature.asc
Description: This is a digitally signed message part.


Re: Lyx on debian lenny 64 bit zlib/libz

2009-06-07 Thread Kornel Benko
Am Sonntag 07 Juni 2009 schrieb bb:
 The actual lenny repository offers Lyx 1.5.5.. I tried to compile Lyx
 1.6.2 from source but ende with problems  in the ./configure-step. with
 the message:
 ** Cannot find libz. Please check that the zlib library
is correctly installed on your system.
 I installed a lot of libs from the lenny repository, for instance
 lib64z1, libzzip-0-13zlib1g, zlib-bin, zlibc, zlib-gst, zziplib-bin
 and tried some installations of zlib and libz from source from offerers
 of other internetpages as well - no success.
 I tried the version Lyx 1.6.3 with some new hope but end with the same
 result.
 It would be simply great, if anyone would share the secret of that libz
 or zlib or whatever to get a new version of Lyx running on lenny.
 Thanks
 BB
You probably missed installing the devel-packages.
On ubuntu it is
zlib1g-dev
don't know the names for lenny.

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: LyX crashes when I attempt to edit a URL

2009-09-01 Thread Kornel Benko
Am Monday 31 August 2009 schrieb Vincent van Ravesteijn:
 Uwe Stöhr schreef:
  Venable schrieb:
 
  Yes, here is a small example (I am appending text rather than
  attaching the file but certainly could attach if that is more useful)
 
  Please attach. My mail client screwed the format up making it unusable.
 
  regards Uwe
 Here you go.
 
 Vincent

I could reproduce on the second URL.
Adding some text after this cured the problem.

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: LyX crashes when I attempt to edit a URL

2009-09-01 Thread Kornel Benko
Am Dienstag 01 September 2009 schrieb Uwe Stöhr:
 Kornel Benko schrieb:
  I could reproduce on the second URL.
  Adding some text after this cured the problem.

 I still don't see a crash, but as you do, can you please report it at our
 bug tracker: http://www.lyx.org/trac/wiki/BugTrackerHome

Sorry Uwe, it does not crash here too. It is only that lyx freezes.
(I should read mails precisely)
This was on OpenSuse 10.3

 thanks and regards
 Uwe

Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Re : [Lyx] explicit mail subject

2009-09-02 Thread Kornel Benko
Am Wednesday 02 September 2009 schrieb Sam Liddicott:
 * Delta moins wrote, On 02/09/09 09:28:
  Ok I knew this solution and yeah it works. I will use it.
  If I'm the only for who an explicit mail subject lacks it's ok.
 
 
 You're not the only one. I heartily wish it had a list-id header.

It has, I am using this one:
Delivered-To: mailing list lyx-users@lists.lyx.org

 
 Sam
 

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Re : [Lyx] explicit mail subject

2009-09-02 Thread Kornel Benko
Am Wednesday 02 September 2009 schrieb Sam Liddicott:
 * Kornel Benko wrote, On 02/09/09 10:33:
  Am Wednesday 02 September 2009 schrieb Sam Liddicott:
  * Delta moins wrote, On 02/09/09 09:28:
  Ok I knew this solution and yeah it works. I will use it.
  If I'm the only for who an explicit mail subject lacks it's ok.
 
  You're not the only one. I heartily wish it had a list-id header.
  
  It has, I am using this one:
  Delivered-To: mailing list lyx-users@lists.lyx.org
 
 The Delivered-To: header is not the same as the list-id header - I'm
 more interested in how the message reached me (via the list or not),
 Delivered-To: signifies something else, and my mail server does not
 support it.

In this list it is indication of sending via the lyx-us...@lists.lyx.org.

 http://www.apps.ietf.org/rfc/rfc2919.html
 
 Sam
 

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Installing missing packages in Lyx

2009-09-15 Thread Kornel Benko
Am Dienstag 15 September 2009 schrieb Uwe Stöhr:
 Ludwik Celnikier schrieb:
  I am trying to use certain templates in lyx, for example the Kluwer
  template.
 
  The normally installed version of lyx protests that some .cls or .sty
  files are missing.   I have downloaded the kluwer and unpacked the
  kluwer package from
  CTAN, and placed the kluwer.cls file in the lyx folder which is in my
  localtexmf§/lates/lyx folder.

 This is the wrong folder, you need to copy the files to a subfolder of your
 LaTeX distribution and afterwards run texhash (assuming that your are using
 TeXLive). Finally, restart LyX and reconfigure it.

Alternativelly you could install TeXLive2008 (with tlmgr). This tlmgr is
a gui manager. You never again need to search in CTAN, because tlmgr does it 
for you. Inserts the data
at a proper place, runs texhash, ...

 regards Uwe

Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: compile error

2009-10-06 Thread Kornel Benko
Am Dienstag 06 Oktober 2009 schrieb Gerard Ranke:
 James C. Sutherland james.sutherl...@... writes:
  On Oct 6, 2009, at 9:57 AM, Gerard Ranke wrote:
   Hi,
  
   When trying to compile lyx 1.6.4 on irix 6.5.30, I get this error
   message:
  
   cc-1005 CC: ERROR File = ./boost/preprocessor/list/fold_left.hpp,
   Line = 37
The source file boost/preprocessor/list/detail/edg/fold_left.hpp is
unavailable.
  
#include boost/preprocessor/list/detail/edg/fold_left.hpp
 
  I am not a LyX developer, but my first guess is that you have an
  incompatible (very old) version of boost.  What version of boost do
  you have installed?

 I'm using the version that comes with the LyX package. Configure's output:

  checking whether to use boost included library... yes

 Any idea what boost version might be acceptible? The INSTALL file doesn't
 mention boost as a requirement. Thanks btw for taking the time to answer!

On ubuntu, this file is part of libboost-dev package.

You may consider to install the corresponing package on your system.

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: R: Double language layout

2009-10-11 Thread Kornel Benko
Am Monday 12 October 2009 schrieb rgheck:
 On 10/11/2009 05:54 PM, vinc...@alice.it wrote:
  Thank you Kornel,
  with your suggestion I got things to be aligned. But unfortunately I can't 
  have boxes longer than a page: they would print only the first page 
  otherwise!
  I don't have any clue about how to fix this!
  Do you?
 
 
 No way to fix it when using minipages. They are limited to a page.
 
 If you're doing a full bilingual sort of thing, then look into packages 
 on ctan.org that are intended for critical editions. There are a few, 
 that I saw a while ago. But using them with LyX is another matter.
 
 rh
 

As Richard said, no way. So you have to manually split. If your paragraphs
were small enough, you could split on every paragraph.

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


Re: Latex import problem

2005-05-18 Thread Kornel Benko
On Wednesday 18 May 2005 13:26, Sven Schreiber wrote:
 TGreiner wrote:
 
  a,I converted to ver 1.4. This Lyx file only contains commands for
  images but no more the original text of the Latex-file
  b,Then by converting to 1.3.5 I get the following error:
  
  python lyx2lyx -to 221 test.lyx  test13.lyx

this should be either '-t' or '--to'

e.g.
python lyx2lyx -t 221 test.lyx  test13.lyx


Regards
Kornel

-- 
Kornel Benko
[EMAIL PROTECTED]
+49 30 3377 6216


pgpFbEc2aO6Ob.pgp
Description: PGP signature


Re: Make errors

2002-07-07 Thread Kornel Benko

-BEGIN PGP SIGNED MESSAGE-

On Sunday 07 July 2002 14:03, Giovanni wrote:

[snip]
 I correctly installed  the xforms library, but it doesn't want to compile!

You have to have the xformsd installed. (Forms Library development package)
With xforms you are able to bind, but not to compile.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPSg7brewfbDGmeqhAQFcBQP8CU4Msm/lLNkWfTxOVoU66AhdmkCQmpIC
DUqwasd6SgxJtbFGtfuHX65LQE5sG++m1bXBXVNiz4NY3H2fgRsCdsAd5mpSxTqp
hH+TnXR4tCRkLLnEaD9GOmj0S5guR93ldgoZl/MnwHjIZ1UR0oejywdiwukRuo5K
+fPrQlrwt7A=
=aMJH
-END PGP SIGNATURE-




Re: cvs1.3: screen font problem?

2002-12-11 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Mittwoch, 11. Dezember 2002 11:48, José Matos wrote:
 On Wednesday 11 December 2002 08:19, Andre Poenitz wrote:
  On Tue, Dec 10, 2002 at 05:17:41PM -0600, Bo Peng wrote:
   I can not remember what I changed from the preference dialog but
   suddenly, lyx 1.3cvs can not display Greek letters correctly. \alpha is
   displayed as trademark sign, \delta is \pm... What is happening?
 
  Don't know. I never saw this.

I see things like that frequently in multilanguage documents.
Chaging the language of characters changes also the font-encoding.
(e.g. german - polish ---  latin-1 - latin-2)

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPfcs8LewfbDGmeqhAQFNHwP8DtDvezzuhmxUrTwWxzo2zYqLRSf8UNOy
ZNwpQZU/ccB8rBiAYVSH10cTc28Cn7gKuaOrUP6iKuUD0TGIpzlQESVMMySVu/Um
feP3OPOAB7FZCdVlcquxcT9bPNnaC/cO6SzWXsBoVVJP8Dybb+jsSSSvQ0/3e3Li
hONKKRxYhag=
=U803
-END PGP SIGNATURE-




Re: cvs1.3: screen font problem?

2002-12-11 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Mittwoch, 11. Dezember 2002 13:28, Andre Poenitz wrote:
 On Wed, Dec 11, 2002 at 01:17:51PM +0100, Kornel Benko wrote:
Don't know. I never saw this.
 
  I see things like that frequently in multilanguage documents.
  Chaging the language of characters changes also the font-encoding.
  (e.g. german - polish ---  latin-1 - latin-2)

 Would this be reproducible for me if I opened such a document?

Yes. Take for instance the char \registered.
The attached shows the same char displayed in german and polish.

Kornel

P.S.
If possible, don't cc me. I am on both lists (user/devel) and I frequently
choose the incorrect mail to reply to.
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPfc5t7ewfbDGmeqhAQGUywP6A2+egcQ+aputrQZVL3vYE/gQwnMX9Qfd
1iuDTZQte60xI2EKJZ1BBngJASXWaldWruwgYXtyGJueyX8Vf72QDlZl/6Aj7cmk
LsqlikuaHqcuY/Zcb9DDJ+nM0vro0VFILmZq6WHF2rAqXAFRi+xy4qo23UVj0qdg
KM+y8JY+CT8=
=ZH6b
-END PGP SIGNATURE-

attachment: print.gif

Re: cvs1.3: screen font problem?

2002-12-11 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Mittwoch, 11. Dezember 2002 14:33, Andre Poenitz wrote:
 On Wed, Dec 11, 2002 at 02:12:23PM +0100, Kornel Benko wrote:
  Yes. Take for instance the char \registered.

 I can't reproduce this. Even a Polish \registered looks like a \registerd
 for me. What environment are you working in?

\registered does not exist in latin-2. You may not changed the languache of the 
character.
Select the char, then 
Layout-Character-Language-Polish
Apply

See attached

 As this is ordinary text, this is not a mathed problem, is it?

Yes, nothing to do with math. But may influence it.

Kornel

- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPfdCmrewfbDGmeqhAQHuuAP/UgsY6iJs9v1bD9F+jC/mjxpSw5DiKy/N
/j3PVLzIgysfKNnGrfy2mn87ox5vKMU7sK5ZMmz3beKPo99khbIWTOugRKkPod4F
TwnRO5uxYD9DEuhN6EIYtMI+koM3qHmPSdRodiHRWs3Pqr7l9epw6g2HMogDWQEg
yBNv7SgWNr8=
=hRqT
-END PGP SIGNATURE-

#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\language ngerman
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 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

®
\lang polish
®
\the_end



Re: cvs1.3: screen font problem?

2002-12-11 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Mittwoch, 11. Dezember 2002 14:33, Andre Poenitz wrote:
 for me. What environment are you working in?

German. But same behavour in LANG=en,sk_SK,de_DE@euro

Language in this doc is German(new spelling)
Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPfdDnbewfbDGmeqhAQHvdgP+PR4/FgRavH1O9kNOk7bBJp2Kf313efr7
+BumGalZ+CE7umdQjUcmYQTFJQWYsCufEKlP2Q5YYEFE9PbeiCC+z++5ibxH0h2n
djmONz4DzzzlHb6gujXYg7X4DlBKWXBVKVfwigaSNDeFTwUA0Rsm1fct2yzU44It
I4mzxruteE4=
=9tFE
-END PGP SIGNATURE-




Re: cvs1.3: screen font problem?

2002-12-11 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Mittwoch, 11. Dezember 2002 14:55, Andre Poenitz wrote:
...
 That's what I did.

 Andre'

Hmm ... you may check lib/languages

  ngerman ngerman German (new spelling) false  iso8859-15  de
  ...
  polish  polish  Polishfalse  iso8859-2  pl
  ...
 
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPfdSwLewfbDGmeqhAQEBHgQAn/ZnQH/TXLeSmvCkvSYixQ0nbfrr748d
3nW4dxA5UpyH71BSwVZuJn6IgwZKK93mO1SdHb57A0Pks0tbZUliFMgwCvzl+H2o
rttbT+HjlHgUg6uECYu9FQA+1BnxqfV8ejwHMPuGQeU3V3L1yh2mG3grC2Pd7aFc
gd8IwonPI1k=
=vb8G
-END PGP SIGNATURE-




Re: Book size S5

2003-01-16 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Donnerstag, 16. Januar 2003 14:07, Christian Ridderström wrote:
 or just download a tar-file:
 http://www.md.kth.se/~chr/lyx/thesis-example.tar.gz

Knowing nothing about S5, but nice example.

But, why are you setting paper-width and height in the preamble.tex?
(The menu Layout-Document-Paper seems to be more natural)

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPibD87ewfbDGmeqhAQGWlQQAtd1e1qjowCPAVq1+8LWJxQKZk0rdeHoV
p9ly89ZjROyyw32BEg/rNY9LQAGXpY9o6fDVR31Nw0+aNfg3CyFKPwgnfm06+/Fi
WCcmyVojjwEMG4S5g4bS0zPujGHYoHZJb4zqYOE0uabRmru8Ovx/18c7M8m/6NCD
JTz/zRjLW08=
=/p/H
-END PGP SIGNATURE-




Re: table numbering and space after \textcelsius

2003-01-16 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Donnerstag, 16. Januar 2003 18:04, Kirk R. Wythers wrote:
 1) There are several instances where I have inserted the degree
 centegrade symbol with the textcomp package. In each case there is a
 single space after the tex code\textcelsius, however, upon printing
 the space after the symbol appears lost (i.e. the degreeC symbol runs
 right into the next word). And of course I can't type a second space in
 between.

I am using \usepackage{isolatin1} in the preamble with no problems.
(degrees defined to be 0xb0)

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPibr3rewfbDGmeqhAQEojQP+OnzHNqdjd3iq7PMztGHqQM752puU0guj
DTRFsZl8KIESnFgRFXs2djI7d3Pdm83uHVDuM6b2STbEHMUHtEMWGFmx35s76L2u
GQKLX+wPbBGdDkB/Qz3rHKHvzIrOCbRRyoQJpesXofP+Qu2u6gYUEQim0rkygKTy
E+M2/1mgSn8=
=pqsT
-END PGP SIGNATURE-




Re: Margin notes

2003-02-18 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Dienstag, 18. Februar 2003 04:46, Peter Clark wrote:
 On Sunday 16 February 2003 10:19 pm, Peter Clark wrote:
   Replying to myself again (am I talking to myself?), the 'footmisc' package
 provides numbered footnotes in the margin. Very nice.

Keep on, it's interesting.
Kornel

   One last question: is there any way to redefine \footnotesize so that it
 is \scriptsize instead?

Should be done through changing of
\footnotesize

like
\let\footnotesize\Huge
in the preamble

Kornel

- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlH9QLewfbDGmeqhAQFfcgP/d2Qdau0N5jya4Xg7XD04QjBQe84k/NW/
OTwg4+vwoNP5i+gg1Gm4ssJ4IeYos7O4P4LYEYxWE26Ze1lw8qGK4joJaiTQ+oU0
EhYujXBOpiaRTlHsGkiGBtjs2nirbUvwx85OlhtROdQMBxO3nQ7LSc9PgokFcEbe
2INelL4UdkI=
=FWV/
-END PGP SIGNATURE-




Re: crazy crazy symbol question

2003-02-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 21. Februar 2003 12:34, Dekel Tsur wrote:
 On Fri, Feb 21, 2003 at 08:19:36AM +1030, owen lucas wrote:
  Do you try to use these symbol in math mode ?
  If not, give a short example file.
 
  The symbols don't work at all in Maths mode. I was entering them as ERT.
  An example is attached.

 I have no problem with your file (not that the symbols should not be used
 in math mode).
 You have a problem with your latex installation.

I have same problems. Try to display as postscript. No problems with
ERT, therefore (I think) no problems with latex.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlYiJbewfbDGmeqhAQFo4wQAgRF/bb4r55LDj2O3a3hmlDGbtch39gCM
cxc9WaF3f95a6lOLpreadjCQOmidQ4kXqClXzbx8d3IO/bjHLcmaV4+2fO55mh9a
jqsU7MSRSwLdHIB4UGKUBoVqNqW/qyyB/dlrRQ7rjVtR5AuF9FajpAiM747Wbwo/
80EPK2CaLqk=
=XfGo
-END PGP SIGNATURE-




Re: lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 21. Februar 2003 20:24, Uwe Brauer wrote:
 2. Instant preview was announced, but how do I enable it. I looked up
in the help and the icon, nothing

Edit-Preferencies...-Graphics

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlZw6bewfbDGmeqhAQHbbwP/S87Xe1lXKlAX2ApDLY3k0IqcoAKniUc6
5jZzS1hAyWTcvwfteFEBbG4pKHiIVFrn1SbUERr4lV6rgERZPwyJgGbvVBznP4Se
2NK3BxnXBsIXkqEhdjpmWmxA3NVxba/+Eal0KZcA6OXR+YVsFyxlXXN/G7/eHS8g
5tEEJ6N66Kg=
=ajzi
-END PGP SIGNATURE-




Re: picture in header

2003-03-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 14. März 2003 18:36, Gunnar wrote:
 Can someone please help me to get my document in better shape?

 I send you the lyx file and the logotype attached in this mail.

Like this?
Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPnItr7ewfbDGmeqhAQFM8wQAmGVeIk+PPQRBNlQIVHEe5ar2mbA2PZUj
S4PCT10UNZp0VUmR/EuMAXUBacg3eEkl8ymfgUN1WJ8juccIGGp/PkPBro3G8GQE
hYrqAKsMREGMkIR17YDoG/5ikD34TpzJjzcIn1yeEHp+rBydrJYeRbGJ9KBzyF9i
GMb99X9gsKY=
=F2CJ
-END PGP SIGNATURE-
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
%%\addtolength{\voffset}{-4mm}
\usepackage{graphics}
\end_preamble
\language swedish
\inputencoding latin1
\fontscheme default
\graphics default
\float_placement hbtp
\paperfontsize default
\spacing single 
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\topmargin 60mm
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle fancy

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
lhead{{
\backslash 
resizebox{15mm}{!}{
\backslash 
includegraphics{logga.eps 
\backslash 
chead{{
\backslash 
Large Matte F. TlTPtpPjjgjFIFifkf
\backslash 

\backslash 
FLFLfdjihhhfftTfpgift}} 
\backslash 
rhead{v 2}
\end_inset 


\layout Standard

\SpecialChar ~

\layout Section*

Lebiniz as a unit
\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
vspace{8cm}
\end_inset 


\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
vspace{4cm}
\end_inset 


\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
vspace{4cm}
\end_inset 


\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard

asdfia fidadpif afi i fiaf
\layout Standard

asdfia fidadpif afi i fiaf
\the_end
attachment: print.gif

Re: screen fonts in math problem

2003-03-18 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Dienstag, 18. März 2003 10:07, Marcin Bukat wrote:
 Well I made some sniffing around the problem and found that in
 /usr/share/lyx/xfonts
 is a lack of declared fonts. (lyx was configured with prefix=/usr so
 everything should be ok). Declared fonts are in source dir/lib/xfonts.
 I moved this fonts:
 cmex10.pfb  cmr10.pfb   eufm10.pfb   msbm10.pfb
 cmmi10.pfb  cmsy10.pfb  msam10.pfb   wasy10.pfb

 to /usr/share/lyx/xfonts by hand and now is much better, but not
 perfect. Some characters are still displayed as meaningless chars.
 As I mentioned earlier after conversion to whatever format everything is
 ok.

I am unable to see the meaningless chars. There are only perfectly
displayed math-space chars.

 I made two screenshots:
 http://soliton.ch.pw.edu.pl/~wodz/xdvi_screenshot.png
 http://soliton.ch.pw.edu.pl/~wodz/lyx_screenshot.png
 (Now You see what I mean)
 How to fix this?

The displayed spaces in lyx_screenshot.png are intended.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPnc087ewfbDGmeqhAQGNxgP/RBPABS46T6T+dzU/5l0vV1QAVxrQY9I7
N5AxPCyWVWYCj+JZQ0hIiM/oW+zUhuSD6Eq9n/NEG+MdfTdC6lYY5Bn7K0kcfCks
wxc1LL2T7tDlc5JPKU2tS+Jl8lILFlxh53OAr+DjG/9sTrZHWpsqEAFZu7eyFEY4
CeBCmRwLmpc=
=72+z
-END PGP SIGNATURE-



Re: screen fonts in math problem

2003-03-18 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Dienstag, 18. März 2003 19:57, Marcin Bukat wrote:
  I am unable to see the meaningless chars. There are only perfectly
  displayed math-space chars.
 
  The displayed spaces in lyx_screenshot.png are intended.

 Ok I marked explicite chars which are missdisplayed. Please take a look
 once more...
 http://soliton.ch.pw.edu.pl/~wodz/lyx_screenshot.png

I see. Some latin2-chars made it. Sorry can't help. I have no
problems with lyx1.3.1cvs.
Maybe the use of instant preview can make life little easier.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPnd8NbewfbDGmeqhAQGqSAP6Az6gnyEgZsRY3DRUXwwtiZP0xJScPCN9
4HbIDRatfXhNn1QNAKJbWAsmeDX4fxnN7sSfiu4Ji+eL2DTr33xnWWG0STRsCGuf
BTIvQcn2nbxwW+h4Zd4FViMrvGKbbgtgBYXY81pLoRc31JcjvwxLMNeGN1y8gA/i
dd3+GZCBjF8=
=/DCW
-END PGP SIGNATURE-
attachment: print.gif

Re: Spanish language with v1.3.1 qt frontend

2003-03-26 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Mittwoch, 26. März 2003 03:55, Andres Becerra Sandoval wrote:
 Greetings,


 I am using lyx 1.3.1 with qt frontend in a Redhat 8.0 box, and I can't
 start the user interface in other language than english, I would like to
 start it in spanish, particularly.

 I have tried:

 setenv LANG es

There are more then one es ...
Try one of
es_AR   es_CO   es_EC   es_GT.utf8  es_NI.utf8  es_PR.utf8  es_UY
es_AR.utf8  es_CO.utf8  es_EC.utf8  es_HN   es_PA   es_PY   
es_UY.utf8
es_BO   es_CR   es_ES   es_HN.utf8  es_PA.utf8  es_PY.utf8  es_VE
es_BO.utf8  es_CR.utf8  es_ES.utf8  es_MX   es_PE   es_SV   
es_VE.utf8
es_CL   es_DO   [EMAIL PROTECTED]  es_MX.utf8  es_PE.utf8  es_SV.utf8
es_CL.utf8  es_DO.utf8  es_GT   es_NI   es_PR   es_US



Kornel

- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPoGIRLewfbDGmeqhAQG1nwQApuj1VsLeHNhQ6Jt5FgqqgrOci/CQA8UM
/43wwYkj779C6vadxo5vO981qrsUNgC5myd18p5g7Bw3Z2qUfb3E7bxem/ouca/5
RLuc96Zv1BrK1x/+2ia/6WyFT0Y8MqPA1goEDgUeIr5ZzSV/zUI1TChk1Lno/WmC
YQ6doy9abZc=
=omL7
-END PGP SIGNATURE-



Re: vertical alignment in table-cells

2003-09-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 12. September 2003 10:42, Jan W. Schemm wrote:
 Hi,

 I have a little problem concerning the vertical alignment of text in
 table-cells (Lyx 1.3.0). Basically I defined a table with 2 columns, the
 first column containing simple text and the second column containing small
 diagrams using the psmatrix-command. The problem is that the text in the
 first column appears at the bottom of the cell. I tried to set the vertical
 alignment to top or center as explained in

Add empty text (ERT: {}) in front of the graphics-cell. Make the vertical
alignment of the cell be center too. Dvi-output should be ok.

 http://www.damek.kth.se/~chr/lyx/Herbert/table.html#valign

 but without any success. I would appreciate any suggestions on how to solve
 that problem!

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBP2GPSrewfbDGmeqhAQEctwQA1BDO4Wn02PTxW6+XBzoGqCJs0yH1OC6m
ZRuc7u8wCM4wikINa+5ipD/FpQKIumw3NgeiJyQUqSFZAViOY5d7Q+cDjEUspCjf
Fiudo51mxY41eVDejpSl1kKKsIFrm41jw1AJRpt9f3MByzOdSTsEpqRW1AA6UA21
2Do4y6pAurw=
=88jT
-END PGP SIGNATURE-



Re: vertical alignment in table-cells

2003-09-12 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 12. September 2003 15:34, Herbert Voß wrote:
 Jan W. Schemm schrieb:
  Still doesn't work. Lyx produced the following Latex-Code, but the
  vertical alignment is still messed up.

 give a LyX example file.

Seems to be ok now. Each call to '\ncline{..}{..}' was on its own line. This has
messed up the dvi and ps- output.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBP2HXB7ewfbDGmeqhAQFYVgQAqOPqQCyDfXmCBU+zHcDL5gkDYok0A7Gv
xARE5onWUqamEKJqJIWqo00w4RzTtnmMY1sT6YQbDg3Sz1pCswjQw6InEaaw8igb
jxBT15JcEn6XFz2xiDK4pklw3AdAnTdcf0Sk4uw5WdkZTQ/Z3xAwRaGm8hMF0II0
H6o8r0ZU0lo=
=kTUS
-END PGP SIGNATURE-



Re: Problems with graphics

2003-11-01 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Samstag, 1. November 2003 12:15, Alain DIDIERJEAN wrote:
 Herbert Voß a écrit le Saturday 01 November 2003 10:25 ::
  Alain DIDIERJEAN schrieb:
   Thanks, Herbert, but renaming the image to von-neuman.bmp didn't make any
   difference. Here is the part of the file that makes a problem...
 
  ok, I see. You put the graphic into the caption, named with the
  label FIGURE#. Always hit enter and put the image before this
  caption line. see attached file (click on the image to insert
  this one new to get the right path)
 
 Thanks for the fast answer. Did what you said, got one more eror !
 In short :
 Insert Graphics -- 4 errors
 Float Figure, then Insert Graphics (my (wrong) way) -- 5 errors
 Float Figure, then Insert Graphics (your (right) way) -- 6 errors
 I'm getting crazy and frustrated as I want my students to have some pretty 
 figures in the support text they get...

Try this one ... It works perfectly here

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iQCVAwUBP6Or0bewfbDGmeqhAQFmIAQAgpV5BzQGY8yFHirCXm93w95S2y3YaVaQ
0DUACakvnks7xpv9ejnvA7afCEYTnRmu0q/SFYQHOvAjcjOiP0NwRfWTvkLaTm6k
YW/QqlUDCfJdcjPSbs99cpjlrfOK9powAM3cwexAPvySVd9ZIbjX7ymT3Yn7gkRB
dVj2yEhJ7S8=
=Ckt7
-END PGP SIGNATURE-
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\usepackage{multicol}
\end_preamble
\language frenchb
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 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 Title

Introduction  l'algorithmique
\layout Author

Alain DIDIERJEAN
\layout Date

octobre 2003
\layout Section

Quelques dfinitions
\layout Subsection

Ordinateur
\layout Standard

Etude du modle de Von Neuman
\begin_inset Foot
collapsed true

\layout Standard

John Von Neuman (1903 - 1957).
 Physicien et logicien n en Hongrie.
\end_inset 

.
\layout Standard


\begin_inset Float figure
wide false
collapsed false

\layout Standard


\begin_inset Graphics
	filename /usr2/kornel/jpg/von-neuman.pbm

\end_inset 


\layout Caption

xx
\end_inset 


\layout Subsection

Programmes, processus
\the_end


Re: Problems with graphics

2003-11-02 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Sonntag, 2. November 2003 09:45, Herbert Vo wrote:
 Kornel Benko schrieb:
 
  Yes, but for some reason this error was uncorrectable in his lyx-file.
 
 You can cut the image from the caption line
 and paste it into a new line with standard layout.

That was exactly, how I tried it first.

 The only problem is, that LyX doesn't realize, that
 there was a graphic inserted, so it doesn't write
 into the preamble \usepackage{graphicx}.

Stupid me.

 Herbert
 
Kornel

- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iQCVAwUBP6TGF7ewfbDGmeqhAQE8HAP/T6t1j3+XBEC8/3mMrEnAStjCG39Pybxy
aU5rUJIi1kkWFX9p7zrgRRmUEBOQ7zVeGOUpF9Gs4X7yJyg7Rru085VcSXHh6ZDN
/7xqiCa/Y/gTgh9EpOxL1LfbjQjWzoWan3HLhoT08F3cVqPA4w2zBkPzuAaBKiTW
p8L5ajI3GZw=
=LmHi
-END PGP SIGNATURE-



Re: [announce] german description of LyX-mathed is available

2003-11-20 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Donnerstag, 20. November 2003 18:03, Uwe Stöhr wrote:
 Hello list,
 I wrote a documentation of LyX's mathed.
 It's a supplementation for the userguide and based on the 
 LaTeX-commands, because writing formulas with the commands is much 
 faster than doing it with the math-panel. And mathed supports many 
 commands directly.
 The documentation contains also a tipps'n'tricks section.
 
 You can download it from
 
 http://fkurth.de/uwest/LyX/Dokumentation
 or
 http://prozess.imtek.uni-freiburg.de/stoehr
 
 in pdf, dvi, ps, lyx or tex-format.
 (The file Hinweis_zur_Datei_LyXMathebefehle.tex.txt gives some 
 instruction how to use the tex-format file.)
 
 (There is also a hint in the actual german userguide (chapter 5.9).)
 
 I hope the documentation is useful for someone.
 regards Uwe

It is. Nice work. Very nice to look at with preview enabled.

Kornel

- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iQCVAwUBP70qlbewfbDGmeqhAQF13QP/TZJnbqkg/CM+QFRItOzsI+fb7apua8AD
s3HDAthHUlCPBJF3yoyslfTMeEfKH1sKOgzyTuqXhX0lvK9tb0hD5lxV+kaEhJ8D
aa7hGDCcBX2N8jTxYSZtzbA5kA8RzhqciM2oy2zrmZykFvG2OV0bweRQIYmnlD3y
lJvIltvuHPo=
=mGMV
-END PGP SIGNATURE-



Re: cv_JMarc.layout

2003-12-04 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Mittwoch, 3. Dezember 2003 18:24, Raphael Clifford wrote:
 Hi,

 I am using cv_JMarc.layout to make my CV and it is great. The problem is
 that I don't really know what I am doing.  For example, how do I change
 the distance between the topic name and it's entry in topic. What I
 mean is that I would like to have Italian/Spanishworking knowledge
 but at the moment this wraps horribly as there isn't enough space for
 Italian/Spanish.  I have attached my effort so far so you can see the
 problem (and maybe give me a job :) ).

Layout-Paragraph-Lines  Pagebreaks-Longest Label

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBP87+W7ewfbDGmeqhAQGgTQQA2A5viBlfE2Z+HrY2ma/qGouNfhVMc9TI
HHx0u+XKd8z4C9gU8M5sOETNiocz9sCaePa/lSfmaj8S7tdd4KKgL6krY34qMDtB
aLBaJF2QUgd3hiNgsUcsQ5jVmomTBcz5YzSXya1GjOlA10x39gYtSWi4LJZ/zcJC
y4BySWY+EAw=
=h9HA
-END PGP SIGNATURE-



Re: cv_JMarc.layout

2003-12-04 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Donnerstag, 4. Dezember 2003 10:28, Kornel Benko wrote:
 Layout-Paragraph-Lines  Pagebreaks-Longest Label

Sorry, not working with topic environment

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBP88CMbewfbDGmeqhAQFDAgQAhqswVdvyA1S/fEnzp+FvM0PdQWiCE1wD
O5RGavOchLe2RRXIt5+1mxPme8FFuWnAWrmns02k7G6uopR9BdvTV0oAv6IcULZJ
CDRTlxZeVUlzzAaHSYDOdlZVyZ9kSpwuiOpBxX4BN11imIjYmrRK4Yp96K3MowWr
O3VMRXObAaI=
=rFnS
-END PGP SIGNATURE-



Re: cv_JMarc.layout

2003-12-04 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Donnerstag, 4. Dezember 2003 11:46, Raphael Clifford wrote:
 Hi,

 Do you think I need to modify the layout file to get this working?
 Cheers,

No, unfortunatelly topic is part of cv.cls. I have played with
changing of the command @[EMAIL PROTECTED] like:

- --- /usr2/kornel/rpm/BUILD/lyx-1.3.0pre3/lib/tex/cv.cls 2001-06-18 
17:05:21.0 +0100
+++ /usr/share/texmf/tex/latex/lyx/cv.cls   2003-12-04 11:58:45.0 +0100
@@ -212,7 +212,7 @@
  [EMAIL PROTECTED]
  \setlength{\rightmargin}{0cm}%
\fi%
- -   [EMAIL PROTECTED]
+   [EMAIL PROTECTED]
[EMAIL PROTECTED]@makelabel}
 \newenvironment{topic}
{\list{}

This is working, but of course not a general solution.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBP88T87ewfbDGmeqhAQEdlwQAkcBDY6RsYZBH8Utb8XkApP3zVQShZBkQ
6WFbFRZScUpeMGili1D+5zZjjpShv/VSedOWbwCutk0lUpU66YG3VScTk7UKTQt2
7zZvHCsHUK7DQKOOmK1G3gBT0dWb+FWmdYAP1sVxMP5bErcJcUiEbb18Uj5GcIOK
vHMJWmzEIdo=
=frL+
-END PGP SIGNATURE-



Re: Help with Makefile?

2004-01-02 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 2. Januar 2004 16:24, Matej Cepl wrote:
 To make rule is simple:
 
 .pdf.lyx:
 lyx -e pdf2 $
 
 However, I don't how to make rule go through all .lyx files and 
 make .pdf, if they don't have newer one (so that it would work 
 even for .lyx files without corresponding .pdf).
 

Something like:
- ---
.SUFFIXES:  .pdf .lyx

SOURCES = a.lyx b.lyx c.lyx

TARGETS = $(SOURCES:.lyx=.pdf)

.pdf.lyx:
lyx -e pdf2 $

all:$TARGETS

- --

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iQCVAwUBP/WXnbewfbDGmeqhAQGLGwP8ChN/TELphlQfVgLmZhRrRCgiirid7fMg
rPVCWz5qyY/ARoILcE4sWQx6XHDUCPNLhlzeJXY/n7/6mjD2CkqZAxkdyYSf7eZ4
rwcKRpuJe7b4meOkJtm8r+m9QVf5WmADVOkTUPMdf+3mxL/KGWPSbHcGJAHMN4c2
7bhk6Oqo6s8=
=f67Q
-END PGP SIGNATURE-



Re: 'view' (Ctrl-R) is grayed-out for non-tex fonts

2015-03-09 Thread Kornel Benko
Am Montag, 9. März 2015 um 07:36:58, schrieb Neal Becker ndbeck...@gmail.com
 I have a brand-new install of Fedora 21.  If I choose 'use non-tex fonts 
 (via xetex-luatex)'

You probably mean fonts xetex/luatex

 then 'view' is grayed out.  How can I fix this?  I have 
 texlive-luatex (and I can export to pdf).
 

Do you have xelatex installed? Probably in package 'texlive-xetex'.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Can I specify the css file in output?

2015-03-09 Thread Kornel Benko
Am Montag, 9. März 2015 um 10:08:28, schrieb Richard Heck rgh...@lyx.org
 On 03/09/2015 06:44 AM, Jerry Bond wrote:
  Sure, but at that point I might just as well change it manually with 
  an editor.
 
  As I said in OP, I am looking for a way to do it inside LyX.
 
 It is possible to add additional material to the HTML preamble (using 
 the HTMLPremable or AddToHTMLPreamble layout tags). But it's not 
 possible to suppress the output of:
  link rel='stylesheet' href='docstyle.css' type='text/css' /
 So you'd have to do something manually anyway.
 
 Richard

Why not create a new html format, say e.g. html7
and create a converter from LyXHTML to html7 ?

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: howto export with batch mode

2015-03-10 Thread Kornel Benko
Am Dienstag, 10. März 2015 um 10:04:07, schrieb Neal Becker 
ndbeck...@gmail.com
 How would I use batch mode to process a lyx file, exporting with lualatex to 
 pdf?
 

Your source lyx-file: x.lyx
Your dest pdf file : xy.pdf

# lyx -E pdf5 xy.pdf x.lyx

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Fwd: note/commentary/greyed out note SOLVED

2015-05-16 Thread Kornel Benko
Am Samstag, 16. Mai 2015 um 17:07:02, schrieb Wolfgang Engelmann 
engelm...@uni-tuebingen.de
 Sorry, forgot the file.
 I am sending a (not quite so) minimal eymaple which shows the problem.
 The first note is before the main matters. You can not choose the note type.
 The second note is after the main matter. It was copied from the main 
 matter to this place. You can not choose the note type.
 I inserted a note in this note: I can choose now (only inside the note, 
 mind you) a commentary note.
 I can also copy this commentary and insert it (under Modelle). It stays 
 as a commentary and I can choose other types.
 
 I left the preample the way it was before, since it might give you hints 
 for what went wrong
 
 Wolfgang
 
 Am 16.05.2015 um 15:10 schrieb Jürgen Spitzmüller:
  2015-05-16 14:56 GMT+02:00 Wolfgang Engelmann:
 
  Its me again: Not quite solved:
  If I copy the various notes from the front matter part into the main
  matter part, the change into another note type is still blocked. I have to
  move the whole bunch to another place to get it working.
  My guess is, that it 'remembered' the situation from the front matter.
 
  This is unlikely. Are you sure the layout of the paragraph is the correct
  one (and not some titling layout)?
 
 
  My question is, whether there are reasons to prevent the choosing of the
  note types in the front matter; if not, it might be better to allow it
  there.
 
  Some note types trigger LaTeX errors in title.
 
  Jürgen
 
 
  Wolfgang

The embedding style is to blame (Uppertitleback). All other notes are of type 
'Standard'.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: note/commentary/greyed out note SOLVED

2015-05-16 Thread Kornel Benko
Am Samstag, 16. Mai 2015 um 17:17:23, schrieb Wolfgang Engelmann 
engelm...@uni-tuebingen.de
 Awfull sorry, was the wrong one. This one is the example
 Wolfgang
 Sorry, forgot the file.
 I am sending a (not quite so) minimal eymaple which shows the problem.
 The first note is before the main matters. You can not choose the note 
 type.
 The second note is after the main matter. It was copied from the main 
 matter to this place. You can not choose the note type.
 I inserted a note in this note: I can choose now (only inside the note, 
 mind you) a commentary note.
 I can also copy this commentary and insert it (under Modelle). It stays 
 as a commentary and I can choose other types.
 
 I left the preample the way it was before, since it might give you hints 
 for what went wrong
 
 Wolfgang

Same issue. The style of the first note is Uppertitleback. Changing it to 
Standard. Now one can select
the note type again.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: biblatex.module and biber not available

2015-07-02 Thread Kornel Benko
The error message says it all. Missing file biblatex.module.
You may want to download it from 
http://wiki.lyx.org/uploads/BibTeX/biblatex.module;
to your userdir/layouts directory.

Kornel

Am Donnerstag, 2. Juli 2015 um 19:29:24, schrieb Steve Burnham 
dan...@gmail.com
 -Steve Burnham
 
 On Thu, Jul 2, 2015 at 1:10 PM jezZiFeR jezzi...@gmail.com wrote:
 
  Dear Steve, dear list,
 
  I also used MacTeX. I use biblatex, because I use Dominik Wassenhovens
  Styles. On my last setup this went very well with fiber, which I could not
  find in the modules. Here are the minimal example of my LyX and
  BibDesk-files, and also the error message, which is in German. BTW: I
  reconfigured several times.
 
  Thanks
 
 
 
 
   Am 02.07.2015 um 19:54 schrieb Steve Burnham dan...@gmail.com:
  
   I'm running the same setup as you are. I used the MacTeX distribution to
  get TeX installed and then I just installed LyX. That is the only software
  I had to install. I have only used BibTeX and that has always worked just
  fine for me. I don't have any experience with biblatex though. If you want
  to send an example file over I'm happy to test it out just to confirm if
  there are issues or not but I don't know if I will be much help in the
  trouble shooting area.
  
   -Steve
  
   On Thu, Jul 2, 2015 at 11:44 AM jezZiFeR jezzi...@gmail.com wrote:
   Hello,
  
   I have installed TeX and LyX on my new Laptop (OSX10.10) and now LyX
  could not find biber or the bib latex.module. In TeX Live Utility biber is
  installed, biblatex also is. Do I have to install anything else, or why
  could I not find the appropriate modules in document/preferences/modules.
  
   Thanks for help
   Jess
 
 
 
 I can confirm I have the same issue. For the benefit of the forum I'm
 attaching a screenshot of the error in English. I also checked my package
 repository to see if biber was installed per instructions on the LyX site (
 http://wiki.lyx.org/BibTeX/Biblatex) and you can see that it is in fact
 installed (also in the screen shot). To me the error gives the impression
 that there are just some LaTeX packages missing but I cannot figure out
 what in my research.
 
 -Steve
 [image: Screen Shot 2015-07-02 at 13.19.06.png]

signature.asc
Description: This is a digitally signed message part.


Re: biblatex.module and biber not available

2015-07-02 Thread Kornel Benko
Am Donnerstag, 2. Juli 2015 um 22:03:35, schrieb jezZiFeR jezzi...@gmail.com
 Thanks, Kornel,
 
 it is strange, that MacTeX says, that biblatex is installed, and biber also. 
 Both are not available. I reinstalled both now, via teX Live Utility but it 
 did not change anything. I do not really understand where to add the file you 
 mention, because in my usr no layouts-directory exists (OSX10.10.3).

Start lyx.
Look into 'Help-About LyX-Version'.
For me it reads 'User directory: ~/.lyx2.1'

 I also checked my old system, there the biblatex.module ist not selected, but 
 biber. Here it does not even appear, so it is not only biblatex.module, but 
 also Biber I could not use. I would prefer Biber, because I have used it in 
 the last year and it worked well. Why does the Biber-module not appear in my 
 document preferences?

After installing you have to reconfigure.
Select 'Tools-Reconfigure'

 Thanks 
 Jess
 
 

Kornel

 
  Am 02.07.2015 um 21:44 schrieb Kornel Benko kor...@lyx.org:
  
  The error message says it all. Missing file biblatex.module.
  You may want to download it from 
  http://wiki.lyx.org/uploads/BibTeX/biblatex.module;
  to your userdir/layouts directory.
  
  Kornel
  
  Am Donnerstag, 2. Juli 2015 um 19:29:24, schrieb Steve Burnham 
  dan...@gmail.com
  -Steve Burnham
  
  On Thu, Jul 2, 2015 at 1:10 PM jezZiFeR jezzi...@gmail.com wrote:
  
  Dear Steve, dear list,
  
  I also used MacTeX. I use biblatex, because I use Dominik Wassenhovens
  Styles. On my last setup this went very well with fiber, which I could not
  find in the modules. Here are the minimal example of my LyX and
  BibDesk-files, and also the error message, which is in German. BTW: I
  reconfigured several times.
  
  Thanks
  
  
  
  
  Am 02.07.2015 um 19:54 schrieb Steve Burnham dan...@gmail.com:
  
  I'm running the same setup as you are. I used the MacTeX distribution to
  get TeX installed and then I just installed LyX. That is the only software
  I had to install. I have only used BibTeX and that has always worked just
  fine for me. I don't have any experience with biblatex though. If you want
  to send an example file over I'm happy to test it out just to confirm if
  there are issues or not but I don't know if I will be much help in the
  trouble shooting area.
  
  -Steve
  
  On Thu, Jul 2, 2015 at 11:44 AM jezZiFeR jezzi...@gmail.com wrote:
  Hello,
  
  I have installed TeX and LyX on my new Laptop (OSX10.10) and now LyX
  could not find biber or the bib latex.module. In TeX Live Utility biber is
  installed, biblatex also is. Do I have to install anything else, or why
  could I not find the appropriate modules in document/preferences/modules.
  
  Thanks for help
  Jess
  
  
  
  I can confirm I have the same issue. For the benefit of the forum I'm
  attaching a screenshot of the error in English. I also checked my package
  repository to see if biber was installed per instructions on the LyX site (
  http://wiki.lyx.org/BibTeX/Biblatex) and you can see that it is in fact
  installed (also in the screen shot). To me the error gives the impression
  that there are just some LaTeX packages missing but I cannot figure out
  what in my research.
  
  -Steve
  [image: Screen Shot 2015-07-02 at 13.19.06.png]
 

signature.asc
Description: This is a digitally signed message part.


Re: Unsubscribe does not work

2007-11-05 Thread Kornel Benko
Am Montag, 5. November 2007 schrieb Florian Hackenberger:
 On Saturday 27 October 2007, Paul A. Rubin wrote:
  Anthony Campbell wrote:
   On 27 Oct 2007, Florian Hackenberger wrote:
   There seems to be a problem with ezmlm. I cannot unsubscribe from
   the list. I already sent two messages to
   [EMAIL PROTECTED] but never got a reply. Could

You should mail to mailto:[EMAIL PROTECTED]
instead.

   someone please have a look at it or unsubscribe me manually?
   There is another problem as well, which is that for the past few
   days about half the posts I make to this list never show up. If you
   see this one you'll know it arrived but others I've sent haven't.
  If you're using the Gmane NNTP (news) service, it might be something
  like what I encountered a week or so ago.  Most of my posts were
  either showing up hours later or not at all.  Turned out their server
  was being hit by a spam storm, which eventually subsided.
 
 Unfortunately the mailing list management software hasn't unsubscribed 
 me yet, despite sending the mails once again. Could someone please 
 remove me manually? I'm subscribed directly, not via Gmane btw.

Kornel


-- 
Kornel Benko
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: LyX mac customized icon

2008-03-05 Thread Kornel Benko
Am Mittwoch 05 März 2008 schrieb Bennett Helm:
 On Mar 4, 2008, at 5:05 PM, ailoan wrote:
  Hello,
 
  I am a young graphist and I choose your soft (LyX-Mac) to work on a
  project for fun.
  I saw your icon and try to suggest you one more customized.
  Feel free to use it in any project you see fit. They are in SVG
  format for maximum flexibility.
 
  DL the archive at the URL : http://ailoan.free.fr/LyX-mac.zip

 I'd love to take a look at what you've come up with, but I'm not able
 to open the files you've posted. (Inkscape, right? ... For some
 reason Inkscape consistently crashes on launch for me now, and I
 don't have time to troubleshoot.)

I had no problem with inkscape. I only had to gunzip the LyX-icone.svgz to  
LyX-icone.svg first.

unzip LyX-mac.zip
cat LyX-document.svgz | gunzip -c  LyX-document.svg
inkscape LyX-document.svg

Kornel

-- 
Kornel Benko
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: Cannot outpt dvi pdf

2008-06-15 Thread Kornel Benko
Am Sonntag 15 Juni 2008 schrieb Waluyo Adi Siswanto:
 I am just a new user of LyX and Linux system (Ubuntu)

 When I learn LyX I want to make hardcopy by clicking dvi or pdf but I got
 this message An empty output was generated then I click OK nbsp;LATEX
 error: File 'ifpdf.sty' not found

On ubuntu, this file is part of texlive-latex-recommended package.

Kornel
-- 
Kornel Benko
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: problem istalling lyx

2008-10-04 Thread Kornel Benko
Am Samstag 04 Oktober 2008 schrieb NISA BALAKRISHNAN:
 i encounter a problem during installing lyx-1.5.6 on ubuntu .
 when configuring the problem is  an error specifying  can not  compute
 sizeof (wchar_t ).

This may be a missing /usr/include/wchar.h. This is in package libc6-dev.

 please help...

Kornel

-- 
Kornel Benko
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Kornel Benko
Am Samstag, 9. Juli 2011 schrieb Steve Litt:
 On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote:
  On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt
 
 sl...@troubleshooters.com wrote:
   On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote:
   On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt
   
What am I doing wrong?
   
   Ubuntu ships the wrong version. See this recent discussion
   [1][2]. See these instructions [3] on how to push the update to
   your system (never tried it). Alternatively, Rainer and Rob
   have come up with a PPA containing LyX 2.0.0. Contact me
   off-list for the link.
   
   Regards
   Liviu
   
   LyX is probably the #2 most important application in my business
   (VimOutliner is #1). It's important enough that I'm willing to
   compile my own,
  
  The SRU solution above (link [3]) seems easy to deploy..
  
   always assuming that there's a 2.x version that compiles well
   on Ubuntu 11.04. What do you think is the best, most solid, most
   tested LyX 2.x right now?
  
  Probably the only one available, 2.0.0. I've compiled this version
  on 10.04 without any issues.
  
   Probably over half the time from 2001 til now my LyX was
   self-compiled rather than package installed.
  
  ..but if you're OK with building, this should be straightforward:
  apt-get build-dep lyx
  
   ./configure --with-version-suffix=-svn --enable-build-type=release
  
  make
  make install
 
 Ugh!
 Here was my configure command:
 
  ./configure --with-version-suffix=200 --enable-build-type=release  --
 with-qt4-dir=/usr/lib/qt4
 
 Here was the error message from ./configure:
 
 ==
  The following problems have been detected by configure.
  Please check the messages below before running 'make'.
  (see the section 'Problems' in the INSTALL file)
 
 ** moc 4 binary not found !
 
 ** uic 4 binary not found !
 
 ** qt 4 library not found !
 
 
 slitt@mydesk:~/junk/lyx-2.0.0$
 ==
 
 My /usr/lib/qt4 directory has only one subdirectory, called plugins. A
 locate command indicates the only other qt4 libraries are 32 bit, this
 is a 64 bit computer, and the 32 bit library has only the same
 subdirectory.
 
 I've installed moc. On every try I delete the whole tree and restore
 it from tarball so that there are no gotchas from leftover garbage.
 
 Where do I go from here?
 
 Thanks
 
 SteveT

On my machine moc is part of libqt4-dev package. (ubuntu 11.04, 64bit)
It includes the libfiles and include files.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Double page numbers on two-sided thesis document

2011-07-29 Thread Kornel Benko
Am Freitag, 29. Juli 2011 schrieb Richard Heck:
 On 07/29/2011 06:50 AM, Dirk Heine wrote:
  Dear list,
  
  I am using the default thesis template from Lyx 2.0 and have the
  following problem with page numbering in a two-sided document in book
  style (KOMA):
  
  Every left page carries two page numbers (one on the left page edge,
  one near the binding), every right page just one (on the right page
  edge). I would like to switch off this double-numbering of left pages
  but do not know how. Any help?
 
 Did you do something to try to customize the page numbering or headers?
 
 Richard

I think, the template is erroneous. (Had the same effect in trunk)
Definitition of Left Footer is ok, but Right Footer should have set the 
Short Title to nothing. (As of now, there is no short title).
So insert Short title in Right Footer, but let it be empty and you should 
be done.

Kornel



signature.asc
Description: This is a digitally signed message part.


Re: Double page numbers on two-sided thesis document

2011-07-29 Thread Kornel Benko
Am Freitag, 29. Juli 2011 schrieb Dirk Heine:
 Thanks a lot Kornel!
 Unfortunately I am not entirely sure what do no... I am a bit of a
 newbie to Lyx and would very much appreciate if you could give your
 advice once more for dummies.
 Many thanks!
 Dirk

Open your master thesis file in lyx (the one created from thesis-template)
Search for definition of Right Footer (this should be some lines below 
Dedication, cite from a famous person
Right klick on Right Footer, select Insert Short Title.
That's it.

 On Fri, Jul 29, 2011 at 10:05 PM, Kornel Benko kornel.be...@berlin.de wrote:
  Am Freitag, 29. Juli 2011 schrieb Richard Heck:
  On 07/29/2011 06:50 AM, Dirk Heine wrote:
   Dear list,
   
   
   
   I am using the default thesis template from Lyx 2.0 and have the
   
   following problem with page numbering in a two-sided document in book
   
   style (KOMA):
   
   
   
   Every left page carries two page numbers (one on the left page edge,
   
   one near the binding), every right page just one (on the right page
   
   edge). I would like to switch off this double-numbering of left pages
   
   but do not know how. Any help?
  
  Did you do something to try to customize the page numbering or headers?
  
  
  
  Richard
  
  I think, the template is erroneous. (Had the same effect in trunk)
  
  Definitition of Left Footer is ok, but Right Footer should have set
  the Short Title to nothing. (As of now, there is no short title).
  
  So insert Short title in Right Footer, but let it be empty and you
  should be done.
  
Regards
Kornel



signature.asc
Description: This is a digitally signed message part.


Re: Double page numbers on two-sided thesis document

2011-07-29 Thread Kornel Benko
Am Freitag, 29. Juli 2011 schrieb Dirk Heine:
 Thanks Kornel!
 
 Unfortunately the problem persists also after that executing Insert
 Short Title. I just tried it with my document and also with a new,
 clean version of the thesis template to make sure the problem does not
 arise due to some customisation. In both cases, however, the double
 page numbering remains.
 
 I would be grateful for further advice.
 
 Best wishes,
 
 Dirk

They should look like attached.
Kornel
attachment: Bildschirmfoto3.png

signature.asc
Description: This is a digitally signed message part.


Re: Double page numbers on two-sided thesis document

2011-07-30 Thread Kornel Benko
Am Samstag, 30. Juli 2011 schrieb Dirk Heine:
 Many thanks! It now works. My mistake was that I did not do this
 inserting of the short title for all branches. I only did it for the
 master and that does not work. It is needed for all branches
 individually as well.
 
 To avoid that anyone else using the thesis template experiences the
 same problems the documents found in Lxy 2.0 under File -- New from
 Template -- Folder Thesis hence need this correction. Any idea who
 to contact about this?
 
 Again many thanks!
 
 Dirk
 

Yes, the responsible for patches in branch 2.0 is Richard Heck 
(rgh...@comcast.net). I would do it, if I get the permission
from him.

Needed for trunk too BTW.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Biber

2011-08-26 Thread Kornel Benko
Am Freitag, 26. August 2011 schrieb Jürgen Spitzmüller:
 Julio Rojas wrote:
  I removed the version of biber I had previously installed.
  
  jcredberry@2e14-200305:/usr/local/texlive/2011/texmf/tex/latex$ biber -v
  biber version: 0.9.4
  
  But Lyx is still looking for textlive 2009 (which is also installed).
  Do you know how can I make it to look at texlive 2011 (yes, I
  reconfigured several times after installation)?
 
 I suppose you have to adjust your path settings. In your local profile file
 (~/.profile most probably), add the following (if the file does not exist
 yet, create it):

This is not  sufficient. With this, the path is set only for programs called 
from the command line.
To make it available to the desktop you should consider to edit 
~/.pam_environment (Create it, if not already there)

The syntax is simple a list of shell-variables you want to set. Like this:
PATH 
OVERRIDE=/usr/local/bin:/usr/local/texlive/2011/bin/x86_64-linux:/usr/bin:/usr/sbin:/sbin:/bin:/usr/bin/X11:.

 #
 # Set some environment variables for TeX/LaTeX
 #
 export TEXMFCNF=/usr/local/texlive/2011/texmf/web2c:$TEXMFCNF
 export PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH
 
 After relogin, LyX should find the right binaries. See also sec. 3.4.1 of
 the texlive manual:
 http://www.tug.org/texlive/doc/texlive-en/texlive-en.html
 
 I have created a symlink here from /usr/local/texlive/current to
 /usr/local/texlive/2011 and set all pathes to current instead of 2011. This
 way, I need only change the symlink after a distribution upgrade.

Good idea

 HTH,
 Jürgen

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Biber

2011-08-26 Thread Kornel Benko
Am Freitag, 26. August 2011 schrieb Jürgen Spitzmüller:
 Kornel Benko wrote:
   I suppose you have to adjust your path settings. In your local profile
   file (~/.profile most probably), add the following (if the file does
   not exist
  
   yet, create it):
  This is not  sufficient. With this, the path is set only for programs
  called from the command line. To make it available to the desktop you
  should consider to edit ~/.pam_environment (Create it, if not already
  there)
  
  The syntax is simple a list of shell-variables you want to set. Like this:
  PATH
  
  OVERRIDE=/usr/local/bin:/usr/local/texlive/2011/bin/x86_64-linux:/usr/bin
  :/ usr/sbin:/sbin:/bin:/usr/bin/X11:.
 
 Sure? It works as I expect it here, also when calling LyX not from the cl.
 
 Jürgen

At least some desktopts are starting, without reading ~/.profile first. (If 
you start lyx through a shell-script, then of course
you read .profile)

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: Biber

2011-08-26 Thread Kornel Benko
Am Freitag, 26. August 2011 schrieb Jürgen Spitzmüller:
 Kornel Benko wrote:
  At least some desktopts are starting, without reading ~/.profile first.
  (If you start lyx through a shell-script, then of course you read
  .profile)
 
 I see. Then it just happens to work here (KDE 4.7, openSuse 11.4).
 
 Frankly, I never heard of the .pam_environment file before, but you are the
 expert.
 
 Jürgen

Kde starts as sh /usr/bin/startkde or such, that may work. Since I am working 
with csh, I never created
.profile. My .login and .cshrc were ignored if started from desktop. It 
took a while to discover .pam_environment file.

See 6.6.6 FILES, User specific environment file in

http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/Linux-PAM_SAG.html

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: 2Qs for Thesis Template

2011-09-02 Thread Kornel Benko
Am Freitag, 2. September 2011 schrieb Rasmus K. Rendsvig:
 First, the Thesis template numbers all even pages in both the left and
 the right footer. Only the left footer should contain a page number.
 I've played around with the footer-definitions, but couldn't get it to
 work.

Add empty Short Title to the right footer. This is already corrected in trunk.

Kornel


signature.asc
Description: This is a digitally signed message part.


  1   2   3   4   5   6   7   >