I need workaround of encoding problem

2006-02-14 Thread Marcelo Acuña
Hello,
I can't to use spellchecker. Accented letters
and ñ, Ñ are not recognized by ispell, aspell.
I try to use ispell from command line but
I can't said nothing to ispell about char
enconding.
How I can workaround and get spellcheck
my lyx file?
Thanks
Marcelo






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



Re: I need workaround of encoding problem

2006-02-16 Thread Marcelo Acuña
  I can't to use spellchecker. Accented letters
  and ñ, Ñ are not recognized by ispell, aspell.
  I try to use ispell from command line but
  I can't said nothing to ispell about char
  enconding.
 
 aspell -c --encoding=iso8859-1 filename.lyx

With this encoding are ok but
this no work well for me.
With aspell and ispell from command line
word are read break in several times
like this:

En la mañana del 16 de dici
embre de 1793 ...

diciembre (December) appears break
and is not recognized.
Aspell, and ispell, read dici first,
not in dictionary, then read embre,
again not en dictionary.
This, plus a lot of latex and lyx command
make the work very dificult.
Marcelo






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



Re: I need workaround of encoding problem

2006-02-16 Thread Marcelo Acuña
 I can't to use spellchecker. Accented letters
 and ñ, Ñ are not recognized by ispell, aspell.

 Common problem for unicode users, because
 lyx doesn't support unicode.  That cause trouble
 when the spellchekcer expects unicode while lyx
 gives it iso8859 encoded text.
 Here's what I do:
 1. Start an xterm or similiar command line
 2. Figure out what LANG setting you have, like this:
 echo $LANG

with this nothing is show.
 
 I get nb_NO.UTF-8, you probably have something else.
 Change to a LANG without the UTF-8 part. In my case:
 export LANG=nb_NO
 
export LANG=es_ES

 Then run lyx from the same xterm, so it uses the
 modified  language.  You should still get the lyx
 GUI in your language, assuming it is translated.
 And now the spellchecker works too. :-)
No work for me :-(
Lyx 1.4.0pre appears without menu, only
a icon bar, I clicked icon for file open
and, choose my file (saved with 1.4.0pre)
and I get error in conversion.
Then I open with lyx (from icon),
deleted list of fig,
repeat process and when I open the file
lyx go out (aborted) with an error message.

 Fixing this is planned for lyx 1.5.0, which will
 have unicode support.
 Helge Hafting
 
Which is the date when You expect lyx 1.5.0 will be
released?

Marcelo






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



lyx 1.4.0pre minor problems

2006-02-16 Thread Marcelo Acuña
hi,
I have minor problems, they are:
1) cursor is too thin, is dificult to see.
2) repeat keyboard rate is too slow, (rest of
aplication without changes, I only install lyx 1.4)
3) mouse wheel is to slow, I changed parameter in
preferences but this no work ok.
4) I lost feature: in paragraph settings I can´t find
skip spaces for before and after. This feature was
present in 1.3.6.
(I have suse 9.3.)

Marcelo





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



Re: vspace between sections and figures help!

2006-02-17 Thread Marcelo Acuña
 I've 
 \setlength{\parskip {-1pt}}
 
 but that seems only to affect the vertical space
 between
 paragraphs. How can I set the vertical space length
 between sections
 and figures?

If you use titlesec package you get total control over
title of section: font size, space before and after
title, etc. I don't remember but I think that this
package is presente in standard distribution of latex
with documentation. Is ease to use.
About fig I think that you can insert a vertical space
form menu.
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: lyx 1.4.0pre minor problems

2006-02-17 Thread Marcelo Acuña
  4) I lost feature: in paragraph settings I can´t
 find
  skip spaces for before and after. This feature was
  present in 1.3.6.
 
   Hi Marcelo,
   this is present but elsewhere, search for
 Insert-Special Character-Vertical 
 Space
 
Yes, I found it. Thanks.
Now, I can´t find Navigate to next error. 
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


--without break

2006-02-18 Thread Marcelo Acuña
Hello,
  In a line, How I can get
that a comment --like this
--  no be break by Latex?
Marcelo






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



Re: I need workaround of encoding problem

2006-02-18 Thread Marcelo Acuña
 I can't to use spellchecker. Accented letters
 and ñ, Ñ are not recognized by ispell, aspell.
Common problem for unicode users, because
lyx doesn't support unicode.  That cause trouble
when the spellchekcer expects unicode while lyx
gives it iso8859 encoded text.
 echo $LANG
with this nothing is show.
export LANG=es_ES
 Then run lyx from the same xterm, so it uses the
 modified  language.  You should still get the lyx
 GUI in your language, assuming it is translated.
 And now the spellchecker works too. :-)
