enumeration problem...

2006-02-28 Thread Mathieu Richaud

Hello all,

What I am trying to create is the following enumerated list;

1. Item 1
2. Item 2
3. Item 3
[standard text]
4. Item 4
5. Item 5

However, Lyx reset to 1 the enumeration after the standard text. How can 
I get around that problem. I looked on the Wiki and the closest I got to 
an answer is from Paul A. Rubin who wrote that \newcounter{myCounter} 
could be used. (http://wiki.lyx.org/Examples/ReferToEnumeratedItem)


However, I got stucked with errors when trying to mimic his ERT code 
from my list.


Thanks,

Mathieu

--
Mathieu Richaud
Graduate Student
Dept. of Geology
Northern Illinois University
DeKalb, IL 60115
[EMAIL PROTECTED]



Re: Set line spacing

2006-02-28 Thread Stephen Harris


- Original Message - 
From: "Adinda Praditya" <[EMAIL PROTECTED]>

To: "Uwe Stöhr" <[EMAIL PROTECTED]>
Cc: 
Sent: Tuesday, February 28, 2006 3:11 PM
Subject: Re: Set line spacing

Adinda wrote:

Thank you all for the answers.
...repository? Is there any file that i can download all the packages in one
file instead of downloading them one by one?

http://dojo.miktex.org/blogs/christian_schenk/archive/2006/02/27/320.aspx
"The MiKTeX CD-R is available again. It contains a "live" MiKTeX system
(as of 2/21/2006).
Some not so important packages had to be omitted from the distribution in 
order to make it fit on the CD-R."


http://miktex.org/CD/  "Or burn your own CD-R from a somewhat
older ISO image (available here)."

http://www.tug.org/ftp/tex/miktex/  md.iso.bz2
all the Miktex packages to be burnt onto a cd, which become *.cabs
I think it is safer to unpack this with C:\msys\1.0\bin\bzip2.exe
because WinRar misses files sometimes. I think bzip2.exe comes
with default install of MinSys which is one of LyX's helper apps.
So you would invoke bzip2.exe from the command line on the file.

From say C:\isos or whatever folder contains the downloaded file, you

would type at the command line using the Msys shell, (without quotes)
"C:\msys\1.0\bin\bzip2.exe -d md.iso.bz2"  unpacks the iso.

The Miktex program comes with three helper utilities,
Miktex Update Wizard, Miktex Options and Miktex Package Manager.
Use Start->All Programs->Miktex and put your mouse pointer on Miktex and a 
drop-down box appears with several options including those above.


If you just install one package, say setspace.sty, or a new font, then
you need to open up the Mitex Options utility, and run Refresh Now.
This makes the Miktex filename database aware of the new additions.
By install I mean put the file(s) in the correct C:\texmf or localtexmf
directory. Then you still need to run Miktex Options, Refresh Now, next.

Regards,
Stephen




Re: Set line spacing

2006-02-28 Thread Adinda Praditya
Thank you all for the answers.

I downloaded some of the packages and saved them in one folder. Then i
changed "package repository" in miktex options to local folder and set it to
that folder. But it failed. Is there any (somthing like) configuration file
or packagelist file to make it works? How to make a local folder a package
repository? Is there any file that i can download all the packages in one
file instead of downloading them one by one?

I'd like to bundle all the packages and lyx into a CD so i don't need to
connect to the internet. Is there any tips or idea?

Thanks,

Adinda P

On 2/28/06, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
>
> Adinda Praditya schrieb:
>
> > I'm running LyX-1.3.7 on windows version.I use it more often now than
> linux
> > version. The first problem i have using windows is when i set line
> spacing
> > to 1.5. I got this error
> >
> > LaTeX Error: File `setspace.sty' not found.
> >  \onehalfspacing
> >
> > *** (cannot \read from terminal in nonstop modes)
> >
> > Why this isn't found?
> > Why the file isn't bundled with lyxWinInstaller?
>
> To keep the LyX installation small, the installer installs a basic
> version of MiKTeX that only contains the most important LaTeX-packages.
> (There are thousands of available packages but you only need a few of
> them.)
> The installer is designed to force MikTeX to install all packages needed
> for LyX, but setspace seems to be forgotten. The next installer version
> will have a fix for this.
>
> > Should i download ekstra package using "miktex
> > options"?
>
> Yes, or use MiKTeX's package manager.
> The best solution is to open "MiKTeX Options", switch to the tab
> "Packages", and set a package repository from the internet. After this
> is done process your LyX-file again and MiKTeX will now install missing
> packages automatically.
>
> regards Uwe
>


little problem with 1.4.0pre5

2006-02-28 Thread Marcelo Acuña
Hello,
When I open a footnote and I want mark the entire
text I have a problem.
I put the cursor at the start of footnote text, then
press shift key and down arrow key, then with right
arrow key I mark until final point of footnote.
All OK.
But if I press a key one more time, for error, marked
zone continue from top of footnote box and I lost
control on marked zone.
I need cancel mark and make all again from start.
Regards.
Marcelo






___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 



Re: --- em dash without hyphenation, global setting

2006-02-28 Thread Marcelo Acuña
> > No, I have about 1000 of this ---comment---, and I
> > need a global setting.
> 
> I think it is not possible to redefine --- without
> changing the font metrics.
> Instead, you will have to define your own emdash
> character that does not allow 
> a linebreak. Something like
> 
>
\newcommand\myem{\textormath{\leavevmode\hbox{---}}{---}}
> 
> Then you could do
> 
> \newcommand\mycomment[1]{\myem#1\myem}
> 
> and wrap all you comments in \mycomment{this is a
> comment}
> 
> If you do not need, say, underline, in your
> document, you could furthermore 
> redefine underline as 
> 
> \renewcommand\underbar{\mycomment}
> 
> and just underline all you comments in LyX.
> 
> Or do it with colors as described here:
>
http://www.troubleshooters.com/linux/lyx/index.htm#BuiltinCharacterStyles
> 
> However, if this is really such a common task in
> Spanish documents, posting a 
> question to the Spanish TeX newsgroup
> (es.comp.lenguajes.tex) might help 
> further.
> 
> HTH,
> Jürgen
> 
Thanks Jürgen, I posted the problem to
es.comp.lenguajes.tex and I get a solution
but this work in Kile and not work in Lyx.
Is not global but simple.
A person in that list say that
after put \usepackage[spanish]{babel}
in preamble  I must put a tilde (~) 
prev to em dash ~---like this---
In lyx this not work. Tilde is print without
any change but, before I re-quest to this
person I check it with Kile and this work very
well, tilde is not print and hyphenation is
made correctly.
How I can get it in Lyx?
But I think that a global setting must be
exist. (I never see a broken line like this
).
Or like this (
this is a comment).
I think that same behavior of latex with <)>
and <---> must be exist.
How I can get it?
Remember that I not want avoid hyphenation
in entire comments. I only need that hyphenation
not cut em dash from joint word.
Thanks
Marcelo




___ 
A tu celular ¿no le falta algo? 
Usá Yahoo! Messenger y Correo Yahoo! en tu teléfono celular. 
Más información en http://movil.yahoo.com.ar


Re: keybindings referenceguide

2006-02-28 Thread christian . ridderstrom
On Tue, 28 Feb 2006, Johan Blok wrote:

> I would like to add a keybinding for 'footnote' and found in the
> documentation that a list of all functions can be found in the reference
> guide. Unfortunately, I cannot find a reference guide. Where can I find
> this list?

Try this page, although a bit old

http://wiki.lyx.org/LyX/LyxFunctions

/Christian

> 
> Johan
> 
> 
> 

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




lyx and otftotfm

2006-02-28 Thread mail.k

Hello,

I'd like to use otftotfm to convert some of my opentype typefaces for 
use in lyx (windows with miktex).


I'm not sure, however, where to install the files. When I run the 
program it doesn't find the various files it needs, and I get


"encoding 't1' not found". The manual wasn't helpful because there is no 
windows support.



Does anyone know how to fix this?


Thanks,


e.





Re: Focus not returned to text after insert

2006-02-28 Thread Daniel Watkins
This was intended to be posted in lyx-devel (which is where it now resides).
Any replies would be better directed there (using the message posted
there).

Thank you (and sorry),
Dan



Re: keybindings referenceguide

2006-02-28 Thread Daniel Watkins
Johan Blok wrote:
> Unfortunately, I cannot find a reference guide. Where can I find
> this list?

Hi Johan,
I think what you're looking for can be found in Appendix A of the
'Customization' help document. I believe the line you want is:
  M-i f   footnote-insert

Dan



Focus not returned to text after insert

2006-02-28 Thread Daniel Watkins
Using 1.4.0svn of a couple of days ago, whenever I try to insert anything
that is on the first level of the Insert menu (i.e. 'Insert > Footnote' as
opposed to 'Insert > Note > ...') using the keyboard, focus is not returned
to the text window after the item is inserted. For example, were I to use
'M-i f' to insert a footnote and then typed 'f', the File menu would be
opened.

In addition to this, and possibly a separate issue, if I then press the Meta
key (Alt) again, to return the cursor to the text area (as happens even
under normal LyX conditions) the menus are no longer selected but neither
is the text area usable. Pressing keys on the keyboard does nothing.

Dan



Nomenclature

2006-02-28 Thread Gisbert, Fernando
Is there any way of generating a nomenclature inside lyx? I have not seen any 
place where I can specify the makeindex options. I must export the lyx document 
to latex and then perform a makeindex, but the problem is then that I have many 
figures that are not *.ps or *.eps, and are not properly handled with latex 
without converting them first, which is an awful task.
Thanks.


Re: font user interface

2006-02-28 Thread Bennett Helm

On Feb 28, 2006, at 4:15 AM, Uwe Stöhr wrote:


Johan Blok schrieb:


I am using LaTeX for years and considering to use LyX in future. One
question: how can I change the rather large font of the GUI in LyX- 
Qt on

linux (Ubuntu)?


Via LyX's menu Edit -> Preferences -> Screen fonts


Actually, that doesn't change the absurdly large menu fonts, which I  
assume is what Johan is trying to reduce. Instead, download qt3- 
qtconfig and set your preferences from in there.


Bennett

Re: New Latex Reference Resouce

2006-02-28 Thread Richard Kleeman

Thanks for that it looks very useful. The Latin is a nice touch.

Richard


Stephen Harris wrote:



http://www.tex.ac.uk/cgi-bin/texfaq2html?
Welcome to the UK List of [locally searchable plus Google]
TeX Frequently Asked Questions on the Web

SH: But sometimes one doesn't know the correct search keyword.

http://www.tex.ac.uk/tex-archive/info/
http://www.tex.ac.uk/tex-archive/info/visualFAQ/  by Scott Pakin
http://www.tex.ac.uk/tex-archive/info/visualFAQ/visualFAQ.pdf

This is a 29 page visually oriented document which demonstrates many
early questions about How do I use Latex for such and such purpose.
Regards,
Stephen







Re: LyX/Mac bundle changes

2006-02-28 Thread Anders Ekberg
Hmm, I sent my reply with a cc to the mailing list, but it didn't  
turn up. Could that have something to do with the attached screenshots?


Anders Ekberg


Re: problem of font

2006-02-28 Thread Paul Smith
On 2/27/06, matthieu gaudet <[EMAIL PROTECTED]> wrote:
> something strange happens to my lyx.
> I try to explain the best I can:
> on the "lyx page", the "é" became "kh" with the "h" underlines and the
> "F" is now a little black door. there many other changes but I can't
> enumerate all of them.
> When I create the pdf files related to my document, everything is ok!

The problem occurs only inside math mode, Matthieu?

Paul


keybindings referenceguide

2006-02-28 Thread Johan Blok
I would like to add a keybinding for 'footnote' and found in the
documentation that a list of all functions can be found in the reference
guide. Unfortunately, I cannot find a reference guide. Where can I find
this list?

Johan



Re: importing chart from excel ?

2006-02-28 Thread Luqman H
i think PDF is good enough, but i haven't see the printout quality
but in preview seems better than png, and also smaller size

using OTEditor is great..
but i have no idea using it with lyx..


2006/2/26, Nicolás <[EMAIL PROTECTED]>:
> I encourage you to use the OTEditor application (see
> http://wiki.lyx.org/Windows/WinGraphics) in order to convert into EPS
> format any OLE-based graphic, including those created with Excel. The
> results are really good (at least when using Visio files)!
>
> Nicolás


newly downloaded font problem

2006-02-28 Thread JeeBee
Dear LyX-users,

I downloaded the font AnnSton from here
http://ftp.nluug.nl/textproc/tex-archive/fonts/initials/

Then I put all these files in the same directory as my .lyx file.

This in the preamble:
\input AnnSton.fd

This somewhere in my document (a LaTeX inset):
{\fontsize{60pt}{72pt}\usefont{U}{AnnSton}{xl}{n}
 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z}

Now, LyX gives me this error:
Font U/AnnSton/xl/n/60=AnnSton at 60.0pt not loadable: Metric (TFM) file not 
 ...ze{60pt}{72pt}\usefont{U}{AnnSton}{xl}{n}
  
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font='.

Seems like it doesn't find the AnnSton.tfm, which is also in the current
directory?

Then, when I export this file to LaTeX, and run LaTeX on it, it does work!

Can anybody perhaps explain how I can make the LyX version run?

Thanks in advance,
JeeBee.



Re: Set line spacing

2006-02-28 Thread Uwe Stöhr

Adinda Praditya schrieb:


I'm running LyX-1.3.7 on windows version.I use it more often now than linux
version. The first problem i have using windows is when i set line spacing
to 1.5. I got this error

LaTeX Error: File `setspace.sty' not found.
 \onehalfspacing

*** (cannot \read from terminal in nonstop modes)

Why this isn't found?

> Why the file isn't bundled with lyxWinInstaller?

To keep the LyX installation small, the installer installs a basic 
version of MiKTeX that only contains the most important LaTeX-packages. 
(There are thousands of available packages but you only need a few of them.)
The installer is designed to force MikTeX to install all packages needed 
for LyX, but setspace seems to be forgotten. The next installer version 
will have a fix for this.



Should i download ekstra package using "miktex
options"?


Yes, or use MiKTeX's package manager.
The best solution is to open "MiKTeX Options", switch to the tab 
"Packages", and set a package repository from the internet. After this 
is done process your LyX-file again and MiKTeX will now install missing 
packages automatically.


regards Uwe


Re: Instant preview not instant

2006-02-28 Thread gumm

I have known the problem Stacia and Paul are  reporting,
and I agree with Paul, that one can easily live with it.

Still, I could imagine that one could provide key command,
prompting LyX or instant preview  to do a refresh - either
for the current editing window or for the whole document.

H.Peter 


Paul A. Rubin wrote:


Stacia Hartleben wrote:


I was going to post this again in the IPA question list, but I thought
I might post it here. I'm using LyX 1.3.7 on Windows. Sometimes when
I'm working with instant preview (not just linguistics, when I am
writing math papers with subscripts and so on), LyX will not
automatically change everything into an instant preview.



