LyX ⇒ Is there a way to customize environment captions' names?
Is there a way to customize environment captions' names?
Is there a way to change the automated caption names in the environment box, i.e. to change them in a custom language and keyboard layout? For example, instead of Bibliography, I would like to put „Литература“, or instead of Abstract I'd like to put Абстракт, or to change the date format, for example instead of February 14, 2015 - 14. февруари 2015г.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Is there a way to customize environment captions' names?
Code: Select all
\usepackage[greek]{babel}
Using LyX to write Greek
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Is there a way to customize environment captions' names?
look closer, it's not Greek.

Stefan
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Is there a way to customize environment captions' names?
I suggest to use babel anyway, this time with the option
russian
. With non-latin alphabets, input and fontencoding is quite a mess. Using XeLaTeX or LuaLaTeX is a good alternative that gets rid of the mess, but i don't know how easy it is to switch in LyX.