No work for me :-(
Lyx 1.4.0pre appears without menu, only
 
 Strange.  If the menu isn't translated, then you
 should get
 it in english instead.  This looks like a broken
 installation.
 
a icon bar, I clicked icon for file open
and, choose my file (saved with 1.4.0pre)
and I get error in conversion.
Then I open with lyx (from icon),
deleted list of fig,
repeat process and when I open the file
lyx go out (aborted) with an error message.
Which is the date when You expect lyx 1.5.0 will be
released?
  
 I can only guess - a year or two.  The spellchecker
 and rest of lyx is supposed to work fine when LANG
 doesn't contain the UTF-8 part though.
 
no work for me.
What can I do? I need run spellcheck.
Thanks
Marcelo






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



--- em dash without hyphenation, global setting

2006-02-20 Thread Marcelo Acuña
 Jürgen, Kevin, Bruce, excuse
me  for my  english, I need a 
global setting for avoid that
latex  hyphenat a comment ---
in this manner---. In spanish
we can include  comments with
em  dash  sticked to the word,
but is not wanted that the hy-
phen broke dash and word like
above.
Is wanted that em dash and a
word remains sticked ---like
this---, ---or like this o-
ther---. And I need global 
setting because I have several
hundred of this comments.
Thanks
Marcelo



__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


Re: I need workaround of encoding problem

2006-02-23 Thread Marcelo Acuña
 I can't to use spellchecker. Accented letters
 and ñ, Ñ are not recognized by ispell, aspell.
   
 
 export LANG=es_ES
 Then run lyx from the same xterm, so it uses the
 modified  language.  You should still get the
 lyx
 GUI in your language, assuming it is translated.
 And now the spellchecker works too. :-)
 
 
 No work for me :-(
 What can I do? I need run spellcheck.
   
 
 Your lyx installation is clearly broken, perhaps a
 reinstall
 is in place.  What operating system do you use, how
 did
 you install lyx? 
 
 If you get lyx itself working fine (with menu) but
 still
 have trouble with the spellchecker, ask again.
 
 Helge Hafting
 
I get a new hard disk, and I installed suse 9.3, with
this I installed lyx 1.3.5. I make several
installations with different options, (english US,
spanish, english UK, for default language, etc.)
Spellchecker no work in any case. I make trial with
export LANG=es_ES, I get that lyx appears with menu,
but spellchecker no work.
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: --- 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


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: little problem with 1.4.0pre5

2006-03-01 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
  
 Helge Lyx 1.4 does not support selections that
 spans half a footnote
 Helge and something outside it as well.
 
 While this is true, it should be possible to
 Shift-LeftArrow and have
 the cursor go back into the footnote inset. The fact
 that it is not
 possible is a (minor) bug IMO. Marcelo, could you
 add it to bugzilla?
 
Ok Jean-Marc, but my english is very very bad :-(
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-03-01 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.
 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?
   
 
 You can get this in lyx by writing your em-dashes
 as ERT.  I.e. write the ~--- in ERT, and leave
 the rest of the text normal. 
 
 I seem to remember you had lots of these?
 You can fix them all this way:
 Lyx can't do this with search and replace, but
 a text editor capable of replacing several lines can
 do it by working on the .lyx file. 
 0. Backup the .lyx file, in case the process goes
 wrong.
 1. Look at the lyx file, check what an ERT
 containing
 ~--- looks like.  My example is for lyx 1.4
 2. Use a powerful text editor on the .lyx file, tell
  it to replace every occurence of --- with:
 \begin_inset ERT
 status collapsed
 
 \begin_layout Standard
 ~---
 \end_layout
 
 \end_inset
 
 
 I.e. 
 aaa---bbb
 should become
 
 aaa
 \begin_inset ERT
 status collapsed
 
 \begin_layout Standard
 ~---
 \end_layout
 
 \end_inset
 
 bbb
 
 Then all your em-dashes are hyphenation-free.
 Open the latered file with lyx and verify that it is
 ok, then view-dvi
 
 To save work when writing:
 Create one ~--- ERT, mark it and copy.
 Whenever you need this construct, use paste.
 
 Finally, setting up babel right should be as
 simple
 as setting the document language to spanish.
 
 Helge Hafting
 
Helge, what good text editor ---in Linux--- can I to
use for this?
Thanks
Marcelo
 






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



Re: I need workaround of encoding problem - SOLVED!

2006-03-01 Thread Marcelo Acuña
 I get a new hard disk, and I installed suse 9.3,
 with
 this I installed lyx 1.3.5. I make several
 installations with different options, (english US,
 spanish, english UK, for default language, etc.)
 Spellchecker no work in any case. I make trial with
 export LANG=es_ES, I get that lyx appears with
 menu,
 but spellchecker no work.
 Marcelo
 
 Did you install dictionaries for aspell as well?
 Installing aspell only installs the executable
 program.  It does not install any dictionaries, you
 must do that too before you can spellcheck.
 
 What happens if you create a short plaintext file
 with some spelling errors and run
 aspell test.txt
 on the command line? 
 If this doesn't work, then aspell cannot possibly
 work with lyx either.  If this works but lyx
 spellchecking doesn't, then the problem is in lyx
 somehow.
 
 Helge Hafting
 
Helge, Stephen,
aspell and ispell are correctly installed.

From Lyx 1.4.0pre5, and for first time, keyboard
work OK. Until four day early I was using 1.3.7 and
testing 1.4.0pre3. Now, with pre5, I not need keymap
and not need strange key for accented characters.
With this I discovered that an option of Preferences
that in any 1.3.x no work for me ---Use Input
Encoding--- now, and only with ispell ---not with
aspell---,
work correctly.
With (aspell or lyx 1.3.x) and (Use Input Encoding) I
get word cuted or stranges characters by acented
characters.
Thanks to all. I am very happy.
Marcelo




__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


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

2006-03-02 Thread Marcelo Acuña
 You can get this in lyx by writing your em-dashes
 as ERT.  I.e. write the ~--- in ERT, and leave
 the rest of the text normal. 
 
I inteded this with a little file and ~ in an ERT
no work. I put ~, or \~, ~---, and several others
variants and I can´t get that one work.
What I make bad?
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-03-03 Thread Marcelo Acuña
  I inteded this with a little file and ~ in an ERT
  no work. I put ~, or \~, ~---, and several others
  variants and I can´t get that one work.
  What I make bad?
 
 Didn't you read my post? It won't work in LyX
 because the line
 [EMAIL PROTECTED]
 to the preamble if Spanish is selected as document
 language.
 
 According to the cvs log, this has been done in
 order to fix a bug with ñ.
 
 Jürgen
 
Escuse me Jürgen. Yes, I read your post, but I read
too the Helge post and I understanded that in this
mode tilde work. 
Marcelo






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



Re: anybody know how to change the enumerate alignment?

2006-03-11 Thread Marcelo Acuña
 How do you change the alignment of the enumerate
 environment? i.e. when I get to the roman numerals
 numbering depth I find the number/label alignment is
 to the right of the numeral which is not good for
 readability.

With tweaklist package you get control over enumerate,
enumerate*, description environment.
Good lack.
Marcelo





Horóscopos, Salud y belleza, Chistes, Consejos de amor:
el contenido más divertido para tu celular está en Yahoo! Móvil.
Obtenelo en http://movil.yahoo.com.ar


Re: controlling index format in LyX 1.4

2006-03-14 Thread Marcelo Acuña
 Is there a way to (easily) change the index font in
 LyX 1.4? From the release 
 notes, it seems that there should be more control
 over how the index is 
 generated in LyX 1.4, but I haven't found any
 documentation on how to do this 

If you mean TOC, with titletoc package you get total
control of TOC, but isn´t easy.
Marcelo






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



Re: anybody know how to change the enumerate alignment?

2006-03-16 Thread Marcelo Acuña
  How do you change the alignment of the
 enumerate
  environment? i.e. when I get to the roman numerals
  numbering depth I find the number/label alignment
 is
  to the right of the numeral which is not good for
  readability.
 
 With tweaklist package you get control over
 enumerate,
 enumerate*, description environment.

I found that with enumitem package I get more options
in enumerate environment. This package come with
standart distribution of latex.
Marcelo






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



footnotes in one paragraph plus split

2006-03-17 Thread Marcelo Acuña
Hello,
In footnotes I solved part of my needs with footmisc
package. With [para] options I get that all footnotes
in one page be in one paragraph. This is nice for work
with lot of short footnotes but I have long and short
ones. Options [para] in footmisc prevent that
paragraph be split to the next page, then Latex can´t
fit this unbreak paragraph and put ugly space in this
page.
How I can get all footnotes in one paragraph plus
pargraph split?
Marcelo





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



bookstab package in lyx

2006-03-23 Thread Marcelo Acuña
Hello,
I want to use bookstab package for nices tables,
doc came with example, this example work in kile
but in lyx I only get errors and errors like
You haven´t defined [EMAIL PROTECTED] yet
and many others.
I try with example in or out ERT,
in or out of float, etc.,
but I can´t get bookstab work.
What I make bad?

Thanks
Marcelo







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



bookstab package and lyx

2006-04-03 Thread Marcelo Acuña
Hello,
 I want to use bookstab package for nices tables,
doc of this package came with example, this example
work in kile but in lyx I only get errors and errors
like:

 You haven´t defined [EMAIL PROTECTED] yet

 and many others.

 I try with example in or out ERT, in or out of float,
etc., but I can´t get bookstab work.
 What I make bad?
 
 Thanks
 Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


Re: Page numbering (in memoir)

2006-04-05 Thread Marcelo Acuña
 I've written my thesis in memoir, and I'm almost
 ready to print.
 
 I chose Ruled for my page style,
 
 but I'm required to put the folios for the abstract,
 acknowledgement 
 page, and table of contents *in the footer,
 centered*.
 
 The title page must be empty (this I've accomplished
 with 
 /\thispagestyle{empty}/).
 
 I've tried to use /\pagestyle{plain} /but in the the
 second page of the 
 abstracts and table of contents, the folio is put in
 the footer *outside*.
 
package titlesec  provide control over header and
footer.
package fancy too.
you can find this two package in standard distribution
of latex.
Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


Re: bookstab package and lyx OK!

2006-04-16 Thread Marcelo Acuña
  Hello,
   I want to use bookstab package for nices tables,
  doc of this package came with example, this
 example work in kile but in lyx I only get errors
and
  errors like  You haven´t defined [EMAIL PROTECTED]
yet

 It is a bug when you cut and paste from LaTeX
 insets. Nothing to do with the
 bookstab package.

Thanks Paul, thanks Charles, now bookstab work ok.
I make several errors.
One time I put {{}11r{}}
instead{{}llr{}}
etc.,
Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


koma-script: text centered in extra-title

2006-04-27 Thread Marcelo Acuña
Hello,
I need have text centered in extra-title, but I can´t
get this. Only left align.
Any idea?
Thanks
Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


help wiht bookstab package

2006-04-27 Thread Marcelo Acuña
Hello,
I need get centered or right aligned data in columns
in table. I want to use bookstab package but I can´t
find how make it. Documentation not explain this.
Thanks.
Marcelo



__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


Re: help wiht bookstab package - SOLVED

2006-04-30 Thread Marcelo Acuña
  I need get centered or right aligned data in
 columns in table.

 If you are doing the table 
 entirely in ERT, the last argument to
 \begin{tabular} should be 
 something like {llclrc} where there is a letter for
 each column (l for left aligned, r for right
 aligned, c for centered).

Thanks, Paul, 
This work OK.
Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


help with titlesec package

2006-05-03 Thread Marcelo Acuña
Hello,
I am using titlesec package for customize titles, and
I want to use it for replace fancy package in header
and footer because this package have an error.
But I don´t know how to use titlesec for this. Doc
that became with package is very difficult. I need put
a rule, title of chapter and title of section in
header and number of page in the middle of footer.
Where I can get documentation more easy?

Thanks
Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


Re: help with titlesec package

2006-05-06 Thread Marcelo Acuña
  I am using titlesec package for customize titles,
 and I want to use it for replace fancy package in
 header and footer because this package have an
 error. But I don´t know how to use titlesec for
 this. Doc that became with package is very
 difficult. I need put a rule, title of chapter and
 title of section in header and number of page in the
 middle of footer. Where I can get documentation more
 easy?

 I believe this package is discussed in the /LaTeX
 Companion/.
I can´t get this book in my country.
 I think something close to what you want to do is
 also done in titlesec.tex,

I can get only titlesec.dvi

 You might try something like:
 
 \renewpagestyle{headings}[OPTIONAL]{
 \headrule
 \sethead{\chaptertitle}{}{\sectiontitle}
 \setfoot{}{\usepage}{}
 }

I put this in preamble and nothing occurs.
When I add
\pagestyle{headings}

I get error: extra }
I chequed for {} and all is OK, but error appears.

What happens?
Thanks in advance.
Marcelo



__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


1.4.1: delete no work ok

2006-05-16 Thread Marcelo Acuña
Hello,
 When I deleted a great portion of text in lyx 1.4.1 I
can see that delete no work well. Remains a great
space and numbers and marks from items.
 This behavior is new. In 1.4.0 not occurs.
Marcelo




_ 
Horóscopos, Salud y belleza, Chistes, Consejos de amor: 
el contenido más divertido para tu celular está en Yahoo! Móvil. 
Obtenelo en http://movil.yahoo.com.ar


Re: help with titlesec package - SOLVED

2006-05-19 Thread Marcelo Acuña
  You might try something like:
 
  \renewpagestyle{headings}[OPTIONAL]{
  \headrule
  \sethead{\chaptertitle}{}{\sectiontitle}
  \setfoot{}{\usepage}{}
  }
  
  I put this in preamble and nothing occurs. When I
 add \pagestyle{headings}
  I get error: extra }
  I chequed for {} and all is OK, but error appears.

 I don't know why you are having this problem. It
 works for me. The way to diagnose the problem is to
