Re: problem with metapost files

2003-01-20 Thread Matej Cepl
Oscar López wrote:
 This foo.# is an almost eps file. In fact if someone tries to view
 this eps using gv an error is triggered. Only latex when this file
 is included using \includegraphics knows how to proceed

You can make it into an adult EPS file by adding command

   prologues:=1;

to the begin of the Metapost source code.

   Have a nice day,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The politician attempts to remedy the evil by increasing the very
thing that caused the evil in the first place: legal plunder.
-- Frederick Bastiat




Re: problem with metapost files

2003-01-21 Thread Matej Cepl
Oscar López wrote:
 http://www.iit.upco.es/~oscar/download/foo.ps
 
 to see what I mean. The first figure is generated using
 prologues:=1; and the second one doesn't have the prologues:=1;
 In the first figure the \lambda is missing in the ylabel and
 the text of labels are text fonts. However in the second one,
 all labels are math fonts. I really need this feature of
 metapost files.

Well, \lambda is OK on my computer, because I have configured
properly GhostScript (see pdf file on
http://www.volny.cz/cepls/ps-pdf/foo.pdf). Unpack the attached
tarball (of course, I assume that you are with real operating
system which supports links not M$ crap), and then set up an
environment variable GS_LIB to point to that directory (in
~/.profile, ~/.bash_profile, ~/.zshenv, /etc/profile, etc. --
check with set | less, that it is really set). Then open your
file with

   gs foo.ps 21 | tee foo.log

in xterm and you should see messages of ghostscript loading
appropriate fonts. If there is anything wrong, send me foo.log.

   Have a nice day,

  Matej Cepl

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
We are told that [St. Anthony] once fell into dejection, finding
uninterrupted contemplation above his strength; but was taught to
apply himself at intervals to manual labour by a vision of an
angel who appeared platting mats of palm-tree leaves, then rising
to pray, and after some time sitting down again to work; and who
at length said to him, Do thus, and thou shalt be saved.
-- Life of St. Anthony




tex.tar.gz
Description: Binary data


Re: problem with metapost files

2003-01-22 Thread Matej Cepl
Oscar López wrote:
 1. The definition of GS_LIB does not conflict with the default
 GS_LIB just in the case that it existe before?

If it did (check with set | less), than you should add new path
to the old one (find, where the old variable is set and then add
it there using colon as a delimiter).

 2. The links are pointing to files that actually exists in my
 distribution why they weren't found by latex/dvips? I suppose
 that the point is in the definition of $GS_LIB

The problem is not with finding files by latex/dvips, but
ghostscript who was not told about existence of these files.

 3 Several messages complaingin of dvips are:
 
 This is dvips(k) 5.86e Copyright 2001 Radical Eye Software
 (www.radicaleye.com) ' TeX output 2003.01.21:1843' - foo.ps
 dvips: Font cmr10 used in file /home/oscar/tmp/mp/fnflm_p.0 is
 not in the mapping file.  dvips: Font cmmi10 used in file
 /home/oscar/tmp/mp/fnflm_p.0 is not in the mapping file.
 dvips: Font cmmi7 used in file /home/oscar/tmp/mp/fnflm_p.0 is
 not in the mapping file.  dvips: Font cmsy10 used in file
 /home/oscar/tmp/mp/fnflm_p.0 is not in the mapping file.
 texc.prospecial.pro. [1/home/oscar/tmp/mp/fnflm_p.0]
 
 Are they important?

They are, but I have no idea, why they are there. Could you
please send me a Metpost-produced EPS file (using prologues :=
1)?

 4. This means that I must generate every metapost file to be
 included in lyx by menas of:
 
 mpost '\prologues :=1; input file.mp' in order to ensure that
 they have a prologues :=1; line mustn't I?

No, just put
prologues := 1;
in the beginning of your Metapost source file (.mp).

   Have a nice day,

  Matej Cepl

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Give your heartache to him. (1Pt 5,7; Mt 11:28-30)




Re: problem with metapost files

2003-01-23 Thread Matej Cepl
Oscar López wrote:
 I meant that in order to produce a more automatic solution. The
 problem is I produce metapost files from several applications,
 mainly xfig, gnuplot, and metagraf. Most of the times it is not

Why do you go through MetaPost then? Both xfig and gnuplot can
produce excellent EPS files. As for lambda and similar things,
there are some drivers based on LaTeX picture environment.

And yes, your solution (with prologues:=1; on command line)
should work too.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
There's a long-standing bug relating to the x86 architecture that
allows you to install Windows.
-- Matthew D. Fuller




Re: problem with metapost files

2003-01-23 Thread Matej Cepl
Oscar López wrote:
 They are, but I have no idea, why they are there. Could you
 please send me a Metpost-produced EPS file (using prologues :=
 1)?
 
 Attached the eps produced using prologues:=1;

EPS files seems OK to me -- no paths included. Weird... 

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Why should I travel, when I'm already there?
-- Bostonian lady, when being asked why she never visited
other places than Boston




Re: problem with metapost files

2003-01-23 Thread Matej Cepl
On Thu, 23 Jan 2003, [ISO-8859-1] Oscar López wrote:
 * How do you show incrementally a graphic during a presentation? Afaik 
 only using ppower and multiinclude metapost files as layers. Please 
 check this presentation
 
 http://www.iit.upco.es/~oscar/download/er_eolica_p4.pdf

OK, I have to admitt I have never seen anything like that. That's
really great!

Matej




Re: problem with metapost files

2003-01-24 Thread Matej Cepl
Oscar López wrote:
 In the past I experienced a lot of problems because using
 ps2pdf introduced type 3 bitmaps fonts in the graphics with
 math fonts. I asked for help in several lists and documents and
 at the end I followed the metapost approach. For sure things
 could be better now, so I'll have a look.

Problems with Type3 fonts were with older ghostscripts. Version
6.53 (which is quite old -- Aladdin released version 8.00)
supports Type1 very well.

Have a nice day,

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
I believe in the power of prayer. It's been said: I would rather
stand against the cannons of the wicked than against the prayers
of the righteous. The prayers of a friend are one of life's most
gracious gifts.
-- George W. Bush at the 2001 National Prayer Breakfast




Re: komascript letter class

2003-01-24 Thread Matej Cepl
Kari Ruohonen wrote:
 Hi - I'd like to develop my own letter layout and took a look
 at komascript letter class in lyx. However, I am totally stuck
 and the documentation in the Extended Lyx Features does not
 seem to be of much help. I don't simply understand how to build
 the document. Can somebody send me an example lyx file to use
 as a starting point?
 
 I tried to define letter environment etc. but all I got when
 latexing the file are errors like missing \begin{document}.
 According to the documentation letter environment implicitly
 defines a new letter. What am I missing here?

Unfortunately, letter class is probably the most complicated
standard class you can find. However, if you want to dwelve into
that get some LaTeX info and for making LyX layout I would begin
with stanadard LaTeX letter class (not Koma-Script) -- it is much
more simple.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
I know of no country in which there is so little independence of
mind and real freedom of discussion as in America.
-- Alexis de Tocqueville




lyx-qt -- Czech doesn't work again

2003-01-24 Thread Matej Cepl
Hi,

I have downloaded .deb package by Nicolas Boos (thanks for it!)
of lyx-qt (1.3.0-pre2) and it seems to work pretty well on my
Debian/woody (with KDE 2.2.2, Qt 2.3.1, XFree 4.1.0-16).
Unfortunately, one think which does not seem to work again is
inserting Czech (8859-2) characters from keyboard directly (I
have no .kmap file activated). It worked with 1.2.1 and of course
it works with another KDE applications.

Any help?

   Thanks

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The American Republic will endure, until politicians realize they
can bribe the people with their own money.
-- Alexis de Tocqueville




Re: problem with metapost files

2003-01-24 Thread Matej Cepl
Dekel Tsur wrote:
 A problem with this method is that you cannot send the Postscript file
 to other people (though you can convert it to PDF with ps2pdf).

That's true -- but I believe that one should send only PDFs
anyway.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
To err is human, to purr feline.




Re: infos in pdf

2003-01-27 Thread Matej Cepl
Holger Zebner wrote:
 I have some specific questions about generating a pdf-file from lyx:
 How do I get links to webpages in a pdf-file as hyperlinks?
 How can I also edit/write the properties of an pdf-file?
 Can I generate bookmarks which show the table of contents in a pdf?

You have to do it by hand in LaTeX preamble. Read
$TEXMF/doc/latex/hyperrref/manual.pdf.gz and
$TEXMF/doc/pdftex/base/pdftexman.pdf.gz and
$TEXMF/doc/pdftex/base/pdfTeX-FAQ.pdf.gz ($TEXMF is usually
/usr/share/texmf on Linux).

Have a nice day,

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Courage is resistance of fear, mastery of fear, not absence of
fear.




Re: lyx-qt -- Czech doesn't work again

2003-01-27 Thread Matej Cepl
Dekel Tsur wrote:
 Try setting the LANG env. variable to cs_CZ.ISO-8859-2

This is of course set (courtesy of great Debian installation
packages), but I forgott to recall my question, when after
restart of X everything works well. No idea, what was the reason.

Thanks anyway and sorry for not stopping the discussion,

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
There's a long-standing bug relating to the x86 architecture that
allows you to install Windows.
-- Matthew D. Fuller




Re: Help: Avant Garde as the default font

2003-01-28 Thread Matej Cepl
Pep Roca wrote:
 \renewcommand{\familydefault}{\avant}
 
 \renewcommand{\rmdefault}{\avant}

Where have you defined macro \avant? The value of \*default
should be NFSS name of the font family. Read fntguide (available
in $TEXMF/latex/base/ directory as DVI) and you will understand,
that the proper value of \rmdefault (or \sfdefault -- depends on
what you want) should be pag.

   Have a nice day

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The American Republic will endure, until politicians realize they
can bribe the people with their own money.
-- Alexis de Tocqueville




Re: lyx on cygwin

2003-01-29 Thread Matej Cepl
Andre Poenitz wrote:
  Can anyone give me advice on which one I should fix?  Should
  I fix the tetex package comes with cygwin? If so, how do
  I fix that error: tex capacity exceeded.  If the other
  one is better, anyone had experience with that pfTex?
 
 teTeX is not bad, I've never used pfTeX, so _I_ would try to
 fix teTeX.

It is called fpTeX and it is just a native port of tetex to
Windows. I would strongly recommend to use it instead of cygwin
tetex. However, it is probably correct, that the problem is not
in the TeX distribution (all of them are capable of processing
basically any document these days) but in your document.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
If Patrick Henry thought that taxation without representation was
bad, he should see how bad it is with representation.




Re: what is native about native windows programs?

2003-01-30 Thread Matej Cepl
David A.  Case wrote:
 Is this distinction between cygwin and native a meaningful
 one?  Is it just a matter of path syntax ( /home/green vs.
 C:\home\green )?  A matter of personal taste and familiarity?
 Or are there other differences that argue in favor of one form
 of LyX and latex over another?

Please, more knowledgeable people on the list correct me, but let
me add some thoughts on the issue. If I understand cygwin
correctly, than it is more or less one huge pile of code creating
effectively Unix on the top of Windows (path syntax is just that
one percent tip of the iceberg, there is for example whole huge
cygwin32.dll etc.). It makes porting to Windows much more simple,
but the results tend to be much more bulky, slower,
non-compatible with the rest of Windows etc. (probably, not so
bad, but kind of similar to different Windows for Unix
environments -- wine, WABI, or MacWindows).

More knowledgeable critique of cygwin (I am not a programmer, but
just a humble social science PhD student) can be found around
people working on competing projects like MinGW and gnuwin32.

   Have a nice day,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
I know of no country in which there is so little independence of
mind and real freedom of discussion as in America.
-- Alexis de Tocqueville




Re: Bug: lyx-qt 1.3.0pre3 cannot use ISO-8859-15

2003-01-30 Thread Matej Cepl
John Levon wrote:
  The problem in 1.3.0pre2 when used with Qt has not been
  solved in the pre-realease 3. My locale variable is
  correctely set but I can type ? (euro) and ? (oe) in the
  minibuffer, but I cannot type them in the text.
 
 This is not likely to be fixed (it's extremely non-obvious what
 to do about it). Instead, you must modify languages in your
 lyx dir so tha the relevant languages listed use iso-8859-15
 instead of -1

Well, /usr/share/lyx/languages has correctly iso-8859-2 for
Czech, but the symptoms are exactly the same (and it worked in
xforms-based lyx 1.2.1): Czech in minibuffer but not in text
(which is much worse than the opposite in the xforms-based LyX
where I could not write Czech letters in dialogs :-).

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The American Republic will endure, until politicians realize they
can bribe the people with their own money.
-- Alexis de Tocqueville




Re: Bug: lyx-qt 1.3.0pre3 cannot use ISO-8859-15

2003-02-02 Thread Matej Cepl
John Levon wrote:
  Well, /usr/share/lyx/languages has correctly iso-8859-2 for
  Czech, but the symptoms are exactly the same (and it worked in
  xforms-based lyx 1.2.1): Czech in minibuffer but not in text
 
 What is your lang setting ? What distro/qt ?

~% locale
LANG=cs_CZ
LC_CTYPE=cs_CZ
LC_NUMERIC=cs_CZ
LC_TIME=cs_CZ
LC_COLLATE=cs_CZ
LC_MONETARY=cs_CZ
LC_MESSAGES=cs_CZ
LC_PAPER=cs_CZ
LC_NAME=cs_CZ
LC_ADDRESS=cs_CZ
LC_TELEPHONE=cs_CZ
LC_MEASUREMENT=cs_CZ
LC_IDENTIFICATION=cs_CZ
LC_ALL=
~%

It is Debian (woody) with XFree86 4.1.0-16 and libqt 2.3.1
(Debian package 3:2.3.1-1).
 
 What is the X name of a czech character in iso-8859-2 (so I can set my
 modmap to be able to enter it) ?

This one is ccaron, but I do use xkb not xmodmap and this is my
keyboard setting in /etc/X11/XF86Config-4

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc104
Option  XkbLayout czsk
Option  XkbVariantcz_us_qwerty
EndSection

(czsk file is not standard Czech keyboard of X11, but it is
attached).
 
 What does -dbg key say when you try to enter it ?

   Press key 65535 text , ascii 232
   Setting key to 65535, 
   KeySym is 
   isOK is 1
   isMod is 0
   Using codec ISO 8859-1
   Oof. Can't encode the text !
   ISOEncoded returning value 0
   action first set to [-1]
   action now set to [-1]
   Key [action=-1][]
   isText for key 65535 isPrint is 1
   isText() is true, inserting.
   Press key 4131 text none, ascii 0
   keyevent has isNull() text !
   KeySym is Alt_R
   isOK is 1
   isMod is 1
   isModifier true

The same applies to ecaron, scaron, rcaron, zcaron, (and any
other *caron characters), and uring (both in normal and
capitalized versions).

What about this? Should I file a bug into bugzilla?

   Thanks for help,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The function of the expert is not to be more right than other
people, but to be wrong for more sophisticated reasons.
-- Dr. David Butler, British psephologist




czsk.gz
Description: Binary data


msg24724/pgp0.pgp
Description: PGP signature


Re: Bug: lyx-qt 1.3.0pre3 cannot use ISO-8859-15

2003-02-02 Thread Matej Cepl
John Levon wrote:
 Using codec ISO 8859-1 Oof. Can't encode the text !
 
 You either changed the wrong languages file, or you're trying
 to insert it into text/document that isn't Czech.

I see -- it is change from previous/xforms version, when it was
not necessary to have set up language of the text correctly, so
I could write my name (Mat\v{e}j) even in the English texts.
However, it is not big trouble and I can certainly live with
that.

   Thanks for help,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Q: Is vi an easy editor to learn, is it intuitive?
A: Yes, some of us think so. But most people think that we are
   crazy.
-- vi FAQ




Re: bad looking fonts in pdf --- revisited

2003-02-03 Thread Matej Cepl
Steven Homolya wrote:
 Issue is: Fonts are ugly and hard to read in exported pdf.
 
 One reply was to see (lyx 1.1.6fix4)  Help - Extended Features: 
 Section 3.3.6.2, i.e., put \usepackage{ae,aecompl} in preamble.
 
 Then someone said that selecting ae fonts (Layout - Document) should be 
 all that's needed. No preamble changes.
 
 I replied that this works. It seems I was incorrect.
 
 The only way I can get good looking fonts (and searchable text) in pdf is 
 by putting \usepackage{ae,aecompl} in the preamble. Note that aecompl is 
 needed, ae alone will not do it.
 
 Am I missing something here?

Hi, folks,

I have to confirm bug in LyX 1.3.0pre2 (Qt-version, but I do not
think it matters). When an attached file is exported to LaTeX
this is the result:

   %% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
   %% Do not edit unless you really know what you are doing.
   \documentclass[czech]{scrartcl}
   \usepackage{ae}
   \usepackage{aecompl}
   \usepackage[T1]{fontenc}
   \usepackage[latin2]{inputenc}

   \makeatletter
   \usepackage{babel}
   \makeatother
   \begin{document}
  luouk k pl belsk dy.
   \end{document}

Which is incorrect (ae and aecompl are expecting to be already in
T1 mode -- font/inputenc should precede ae,aecompl). The
resulting PS/PDF files have really Type3 fonts.

   Should I file a bug?

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
We are told that [St. Anthony] once fell into dejection, finding
uninterrupted contemplation above his strength; but was taught to
apply himself at intervals to manual labour by a vision of an
angel who appeared platting mats of palm-tree leaves, then rising
to pray, and after some time sitting down again to work; and who
at length said to him, Do thus, and thou shalt be saved.
-- Life of St. Anthony




Re: bad looking fonts in pdf --- revisited

2003-02-03 Thread Matej Cepl
matej wrote:
 Which is incorrect (ae and aecompl are expecting to be already in
 T1 mode -- font/inputenc should precede ae,aecompl). The
 resulting PS/PDF files have really Type3 fonts.

Sorry, but I have to correct my own correction: if you have this
problem with ae, try to go to /usr/share/texmf/dvips/config (as
a root) and change in file updmap lines from

   type1_default=false
   #type1_default=true

to

   #type1_default=false
   type1_default=true

and run ./updmap.

   Have a nice day,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
..every Man has a Property in his own Person. This no Body has
any Right to but himself. The Labour of his Body, and the Work of
his Hands, we may say, are properly his.  The great and chief
end therefore, of Mens uniting into Commonwealths, and putting
themselves under Government, is the Preservation of their
Property.
-- John Locke, A Treatise Concerning Civil Government




Re: help needed on bibtex geralpha and german spellchecking

2003-02-04 Thread Matej Cepl
Till von Reumont wrote:
 1.) whenever i trie to use bibtex styles other than plain or alpha (say
 for example gerplain or geralpha) i get lyx errors. i thought maybe its
 the path settings for bibtex (setting for where it should look for
 bst). i just can't figure out how to tell bibtex the paths... maybe its
 something other than that, i dont know.

