Determining the fontenc and languageJose' Gama
Is it then like latex maps the ä according to the latin1 to a character and since the document is encoded as something different than latin1 then gets encoded to something different again? So if the last 2 paragraphs have been confusing (mainly because I'm confused) the main question is...
Rule 'lualatex': File changes, etc: Changed files, or newly in use since previous run(s): '/home/timfayz/Dropbox/PhD/TeX/RandomDefinitions/main.tex' 'main.tex' --- Run number 1 of rule 'lualatex' --- --- Running 'lualatex -synctex=1 -interaction=nonstopmode -f...
This error is not related to LaTeX: the document compiles just fine using the terminal. Now, I did investigate a bit, and it seems that the culprits may be accented characters, hyphenation and \usepackage[T1]{fontenc} (that I thought to be mandatory for correct hyphenation when using...
To complement egreg's more accurate answer for latex, you might want to look into xelatex, which supports every package from latex that I have ever tried (and more!). You would just need to change your typesetting engine. Here is the code to achieve what you want with the fewest lines...
TeX - LaTeX Tour Help Chat Contact Feedback Company Stack Overflow Teams Advertising Talent About Press Legal Privacy Policy Terms of Service Cookie Settings Cookie Policy Stack Exchange Network Technology Culture & recreation Life & arts Science Professional Business API Data Blog Face...
Then I decided to check PDF properties again and here is the surprising fact:the embedded font is another font! Why?? Assuming, to begin with, that you don't want bitmap fonts embedded in the PDF, here are some facts about the problem. I'll deal with pdfLaTeX, for XeLaTeX or LuaLaT...
latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype-pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (...
According to this question: On pdfTeX error (font expansion): auto expansion is only possible with scalable fonts, microtype package, to get rid of the error, a scalable font must be loaded. Package lmodern no longer seems available in MikTeX; all the "lm-something" package my repository ...
Is it then like latex maps the ä according to the latin1 to a character and since the document is encoded as something different than latin1 then gets encoded to something different again? So if the last 2 paragraphs have been confusing (mainly because I'm confused) the main question ...