export to LaTeX and  then compile it manually.
 Richard
 

 I found that with (pagestyles provided by titlesec)
and (tag for cross references in titles of section)
appears errors in compilation (extra }).
 I moved tag from titles to body of text and no more
errors.

 Thanks. Marcelo





_ 
Horóscopos, Salud y belleza, Chistes, Consejos de amor: 
el contenido más divertido para tu celular está en Yahoo! Móvil. 
Obtenelo en http://movil.yahoo.com.ar


Re: Problem with aspell and accent's

2006-07-03 Thread Marcelo Acuña
  Lyx and aspell are not workin ok together in words
 with accents (
  portuguese in my case ).
 
 Lyx 1.4.1 work Ok with ispell and words with accents.
In my computer aspell no work with words and accents.
Can you swicht aspell for ispell?
Ispell work well with an option that appears in
Preferences, something like Codification for
keyboard or Codification for input. I don´t
remember how this option appears in english.

Marcelo




_ 
Horóscopos, Salud y belleza, Chistes, Consejos de amor: 
el contenido más divertido para tu celular está en Yahoo! Móvil. 
Obtenelo en http://movil.yahoo.com.ar


Re: Adding an abstract section into a book class

2006-07-20 Thread Marcelo Acuña
   I added a chapter* at the begining of the book
  with
   the title Abstract.
   This provide a chapter without number.
   I added a ERT with addcontents command and I get
  that
   this chapter* appears in TOC.
  
   Marcelo
  
  
  I'm very interested in your solution. Can you tell
  me how to add a  
  ERT (and firstly, what is an ERT ;-))?
  Thanks for your answer, I'm a beginner!
  
  Isaac Pante
  
 ERT is a way for add a latex command in lyx.
 In this moment I am not in my computer and I don´t
 remember exactly the command.
 You can try with this:
 click in ERT in menu bar,
 write this command in ERT box:

\addcontentsline{toc}{chapter}{\protectnumber{Abstract}}
 
 The last argument is the title that you want.
 
 I don´t speak English.
 I don´t remember how spell protectnumber.
 
 If it no work try with
 \addcontentsline{toc}{chapter}{Abstract}
 
 Marcelo






__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



Re: How to display italic style and add something to the table of content

2006-07-21 Thread Marcelo Acuña
 I'm using lyx 1.4.1 on Mac and I have to questions:
 1) I know lyx isn't supposed to do that, but is
 there a way to put a  
 couple of words in italic in a document created with
 the book class?

Mark words and click, in menu bar, on E button or en
abc button and select the font shape.
Read documentation.

Marcelo





__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



word counter: feature not usefull for me

2006-08-26 Thread Marcelo Acuña
Hello,
 Word counter count words in Notes and ERTs.
 This is not usefull for me.
 I think that command in ERT must not be counted.
 I use notes for reminders, for keep quotes in
original language for further revision of translation,
and so on.
 Again, count words in notes not make usefull
information for me.
 What think about this other Lyx´s users? 

 Regards.
 Marcelo






__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



Re: word counter: feature not usefull for me

2006-08-30 Thread Marcelo Acuña
   Word counter count words in Notes and ERTs.
   This is not usefull for me.
   I think that command in ERT must not be counted.
   I use notes for reminders, for keep quotes in
  original language for further revision of
 translation,
  and so on.
   Again, count words in notes not make usefull
  information for me.
   What think about this other Lyx´s users? 
 
   
 I agree that skipping notes is the right thing to
 do.

Ok.

 ERT is more tricky, for it is perfectly possible
 to have some words of normal printed text inside
 ERT.
 For example, if you need to do:
 \begin{myhighlight}Special words\end{myhighlight}
 The Special words will print, and should therefore
 be counted.

I not think in this. Is very complex.
 
 Unfortunately, parsing latex in order to get a
 perfect word count
 is hard, so perhaps skipping ERT is the better
 choice.

This work in most of cases.

 The counting issue above may then be avoided by
 having two ERT boxes
 containing the commands only. Between them the
 special words will
 be written as normal text. The downside of this
 approach is that the
 two latex boxes _must_ be matched pairs.  Cutpaste
 errors
 may then leave you with an extra ERT box somewhere,
 which will cause
 odd latex errors when you try to print or preview.
 
 Do you really have so much code in ERT that this is
 a real problem?
 Consider filing bugs at bugzilla.lyx.org.
 
 Helge Hafting
 

 Marc, said that this is in bugzilla.
I posted this question because, when I put problem
with notes and word counter in bugzilla, I received a
mail from Lyx team saying that this behaviour is
rigth.

 Thanks Helge, Marc
Marcelo







__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



[OT] problem with tables

2006-09-14 Thread Marcelo Acuña
Hello,
 I am using booktab package for nice tables but I have
a problem with this when I need sideways tables.
 If I put:

\floatplacement{table}{h}
\begin{table*}
\begin{tabular}
.
.
\end{tabular}
\end{table}

all work OK, table appears nice and in the site that I
want. But when I need to put table sideways I write:

\flotaplacement{table}{h}
\begin{sidewaystable*}
\begin{tabular}
.
.
\end{tabular}
\end{sidewaystable*}

 Table appears at the end of chapter instead in the
section that I put ERT.
 How I can make that this table appears in the section
that I want?

Thanks in advance.

 Marcelo



 





__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



Re: Footnotes in an Appendix?

2006-09-18 Thread Marcelo Acuña

 --- Dave Jarvis [EMAIL PROTECTED] escribió:

 Hi,
 
 I love LyX. But that's not why I'm writing.
 
 I have recently (and perhaps naively) added
 footnotes into a table 
 within an Appendix. When the PDF was generated, no
 footnotes appeared. 
 Two pages from the same document illustrate the
 issue:
 
   http://joot.com/dave/genesis-2006-a.png (without
 footnotes)
   http://joot.com/dave/genesis-2006-b.png (with
 footnotes)
 
 I do not know if it is the table, the Appendix, or
 the combination of 
 the two that is causing the problem. Any light
 someone can shed on this 
 would be a great help.
 
 Many thanks,
 Dave
 

Footnotes no work well in tables.
Marcelo







__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



1.4.3 preview error

2006-09-23 Thread Marcelo Acuña
Hello,
 I have Linux Suse 9.3, lyx 1.4.3 compiled.

 View  DVI no work
 appears DVI visor, xdvik, with file name but nothing
more, white page.

 PDF´s updates no work.

 Regards.

 Marcelo






__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



Re: 1.4.3 preview error

2006-09-24 Thread Marcelo Acuña
  Hello,
   I have Linux Suse 9.3, lyx 1.4.3 compiled.
 
   View  DVI no work
   appears DVI visor, xdvik, with file name but
  nothing more, white page.
 
   PDF´s updates no work.
 
   What is the pdf viewer you are using?

Adobe Reader.

   Does it sees the original pdf?
 José Abílio

All work ok but updates  PFD. Adobe Reader read PDFs
very well. 
Updates  PDF in 1.4.2 no work but View  DVI and View
 PDFs work ok.
I compiled 1.4.3 in paralel with 1.4.2. 
Now View  DVI in 1.4.2 and 1.4.3 no work.
Title bar in xdvik show name of file and number of
pages correctly but show only hundred of blank pages.
Update PDF (DVIPDFM) show an error message and
PDFLATEX show blank pages.
Thanks
Marcelo






__
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas



Re: diff within Lyx and OpenOffice with styles

2007-11-04 Thread Marcelo Acuña
  hello,
