Text Formatting ⇒ Can't two different text editors for the same text?
-
- Posts: 1
- Joined: Sat Nov 02, 2019 8:29 am
Can't two different text editors for the same text?
Is there a reason for this? How can I get my bibliography compiled again? Is this because of the .aux file?
I was using both of the editors because I like how TeX Studio auto-fills commands and citations but the raw file is more readable in TeX Shop.
Please help. It's my thesis.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Can't two different text editors for the same text?
welcome to the forum!
The code itself should not be an issue. Also the .aux file, as it's generated by the same LaTeX compiler, independent of the editor.
- actually, check that both editors run the same LaTeX engine (pdfLaTeX or XeLaTeX or LuaLaTeX), same options to it
- verify that the text encoding of both editors is the same (UTF-8 is recommended)