Search found 9 matches

by Good Mountain
Tue Dec 07, 2010 4:24 pm
Forum: LyX
Topic: Hyphen in spanish
Replies: 9
Views: 10235

Hyphen in spanish

Have you tried the suggestions given here on the miktex mailing list?

Thanks for the link. I think I know what the problem is... unfortunately I can’t solve it.

When I go to mikTex Settings--> Language --> I see that Spanish is not selected. So well, I selected it. Then I went to Update Format ...
by Good Mountain
Thu Dec 02, 2010 5:34 am
Forum: LyX
Topic: Hyphen in spanish
Replies: 9
Views: 10235

Hyphen in spanish

Have you tried the suggestions given here on the miktex mailing list?

Thanks for the link. I think I know what the problem is... unfortunately I can’t solve it.

When I go to mikTex Settings--> Language --> I see that Spanish is not selected. So well, I selected it. Then I went to Update Format ...
by Good Mountain
Wed Dec 01, 2010 5:25 pm
Forum: LyX
Topic: Hyphen in spanish
Replies: 9
Views: 10235

Hyphen in spanish

How can I make sure that the

"spanish eshyph.tex" is enabled in my language.dat file?

I found the file at CTAN directory: http://www.ctan.org/tex-archive/language/hyphenation/

Is it already included in my Lyx 1.6.7 version? How do I make it work(install it)?
by Good Mountain
Wed Dec 01, 2010 5:10 pm
Forum: LyX
Topic: Lyx questions: Abstract and Table using Book (AMS)
Replies: 7
Views: 5778

Lyx questions: Abstract and Table using Book (AMS)

Here's one solution: redefinition of abstract environment which enables you to use LyX's built-in facilities instead of creating a new environment. I took the code from "book (AMS)" document class and disabled the part of it which places abstract in a box (i.e. %\global\setbox\abstractbox=\vtop ...
by Good Mountain
Wed Dec 01, 2010 5:10 am
Forum: LyX
Topic: Lyx questions: Abstract and Table using Book (AMS)
Replies: 7
Views: 5778

Lyx questions: Abstract and Table using Book (AMS)

Regarding tables, probably the easiest way is to use chngcntr , e.g.:

\usepackage{chngcntr}
\counterwithin{table}{chapter}

When you put this code into the preamble, you'll get: Table 1.1, Table 1.2, Table 2.1, Table 2.2 etc. If you want tables to be numbered independently of sectioning units (i ...
by Good Mountain
Wed Dec 01, 2010 5:00 am
Forum: LyX
Topic: Hyphen in spanish
Replies: 9
Views: 10235

Hyphen in spanish

You cannot install Debian packages on Windows. Debian is a Linux based operating system.

But that Debian package just contains standard LaTeX packages available on CTAN. What LaTeX distribution are you using? TeXlive or MikTeX?

It's been awhile since I've used LyX, but I'd be astonished if you ...
by Good Mountain
Tue Nov 30, 2010 11:03 pm
Forum: LyX
Topic: Hyphen in spanish
Replies: 9
Views: 10235

Hyphen in spanish

Hi there, I´m opening a new topic cause this is quite a different problem I'm facing.

The thing is that with the "default installation" lyx messes up word hyphenation in spanish. After browsing all around the web, I found out that the solution is to install a package to show latex how to hyphenate ...
by Good Mountain
Tue Nov 30, 2010 6:15 pm
Forum: LyX
Topic: Lyx questions: Abstract and Table using Book (AMS)
Replies: 7
Views: 5778

Lyx questions: Abstract and Table using Book (AMS)

Can you provide an example .lyx file which shows these issues? Fill the file with some dummy text, put it in a .zip archive and attach it to your next post.

Sure, if it helps.

In the "dummy" lyx file you will see 2 things... 1) The abstact is restrained to one page (no page brake). 2) Though the ...
by Good Mountain
Mon Nov 29, 2010 6:11 pm
Forum: LyX
Topic: Lyx questions: Abstract and Table using Book (AMS)
Replies: 7
Views: 5778

Lyx questions: Abstract and Table using Book (AMS)

Hi there,

I am a newbie in lyx, so be gentle!

I have a few questions I would like to share with you.

I'm using the Book(AMS) this is my preamble:
\AtBeginDocument{%
\addto\captionsspanish{%
\renewcommand{\tablename}{Tabla}%
}}

\AtBeginDocument{%
\addto\captionsspanish ...