a question rised in a free soft forum. I
  propposed latex/lyx and another person question:
   Why lyx/latex and not open office with styles?
   What I said about it?
 
 OpenOffice has the worst implementation of styles
 I've ever seen. They just 
 magically change and disappear. If you're doing more
 than writing a letter, 
 I'd recommend against OpenOffice.
 
 SteveT

 I have equal experience ;-)
 Marcelo


  Los referentes más importantes en compra/ venta de autos se juntaron:
Demotores y Yahoo!
Ahora comprar o vender tu auto es más fácil. Vistá ar.autos.yahoo.com/


Re: diff within Lyx and OpenOffice with styles

2007-11-04 Thread Marcelo Acuña
  hello,
a question rised in a free soft forum. I
  propposed latex/lyx and another person question:
   Why lyx/latex and not open office with styles?
   What I said about it?
 
 Anyhing but (La)TeX is awful at math typesetting.
 
 And I am not even talking about editing math, but
 the printed result.
 
 Andre'
 
 You are right. 
 My question is for books of history and others.
 Thanks
 Marcelo



  Los referentes más importantes en compra/ venta de autos se juntaron:
Demotores y Yahoo!
Ahora comprar o vender tu auto es más fácil. Vistá ar.autos.yahoo.com/


Re: Change Chapter Headings

2007-11-13 Thread Marcelo Acuña
 Hi All,
 
 I'm using document class Report and want to change
 the Chapter  
 headings. The default is to have Chapter 1 - Name
 of Chapter. I  
 just want  1.0 Name of Chapter or something like
 that. How can I do  
 this?
 
 BTW - I'm using the Report class for a proposal,
 perhaps there is a  
 better document class that is more suitable?
 
 Plus Koma-script options (see userguide) you can use
titlesec package (see doc). This package provide a lot
of options for titles.
 Marcelo



  Compartí video en la ventana de tus mensajes (y también tus fotos de 
Flickr). 
Usá el nuevo Yahoo! Messenger versión Beta. http://ar.beta.messenger.yahoo.com/


Re: compare book classes

2007-11-20 Thread Marcelo Acuña
 Does anyone know of a chart or webpage that quickly
 compares book classes?
 
 I have used koma scrbook a lot. I recently started
 trying Memoir and also 
 just the Book classes and see that have different
 features (like no 
 subject/subtitle on first page).

 Koma scritp have this features but finally I drop
this features and I make half-title page and
title-page with Tex commands.
 I think that this is not a disvantage of memoir.

 
 Does anyone of have a quick comparison reference of
 the different book 
 classes?
 
 If not, what do you prefer and why?
 
 Maybe the answers could be summarized on a wiki
 page.

 I want this too.

 Marcelo



  Los referentes más importantes en compra/ venta de autos se juntaron:
Demotores y Yahoo!
Ahora comprar o vender tu auto es más fácil. Vistá ar.autos.yahoo.com/


Re: New user

2007-11-20 Thread Marcelo Acuña
 Hello, I am new in LyX, and I know perfectly LaTeX. 
 I will try to 
 transmit my experiences in order to improve LyX
 which is, in my opinion, 
 incredible.

 Welcome.
 Marcelo

 in spanish --
 Hola Antonio,
  ¡que bueno que puedas aportar conocimientos
de Latex! muchas veces hay que usarlo para
perfeccionar algunos trabajos.
  Saludos
 Marcelo





  Los referentes más importantes en compra/ venta de autos se juntaron:
Demotores y Yahoo!
Ahora comprar o vender tu auto es más fácil. Vistá ar.autos.yahoo.com/


Re: Lyx en español

2007-12-13 Thread Marcelo Acuña
 I would say that the de facto language (if not the
 official one) of the list is English. So if you can
 speak English, I would advise 
 you to use it. But if you can not speak English, you
 may ask in Spanish, add an automatic translation,
 and kindly ask someone to help 
 you correct the translation if not clear. I am
 pretty sure you will find some Spanish-speaking
 person willing to help you (maybe myself 
 :-) ).

 Para mí, escribir y leer en Inglés es un esfuerzo
enorme y me sería muy útil tener una lista de Lyx en
castellano, pero mientras no tengamos suficientes
usuarios avanzados que hablen español creo que podemos
llevar a cabo esta propuesta de consultas en dos
idiomas.
 Saludos
Marcelo



  Yahoo! Encuentros.

Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros 
http://yahoo.cupidovirtual.com/servlet/NewRegistration


with opensuse 10.3 I lost Lyx

2008-02-25 Thread Marcelo Acuña
Hello,
 I make an upgrade from opensuse 10.2 to 10.3 and now,
Lyx cannot compile my book. I get an
 Undefined control (I don´t remember more)
 in each \justifying and \justify in the document.
 Opensuse 10.3 deleted my latex and install TexLive
distro of Latex.
 How I can resolve this trouble?
 Thanks
Marcelo



Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Los referentes más importantes en compra/ venta de autos se juntaron:
Demotores y Yahoo!
Ahora comprar o vender tu auto es más fácil. Vistá ar.autos.yahoo.com/


1.5.4 very little problems

2008-02-28 Thread Marcelo Acuña
hello,
 1) lyx 1.5.4 not remember size of main window.
 2) when I put a large doc to compile for a long time
not appears a cursor that announce that latex/lyx is
working.
 Regards
Marcelo
 

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Tarjeta de crédito Yahoo! de Banco Supervielle.
Solicitá tu nueva Tarjeta de crédito. De tu PC directo a tu casa. 
www.tuprimeratarjeta.com.ar 


Re: how can I adapt documents for LARGE PRINT versions?

2008-05-01 Thread Marcelo Acuña
koma-script book have more options for fonts sizes.
regards
Marceo

--- Joe(theWordy)Philbrook [EMAIL PROTECTED]
escribió:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I like the idea of letting LyX keep track of font
 sizes and such so I
 can focus on what I mean rather than on how it
 looks on paper.
 
 If I can only choose the right words, LyX will make
 it look pretty.
 
 I could for example write a book or a family news
 letter that looks good
 printed on standard 8.5x 11 stock. And then decide
 to change the
 document settings for paper size and the output will
 still look good on
 6x9 paper.
 
 If I were however to use LyX write a book with
 chapters, footnotes, etc.
 I'd like to know I could easily tell LyX to format
 output for weaker eyes
 without destroying all the relative font size
 differences that it so
 wisely set up for me while I concentrated on content
 instead of worrying
 about it's printed appearance.
 
 And if for example I wrote a family news letter to
 send to all the
 extended family members in my addressbook. Including
 my older sister who
 often can't find her glasses. Who gets the large
 print edition of the
 readers digest simply because she doesn't need to
 find her glasses to
 read it. I could select all the standard text
 sections and force the
 font style to use larger font size.
 
 Though that might result in section headings that no
 longer look larger
 than the paragraph text. And if the intended
 appearance of the newsletter
 were to already include places where for example
 some anecdotic incident
 or other was either emphasized and or trivialized
 via a font size of
 M-s l or M-s s Then each of them would have to
 again be customized
 relative to whatever size I just forced the
 surrounding standard text to
 be enlarged to So if the standard text was enlarged
 via M-s l Then the
 anecdote that was emphasized with that setting would
 need M-s L And the
 one that was trivialized with M-s s might need to
 be resized with
 M-s n etc...
 
 Then if I wanted a hard copy that even my eyes I
 could read without my
 glasses I'd probably have to force all the standard
 text to an even
 larger size with M-s L which would, for relative
 consistency, lead to
 having to recustomize the anecdotic material with
 M-s 8 or M-s l etc...
 
 If I gotta do all that I might do as well to write
 the stuff with open
 office where I expect to micro-manage such changes.
 But I won't, I'd
 rather use LyX. 
 
 Then I realized that there was a document setting
 called base size.
 Unfortunately it seems that the range of possible
 base sizes range only
 from 10 to 12 pt sizes. I suspect this is because
 the prevailing wisdom
 for professional writing is that a business letter
 should be in 10 pt
 type and anything much larger just makes the output
 look wrong.
 But if it were possible to set a base size of say 18
 pt I could take ANY
 LyX document that looked presentable to non-visually
 impaired recipients
 with a default base size.  And simply applying a
 base size of 18 I could
 then generate reasonable looking output for those of
 us who simply didn't
 eat enough carrots when we were kids.
 
 But since the maximum base size is only 12 pts, I
 gotta ask if I'm
 missing some obvious technique to easily convert a
 document for a large
 print edition without micro managing or losing all
 the relative font
 sizes??? 
 
 
   

#
   

##_if_you'd_prefer_an_clearsigned_.asc_text_file_of_this_##
   