Where did you put them?

Run this in console

kpsepath bst

and put the .bst file in one the mentioned directories. Then run
texhash (again in console and as a root). The final test that
everything works is to run (say)

kpsewhich geralpha.bst

(it should return the full path of the .bst file).

 2.) i have no idea on how to install dictionaries for either ispell or
 aspell... english is working ok, but when i switch to german i get
 error messages on my x11 console, telling me it cant find dictionaries.
 i tried to download dictionaries for aspell and ispell, but i didn't
 find any useful installation hints (i am totally new to all this!)

Which of them you have -- decide for one and trash the other?
What happens when you create some german text (with plain text
editor in a file say filename.txt) and then you run this command
in console:

   ispell -dgerman filename.txt

If it fails, you do not have installed particular package (do you
have Max OS X or Linux; if the former, do you use fink?) with
ispell/aspell German dictionary. Do install it.

   Have a nice day,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The American Republic will endure, until politicians realize they
can bribe the people with their own money.
-- Alexis de Tocqueville




Re: Installing lyx 1.3.0pre3

2003-02-04 Thread Matej Cepl
Raphael Clifford wrote:
 Just FYI mandrake started removing all headers etc. from it's
 standard packages and putting them in -devel.  It's very
 annoying ...

However IMHO it is The Right Thing(TM) -- just users who do not
want to compile everything in the world should not be bothered
with .h files unless they willingly ask for them. If it is any
consolation to you, then all others (with Debian, RedHat, and
SuSe I am sure) did the step many versions ago.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
See, when the GOVERNMENT spends money, it creates jobs; whereas
when the money is left in the hands of TAXPAYERS, God only knows
what they do with it. Bake it into pies, probably. Anything to
avoid creating jobs.
-- Dave Barry




Re: bad looking fonts in pdf --- revisited

2003-02-05 Thread Matej Cepl
Dekel Tsur wrote:
 The ae package load the T1 package by itself, so the above code
 should be OK.  Can you send your ae.sty file ?

I latter found, that the problem was in the default configuration
of dvips, which does not have set 'type1_default=true' in
$TEXMF/dvips/config/updmap. Now it works OK.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
A woman without a man is like a fish without a bicycle.
Therefore, a man without a woman is like a bicycle without
a fish.




Re: Questions about the QT front end for the RH8 rpms

2003-02-07 Thread Matej Cepl
Fernando Perez wrote:
 - is it possible to get lyx to remember its window size? I had
 it set via .Xdefaults but the new front end seems to ignore
 this. No biggie, but it's a bit annoying to have it open a tiny
 window every time.

In the application menu (with default KDE facelift, it is click
on the left top corner of the window) click on Save Settings.

Have a nice day,

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




LyX Qt 1.3.0 - couple of problems

2003-02-08 Thread Matej Cepl
Hi,

I have just compiled LyX-qt on my Debian (woody) and it looks
really great. However, I have a couple of problems:

1) Somehow LyX doesn't make BibTeX citations (see attached
document). It doesn't matter whether I include .bib file by
Browse button or just write to the box the name of the file
(link from the file is found by libkpathsea). There are no *.b*
files in /tmp/lyx*/*/ directory. However, when run with -dbg
latex LyX indicates that it found the BibTeX database (see
attached log in the file lyx-latex.log).

2) The most recently used documents list (bottom of the File
menu) does not work by keyboard. Whatever combination of numeric
keys I use, LyX doesn't open the first file in the list. What's
wrong with me (output of lyx -dbg key is also attached)?

   Thanks a lot for any help,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Courage is resistance of fear, mastery of fear, not absence of
fear.


#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrartcl
\begin_preamble
\setlength{\overfullrule}{5pt}
\deffootnote{1em}{1em}%
{\textsuperscript{\normalfont\thefootnotemark\ }}
\newcommand{\HR}{\bigskip%
{\centering\noindent\large\sloppy * * *\par}%
\bigskip%
}
\usepackage{newcent,helvet,courier}
\renewcommand*\theenumi{(\alph{enumi})}
\renewcommand\labelenumi{\theenumi}
\end_preamble
\language american
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 1
\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 Subject

SOC3345---First paper 
\layout Title

Social Context of Community Life
\layout Author

Mat\i \v{e}
j Cepl, 
\begin_inset LatexCommand \url{[EMAIL PROTECTED]}

\end_inset 


\layout Section

Definition of community
\layout Comment

How does social context influence formation, organization, and survival
 of a community? Choose any two sources to illustrate your point.
\layout Standard

The goal of this paper is to explain how social context influences formation,
 organization, and survival of a community.
\layout Standard

In order to be able to work on the explanation, we have to first recognize
 what we mean by the term 
\begin_inset Quotes eld
\end_inset 

community
\begin_inset Quotes erd
\end_inset 

, because as in many other cases of the terms used in social sciences, its
 definition is far from being unequivocal.
\layout Standard

According to 
\begin_inset LatexCommand \citet{lyon:CUS-1999}

\end_inset 


\layout Section

Influence of social context on a community
\layout Subsection

Typological
\layout Subsection

Ecologists
\layout Subsection

Conflict theory
\layout Standard


\begin_inset LatexCommand \BibTeX[plainnat]{citation}

\end_inset 


\the_end



soc-context.dvi
Description: TeX dvi file


lyx-key.log.gz
Description: Binary data


lyx-latex.log.gz
Description: Binary data


Re: LyX Qt 1.3.0 - couple of problems

2003-02-08 Thread Matej Cepl
matej wrote:
 1) Somehow LyX doesn't make BibTeX citations (see attached
 document). It doesn't matter whether I include .bib file by
 Browse button or just write to the box the name of the file
 (link from the file is found by libkpathsea). There are no *.b*
 files in /tmp/lyx*/*/ directory. However, when run with -dbg
 latex LyX indicates that it found the BibTeX database (see
 attached log in the file lyx-latex.log).

OK, I have resolved this one: I should add extra flags to latex
commands (latex). BTW, these extra flags (and parameters of
commands) are really poorly documented.

 2) The most recently used documents list (bottom of the File
 menu) does not work by keyboard. Whatever combination of numeric
 keys I use, LyX doesn't open the first file in the list. What's
 wrong with me (output of lyx -dbg key is also attached)?

OK, this one is still bad. Does anybody has any ideas, please?

Thanks

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
A woman without a man is like a fish without a bicycle.
Therefore, a man without a woman is like a bicycle without
a fish.




Re: LyX Qt 1.3.0 - couple of problems

2003-02-09 Thread Matej Cepl
John Levon wrote:
 On Sat, Feb 08, 2003 at 09:54:04PM -0500, Matej Cepl wrote:
 
  menu) does not work by keyboard. Whatever combination of numeric
  keys I use, LyX doesn't open the first file in the list. What's
  wrong with me (output of lyx -dbg key is also attached)?
 
 works fine  for me. Alt-F, then 3, opens the 3rd doc

I probably shoud add, that I have a Czech keyboard in X. But it
works fine in other KDE applications and it worked well with
previous version of LyX.

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The politician attempts to remedy the evil by increasing the very
thing that caused the evil in the first place: legal plunder.
-- Frederick Bastiat




lyx-qt sessions?

2003-02-09 Thread Matej Cepl
Hi,

I have been always frustrated with the fact that LyX did not seem
to be able to work with session management (maybe, I just did not
get it). What should I do to persuade LyX, that when I will again
restart my KDE session it will be opened with the last editited
document in the exact place, where I have left it?

   Thanks a lot,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
There's a long-standing bug relating to the x86 architecture that
allows you to install Windows.
-- Matthew D. Fuller




Re: lyx-qt sessions?

2003-02-09 Thread Matej Cepl
John Levon wrote:
 Code it up probably. The Qt way is probably QSettings. I haven't even
 considered session management (yet).

Thanks for letting me know. Being a humble social scientist
(formerly lawyer), I will probably not code it :-), but it is
good to know, that it is not my mistake.

   Thanks,

  Matej Cepl

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
If in desperation, read the documentation!
-- Brian D. Ripley, on R-help list




Re: tilde in bibtex

2003-02-09 Thread Matej Cepl
Frederic Leymarie wrote:
 I want to have an URL (web) address appear in a bibtex reference
 (note = www.toto.edu/~leymarie/)
 
 How to have it appear as above through LyX  ?

   note={\url{www.toto.edu/~leymarie/}},

Have a nice day,

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The ratio of literacy to illiteracy is a constant, but nowadays
the illiterates can read.
-- Alberto Moravia




Re: tilde in bibtex

2003-02-10 Thread Matej Cepl
Dekel Tsur wrote:
 And perhaps also add 
   @preamble{ \usepackage{url} }
 at the top of the bib file.

I know, but it is added by LyX (and we are talking about LyX,
aren't we?).

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
[W]hat country can preserve its liberties, if its rulers are not
warned from time to time that [the] people preserve the spirit of
resistance? Let them take arms...The tree of liberty must be
refreshed from time to time, with the blood of patriots and
tyrants.
-- Thomas Jefferson, letter to Col. William S. Smith, 1787




Re: lyx-qt and printing in KDE - more

2003-02-10 Thread Matej Cepl
Juergen Spitzmueller wrote:
 Confirmed. As a workaround, you can use Custom Export, output
 format LaTeX and Command kprinter $$FName or define
 ^
 You mean PostScript, don't you?

 a converter in Preferences.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
My point was simply that such tax proposals [for Pigovian taxes
compensating for the transaction costs] are the stuff that dreams
are made of. In my youth it was said, that what was too silly to
be said may be sung. In modern economics it may be put into
mathematics.
-- Ronald Coase
   Notes on the Problem of Social Cost




Re: QTDIR problem

2003-02-10 Thread Matej Cepl
Michael Creel wrote:
  ./configure --with-frontend=qt \
  --with-qt-includes=/usr/include/qt \
  --with-qt-libraries=/usr/lib
 
 I really wish this would work, but it doesn't. Debian testing,
 with libqt3 and libqt3-dev installed. Should QTDIR be set, and
 if so, to what?

I am not sure about testing, but try to download diff and dsc
files from http://dpt.tuxfamily.org/pub/dist/**/main/* (=
somewhere up there :-). They work for me on woody (with Qt2). Are
you sure that the directories are not called ./qt3?

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




Re: 1st page of chapter header with fancyhdr in Report koma-script doc class

2003-02-10 Thread Matej Cepl
[EMAIL PROTECTED] wrote:
 I can't seem to find this in either the documentation nor in
 the mail archives, does somebody know how to make lyx put the
 header which I have defined appear on the 1st page of a chapter

Try to put ERT \thispagestyle{something} to the text of the first
page (where something is either plain, fancy, or heading; try all
of them).

Have a nice day

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
As with the Christian religion, the worst advertisement for
Socialism is its adherents.
-- George Orwell




Re: lyx doesn't start with SuSE rpm

2003-02-10 Thread Matej Cepl
Jean-Marc Lasgouttes wrote:
 Paul I guess not much Suse users keep their system in sync with the
 Paul on-line updates
 
 Indeed.

Go for Debian -- the only distribution which is actually
maintained :-).

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
To err is human, to purr feline.




Section numbering

2003-02-10 Thread Matej Cepl
Hi,

it seems to me, that in LyX-Qt 1.3.0 labels in
Layout/Document/Numbering are reversed, so that where is
Numbering Depth/Section should be Numbering Depth/Table of
contents and vice versa.

Any comments?

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
They that can give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety.
-- Benjamin Franklin, Historical Review
   of Pennsylvania, 1759.



Re: reference page output - underlining instead of italics

2003-02-11 Thread Matej Cepl
1) Nothing against author of makebst, but I believe, that better
way how to deal with such minuscule requirements (``required
style is same as something.bst, with only this change'') is to
find .bst file which corresponds to your requirements (with small
changes -- like underlined journal title, which BTW is pretty bad
residue of typewriter thinking) and then change that small thing.

2) There are many good reasons why underlining is not encouraged
in good typography (it used to be just a brutal hack for
typewriters which were not able to italicise). Therefore, Donald
Knuth did not make any primitives for underlining. Good guys
therefore had to make special package (soul.sty) which have
commands for underlining (and overwriting) for LaTeX.

Conclusion? Read soul.dvi and btxhak.dvi and make your
adjustments.

   Have a nice day,

  Matej

Praedor Tempus Atrebates wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I have tried and retried generating a custom bibliography style (w/ makebst) 
 for use in my lyx doc in which journal titles are underlined instead of 
 italicized but I never get underlined output.  
 
 What are the requirements to get the bibliography style to use underlining in 
 lieu of italics?
 
 praedor
 - -- 
 Conservatives of all times are adventitious liars.
 - - Friedrich Nietzsche.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.7 (GNU/Linux)
 
 iD8DBQE+SAzm1i/6R1B/Yh0RAq7aAJ0WMh4yBNySxIcCihic1MpROFrt7QCeMo2T
 PQ1M1r082O8PyKOBHWIv32w=
 =yBky
 -END PGP SIGNATURE-

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
I went to a Grateful Dead Concert and they played for SEVEN
hours.  Great song.
-- Fred Reuss




Re: New user

2003-02-11 Thread Matej Cepl
Rob S wrote:
 Lyx has opened my eyes to a world outside windows.  I'm in the
 process of change.

If you do not need to install XFree86/Cygwin for other reasons,
than you do not have to do it just because of LyX:

   http://www.home.zonnet.nl/rareitsma/lyx/

You probably have to download original tarball of LyX as well
(the above mentioned package does not contain documentation), but
it seems to be able to work without Cygwin beast.

I am not on Windows, but I believe that with help of people on
this list you should be able to make it working.

   Best,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
If Patrick Henry thought that taxation without representation was
bad, he should see how bad it is with representation.




Re: make official notices.

