I 'm using MnSymbolpackage (for the uparrowtail) and also babel package (for text). The problem is that:
- the "&" symbol disappeared and
- the numberin in
enumerateenvironment disappered,
as you can see below.
The log-file is here, and the code is:
\documentclass{article}
\usepackage{MnSymbol}
\usepackage[english,greek]{babel}
\usepackage[utf8]{inputenc}
\usepackage{paralist}
\begin{document}
Κείμενο 1 \& κείμενο 2.
\begin{enumerate}[(i)]
\item κείμενο 1
\item κείμενο 2
\end{enumerate}
\end{document}
How can I fix it?
Thanks in advanced!

MnSymbol, that changes the appearance of all math symbols in shapes that clash with the text font. – egreg Feb 05 '19 at 12:36&where expected. – egreg Feb 05 '19 at 21:33paralistpackage also. – Kώστας Κούδας Feb 05 '19 at 22:01&, sorry. How are you compiling? What's your TeX distribution? – egreg Feb 05 '19 at 22:04.log-file – DG' Feb 05 '19 at 23:17logfiles for both problems (&andenumerate). Thank's for your answer! – Kώστας Κούδας Feb 06 '19 at 06:36Missing character: There is no & in font tcrm1000!. The log file also suggests that your system is outdated, an update in user and admin mode might help (as always: an update directly before a deadline is risky). But I'm no font expert and this could be a different issue. BTW: The link to the second log file actually points to the the.texfile of the MWE, you may want to fix that. It might be nicer to combine both examples into one truly minimal MWE (isparalistneeded or would(i)be enough?) – moewe Feb 06 '19 at 08:39copystart_admin.exe not found...). Also I fix the main post, as you recommended. Thank's! P.S.: I need an easy way to enumerate with i, ii, iii,... or I, II, III,... or α, β, γ,.... Is it possible withoutparalist? – Kώστας Κούδας Feb 06 '19 at 10:08