This happens to me, somewhat routinely (same version, same OS -- also 
happened with 1.3.6).



I'm left with
a weird looking paper where half of the subscripts are in instant
preview and half aren't. The only way to get them out of this mode is
to click on the item and then click outside of it - usually then it
makes it display.



I think scrolling up and down (and being a bit patient before 
returning to an inset) sometimes "gooses" LyX to do the IP conversion.



Is this supposed to happen,



Probably not.


or are the images
supposed to display "instantly" sort of like how graphics display? Am
I doing something wrong? I can send a screenshot if someone is
confused about what I mean.



You're not doing anything wrong.  A brief delay before processing a 
formula would not be unreasonable; I not infrequently lurch out of a 
math inset before I'm done editing it (hit the space bar one time too 
many coming out of a subscript, for instance), and have to dive right 
back in.  A deliberate (brief) delay would save some wasted 
processing.  What you and I are experiencing, however, does not seem 
to be a planned delay (or at least not solely that), since some insets 
convert almost immediately and others sit around for quite a while in 
their "raw" state.




When I open up a document sometimes I have trouble with the instant
preview too, especially with linguistics trees and stuff. I couldn't
seem to reproduce the problem with my math paper and subscripts (given
a couple seconds they all turned into the instant preview version).



Instant preview is doing running latex each time it updates, so if you 
have a lot of insets (and some of them require more than average 
processing by latex), it's not surprising that the initial conversions 
might take a while.  That said, I run into the same problem of insets 
waiting for Godot when I open a document that I do when editing.


It's a bit distracting, but IMHO not a major problem.

Cheers,
/Paul




Re: font user interface

2006-02-28 Thread Uwe Stöhr

Johan Blok schrieb:


I am using LaTeX for years and considering to use LyX in future. One
question: how can I change the rather large font of the GUI in LyX-Qt on
linux (Ubuntu)?


Via LyX's menu Edit -> Preferences -> Screen fonts

regards Uwe


font user interface

2006-02-28 Thread Johan Blok
Hello,

I am using LaTeX for years and considering to use LyX in future. One
question: how can I change the rather large font of the GUI in LyX-Qt on
linux (Ubuntu)?

Johan



problem of font

2006-02-28 Thread matthieu gaudet
hi everybody,
something strange happens to my lyx.
I try to explain the best I can:
on the "lyx page", the "é" became "kh" with the "h" underlines and the
"F" is now a little black door. there many other changes but I can't
enumerate all of them.
When I create the pdf files related to my document, everything is ok!

I tried to uninstall lyx and reinstall it. nothing change...

so my question is : Does anybody know how to make this stop?
that all.

thanks you.

matthieu