2003-02-11 Thread Matej Cepl
xxavi wrote:
  - internal official notices of a company. 
  - official notices announcing to qualquier thing. 
  - other official notices of the type of the previous ones. 

Try www.ctan.org and search for memo -- last time I tried it,
there was a nice memo style. However, it is LaTeX only, so you
have to get your documentation (Customization in Help menu) and
create a layout from scratch.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
I know of no country in which there is so little independence of
mind and real freedom of discussion as in America.
-- Alexis de Tocqueville




Re: Still the ugly pdf output

2003-02-11 Thread Matej Cepl
Praedor Tempus Atrebates wrote:
 What does it take to fix this?  How do I determine the critical difference 
 between the nicely rendering chapters and the horribly rendering coverpage?

In Adobe Acrobat go to File/Document Info/Fonts (in some other
versions of Acrobat the name is different) and take a look, that
you have not Type3 fonts there (do not forget to click on Check
All document). If you do, go to www.lyx.org/help and proceed
accordingly.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




Re: Hide parts of document

2003-02-11 Thread Matej Cepl
Max Bian wrote:
 There is no option to make paragraphs comment.  I am using Komascript
 report class.

Alt-P,Shift-C (with CUA bind).

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
See, when the GOVERNMENT spends money, it creates jobs; whereas
when the money is left in the hands of TAXPAYERS, God only knows
what they do with it. Bake it into pies, probably. Anything to
avoid creating jobs.
-- Dave Barry




Re: how to break url in lyx 1.3

2003-02-12 Thread Matej Cepl
[EMAIL PROTECTED] wrote:
 I have a little problem for putting url in my document.
 I used Insert URL menu to insert URL but as this url is very long it 
 doesn't fit on one line.
 And lyx doesn't break the output on the postscript output.
 
 How can i break this url without hyphenation?


Did you try to put \- into your URL?

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
All parts should go together without forcing. You must remember
that the parts you are reassembling were disassembled by you.
Therefore, if you can't get them together again, there must be a
reason. By all means, do not use a hammer.
-- IBM maintenance manual, 1925




Re: how to break url in lyx 1.3

2003-02-12 Thread Matej Cepl
[EMAIL PROTECTED] wrote:
 my problem is that i have it but it simply doesn't work.

Try to add \- (or just - ) into the URL window of LyX in the point
where breaking of line is suggested.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Roses are red;
Violets are blue.
I'm schizophrenic,
And so am I.




Re: Lyx 1.3.0 and Mandrake 9.0

2003-02-12 Thread Matej Cepl
harmel wrote:
 I would install Lyx 1.3.0 for Mandrake, but i become the error i can't
 found qt 2.2.1 . In the readme-file i have read Lyx needs qt 3.0.5.
 What can i do ?

Check which version of Qt you have. If it is less than 2.2.1,
than upgrade. However, do not panick -- I have here very happy
LyX-Qt with Qt 2.3.1 and it is just happy.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
I know of no country in which there is so little independence of
mind and real freedom of discussion as in America.
-- Alexis de Tocqueville




Re: Lyx1.3 Compiling Problem with Debhelpers(Debian)

2003-02-14 Thread Matej Cepl
Andre Poenitz wrote:
 On Fri, Feb 14, 2003 at 10:58:54AM +0100, Sam wrote:
  Hi all, a tried to compile Lyx 1.3 for debian woody using dh_make
  (debhelper). I tried it about 4 times and became errors. I tried to
  configure the rules file for debian, but i am no an expert on this
  things.

Download .diff.gz and .dsc file for pre2 version from
http://dpt.tuxfamily.org/pub/dists/woody/main/source/editors/

It works for me with 1.3.0 (I had to play with names of files and
.dsc file though; just try dpkg-source -x lyx*.dsc and then
follow error messages).

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The politician attempts to remedy the evil by increasing the very
thing that caused the evil in the first place: legal plunder.
-- Frederick Bastiat




Re: greek documents chores in Lyx

2003-02-14 Thread Matej Cepl
Gerasimos Grammatikopoulos wrote:
  explain what you mean by cannot type on Lyx ?
 When I shift my keyboard to greek, Lyx does not capture the
 keypresses... it ignores whatever I type. If I shift back to
 a latin keymap, it works perfectly (the dvi appears correctly
 with greek chars). While this can be acceptable for a few
 symbols (e.g. typing p to get a pi on the output) writing
 an entire document like that is definately a torture.

Just to be sure: do you have the language of document switched to
Greek?

Matj

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
In those days spirits were brave, the stakes were high, men were
real men, women were real women and small furry creatures from
Alpha Centauri were real small furry creatures from Alpha
Centauri.
-- Douglas Adams




Re: scrletter.cls

2003-02-14 Thread Matej Cepl
Juergen Spitzmueller wrote:
 It's of course a feature.
 Use \foldmarksoff to switch them off.

Hi,

does anybody know about some real documentation of scrletter in
English? My German is kind of rusty... :-)

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
If in desperation, read the documentation!
-- Brian D. Ripley, on R-help list




Re: scrletter.cls

2003-02-15 Thread Matej Cepl
Herbert Voss wrote:
 ok, I see. It seems to be impossible to write a letter
 with the recent LyX layout file. You have to investigate
 some time to create a working scrlttr2.layout.

That's not true -- you have to just use the layout correctly. See
attached .lyx and .dvi file.

BTW, you should probably set different language of your document.
My German is quite poor, but I am sure that this is not the one.

Attached is also attached quick template for scrletter.cls.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
They that can give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety.
-- Benjamin Franklin, Historical Review
   of Pennsylvania, 1759.




surat-komascript.dvi
Description: TeX dvi file
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrlettr
\begin_preamble
%\usepackage[long]{datetime}
\end_preamble
\language german
\inputencoding auto
\fontscheme palatino
\graphics default
\paperfontsize 11
\spacing other 1.15 
\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 Name

I Wayan Warmada
\layout Backaddress

I Wayan Warmada
\newline 
Jurusan T.
 Geologi
\newline 
Fakultas Teknik UGM
\layout Address

Kepada Yth.
\newline 
Bapak Konsulat Jenderal
\newline 
Republik Indonesia
\newline 
Bebelallee 15
\newline 
D-22299 Hamburg
\layout Subject

Permohonan perpanjangan paspor selama xxx bulan 
\layout Date

23.
 Februari 2003
\layout Letter

Kepada Yth.
\newline 
Bapak Konsulat Jenderal
\newline 
Republik Indonesia
\newline 
Bebelallee 15
\newline 
D-22299 Hamburg
\layout Opening

Dengan hormat,
\layout Standard

Yang bertanda tangan di bawah ini, saya:
\layout Standard


\begin_inset  Tabular
lyxtabular version=3 rows=5 columns=3
features
column alignment=left valignment=top width=0pt
column alignment=center valignment=top width=0pt
column alignment=left valignment=top width=0pt
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

Nama
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

:
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\layout Standard

I Wayan Warmada
\end_inset 
/cell
/row
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

Pekerjaan
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

:
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\layout Standard

Dosen Fakultas Teknik
\end_inset 
/cell
/row
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

Asal instansi
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

:
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\layout Standard

Universitas Gadjah Mada
\end_inset 
/cell
/row
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

Bidang studi
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

:
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\layout Standard

Geologi Ekonomi/Mineralogi
\end_inset 
/cell
/row
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

Universitas
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\layout Standard

:
\end_inset 
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\layout Standard

Technische Universität Clausthal
\end_inset 
/cell
/row
/lyxtabular

\end_inset 


\layout Letter

memohon perkenan Bapak untuk -- ini hanya contoh boo, tidak penting..
 ini hanya contoh boo, tidak penting..
 ini hanya contoh boo, tidak penting..
 ini hanya contoh boo, tidak

Re: scrletter.cls

2003-02-15 Thread Matej Cepl
I Wayan Warmada wrote:
 | Attached is also attached quick template for scrletter.cls.
 
 still have at least 2 errors -- undefined \address and \signature. Maybe,
 my *.layout is too old. Could you please send me your scrlettr.layout.

Check once again that you have only one letter environment
(marked by blue L in the left column) -- in the original version
of your document you had three of them).

My komascript-letter is attached and it works with my LyX-Qt
1.3.0.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The politician attempts to remedy the evil by increasing the very
thing that caused the evil in the first place: legal plunder.
-- Frederick Bastiat


#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrlettr

\layout Address

My Name
\newline 
My Street
\newline 
My Town
\layout Signature

Your signature
\begin_inset Note
collapsed true

\layout Standard

This field MUST come before the Opening field!
\end_inset 


\layout Letter

Send To Name 
\newline 
Send To Street 
\newline 
Send To Town
\layout Opening

Dear ...
\layout Standard

Text of Your Letter.
 To create a real letter, just replace erase all the text in  (including
 the 
\begin_inset Quotes eld
\end_inset 


\begin_inset Quotes erd
\end_inset 

 characters) with the desired text. 
\layout Closing

Yours sincerely,
\layout CC

cc
\layout Encl

encl
\the_end



LaTeX2HTML failure

2003-02-16 Thread Matej Cepl
Could anybody explain why LaTeX2HTML failed? I have lyx-qt 1.3.0
with LaTeX2HTML 2K.1beta (1.48) from Debian installation and this
in ~/.lyx/preferences:

\converter latex html latex2html -ascii_mode -no_subdir -split 0 \
-no_footnode -info 0 -no_navigation -show_section_numbers $$i \
originaldir,needaux

(lines were broken by hand in email).

Attached is .lyx and resulting .html file.

   Thanks in advance for any thoughts,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Of all tyrannies, a tyranny exercised for the good of its victims
may be the most oppressive. It may be better to live under robber
barons than under omnipotent moral busybodies. The robber baron's
cruelty may sometimes sleep, his cupidity may at some point be
satiated; but those who torment us for our own good will torment
us without end, for they do so with the approval of their
consciences.
-- C. S. Lewis




soc-context.tar.bz2
Description: Binary data


Re: Bibliography

2003-02-16 Thread Matej Cepl
Jade wrote:
 I have to quote my references on a footnote this way : author,
 nameofbook, wherepublished, year. (plus a bibliography at the
 end), but the only thing that Lyx can give me is : [ 1 ], or
 [ AuthorYear ], and produce a biblioraphy at the end.
 
 The problem is that is human sciences there is no choice, we
 HAVE to use the first way (quote the entire reference eache
 time we mention the book, or the article, in a footnote). 

Try this:

1) use oxford_en as your bibliography style (the second option in
   the Insert/ToC../Bibliography dialog)