##message_as_an_mime_encoded_attachment,just_ask_me_while__##
   

##it's_STILL_IN_my_outbox_folder_._._._=+=+=+=+=+=+=+=+;-)_##
#gpg sig for: Joe (theWordy) Philbrook DSA key ID
 0x6C2163DE#
# You can find my public gpg key at
 http://pgpkeys.mit.edu/ #
   

#
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)
 

iD8DBQFIGegzRZ/61mwhY94RAj7EAJ9a/t+fz/i20fWjzwOD/AGgrNAnPACfdO2V
 ISCI7gsSfETTNgnm27YEDDs=
 =cXDW
 -END PGP SIGNATURE-
 -- 
 |  ~^~ ~^~
 |  ? ? Joe (theWordy) Philbrook
 |  ^J(tWdy)P
 |\___/   [EMAIL PROTECTED]
 
 


Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Encuentros.

Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros 
http://yahoo.cupidovirtual.com/servlet/NewRegistration


very little error in lyx 1.5.5

2008-05-15 Thread Marcelo Acuña
hello,
 I have lyx 1.5.5 and opensuse 10.3 (a linux total
disaster :-(
 1) I selected big icons, work, and when I close lyx
or restart the computer, lyx not remember my selection
and put medium icons.
 2) I selected that lyx remember size and content of
main window.  I work with maximized window, when I
close Lyx, then lyx appears no maximized. 
 Regards
Marcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Encuentros.

Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros 
http://yahoo.cupidovirtual.com/servlet/NewRegistration


problem with 1.6.0.beta3

2008-06-06 Thread Marcelo Acuña
hello,
 when I compile (run latex) a document with beta 3 I
get option clash package babel message error.
 Only dissapears when I deleted
\usepackage[spanish]{babel} from preamble.
 I need this option.
 Regards
Marcelo
 (with open suse 10.3)

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


Re: problem with 1.6.0.beta3

2008-06-09 Thread Marcelo Acuña
  hello,
   when I compile (run latex) a document with beta 3
 I
  get option clash package babel message error.
   Only dissapears when I deleted
  \usepackage[spanish]{babel} from preamble.
   I need this option.
 
 However, with LyX you should set it under
 DocumentSettingsLanguage (choose
 Spanisch) and not in the user-defined LaTeX
 preamble.
 
 LyX (since several versions) will put [spanish] (and
 possibly other
 languages used in the document) in the document
 options and
 \usepackage{babel} in the LyX-generated part of the
 LaTeX preamble. 
 
 Günter
 
 Ok, but I need to use several options of spanish
option like es-noindentafter and others options.
 How I can use this options without put
\usepackage[spanish,options of spanish]{babel}?

 Marcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


Re: use of dictionary

2008-06-20 Thread Marcelo Acuña
Hello,
 I work in spanish and I have not problem with hyphenation.
 You must set configuration properly.
 Regards
Marcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


--- El vie 20-jun-08, NinaNutz [EMAIL PROTECTED] escribió:

 De: NinaNutz [EMAIL PROTECTED]
 Asunto: use of dictionary
 Para: lyx-users@lists.lyx.org
 Fecha: viernes, 20 de junio de 2008, 6:16 am
 Hello all,
 I have observed that in my final document lyx makes a lot
 of mistakes when
 it has to divide a word because of the end of the line.
 
 I have lyx 1.5 and my languaje is spanish..
 
 how can I solve that?
 
 thank you all


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


Re: First steps

2008-07-13 Thread Marcelo Acuña
 Hello *,
 
 I'm new to lyx and I'd like to write my business
 documents with it. I've
 followed the included tutorial and now I'd like to
 write my first real
 document. It is a list of topics I'm going to explain
 to some students
 during a course; my customer wants this list before he
 decides whether to
 place the order for the course. The final document should
 look like this:
 
 Introduction
 
  a brief description of the course
 
 Target and objectives
 
  who should subscribe and what he is expected to learn
 
 
 Topics
 
   Part 1 - Basic concepts
 1.1 PC Hardware
 1.2 The boot process
   1.2.1 the BIOS
   1.2.2 the boot manager
   1.2.3 the boot loader
   1.2.4 initrd
   1.2.5 init
 1.3 the shell
 [...]
   Part 2 - System administration
 2.1 [...]
 
 and so on...
 
 My questions are:
 1. What document type should I choose?
 2. How do I tell lyx to speak italian? For
 example, if I choose book
 document type, lyx writes Part 1 in english,
 while I need Parte 1 in
 italian.
 
 Thanks in advance,
 Lucio.

 You can choose book, koma-script book (scr-book) or memoir.
 Parte 1 and others appears when you put babel with italian option in 
preamble.

\usepackage[option]{babel}

 Regards
Marcelo


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


1.6.0 rc1 little problem (inset ERT)

2008-08-09 Thread Marcelo Acuña
Hello,
 When I open an inset that contain an ERT is not show a handle (button) for 
close it. 
 I must make a left click and choose option close from menu instead more easy 
click over handle.
 All others inset work well.
 Regards.
Marcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


Re: 1.6.0 rc1 little problem (inset ERT)

2008-08-09 Thread Marcelo Acuña
  Hello,
   When I open an inset that contain an ERT is not show
 a handle (button) for close it. 
   I must make a left click and choose option close from
 menu instead more easy click over handle.
   All others inset work well.
 

 That was an intentional design decision. But this is all
 configurable in 
 1.6. Copy the file stdinsets.inc to your local user
 directory, and look 
 for InsetLayout ERT. If you change the line
 that says Decoration 
 minimalistic to Decoration classic,
 you'll get the old look back. You 
 could also do this with a module. In fact, the Minimalistic
 module (see 
 DocumentSettingsDocument ClassModules) does
 nothing but redefine the 
 look of some insets.
 
 You can also use Ctrl-I to close it, by the way. Faster
 than using the 
 mouse.
 
 rh

 Ok. Thanks!
 Marcelo


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


Re: Excluding LyX notes from word counts

2008-08-21 Thread Marcelo Acuña
  Is there any way to exclude LyX notes from word
 counts? It seems they are
  included whether minimised or maximised :( The problem
 is, now I've peppered
  my report with comments, it's very difficult to
 get a word count for the
  real text.
 
 On the same note (and at least in the way I use the LyX
 notes):
 
 I would find it preferable to exclude LyX Notes from almost
 everything 
 and especially:
 
 - Spell-Checking (!!!)
 - Section Numbering
 - Outline View
 
 Opinions?
 
 For me, to exclude notes from word count (and Spell Checking) will be a very 
useful feature.
 Regards
Marcelo
 
 


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Formatting TOC , change vertical distance

2008-08-21 Thread Marcelo Acuña
 Hello,
 is there a way to change the distance between the
 toc-entries?
 (tocdepth is 2)
 I used baselinestretch and parskip.
  
 This works for the distance between the subsection-entries.
 
 But the vertical distance between the last subsection-entry
 and the next
 section-entry ist still very big. How do I change this
 distance?
 
 I use Lyx 1.36 on a Linux-Machine.
 Thanks
 Robert

titlesec package give to you control over all TOC parameters.

Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Excluding LyX notes from word counts

2008-08-22 Thread Marcelo Acuña
  I would find it preferable to exclude LyX Notes from
 almost everything  
  and especially:
 
  - Spell-Checking (!!!)
  - Section Numbering
  - Outline View
 
  Opinions?
 
 Actually, I'd prefer an option to exclude
 spell-checking independent of
 the notes.  Maybe the option to set text in the language
 dummylang.
 
 Examples: 
 
 * the unit of the length 5 µm is always flagged as error,
 but I cannot
   insert µm in my dictionary because of the Greek mu char.
   
 * Path names are spell checked as well but usually not
 correct.  
 
 Günter

 I use notes for put text in origin language (english). In main text I put 
translation (spanish). Word count is no usefull if count text in notes.
 Path names must not be spell checked.
 Regards
Marcelo
 


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Some LyX layout questions

2008-08-23 Thread Marcelo Acuña
 I'm working on a self published book project in LyX. The
 book is a 
 compilation of my articles that were previously published
 on the web. 
 The book is just about finished, and I've figured out
 most of the stuff 
 that I needed to customise, but there are a few fine tuning
 issues that 
 I need to sort out. I am using the Komascript book class.
 I'd be very 
 grateful for any suggestions that anyone can offer.
 
 I'll include all of the queries in this single post
 
 Chapter header
 I'm having difficulties suppressing the headers at the
 beginning of the 
 book. The first Chapter is a starred chapter (Introduction)
 and as a 
 result, the contents header leaks into it. This
 means that header for 
 pages in my introduction says contents. I have
 tried using 
 \thispagestyle{empty} in various places but it
 doesn't seem to surpress 
 the contents header. Is there a way to assert a
 starred chapter 
 heading as the current chapter in the headings? I have used
 some ERT to 
 add the introduction to the contents. Another possibility
 would be to 
 find a way to suppress the chapter header in the contents.
 I don't mind 
 if headings are switched off until the first numbered
 chapter.

 In preamble put a thing like:
 ChapterPageStyle{empty}
 See doc because I am not sure of exactly sintax.


 
 Text on part pages
 Is there a way of putting text on part pages? I've seen
 some references 
 to doing this but I've not been able to find a solution
 that can be 
 applied to LyX. Adding an imported image would be even
 better.
 
 Margin titles
 Is it possible to have margin titles that hang slightly
 into the outside 
 margins of the page?
 
 Chapters at top of page
 Is it possible to move the chapter titles to to the top of
 the page? As 
 it stands, the chapter title starts about two inches from
 the top of the 
 page. I suspect that a solution involves the sectsty
 package but I can't 
 work out how to do it.
 

 For last to problem you can try with titlesec package. 
 With titlesec you get total control over title parameters and TOC.
 Regards
Marcelo
 


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


Re: How to make some paragraphs uselesstermporally?

2008-08-24 Thread Marcelo Acuña
  Does anyone know how to make some paragraphs useless
 termporally? 
  Now I want some paragraphs disappear termporally?. But
 I dont want to delete them, because I will use it in future.
 In WinEdt, the symbol % can do the job.   
  Which symbol in lyx is charge of this function?
 
 This is just my experience, it might be useful:
 I save the unused paragraph, but may be considered later,
 including the
 equations, in note : Insert  Note  LyX Note
 
 When I need this, I can copy to the standard environment.
 

 Or click in Disolve Inset. Is more easy than copy.

 Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


1.6.0 rc1 minor bug

2008-08-28 Thread Marcelo Acuña
Hello,
 In Preferences I try to change color of inline completation.
 This option no work.
 I click on inline completation, then in Alter, choose a new color, Ok, Apply, 
and Ok.
 But color of text proposed no change. Even if I stop and rerun lyx.
 Regards.
Marcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


1.6.0 rc1 very minor bug in screen

2008-08-28 Thread Marcelo Acuña
Hello,
 When I start lyx with a file with:
  1) Paragraph with NO indentation.
  2) At the start of this paragraph I have an ERT, like a lettrine command.
 Then Lyx show text of ERT command superposed over text of paragraph.
 If I press Pg Dwn, other paragraph with same error are showed.
 Then, if I press Pg Up, paragraph are correctly showed.
 Regards.
Marcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


1.6.0 rc1 minor and strange bug

2008-08-28 Thread Marcelo Acuña
Hello,
 I picked extra and preview tool bars and drag to the right side of the screen.
 I put a tool bar at the top of the right border and then, the next tool bar 
below at the end of the first one.
 When I stop Lyx and then run it, second tool bar was go down.
 With each cycle of close and run, second tool bar go more down and disappears 
from view.
 I think that Lyx Team must improve grip of this area. I don´t know nothing 
about software but.. perhaps with a change of the rubber compound or installing 
a piece of Velcro...  ;-)
 Regards
Marcelo
 

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: A problem with margins

2008-08-28 Thread Marcelo Acuña
 Hi,
 
 I'm working with the book class in KOMA-Script, and am
 trying to change the
 page layout without success. When I insert BCOR and/or DIV
 factors, I don't
 get an error message, but I also don't see any
 difference in the resultant
 PDF.  I checked the LaTeX log, and I see that the changes I
 input appear in
 the log but still... No visible effect.
 

 Excuse me, a question: do you printed the work on paper or only see it in 
screen?
 Regards
Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: 1.6.0 rc1 minor bug

2008-08-31 Thread Marcelo Acuña

  Hello,
   In Preferences I try to change color of inline
 completation.
   This option no work.
 
 are you sure you have set both inline completion and
 non-unique inline completion colors?
 
 pavel

 Yes! You are right. I don´t see non-unique inline completion
 Excuse me
 Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


1.6.0 rc1 crash

2008-09-04 Thread Marcelo Acuña
hello,
 rc1 crash when I clicked Export  Plain text
regards
Marcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


Re: 1.6.0 rc1 crash

2008-09-04 Thread Marcelo Acuña
no math used. no macros. only a text without any format.
no titles, no footnotes, nothing. I wrote a text aimed to be exported to txt 
and then send by mail without html.
Marcelo


Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


--- El jue 4-sep-08, Pavel Sanda [EMAIL PROTECTED] escribió:

 De: Pavel Sanda [EMAIL PROTECTED]
 Asunto: Re: 1.6.0 rc1 crash
 Para: lyx-users@lists.lyx.org
 Fecha: jueves, 4 de septiembre de 2008, 12:53 pm
  hello,
   rc1 crash when I clicked Export  Plain text
 
 can you post the minimal example of file, where this
 happens?
 there is one known case when  math macros are in use.
 pavel


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


Re: 1.6.0 rc1 crash

2008-09-04 Thread Marcelo Acuña
 Have you tried exporting the same document in rc2?  What
 platform are you
 using?
 
 On Thu, Sep 4, 2008 at 9:46 AM, Marcelo Acuña
 [EMAIL PROTECTED] wrote:
 
  hello,
   rc1 crash when I clicked Export  Plain text
  regards
  Marcelo
 

 In this moment I have not rc2 installed. May be tomorow.
 I have opensuse linux 11.0
 Regards
Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


1.6.0 rc2 crash

2008-09-05 Thread Marcelo Acuña
hello,
 with rc2 I have same crash that rc1.
 I have opensuse 11.0 with textlive 2007, kde.
 Click in newfile, write a few word, put a word between quotes.
 Then export  plain text.
 Crash.

Regards
Marcelo


Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


1.6.0 rc2 bug and feature request

2008-09-06 Thread Marcelo Acuña
hello,
 On my system, opensuse 11.0 with kde, all dialog box are open in full screen 
mode, e.g., size of dialog box is same of entire screen, without option for 
change size.
 In rc1 this not happen.
 Is impossible work with search and replace with this behaviour.

 Little bugs in rc1 remains in rc2:
 a) tools bar in vertical mode at the sides of the screen go down when I stop 
and run Lyx.
 b) first open of a file with paragraph with no indentation and that start with 
an ERT show it superpossed to the text.

 Feature request:
 a) I want a doc help with inline completion instructions. I have not clear 
idea how work it.
 b) In early version of version control I have an option for check changes one 
by one. I have not see it in 1.6.0 version.
 
 Thanks!
 Marcelo
 

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Koma-script chapterentry font option

2008-09-06 Thread Marcelo Acuña
 Hi, I am trying to modify the font used in the table of
 contents of my
 thesis (Koma-script(Book)) for chapter titles to a Roman
 font. The
 default is an ugly fixed font that renders terribly in pdf
 and in some
 printers. All the rest of my thesis is in a Roman font.
 After reading
 the Koma-script documentation, I tried adding the following
 to the
 preamble.
 
 \addtokomafont{chapterentry}{\rmfamily}
 
 I also tried
 
 \usekomafont{chapterentry}
 \setkomafont{chapterentry}{\rmfamily}
 
 I always get this error message You've told me to
 use the font
 selection of the element, but either no such element is
 known by
 KOMA-Script or the element does not use a special font
 selection.
 
 Is there any way I can change that font??
 
 Thanks,
 
 Guillaume

 I have no idea how to make this with koma-script options but you get total 
control of TOC with titlesec package.
 Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


in-line completion problem

2008-09-15 Thread Marcelo Acuña
Hello, 
 I am writing in Spanish (keyboard set in spanish)
 When I have activate in-line completion and/or in-line pop up then accent key 
no work well when a in-line completion offers a word or appears the pop up.
 At first I get accent first (tilde) and then the letter. I delete it, when I  
write for second time, tilde and letter appears ok.
 

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: in-line completion problem

2008-09-16 Thread Marcelo Acuña
 You not need write an another program. You can dissable two in-line option in 
Preferences.
 Marcelo

 Same problem here. I have to type outside LyX, like on any
 other text
 editor, to get accents back on LyX. Is there any way LyX
 looses the
 keyboard layout?
 
 I have seen it both on Windows and Linux.
 -
 Julio Rojas
 [EMAIL PROTECTED]
 
 
 
 On Tue, Sep 16, 2008 at 1:11 AM, Marcelo Acuña
 [EMAIL PROTECTED] wrote:
  Hello,
   I am writing in Spanish (keyboard set in spanish)
   When I have activate in-line completion and/or
 in-line pop up then accent key no work well when a in-line
 completion offers a word or appears the pop up.
   At first I get accent first (tilde) and then the
 letter. I delete it, when I  write for second time, tilde
 and letter appears ok.
 
 
  Marcelo Acuña visitá mi sitio web
 http://www.aleph-uno.com.ar
 
 ==
 
 
   Yahoo! Cocina
  Recetas prácticas y comida saludable
  http://ar.mujer.yahoo.com/cocina/
 


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


