I want to use a Tufte template adapted from here:
https://www.latextemplates.com/template/tufte-style-book
Also I want to use three languages simultaneously, english, german and greek. Simultaneously means using just only Alt+Shift , and not something like /begin{other language} environment inside the text. That is, I want to use mixed test.
What I have found until now looks something like this:
\documentclass{something}
\usepackage[greek, english, german]{Babel}
\begin{document}
\begin{otherlanguage}{english}
...
\end{otherlanguage}{english}
\begin{otherlanguage}{greek}
...
\end{otherlanguage}{greek}
...
Any thought would be appreciated.

tufte-bookis compatible withxelatex. Do you have a short example of such template? – Alenanno Nov 08 '20 at 15:03tufte, I'm afraid. See this question for some proposed solutions. – Alenanno Nov 08 '20 at 15:34