2) add to your preamble this macro:

   % % How to make fool of oxford.bst so that it works well even
   % % (supposedly) with LyX.
   \usepackage[default,none]{oxford}
   \let\textcite=\cite
   \renewcommand{\cite}[2][]{%
   \def \temptxt{#1}%
   \ifx \temptxt\empty \footnote{\textcite{#2}}%
   \else \footnote{\textcite[#1]{#2}}%
   \fi }

   \let\oldbibliography\thebibliography
   \let\endoldbibliography\endthebibliography
   % \newsavebox{\OX@falsebox}
   % \renewenvironment{thebibliography}[1]
   %  {\begin{lrbox}{\OX@falsebox}\begin{oldbibliography}{#1}}
   %  {\end{oldbibliography}\end{lrbox}}
   \newbox\OX@falsebox
   \renewenvironment{thebibliography}
   {\setbox\OX@falsebox = \vbox \bgroup
   \begin{oldbibliography}}
   {\end{oldbibliography}\egroup}
   % end of dealing with oxford.bst

Then everything should more or less work. If you need both
citation in the footnote and bibliography list in the end of the
document (which is reasonable), then do not use anything below
the line (including) \let\oldbibliography

   Tell us how it works,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Extremism in the defense of liberty is no vice; moderation in the
pursuit of justice is no virtue.
-- Barry Goldwater (actually written by Karl Hess)




Re: big fle, footnote isn't created in HTML view

2003-02-17 Thread Matej Cepl
I Wayan Warmada wrote:
 I have never seen any webpage with footnote... This is likely
 not a style for webdesign. Footnote and margin note is only for
 paper printing purposes. Better to use a link from the citation
 to the reference in html document... (this is mostly a style in
 online journal as I have ever seen).

Which is exactly what most latex2html convertors do (there is no
footnote tag in HTML obviously).

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Economics is the only discipline where two people can win a Nobel
Prize for saying exactly the opposite thing!
-- Eamonn Butler of Adam Smith Institute
   on Nobel Prize awards for year 2001




Re: Setting GUI font, other setup?

2003-02-17 Thread Matej Cepl
James Frye wrote:
 I am - or at least I hope to become - a new user of Lyx (1.3), but I'm
 having a few problems getting a usable environment set up.  In particular,
 the font used by the GUI (the one used on menus and such, not the text
 being edited) is too small for me to read without a magnifier.  How can I
 change it to something readable?

The best results (if using Qt version) are achieved with TrueType
fonts under KDE.

 Also, is there a list of bindable functions anywhere?  I see the several
 existing sets are documented, but I can't find a list of the functions.

different .bind files in /usr/share/lyx/bind and Reference*.lyx
in /usr/share/lyx/doc/.

 That might help me with my next question, which is how I get out of insert
 mode into normal overtype mode.  I would think that the Insert key would
 toggle this, but it doesn't seem to.

No idea.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The main idea of the pope's asking for forgivness was not to be
afraid of the truth. DO NOT BE AFRAID OF TRUTH! We have to have
faith in the God's governing power to be able not to be afraid.
-- On NPR The Connection from March 13, 2000




Re: Setting GUI font, other setup?

2003-02-17 Thread Matej Cepl
James Frye wrote:
 Oh, forgot to mention that I have the Xforms version, not Qt (and not KDE
 either). Couldn't find anywhere to download the Qt stuff from, and I had
 to hack into the source to figure out why colors weren't being set at all.

Could you write us what is the environment you use (operating
system, version of X, which window manager and which version,
whether you have installed TrueTypes, which version of Xforms),
please?

   Thanks

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The ratio of literacy to illiteracy is a constant, but nowadays
the illiterates can read.
-- Alberto Moravia




Re: LyX terrible converting images

2003-02-18 Thread Matej Cepl
Jean-Marc Lasgouttes wrote:
 Joao -- If EPS files are large (I have some with more or less 1.5 Mb)
 Joao their conversion and displaying takes all memory and a 64Mb
 Joao computer simply crashes. With more images of the same size,
 Joao larger machines crash as well. Was this foreseen?
 
 The question that comes to mind is: why do you have eps files of
 1.5Mb? Where do they come from? Postscript is really not the right
 format for this kind of images...

I have got similar beasts from R in some cases, but then it was
possible to use .png images directly, which were much smaller.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The function of the expert is not to be more right than other
people, but to be wrong for more sophisticated reasons.
-- Dr. David Butler, British psephologist




Re: Setting GUI font, other setup?

2003-02-18 Thread Matej Cepl
James Frye wrote:
 Oh, forgot to mention that I have the Xforms version, not Qt (and not KDE
 either). Couldn't find anywhere to download the Qt stuff from, and I had
 to hack into the source to figure out why colors weren't being set at all.

Could you write us what is the environment you use (operating
system, version of X, which window manager and which version,
whether you have installed TrueTypes, which version of Xforms),
please?

Moreover, what is the output of lyx -dbg font?

   Thanks

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The ratio of literacy to illiteracy is a constant, but nowadays
the illiterates can read.
-- Alberto Moravia




Re: How do I insert the LaTeX code \,?

2003-02-18 Thread Matej Cepl
Juergen Spitzmueller wrote:
 \bind C-M-space command-sequence ert-insert ; self-insert \ \; 
 delete-backward ; inset-toggle ;
 \bind C-S-space command-sequence ert-insert ; self-insert \,; 
inset-toggle 
 ;

Thanks for showing me the command-sequence command. See my bind
file for other solution (it looks better than ERT):

   # Include original file
   \bind_file cua.bind

   # changes
   \bind C-t   buffer-view pdf2
   \bind C-S-Tbuffer-update pdf2
   \bind M-comma   command-sequence math-insert \,; char-forward;

Thanks a lot,

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
As with the Christian religion, the worst advertisement for
Socialism is its adherents.
-- George Orwell




Re: LyX terrible converting images

2003-02-19 Thread Matej Cepl
Andre Poenitz wrote:
 Have you tried to run xfig's exported .eps files through 'eps2eps'?
 It makes pretty compact .eps...

Much more complicated idea would be to produce Metapost sources
instead of xfig -- interposing of Bezier curves over set of
points is very simple in MP. However, of course, it is very
complicated and substantial step.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
In those days spirits were brave, the stakes were high, men were
real men, women were real women and small furry creatures from
Alpha Centauri were real small furry creatures from Alpha
Centauri.
-- Douglas Adams




Re: spellchecking in LyX 1.3.0 for Qt

2003-02-20 Thread Matej Cepl
Kamil Anis wrote:
 I don't think so. I had no troubles with spellchecking in 1.2.x. So this
 either LyX or Qt problem. Note that me and people from my nbhood use 
 
 Qt: 3.0.5
 KDE: 3.0.3-8 Red Hat
 KDesktop: v1.9.8

OK, it is the same problem here (and the same language). See
attached, what I tried (there is even .pdf file to show you, what
was intended result -- although the kerning with this font is
really horrible :-) and what where the results of spellchecking
(BTW, there is no typo in the text).

I have LyX 1.3.0-qt (Debian .deb from dpt.tuxfamily.org), Debian
(woody), Qt 2.3.1, KDE 2.2.2 and the following in in
~/.lyx/preferences:

   # SPELLCHECKER SECTION ##
   #

   \use_escape_chars true
   \escape_chars 
   \use_personal_dictionary true
   \personal_dictionary /home/matej/.ispell_american
   \use_input_encoding true

BTW, I have found another bug -- when leaving spellchecking
dialog box with ESC, LyX crashes (I will file it immediately to
bugzilla).

   Have a nice day,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
My point was simply that such tax proposals [for Pigovian taxes
compensating for the transaction costs] are the stuff that dreams
are made of. In my youth it was said, that what was too silly to
be said may be sung. In modern economics it may be put into
mathematics.
-- Ronald Coase
   Notes on the Problem of Social Cost




cstest.pdf
Description: Adobe PDF document
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrartcl
\begin_preamble
\setlength{\overfullrule}{5pt}
\deffootnote{1em}{1em}%
{\textsuperscript{\normalfont\thefootnotemark\ }}
\newcommand{\HR}{\bigskip%
{\centering\noindent\large\sloppy * * *\par}%
\bigskip%
}
\renewcommand*\theenumi{(\alph{enumi})}
\renewcommand\labelenumi{\theenumi}
\end_preamble
\language czech
\inputencoding auto
\fontscheme pslatex
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 1
\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

luouk k pl belsk dy.
\layout Standard

Byl pozdn veer, prvn mj,
\layout Standard

veern mj byl lsky as, kde borov zavnl hj.
\the_end

attachment: sshot3.pngattachment: sshot2.pngattachment: sshot1.png

Re: paper numbers and paragraphs

2003-02-20 Thread Matej Cepl
Hi Timothy,

the solution is not nice (you have to break lines of the title by
hand), but I believe that it could serve your purpose. You can
fiddle with the value of \my@lenaftno, but I am afraid, this is
as good as you can get it.

BTW, when I was in that, I have deleted date in the definition
(so you do not have to fiddle with the non-breaking space in Date
environment).

Timothy J. Garrett wrote:
 May I ask why Koma-script is best for the article class?

a) I am using it, so I know, how to change it :-). (though you
   can do similar things with the standard classes by redefining
   the command \maketitle from the standard article.cls)
b) It has been made with typographical rules in mind (Lesslie
   Lamport is a great programmer, but he did not know much about
   typography).
c) If you want serif characters in section headlines, redefine
   \sectfont:
   \renewcommand*\sectfont{\normalcolor\rmfamily\bfseries}

Have a nice day,

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




Hyannis.dvi
Description: TeX dvi file
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrartcl
\begin_preamble
\newcommand{\mytitleno}{10.2}
\newlength{\my@tmplen} \newlength{\my@ttmplen}
\newlength{\my@lenaftno} \setlength{\my@lenaftno}{0ex}
\settowidth{\my@ttmplen}{\mytitleno}
\setlength{\my@tmplen}{\textwidth}
\addtolength{\my@tmplen}{-\my@ttmplen}
\addtolength{\my@tmplen}{-1ex}
\renewcommand*{\@maketitle}{%
 \clearpage
 \let\footnote\thanks
 \ifx\@extratitle\@empty \else
 \noindent\@extratitle \next@tpage \if@twoside \null\next@tpage \fi
 \fi
 \ifx\@titlehead\@empty \else
 \noindent\begin{minipage}[t]{\textwidth}
 \@titlehead
 \end{minipage}\par
 \fi
 \null
 \vskip 2em%
 {\titlefont\huge 
 \par \mytitleno \hspace{\my@lenaftno} %
  \parbox[t]{\my@tmplen}{\centering \@title} \hfill }%
 \vskip 1.5em%
   \begin{center}%
 {\Large
   \lineskip .5em%
   \begin{tabular}[t]{c}%
 \@author
   \end{tabular}\par}%
 \vskip \z@ \@plus 1em
   \end{center}%
   \par
   \vskip 2em}
\end_preamble
\language english
\inputencoding auto
\fontscheme helvet
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 1in
\topmargin 1in
\rightmargin 1in
\bottommargin 1in
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 2
\papersides 1
\paperpagestyle empty

\layout Title

Effects of Aerosols on the Properties
\newline 
of Arctic Clouds
\layout Author

Timothy J.
 Garrett
\begin_inset Foot
collapsed true

\layout Standard


\emph on 
Corresponding author address: 
\emph default 
Timothy J.
 Garrett, 135 S 1460 E, Room 819 Salt Lake City, UT 84112-0110; e-mail:
 [EMAIL PROTECTED]
\end_inset 


\begin_inset Formula $\,{}^{1}$
\end_inset 

, Xiquan Dong
\begin_inset Formula $^{2}$
\end_inset 

, Gerald G.
 Mace
\begin_inset Formula $^{1}$
\end_inset 

, Chuanfeng Zhao
\begin_inset Formula $^{1}$
\end_inset 


\newline 

\begin_inset Formula $^{1}$
\end_inset 

University of Utah, Salt Lake City, Utah
\newline 

\begin_inset Formula $^{2}$
\end_inset 

University of North Dakota, Grand Forks, North Dakota
\layout Section

Introduction
\layout Standard


\family sans 
Aerosols in the Arctic follow a seasonal cycle.
 Concentrations accumulate in winter and spring, reaching a maximum in April,
 rapidly dissipating during summer.
 It has long been recognized that high springtime aerosol concentrations,
 dubbed 
\begin_inset Quotes eld
\end_inset 

Arctic Haze
\begin_inset Quotes erd
\end_inset 

, are due to anthropogenic activities.
 More recently it has been suggested that Arctic Haze might indirectly alter
 the surface radiation balance by indirectly increasing cloud albedo (Twomey,
 1991), or emissivity (Garrett et al., 2002).
 The latter effect may be particularly important during spring, when aerosol
 concentrations are high, clouds are sufficiently thin to be gray-bodies,
 and downwelling longwave flux dominates the surface radiation balance.
 Evaluating the effects of aerosols on downwelling surface flux during the
 Arctic spring is difficult since there exist very few 
\emph on 
in situ 
\emph default 
measurements during for this period.
 However, detailed surface sampling and remote sensing measurements at the
 North Slope of Alaska (NSA) CMDL and ARM laboratories near Barrow, Alaska
 allow investigation of this issue in the current absence of field programs.
\layout Section

Shortwave and Infrared Cloud Susceptibility
\layout Standard


\family sans 
Twomey (1991) derived

Re: no pagebreak before chapter

2003-02-23 Thread Matej Cepl
Peter Hovmand wrote:
 Along similar lines, I'm having some trouble figuring out how to correctly 
 modify the placement of chapter headings for my dissertation. I need them to 
 be centered. Have folks working on dissertations ended up copying and then 
 modified the book style? Or is there an easier way to modify this with ERT 
 within Lyx. 

package titlesec.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The function of the expert is not to be more right than other
people, but to be wrong for more sophisticated reasons.
-- Dr. David Butler, British psephologist



Re: no viewers under windows

2003-02-23 Thread Matej Cepl
Thomas Lozza wrote:
 i downloaded version 1.3 for windows .. and it works.. but: under 
 menu-layout i do not have any viewers (for pdf, ps, dvi) .. and i can 
 only export to latex format... i thought that might have to do with the 
 configuration of the reference file.. so i added some viewer entry... 
 nothing happened..
 anyone any ideas.. please.. ??

Where do you have installed TeX distribution (latex.exe)?

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers



Re: Equation numbers in brackets

2003-02-23 Thread Matej Cepl
Paul Medwell wrote:
 I would like the equation numbers to appear in brackets in the text when 
 I reference them. How can this be done?

Try to redefine [EMAIL PROTECTED] macro from
$TEXMF/tex/latex/base/latex.ltx in the preamble of your document.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
My point was simply that such tax proposals [for Pigovian taxes
compensating for the transaction costs] are the stuff that dreams
are made of. In my youth it was said, that what was too silly to
be said may be sung. In modern economics it may be put into
mathematics.
-- Ronald Coase
   Notes on the Problem of Social Cost



Re: authordate bibtex sytle in lyx 1.3.0

2003-02-25 Thread Matej Cepl
Mark E. Fenner wrote:
 Does anyone out there use any of the authordate[1-4].bst citation styles with 
 Lyx 1.3.0?  I downloaded authordate1.bst from CTAN, selected the style under 
 the BiBTeX Generated References button but it doesn't produce the proper 
 looking citations or reference list.  I am using the Natbib option under 
 Layout-Document-Bibliography.

Do you really need authordate* style? I believe that natbib
should be emulate it (and it is natively supported by LyX).

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
All parts should go together without forcing. You must remember
that the parts you are reassembling were disassembled by you.
Therefore, if you can't get them together again, there must be a
reason. By all means, do not use a hammer.
-- IBM maintenance manual, 1925



Re: Several theorem-like environnements following each other

2003-02-26 Thread Matej Cepl
roy nicolas wrote:
 I want to have several theorems (or lemma, definitions..) following each
 other. But Lyx merge them into one theorem environnemnt. Is it possible
 to do this ?

Probably inserting paragraph in Standard style containing only
hard space (Ctrl-Space in CUA mode) would help.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
MSDOS didn't get as bad as it is overnight -- it took over ten years
of careful development.
-- [EMAIL PROTECTED]



Re: lyx auf Debian 3.0_r1

2003-02-28 Thread Matej Cepl
Breu, Johannes Martin wrote:
 Is there anybody who has experience with the installation of lyx 1.3.0
 on Debian 3.0_r1? Maybe binaries. I wish to install it but I made very
 bad experiences in installing lyx 1.3.0 on Debian 2.2 - latex and lyx
 did not work anymore.

deb http://dpt.tuxfamily.org/pub woody main

to /etc/apt/sources

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The main idea of the pope's asking for forgivness was not to be
afraid of the truth. DO NOT BE AFRAID OF TRUTH! We have to have
faith in the God's governing power to be able not to be afraid.
-- On NPR The Connection from March 13, 2000



Re: lyx auf Debian 3.0_r1

2003-02-28 Thread Matej Cepl
Nathan Weston wrote:
 I built it from source a few days ago, without much trouble. However, I am 
 running debian unstable, so you might find that you need to upgrade some 
 packages in order to build it.
I also had to install latex-ttf-fonts to get math symbols working. There is 
 an rpm for this on ftp.lyx.org, that you can install using alien.

Just to add that the binary from dpt.tuxfamily.org doesn't use
latex-ttf-fonts.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
To err is human, to purr feline.



Re: powerpoint to latex/lyx?

2003-02-28 Thread Matej Cepl
Nirmal Govind wrote:
 Hi.. does anyone know if there's a converter that takes a powerpoint
 file and converts it to LaTeX or LyX? 

Probably not, but you can export PowerPoint to RTF (for outline)
and set of HTML/PNG files, which can be all then assembled into
LyX/LaTeX-based presentation.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Courage is resistance of fear, mastery of fear, not absence of
fear.



Re: lyx auf Debian 3.0_r1

2003-03-01 Thread Matej Cepl
Nicolas Boos wrote:
  Just to add that the binary from dpt.tuxfamily.org doesn't use
  latex-ttf-fonts.
 
 I guess it' s non-free stuff ? Am I right ?

What? lyx-qt? No, it is totally free (both as a beer and as
a speach)?

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
I went to a Grateful Dead Concert and they played for SEVEN
hours.  Great song.
-- Fred Reuss



Re: spellchecking in LyX-1.3.0 (qt-GUI)

2003-03-01 Thread Matej Cepl
John Levon wrote:
 On Sat, Mar 01, 2003 at 07:05:39PM +0100, Juergen Spitzmueller wrote:
 
  This cannot be right, since deutsch and german are two different dictionaries. 
  Deutsch is old german spelling, german is new spelling.
 
 This Red Hat box disagrees with you ...

New german spelling is in ngerman file AFAIK (and I am not
speaking German, so I may be wrong).

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
All parts should go together without forcing. You must remember
that the parts you are reassembling were disassembled by you.
Therefore, if you can't get them together again, there must be a
reason. By all means, do not use a hammer.
-- IBM maintenance manual, 1925



Ol\v{s}\'ak's Font System [Was: Re: Adding fonts in menu...]

2003-03-01 Thread Matej Cepl
Jean-Marc Lasgouttes wrote:
This has been on many people virtual todo list for a long 
time... But it seems that nobody decided to actually do it :)
 Note that it is difficult to make this work correctly (for 
example, it is difficult to know which are the fonts that you
 actually have and that TeX can use). Having a font usable on
 display and having a font usable by TeX are two very
different things.
Related to this (although, slightly indirectly) is this
announcement (for a while still non-official, so you have never
read this mail :-)
There is a new macro OFS available on
ftp://math.feld.cvut.cz/pub/olsak/ofs/ (BTW, I am not the author,
I have just helped with the translation of manual to English; the 
author is Mr. Petr Olsak http://math.feld.cvut.cz/olsak).
Let me cite from the part of the manual for its description:

The OFS is a \TeX{} macro for managing large sets of fonts.
You can select the appropriate fonts comfortably by the names
from font catalog used by a font foundry. It means you don't
have to remember short names of tfm files and/or short names
of NFSS font families. The user interface of this macro is the
same in \LaTeX{} and in plain but there are two independent 
implementations of this macro: first and more elaborate: based
 only on plain macros; second: based on NFSS macros for
\LaTeX{} users.
Do you think that this thing may help in creating more
human-friendly system for LyX managing fonts (so that for example
I would have three fields in Layout/Document setting \rmdefault,
\sfdefault, and \ttdefault with selection from full name fonts
(i.e., Helvetica instead of phv)?
What do you think about this?

	Matej

--
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
They that can give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety.
-- Benjamin Franklin, Historical Review
   of Pennsylvania, 1759.







Re: lyx auf Debian 3.0_r1

2003-03-02 Thread Matej Cepl
Nicolas Boos wrote:
 It's about latex-ttf-fonts ! :-)

For me lyx works even without latex-ttf-fonts (but, I have not
tested it throughly).

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Extremism in the defense of liberty is no vice; moderation in the
pursuit of justice is no virtue.
-- Barry Goldwater (actually written by Karl Hess)



Re: Spellchecker once again

2003-03-04 Thread Matej Cepl
Thomas Schönhoff wrote:
 I really stunned to note that LyX tries to override 
 (/usr/share/texmf/fonts/type1/bluesky/cm/cmex10.pfb) a file which is 
 actually installed by  tetex-extra 1.0.2+20011202 installation!

It is a bug, but not in the lyx, but in the Debian package. Which
is strange, because .deb package from dpt.tuxfamily.org/pub went
without problems (on woody). Try to check the source package from
there and compare debian/rules file.

   Have a nice day,

  Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
If it dies, it's biology.  If it blows up, it's chemistry,
and if it doesn't work, it's physics.
-- University bathroom graffito



Re: Spellchecker once again

2003-03-05 Thread Matej Cepl
Nicolas Boos wrote:
 My package isn't a backport of the official. Is written from
 scratch (in fact based on the old official).
 
 I'm planning to split my package like this :
 
- lyx-common (arch-indep stuff)
- lyx-qt
- lyx-xforms

There is something strange with the maintaining of the LyX on
Debian. There are really strange release critical bugs on
http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=srcdata=lyxarchive=nopend-exc=pending-fixedpend-exc=fixedpend-exc=donesev-inc=criticalsev-inc=gravesev-inc=serious
which I cannot find on bugzilla.lyx.org (well, I cannot find
nearly anything with the f--ing bugzilla, but that's another
story). Finally, version 1.2.2 entered unstable (aka ``bleeding
edge'') distribution of Debian, but there are no signs of LyX
1.3.* yet.

Is [EMAIL PROTECTED] on this list, BTW?

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
If in desperation, read the documentation!
-- Brian D. Ripley, on R-help list



Re: Spellchecker once again

2003-03-05 Thread Matej Cepl
Jean-Marc Lasgouttes wrote:
 Matej There is something strange with the maintaining of the LyX on
 Matej Debian. There are really strange release critical bugs on
 
 These bugs are strange indeed. And since they are from version
 1.1.6fix4, there is not much we can do about them anyway. At least the
 gs bug is not relevant anymore.

My point was more about the unhappy state of maintenance on
Debian. However, the issue may lay more in the fact, that there
are bigger problems with Debian going around
(http://www.debianplanet.org/node.php?id=915), we should probably
wait and see until this is resolved.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
My point was simply that such tax proposals [for Pigovian taxes
compensating for the transaction costs] are the stuff that dreams
are made of. In my youth it was said, that what was too silly to
be said may be sung. In modern economics it may be put into
mathematics.
-- Ronald Coase
   Notes on the Problem of Social Cost



Re: Spellchecker once again

2003-03-05 Thread Matej Cepl
Jean-Marc Lasgouttes wrote:
 Hmm, debian seems like a strange distant world to me when I read this.
 Actually, I am not sure I understand what this article is about :)

People on debian-legal decided, that documentation from FSF for
glibc is not free (?!) and therefore whole process of migrating
different packages between different distributions of Debian was
blocked until (hopefully) now.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
All parts should go together without forcing. You must remember
that the parts you are reassembling were disassembled by you.
Therefore, if you can't get them together again, there must be a
reason. By all means, do not use a hammer.
-- IBM maintenance manual, 1925



It is a time of Lent (or close)

2003-03-05 Thread Matej Cepl
So, I have decided to abstain from all computer-related
discussion lists. If you have anything you want to talk with me,
than by any means, send a message to my personal email address
(or call me, the phone number is below). Otherwise, see you after
Easter!

Have a nice time,

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The main idea of the pope's asking for forgivness was not to be
afraid of the truth. DO NOT BE AFRAID OF TRUTH! We have to have
faith in the God's governing power to be able not to be afraid.
-- On NPR The Connection from March 13, 2000



Fw: Re: Your scrlettr2.layout

2003-03-08 Thread Matej Cepl
Here we are.

Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
[W]hat country can preserve its liberties, if its rulers are not
warned from time to time that [the] people preserve the spirit of
resistance? Let them take arms...The tree of liberty must be
refreshed from time to time, with the blood of patriots and
tyrants.
-- Thomas Jefferson, letter to Col. William S. Smith, 1787

- Forwarded message from Juergen Spitzmueller [EMAIL PROTECTED] -

 Date: Sat, 08 Mar 2003 21:15:16 +0100
 From: [EMAIL PROTECTED] (Juergen Spitzmueller)
 Subject: Re: Your scrlettr2.layout
 To: Matej Cepl [EMAIL PROTECTED]
 
 Matej Cepl wrote:
  I may be weirdo, but I often write so long letters, that I need
  a Comment environment. Therefore, I have included it your
  scrlettr2.layout (patch is included).
 
 Hi Matej,
 
 Thanks for this. Just send it to the list, please.
 
 Jürgen.

- End forwarded message -
--- scrlettr2.layout2003/03/06 21:27:02 1.1
+++ scrlettr2.layout2003/03/06 21:29:35
@@ -340,3 +340,34 @@
   LatexParam{invoice}
   LabelString   Invoice no.:
 End
+
+# Comment style definition
+Style Comment
+  Margin   Dynamic
+  LatexTypeEnvironment
+  LatexNamecomment
+  NextNoIndent 1
+  LeftMargin   MMM
+  RightMargin   MMM
+  AlignBlock
+  AlignPossibleBlock, Left, Right, Center
+  LabelTypeStatic
+  LabelSep :x
+  Labelstring  Comment:
+
+  LabelFont
+   Shape   Italic
+   Series  Bold
+   Color   black
+  EndFont
+
+  TextFont
+   Color   magenta
+   Shape   Italic
+  EndFont
+
+  Preamble
+  \usepackage{verbatim}
+  EndPreamble
+
+End


Re: Using LaTeX Packages in LyX

2003-05-31 Thread Matej Cepl
On 2003-05-30, 08:11 GMT, K S Sreeram wrote:
 Does that mean that there is no way to get a rendered view of any  
 latex packages inside of LyX?

In order for a package to be fully supported in LyX, good guys 
developing LyX have to write specific code for it. There is still 
growing list of packages which are directly supported by LyX (and you 
usually then do not have load package with \usepackage in Preabmle), but 
of course this list is not endless, because it is impractical to support 
every small package for obscure use (I know, what I am talking -- my 
wife is a linguist, so we spent a lot of time with indecipherable 
gb4e.sty commands in ERT) and of course developers can do just much.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Redefinition of title (LONG) [Was: Re: sorting tables?]

2003-05-31 Thread Matej Cepl
On 2003-05-28, 06:16 GMT, Andre Poenitz wrote:
 Likewise I don't want a default 10 point typeface with 1.5
 inch margins on each side, I want a title that's left-justified rather
 than centered, and so on through many choices.
 
 The point is: You can do that, but it hurts a bit. So if you really want it
 and know what you do you can do it. But you don't do it accidentally.

If using standard article, then you can redefine [EMAIL PROTECTED] It is 
actually not so difficult. This is the original definition of 
[EMAIL PROTECTED] (taken directly from article.cls):

   [EMAIL PROTECTED]
 \newpage
 \null
 \vskip 2em%
 \begin{center}%
 \let \footnote \thanks
   {\LARGE [EMAIL PROTECTED] \par}%
   \vskip 1.5em%
   {\large
 \lineskip .5em%
 \begin{tabular}[t]{c}%
   [EMAIL PROTECTED]
 \end{tabular}\par}%
   \vskip 1em%
   {\large [EMAIL PROTECTED]
 \end{center}%
 \par
 \vskip 1.5em}

Copy this whole piece of code into your Layout/Document/Preamble and 
View/DVI again (just to check, that everything is OK). Then you can play 
with it a little bit. For example, I really prefer boldfaced title so 
I change [EMAIL PROTECTED] in this way:

   [EMAIL PROTECTED]
 \newpage
 \null
 \vskip 2em%
 \begin{center}%
 \let \footnote \thanks
   {\LARGE \bfseries [EMAIL PROTECTED] \par}% %\bfseries added here
   \vskip 1.5em%
   {\large
 \lineskip .5em%
 \begin{tabular}[t]{c}%
   [EMAIL PROTECTED]
 \end{tabular}\par}%
   \vskip 1em%
   {\large [EMAIL PROTECTED]
 \end{center}%
 \par
 \vskip 1.5em}

In other cases I do not want to have date in a title of my package.
There are some tricks for doing that easy way (either add empty \date{}
into Layout/Document/Preamble or just put hardspace into Date style --
which both leads to the same) documented in LyX documentation. However,
both of them have a disadvantage that they leave too obviously huge
space after title. It is better to delete part which typesets date in
title.
   
   [EMAIL PROTECTED]
 \newpage
 \null
 \vskip 2em%
 \begin{center}%
 \let \footnote \thanks
   {\LARGE [EMAIL PROTECTED] \par}%
   \vskip 1.5em%
   {\large
 \lineskip .5em%
 \begin{tabular}[t]{c}%
   [EMAIL PROTECTED]
 \end{tabular}}%%\par}%
   %%\vskip 1em%  % Commented out for better understanding
   %%{\large [EMAIL PROTECTED] % You can of course just deleted this
 % part of code altogether.
 \end{center}%
 \par 
 \vskip 1.5em}

And of course, you can resolve your problem with left aligned title in 
this way as well. If you take a look into the original definition of 
[EMAIL PROTECTED] above, whole [EMAIL PROTECTED] and [EMAIL PROTECTED] typesetting 
(which 
obviously contains what you want title and author be) is in center 
environment. Therefore just removing \begin{center} and \end{center} 
would do what you want. What will including something like this make 
with your document?

   [EMAIL PROTECTED]
 \newpage
 \null
 \vskip 2em%
 \let \footnote \thanks
   {\LARGE [EMAIL PROTECTED] \par}%
   \vskip 1.5em%
   {\large
 \lineskip .5em%
 \begin{tabular}[t]{c}%
   [EMAIL PROTECTED]
 \end{tabular}\par}%
   \vskip 1em%
   {\large [EMAIL PROTECTED]
 \par
 \vskip 1.5em}

The last advice: if you need to understand LaTeX commands take a look at  
lshort.dvi in your TeX distribution and run 'info latex' (or LaTeX2e 
help file if you are on Windows) for reference to individual commands of  
LaTeX. For example be sure before your own fiddling with [EMAIL PROTECTED] to 
understand difference between command and declaration, i.e. between 
\bfseries and \textbf. You should be also aware of subtle differences 
between effects of some similar environments and declarations, 
e.g., \begin{center}\end{center} creates new paragraph (as every 
environment does), whereas \centering does not (so you have to \par in 
the end of paragraph).

   Enjoy,

  Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: Disappointment with some strange errors

2003-05-31 Thread Matej Cepl
On 2003-05-30, 14:59 GMT, Jose Sanchez wrote:
 First problem, I needed to submit the paper without page numbers.  
 I choose en layout-document page style empty.  All the page numbers 
 where removed except in the first page where the number never 
 disappeared.

Put \thispagestyle{empty} in ERT somewhere to the first page (not to the 
title, but probably first paragraph of the real text would be OK).


Mate

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: strange behavior in 1.3.2

2003-06-10 Thread Matej Cepl
On 2003-06-11, 02:33 GMT, Myriam Abramson wrote:
 I have an old lyx file (report layout) where the greek and math 
 symbols are spelled out in Lyx 1.3.2 (the postscript is ok).  Any 
 ideas? 

This was answered thousand times -- you need ttf fonts from 
ftp.sylvan.com (see the archives of the list for details).

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: Lighter Version

2003-06-16 Thread Matej Cepl
On 2003-06-15, 20:30 GMT, Konrad Scorciapino wrote:
 I am trying to run LyX on my old P166, but it gets too slow. So, I was 
 wondering if:

It is strange -- I was running LyX on P120 without much problems. You 
should certainly run xforms version though, because KDE has really no 
sense on such computer (read: the problem is Qt, not LyX).

 1 - Is there a lighter version of LyX or a lighter program that works 
 just like it?

Aside from xforms instead of qt I have no clue.

 2 - Can I convert .rtf to .lyx? There is a rtf editor (Ted) which is 
 pretty light; If that is possible, I can work with it and then convert 
 its files to .lyx later.

You can probably convert through pure LaTeX, but I believe that 
difference in programs (WYSIWYG v. WYSIWYM) is so big, that you can as 
well write in pure txt (or LaTex -- it is not so difficult and Emacs 
with AUCTeX should run on your computer without much problems).

 3 - Is there any other solution to this problem?

See above.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: problem about math formula display

2003-06-16 Thread Matej Cepl
On 2003-06-11, 12:04 GMT, Andre Poenitz wrote:
 I really wonder whether it would be an improvement not to render \sum  
 as red string 'sum' but to automatically send a mail to lyx-users 
 'Help!  Formulas aren't rendered properly' as well as a few faked 
 'RTFine Mailinglist' responses (and maybe one or two more polite 
 ones...) 

Couldn't we make an agreement, that there will be only one reply: read
http://article.gmane.org/gmane.editors.lyx.general/9472. Until the poor 
fellow answers, that it doesn't work, noone would say anything.

Of course, the real solution would be to recover FAQ, but this is more 
simple.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: problem about math formula display

2003-06-16 Thread Matej Cepl
On 2003-06-16, 18:55 GMT, John Levon wrote:
 I'm still rather disappointed there is no apparent interest in the  
 newer free latex-xft-fonts package I posted to both lists earlier :( 

Maybe, if I won't get 404, I would be more interested. Could you please 
repost URL?

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: how to? Curriculum Vitae

2003-06-17 Thread Matej Cepl
On 2003-06-17, 10:11 GMT, Marcus Beyer wrote:
 I wonder why these classes are not part of MiKTeX.
 Some bytes more should not matter on 500 MB ...

Probably, because nobody bothered to persuade MiKTeX maintainers, that 
they should them to the distribution. :-)

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: changing section numbering

2003-06-18 Thread Matej Cepl
On 2003-06-18, 09:26 GMT, Jihne Krichne wrote:
 I'm writing a document (article type). I would like to change the 
 starting number of section numbering. Is it possible to do so ? If 
 yes, please tell me how.

Read latex info file/hlp file in your LaTeX distribution. I would try

   \setcounter{section}{15}

as ERT before the section which you want to affect.

   Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: others like lyx?

2003-06-18 Thread Matej Cepl
On 2003-06-18, 10:09 GMT, Thomas CLive Richards wrote:
 I know that, but unless someone tells developers that there are at  
 least a few users out there who want this, it'll never get coded in 

The problem is that some clue-less newbies are not willing to take a look 
at archives of the conference to find that exactly this kind of stuff 
(recreating LyX into WYSIWYG junk like SWP for those who want SWP, but 
are not willing to bite a bullet and pay its price) repeats periodically 
and people on this periodically explain why LaTeX is not and *should 
not* be WYSIWYG.

I was not sure, but he is troll -- do not feed him!

*PLONK*

   Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: prettyref latex errors - again

2003-06-18 Thread Matej Cepl
On 2003-06-18, 13:39 GMT, Alexandru Cabuz wrote:
 I keep getting these pesky latex errors whenever I try using prettyref.

Could you please provide minimal (complete) .lyx document showing this 
behavior? Also the version of LyX, TeX distribution, and operating 
system would be helpful.

   Best,

  Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: some problems migrating from 1.1.6 to 1.3.2

2003-06-18 Thread Matej Cepl
On 2003-06-18, 23:17 GMT, Pedro Tejedor wrote:
 - As I use some of the features of the spanish package, I had to load 
 babel by hand at the begining of the document, with the option 
 spanish.  Is there a proper solution to this (or should I say a lyx 
 solution)?  Anyway, is something I can live with.

Layout/Document/Language

Have a nice day,

   Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



docstrip and doc support?

2003-06-18 Thread Matej Cepl
Hi,

just an idea and item to the wishlist: I know that LyX allows to work on
literate programming (with weave and tangle; although, I am not sure 
about the status of that in the latest versions of LyX). Would it be 
possible to create in LyX also ``literate programming'' of LaTeX macro 
packages with docstrip.tex and doc.sty?

Should I file it to bugzilla's wishlist (I would love to be a guniea pig 
testing it, if it could help)?

   Just a thought?

  Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: prosper and lyx 1.3.2

2003-06-19 Thread Matej Cepl
On 2003-06-19, 13:57 GMT, Christian Ridderstrm wrote:
 View-dvi gives no errors but also shows nothing. What I mean is that 
 the pages are completely blank.  View-postscript on the other hand 
 works just fine.

I believe that it just the way it works---IIRC prosper uses some really 
wild PostScript stuff to make its magic and it doesn't work well (at 
all) with dvi.

