After having processed one or two compilations, the correct formatting of umlauts and `ß` disappeared again after having worked a short while compiling under PDFLatex (not Xelatex).
The error message says something about inputenc cannot be used anymore or such...Sometimes there is a windo that pops up with the idea of formatting to UTF8 or so. But you know.... Seems not too proper here.
So:
What would be a good setting to use either PDFLATEX or XELATEX or...BOTH?
I use windos 10, Texmaker, I installed Tex Live over and over.
Please help!
This is my preamble:
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage{amsmath}
%\usepackage{amsfonts}
%\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
BX