1.6.0 rc2 two problems in my computer

2008-09-19 Thread Marcelo Acuña
hello,
 I have opensus 11.0 and kde 3.5. I work with spanish keyboard.
 1) I can´t get : wiht lyx, instead other character appears.
 2) I can´t get scroll when I make a selection and I try to go more down 
putting the mouse pointer at the bottom of screen.

 Regards
Marcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


I killed Latex, ¡help me, please!

2008-09-20 Thread Marcelo Acuña
Hello,
 I update several packages that in texlive provided for opensuse 11.0 are very 
old.
 When I finished and run texhash lyx (and kile) no run anymore.
 I get:
 Undefinid control sequence
 Missing \begin{document}
 Undefinid control sequence
 Missing \begin{document}

 How I can restore latex work without reverse to obsolete version of texlive 
provided for opensuse?

 Regards

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


1.6.0 rc2 two problems in my computer

2008-09-20 Thread Marcelo Acuña
 hello,
  I have opensus 11.0 and kde 3.5. I work with spanish
 keyboard.
  1) I can´t get : wiht lyx, instead other character
 appears.
  2) I can´t get scroll when I make a selection and I try
 to go more down putting the mouse pointer at the bottom of
 screen.
 
  Regards
 Marcelo



  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: I killed Latex, ¡help me, please!

2008-09-22 Thread Marcelo Acuña
Whit splash.lyx I get same errors.
Now, I re install texlive and all work ok!
Thanks!

   I update several packages that in texlive provided
 for opensuse 11.0
   are very old. When I finished and run texhash lyx
 (and kile) no run
   anymore.
 
 Did you try with a simple example?
 
   I get:
   Undefinid control sequence
   Missing \begin{document}
   Undefinid control sequence
   Missing \begin{document}
 
 What does the LaTeX log say?
 
   How I can restore latex work without reverse to
 obsolete version of
   texlive provided for opensuse?
 
 This very much depends on what is really wrong?
 
 Could you append the example file and the LaTeX log so we
 can check?
 
 Günter


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: I killed Latex, ¡help me, please!

2008-09-22 Thread Marcelo Acuña
  Hello,
   I update several packages that in texlive provided
 for opensuse 11.0 are very old.
 

 This is why it can be dangerous to upgrade packages. In
 future, do them 
 one at a time. And the safest way to do this is not to
 overwrite the 
 older packages but to install the new ones in your local
 tree. Look at 
 the file texmf.cnf to see exactly where this is, but in my
 system the 
 main TeX directory is at /usr/share/texmf/; the
 local TeX directory is 
 at /usr/local/share/texmf/; and my personal directory is at
 ~/texmf/. So 
 check this out:
  [EMAIL PROTECTED] ~]$ ls ~/texmf/tex/latex/misc/
  2in1.sty  braket.sty  godelnum.sty  outlines 
 qwertz.sty
  [EMAIL PROTECTED] ~]$ ls
 /usr/share/texmf/tex/latex/misc/
  dvipost.sty  linuxdoc-sgml.stynull.sty
  envlab   linuxdoctr-sgml.sty  qwertz.sty
  [EMAIL PROTECTED] ~]$ kpsewhich qwertz.sty
  /home/rgheck/texmf/tex/latex/misc/qwertz.sty
 Note how TeX automatically uses the package in my USER
 directory. It'd 
 use the local one before the system one, as well.

 This no work for me.

 And now
 if you have a 
 problem, you can just delete (or temporarily move) the
 newer packages.
 
   When I finished and run texhash lyx (and kile) no run
 anymore.
   I get:
   Undefinid control sequence
   Missing \begin{document}
   Undefinid control sequence
   Missing \begin{document}
 
   How I can restore latex work without reverse to
 obsolete version of texlive provided for opensuse?
 

 Obviously, you have to restore whatever packages you
 changed. I'd guess 
 the simplest thing is just to reinstall texlive---the
 obsolete 
 version. But it's not really obsolete. Just some of the
 packages are old.

 koma-script in texlive from opensuse 11.0 is from March, 2006.

 Then you can try---if you dare---installing the newer
 packages.
 
 Richard

 Thanks Richard, I reinstalled texlive.
 I traced one problem in hyperref package.
 When I update this I get error: hycolor.sty not found.
 Other problems are added with others updates.
 Now, I am install newer packages one at a time.
 
 Marcelo
 


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Loading Babel with parameter

2008-09-24 Thread Marcelo Acuña
 You know that LyX adds \usepackage{babel} to the end of
 the preamble of the tex file by default. How can it changed
 to \usepackage[magyar]{babel} to load the Hungarian one?
 
 Regards, Máté

 put magyar in options of documents

 Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: toolbars gone

2008-09-29 Thread Marcelo Acuña
 Hi--
 
 I've done something stupid, and now my toolbars are
 gone and I can't get
 them back.  Here's what happened.  I'm using
 Windows XP SP3 (yeah--no choice
 there) on a Lenovo T61.
 
 I downloaded and installed 1.6rc2 some time ago.  I love it
 even more than
 1.5.x.  But today I realized that I hadn't set up my
 few custom keybindings,
 so I blindly put my custom .bind file from 1.5.6 in the
 user directory, went
 to ToolsPreferencesLook  Feel, and set the
 User interface file to my
 .bind file.  Of course both menus and toolbars disappeared
 at once.
 
 I uninstalled LyX, checked that both the Program
 Files\Lyx16 directory and
 the user directory were gone, and ran a registry cleaner
 (just in case--I
 don't know if LyX writes to the registry).  Then I
 downloaded the installer
 again and ran it, and I still don't get the toolbars. 
 (I do get the
 standard menu bar.)  The User interface file
 line says default.  I've
 looked at default.ui, and it seems normal.  In particular,
 the lines to show
 the usual toolbars are present.  I've also looked at
 stdtoolbars.inc, and it
 also looks normal.  I've done all this more than once,
 and I've rebooted the
 machine in between.
 
 I don't think it can be an SP3 issue, because LyX was
 running perfectly
 earlier today.  What am I overlooking?

 If you set toolbars in proper menu, then unset, and set again what happens?
 Regards
Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


hang up in 1.6.0 rc3

2008-10-07 Thread Marcelo Acuña
hello,
 I am having much hang up with rc3 and rc2 (not in rc1 and beta 4).
 Anyone have same problem?
 Is a problem in my system?
 Regards
Marcelo



Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Problem referencing a figure

2008-10-07 Thread Marcelo Acuña
 
 I have a problem with a cross reference to a figure in Lyx.
 I inserted the
 figure using Insert figure float, then insert grapichs and
 finally  apply a
 label to it. Everything seems to be alright, but when I
 want to dvi it, i
 get the following message:
 
 LaTex Error: File 'prettyref.sty' not found.
 
 Has someone had a similar problem?
 
 I am using Lyx 1.5.6 on Woindows XP
 
 Thanks!

 Do you have installed prettyref.sty package in your system?
 The error message say not.
 Regards
Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Problem referencing a figure

2008-10-09 Thread Marcelo Acuña
   I have a problem with a cross reference to a
 figure in Lyx.
   I inserted the
   figure using Insert figure float, then insert
 grapichs and
   finally  apply a
   label to it. Everything seems to be alright, but
 when I
   want to dvi it, i
   get the following message:
  
   LaTex Error: File 'prettyref.sty' not
 found.
  
   Has someone had a similar problem?
  
   I am using Lyx 1.5.6 on Woindows XP
  
   Thanks!
 
   Do you have installed prettyref.sty package in your
 system?
   The error message say not.
   Regards
  Marcelo
 
 Marcelo:
 
 Thanks!
 
 Well, I don´t, but I don´t know how to do it either.
 Could you tell me how
 to do it?
 
 Thanks for your time again!
 
 Fernando
 If you haven´t this package in your tex path you need to download from CTAN 
and install it in propper dir, then run texhash (in Linux, I don´t know how to 
make this in Windows. You need a help from windows users for that.)
 
 Regards
Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Lyx is slow while typing documents (Windows)

2008-10-13 Thread Marcelo Acuña
 Steve Litt [EMAIL PROTECTED] writes:
 
  I'm not saying any of my suspicions are right --
 I'm just saying these are 
  easy checks to make, and should be made on ANY
 computer to assure continued 
  efficient running.
  
  SteveT
 
 Thanks, Steve, I hope the messages you get from your
 stockbroker are just as
 full of subtle humor :) I've already been helped though
 - all I needed to do is
 to rewrite Windows to work seamlessly with LyX.
 
 Alex

 In Linux I have speed problem. With a few lines, cursor is fast. With User's 