Matej


-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: prosper and lyx 1.3.2

2003-06-19 Thread Matej Cepl
On 2003-06-19, 16:48 GMT, Raphael Clifford wrote:
 Things are going pretty well now. Here are some remaining problems.
 
 1) view-postscript is oddly broken. If I export to latex and dvips and
 gv the file everything is great. However view-postscript shows the
 following effects.

I suspect that it may be some mingling of the underlying low-level 
stuff which should work in PDF (JavaScript?), but not in PostScript. 
What happens when you look at the filve with View/PDF?

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: Understanding bind file

2003-06-20 Thread Matej Cepl
On 2003-06-20, 04:38 GMT, Adinda Praditya wrote:
 I read from Help  Customization  Appendix A about bindings. 
 I don't understand (mostly) what are the meanings. Such as M-f 
 a buffer-write-as
 M-i f footnote-insert
 M-p S-A   layout Author
 
 and any other things
 
 Is there any guidance for understanding this? I want to know (or create) 
 binding for footnote-insert.

M- stands for Meta- key, which is present on some Unix- keyboards (for 
example ones coming with Sun workstations, I believe), but on more usual 
PC keyboards it is usually bound to Alt (or one of them). So, binding 
for footnote-insert is: press Alt-i and then f (actually it just goes 
through menus).

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: importing feature request

