<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Thank you, David and Herb, for your advice.<div>I guess my problem was that the original files were not saved in UTF-8;</div><div>I will definitely try the advice.</div><div><br></div><div>Juan</div><div><br><div><div>On Feb 22, 2015, at 3:22 PM, David Derbes <<a href="mailto:loki@uchicago.edu">loki@uchicago.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=utf-8"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">I don’t do a lot of Russian, but this works for me. I choose the phonetic Russian alphabet in Preferences, and switch back and forth between that and English. Here’s the minimum working example (having chosen in TeXShop’s Preferences to use UTF-8):<div><br></div><div><div>% !TEX encoding = UTF-8 Unicode</div><div>\documentclass[11pt]{article}</div><div>\usepackage[T2A]{fontenc}</div><div>\usepackage[utf8]{inputenc}</div><div>\usepackage[russian,english]{babel}</div><div>\begin{document}</div><div>\selectlanguage{russian}</div><div>брест\textbf{и}, брод\textbf{и}ть</div><div>\selectlanguage{english}</div><div>to roam, wander (\emph{501 Russian Verbs}, p.\,15)</div><div>\end{document}</div><div><br></div><div>I like to see the Russian in my source.</div><div><br></div><div>Best wishes,</div><div>David Derbes</div><div>U of Chicago Laboratory Schools</div><div><br></div><div><div>On Feb 22, 2015, at 10:55 AM, Herbert Schulz <<a href="mailto:herbs@wideopenwest.com">herbs@wideopenwest.com</a>> wrote:</div><div><br></div><i>Howdy,<br><br>Not if you actually save your file using UTF-8 Unicode encoding! </i></div><div><i><br>TeXShop used to use Mac OS Roman encoding as default and recent versions use Latin9 encoding as default. You can change the default encoding in TeXShop->Preferences->Source->Encoding. Better, make sure each of your documents has a line<br><br>% !TE<span style="text-indent: 4px;">TeX on Mac OS X Mailing List</span>X encoding = UTF-8 Unicode</i></div><div><i><br>(for saving in UTF-8 encoding) near the top of the Source file when you first save it. The safest thing to do if you have something else and want to change to UTF-8 is to create a new document with the proper line and copy the original contents (or use Save As…) and save that.<br><br>By the way, you can get Save As… back on the File Menu under recent OS versions by creating two shortcuts for TeXShop in Keyboard->Shortcuts->App Shortcuts (Yosemite notation). Set Duplicate to Opt-Shift-Cmd-S and then Save As… to Shift-Cmd-S (Note: that is a real ellipsis, it's Opt-; on an English keyboard).<br><br>Good Luck,<br><br>Herb Schulz<br>(herbs at wideopenwest dot com)<br></i></div><br></div></div><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/">http://email.esm.psu.edu/mac-tex/</a><br>List Archive: <a href="http://tug.org/pipermail/macostex-archives/">http://tug.org/pipermail/macostex-archives/</a><br>TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a><br>List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br></blockquote></div><br></div></body></html>