General ⇒ alternate between Greek&Latin characters
alternate between Greek&Latin characters
The question is how can I alternate between Greek & Latin characters inside these auxiliary tex files ?
Thanks
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
alternate between Greek&Latin characters
import
, but this command is from a package i don't know. Have all files encoded in utf8, at least XeLaTeX and LuaLaTeX don't have any problems.
Re: alternate between Greek&Latin characters
In order for the commands \latintext and \greektext to function within a separate tex file,you have to write in that file at some point
"...\latintext somelatintext...", but then it's imperative to switch back to your primary language , which in my case is greek (otherwise you get an error message). So then you have to write \greektext. That did it for me.