2003-06-20 Thread Matej Cepl
On 2003-06-20, 14:07 GMT, Alexandru Cabuz wrote:
 The idea is that if I have a mydoc.lyx file in a directory and I also 
 have a mydoc.tex or mydoc.txt or whatever other importable format, 
 when I do import mydoc.tex, my mydoc.lyx gets wiped out automatically. 
 Now if the import is mangled up or of there is any other problem 
 I just lost my lyx file. What I was going to request is that lyx 
 imports it but does not actually overwrite the mydoc.lyx until 
 I actually hit save, or maybe perhaps lets me know, Hey, dude, I'm 
 just about to overwrite a file, are you cool with that?

I can totally understand your wish, but unfortunately it could be quite 
complicated to do that -- LyX actually doesn't do any importing, but 
just runs reLyX which makes the actuall conversion (with very mixed 
results, I have to say, but that's another issue).

Well, it may be possible to create ~/newfile1.lyx and to tell LyX, that 
it is unsaved file, don't it?

   Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: New Qt math fonts - Linux xft testers required

2003-06-20 Thread Matej Cepl
On 2003-06-20, 18:26 GMT, Fernando Perez wrote:
 Ah!  Bummer.  Thanks for the clarification, though.  It would be 
 really nice if it had them, as it would make the on-screen visual 
 appearance that much closer to that of the printed page with zero 
 effort.

PLEASE, No!!! LyX was never intended to make any appearance closer to 
anything. And I beg developers not to give in to any attempts to do so.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: New Qt math fonts - Linux xft testers required

2003-06-20 Thread Matej Cepl
On 2003-06-20, 20:00 GMT, Fernando Perez wrote:
 Those fonts are really nice and readable, and being able to use them 
 while I work would be a nice touch.

Of course, it is matter of opinion, but I really do not understand why 
one should use Computer Modern fonts on display. They are really very 
nice but with resolution less than 600dpi they are more or less useless 
(too thin lines)---their lines are too thin even with some non-Laser 
printers. On cca 120dpi monitor (more likely 72dpi) they are just 
awful. I don't even use Times, which are much better in this 
regard---M$ Verdana is what I have settled on so far.

But as I said, it is matter of opinion.

   Matej

P.S.: Concerning chilling out---it doesn't hurt to show that something 
is important (see below :-).
-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
[W]hat country can preserve its liberties, if its rulers are not
warned from time to time that [the] people preserve the spirit of
resistance? Let them take arms...The tree of liberty must be
refreshed from time to time, with the blood of patriots and
tyrants.
-- Thomas Jefferson, letter to Col. William S. Smith, 1787



Re: llncs and references problem (1.1.6fix4)

2003-06-24 Thread Matej Cepl
On 2003-06-24, 12:08 GMT, Tuukka Toivonen wrote:
   http://www.ee.oulu.fi/~tuukkat/tmp/test.ps

Could you please post .lyx file too?

   Thannks,

  Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: Newbie Questions

2003-06-24 Thread Matej Cepl
On 2003-06-24, 08:29 GMT, Rajil Saraswat wrote:
 Yesterday i started my first paper in lyx, my supervisor was taken 
 aback when i showed him the printout, 'it was exactly like a journal' 

Not only like a journal -- many journals are created with LaTeX :-).

 1. Using the article layout always add the date to the rendered text. 
 Is it possible to turn off the date. I am writing a paper for 
 a journal, is article the best layout for me or are there any other 
 layouts available?

