Re: How to change "theorem" to what ever it is called in my own language?

2009-09-28 Thread A B
2009/9/28 rgheck : > You'll be pleased to hear that this entire issue has been solved for the > next major release. > > rh Yes, very pleased. Will I be equally pleased to hear about the release date? Just kidding. Thanks for all the work with LyX ;-)

Re: How to change "theorem" to what ever it is called in my own language?

2009-09-28 Thread rgheck
On 09/28/2009 03:03 AM, A B wrote: Hi, this is how you do it (you have to add the words in your language as this code is for spanish): \makeatletter \...@namedef{thm}{\@thm{\let \...@swap \...@gobble \...@plain }{thm}{Teorema}} \...@namedef{cor}{\@thm{\let \...@swap \...@gobble \...@plain }{thm}

Re: How to change "theorem" to what ever it is called in my own language?

2009-09-28 Thread A B
> Hi, this is how you do it (you have to add the words in your language > as this code is for spanish): > > \makeatletter > \...@namedef{thm}{\@thm{\let \...@swap \...@gobble \...@plain }{thm}{Teorema}} > \...@namedef{cor}{\@thm{\let \...@swap \...@gobble \...@plain > }{thm}{Corolario}} > \...@nam

Re: How to change "theorem" to what ever it is called in my own language?

2009-09-27 Thread Julio Rojas
Hi, this is how you do it (you have to add the words in your language as this code is for spanish): \makeatletter \...@namedef{thm}{\@thm{\let \...@swap \...@gobble \...@plain }{thm}{Teorema}} \...@namedef{cor}{\@thm{\let \...@swap \...@gobble \...@plain }{thm}{Corolario}} \...@namedef{prop*}{\@th