Guide I have no problem. With a doc of big size, cursor and select a text 
became very very slow.
 But I having another problems like hang up of lyx and I don't know if I have a 
problem in my computer or is a problem in 1.6.0xxx.

 Marcelo


  

¡Buscá desde tu celular!

Yahoo! oneSEARCH ahora está en Claro

http://ar.mobile.yahoo.com/onesearch


Re: Line Space changes when scaling the font size of an object below

2008-10-20 Thread Marcelo Acuña
 Hi all,
 
 I'm using Lyx 1.5.0 on Windows and I have encountered a
 problem: I'm 
 using 1.5-line space (Zeilenabstand). For some reason, when
 I changed 
 the font size of a math formular to very small
 so that it fits the 
 line, my text above it suddenly changed its linespace to
 1.0 but without 
 mentioning it. So when I create a PDF file I can clearly
 see that there 
 is no extra space between the lines, but in Lyx I still see
 (and I can 
 also verify) that my linespace is still 1.5
 I encoutered this problem before with an image, but I'm
 not quite sure. 
 Yet, this time, I was able to really see what's
 happening. I scaled down 
 my font size (12) gradually from normal down to very small
 and when I 
 reached very small, the lines above that math part suddenly
 corrupted.
 I tried using Lyx 1.5.6 - to no avail. I also tried making
 the text size 
 bigger or smaller. Nothing seems to help.
 
 thx in advance
 
 Christian

 I have same problem with lines above quotation. I have not changed line space, 
but I redefined quotation fonts to sans serif and parargraph above quotation 
have smaller interline spacing in pdf.
 How I can solved this?
 Marcelo

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


Re: Changing section headings?

2008-11-06 Thread Marcelo Acuña
 However, we have headings like Article I. Purpose and
 Goals and Section 1. Purpose.
 
 I'd like to use standard paragraph environments to get
 automatic numbering, but I need some way of changing, e.g.,
 Part I to Article I. and
 1 to Section 1..  How would I go
 about doing this?  I've done some web searching, but to
 no avail...

 For tittles I use titlesec package. You can define tittles from part to 
subsubsection.
 Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Cursor in LyX 2 beta4

2011-03-04 Thread Marcelo Acuña
 No, this is hardcoded in LyX, in GuiWorkArea.cpp, 2 pixel
 wide for 
 Windows platform and 1 pixel for the rest of the world:
 
 #ifdef Q_WS_WIN
 int const CursorWidth = 2;
 #else
 int const CursorWidth = 1;
 #endif
 
 Abdel.

 Thanks!
 I changed 1 by 4, compiled and I get the wanted cursor.

Marcelo





SIGSEGV signal

2011-03-04 Thread Marcelo Acuña
Hello,
 lyx 2.0 beta 4 with debian squeeze:
 when I marked tables with mouse I get SIGSEGV signal error.
 Anyone do have same problem?


Marcelo Acuña
 visitá mi sitio web http://www.aleph-uno.com.ar 
==





Re: Print Notes in LyX2.0beta4

2011-03-05 Thread Marcelo Acuña
 I have a large document with many LyX Notes. I need to
 print the document with the Notes so I can find the things I
 need to edit.
 
 How can I print notes in LyX2.0beta4?

 May be to change Notes to Coments.
Marcelo





Re: SIGSEGV signal

2011-03-07 Thread Marcelo Acuña
   lyx 2.0 beta 4 with debian squeeze:
   when I marked tables with mouse I get SIGSEGV
 signal error.
   Anyone do have same problem?
 
 no, you need to give more exact recipy. pavel

 Is difficult to reproduce.
 I have a table unfolded.
 The table with a caption is into a Box (minipage) and the box is into a Float 
(table).
 I use the mouse for to mark the entire table and get a crash with SIGSEGV 
signal.
 
 I compiled lyx 2.0 beta 4 from source into a Debian Squeeze with qt 4.6.3.

Marcelo
 

  





Re: Title placement and font size

2011-03-10 Thread Marcelo Acuña
 How can I set the title placement on the first page of my
 article and
 its font size? 
 
 I have some requirements from a workshop that wants the
 title to start at
 3.49 cm from the top of the page and in 14pt font. 

 For handle chapter titles you can use titlesec package.
 I don't know if handle title of article.
 
Marcelo





Re: tengo problemas al trabajar con lyx

2011-03-23 Thread Marcelo Acuña
Buenas tardes, tengo una complicación al trabajar con lyx, al tratar de 
visualizar el archivo en DVI o PDF me marca los siguientes errores; 
Missing \endcsname inserted,Argument of \@firstoftwo has an extra 
}.Paragraph ended before \@firstoftwo was complete.

hola,
 tenés que revisar el preamble y todos los ERT en busca de una orden mal 
escrita.
 Para facilitar el proceso podés encerrar grandes porciones de tu trabajo en 
notas, las cuales no serán procesadas. Sí el error desaparece sabrás que el 
problema está en la zona encerrada en la nota, de lo contrario en el otro 
lugar, y así podrás encontrar rápidamente el lugar.
 Repetí la consulta con más detalles si no lo solucionás. De todas formas, 
recordá que esta lista es en inglés y que mucha más gente te podrá ayudar si 
escribís en ese idioma.
 Saludos
Marcelo



  

Re: need suggestion on book

2011-06-25 Thread Marcelo Acuña
 2. Yes, I remember this is a lyx list, but ... are there
 any advantages or
 writing this book in plain latex instead of lyx?

 If you work in plain latex, while you write it,  you get a text pestered with 
commands. That makes difficult the work to write up and to correct the text.

Marcelo


Re:

2011-07-01 Thread Marcelo Acuña
titlesec package become with titletoc package. This two allows to you customize 
titles and toc.SaludosMarcelo

Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar 
==

--- El vie 1-jul-11, Eduardo de Oliveira Horta 
eduardo.oliveiraho...@gmail.com escribió:

De: Eduardo de Oliveira Horta eduardo.oliveiraho...@gmail.com
Asunto: Re:
Para: lyx-users@lists.lyx.org
Fecha: viernes, 1 de julio de 2011, 15:26

Hello LyX community.
I have three questions which I believe are very simple to solve, so I would 
appreciate a lot if anyone could help me with these topics...
1. I would like to center the text 'Contents' in the table of contents page.
2. I would like the table of contents page to be unnumbered.3. The numbering in 
the remaining pages is a little to the right, unaligned with the right margin 
of the text; I would like to bring the numbers a little bit to the left, so 
they would become aligned with this right margin (the numbering position is set 
to upper right).

Document class is 'book (KOMA-Script)'. Using LyX version 2.0.0.
Thanks in advance and best regards,
Eduardo Horta


Re: Icons

2011-07-07 Thread Marcelo Acuña
  (1) The open-save-print group: in each case there's a
 white 
  square/rectangle above a darker square/rectangle. In
 the old (classic) 
  icon set, the icons for open and print are on the
 diagonal. Could that 
  be done here to make a clearer distinction?
 
  (2) The emphasis-noun-apply last group: in each case
 the major part of 
  the icon is the letter A with a smaller distinguishing
 part. Perhaps 
  that should be reversed -- the distinguishing part
 enlarged and the A 
  reduced?
 
 I agree that the icons should be distinctive even at first
 glace -- not only
 for older eyes but also for small screens.

 My problem is that big icons are still too small for my eyes.
Marcelo


Re: Having a little paragraph on the same page than a part title

2011-07-07 Thread Marcelo Acuña
  Dear Lyx users,
  writing a book, I chose the book class for my main
 document. Within
  this document, I introduced Part level. The text
 after this
  level is automatically put in the next page. I'd like
 to get a
  little text paragraph of description under each part
 title which
  would be centered in the page. Is that possible ?
  Thank you very much in advance for your help,
  Best regards,
  Harold

 The memoir class have that style.
Marcelo


Re: Folding of headings - Possible new feature?

2011-07-07 Thread Marcelo Acuña
  If others think the same, I will add it to the bug
 tracker as a feature
  request - but are there any comments?
 
 I work with outline always open.
 This is fine for me.
 I have the hope of which if this feature is implemented, to be optional, not 
to recharge the area where I write.

Marcelo


Re: double column vs. single column text

2011-07-07 Thread Marcelo Acuña
 According to something else I read somewhere, I was supposed to insert 
 \usepackage{multicol} in the document preamble, which I did. Now I get the 
 following errors:
 This work very well for me. Do you have installed the multicol package?
Marcelo

  1   2   3   4   5   6   7   8   9   10   >