Article is fine, plus some journals (Kluwer, Springer, ...) have their 
own classes, and some of them are supported by LyX. Also you may try 
article (koma-script), which is more flexible than standard article.

As of date -- see
http://www.educat.hu-berlin.de/~voss/lyx/titlepage/titlepage.phtml#date

 2. For a particular layout, how do i change the default font settings for 
 paragraph, section, subsection etc. I have tried exploring the 
 LayoutDocument,Character but these donot change setting globally for a 
 particular environmental depth.

No, they don't. What exactly would you like to do?

 3. How do i change the  type of numbering of section. For section the 
 numbering is like this '1' but i want a '.' to like this '1.' Is this 
 possible? Moreover i want my sections to start from number 3, how can i do 
 it?

Koma-script has it as a standard, and for normal article put this into 
Layout/Document/Preamble:

   \renewcommand\thesection{\arabic{section}.}


 4. How do i change the format of my bibliography, can i add my own bst files? 

Sure, in BibTeX dialog (Insert/TOC/BibTeX) the bottom field (Style) is 
for name of the bst file. Also if using any of natbib styles, do not 
forget to check Natbib in Layout/Document/Bibliography.

 Is there any repository of bst files for different journals?

There is (try directory.google.com for BibTeX), but better is to try 
homepage of your journal (many of them have a special page for LaTeX 
authors with particular style files.

 phew! those are the ones i can think off now.
 Thanks a lot.

You're very welcome.

   Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: Some More Newbie Questions

2003-06-24 Thread Matej Cepl
On 2003-06-24, 11:38 GMT, Rajil Saraswat wrote:
 1. I exported my lyx file (which had a table using the multirow 
 package) to a latex file and tried importing it back. The resulting 
 file had a totally misfigured table. Is lyx not capable of doing this 
 kind of stuff?

Current version of LyX has problems with that.

Matej

--
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



<    1   2   3   4   5   6   7   8   9   10   >