Tagged Questions
7
votes
1answer
142 views
How to work with two encodings?
I'll try to explain my problem here. I know that there are many posts dealing with this but I'm still confused.
We have many files from different machines with different systems. The important is:
...
8
votes
1answer
367 views
How to work with LaTeX such that files are interchangeable linux/unix/windows?
I am mosly using pdflatex. One recurring problem is that the encoding
used on Linux (my system), UTF8, is different from on Windows, I use
\inputencoding{utf8}
on Windows one must use (well, to ...