General ⇒ LaTeX document in different languages
LaTeX document in different languages
Any ideas?
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
LaTeX document in different languages
I remember seeing a similar thread a few months ago. I'm not sure what the best solution was, but I will give my proposal again:
Say you want to have English and Spanish, then make a new command:
Code: Select all
\newcommand{\mylanguage}[2]{#1}
Code: Select all
\mylanguage{This is my text in English}{y esto la version en espanol}
Note that I was not able to test this code, I hope it's right.
LaTeX document in different languages
If so, it seems that they didn't find a proper solution.
Anyway, your idea looks like a simple and clever solution. I'll give it a try.
Thanks a lot.